Adrian Greeve
405b90bcd2
MDL-45390 gradebook: Grade boundary fix.
...
Code to upgrade, fix, and freeze the gradebook for
courses with letter boundary problems.
2016-05-18 09:56:00 +08:00
Damyon Wiese
8de0b1ab7d
MDL-52253 scales: Add new competence scale
2016-05-13 18:12:28 +08:00
Damyon Wiese
81967b54b6
MDL-52253 scales: Install the separate and connected scale
2016-05-13 18:11:30 +08:00
Ruslan Kabalin
146eeb7651
MDL-50887 antivirus: Add antivirus plugin infrastructure.
2016-02-25 09:54:05 +00:00
Tim Hunt
9872f0a8b8
MDL-50217 questions: sensible default order for add new qtype
...
This default will only affect new installs.
2015-10-19 08:43:13 +01:00
Adrian Greeve
4d4dcc2718
MDL-48239 gradebook: Calculated grades maxgrade now able to be set.
2015-07-02 11:13:25 +08:00
Marina Glancy
156d048659
MDL-49257 grades: fix bugs with extra credit weights
...
When we adjust the weights in natural grading (setup screen), the extra credit items
should not depend on other overrides. If extra credit item's weight was overriden, it stays as it is.
Otherwise it is calculated as itemgrademax / totalgrademax (total excludes extra credit items)
2015-06-23 14:25:50 +08:00
Frederic Massart
6bd5ca3db0
MDL-48618 grades: Do not run minmax upgrade for fresh installs
2015-06-11 17:16:34 +08:00
Damyon Wiese
9f07f05a48
MDL-43883 Behat: Make Atto the default text editor and adjust behat to use it.
2014-03-26 10:01:49 +08:00
Damyon Wiese
74df2951d1
Revert "MDL-39876 Change get_record('course') calls to get_course"
...
This reverts commit ab7632b74c
.
2013-08-21 13:42:30 +08:00
sam marshall
ab7632b74c
MDL-39876 Change get_record('course') calls to get_course
2013-08-15 11:31:20 +01:00
Petr Škoda
5e72efd498
MDL-17081 add role export/import
...
This includes improved role creation, allowed roles are editable and other improvements.
2013-06-24 12:40:59 +02:00
Damyon Wiese
8aae16fb41
MDL-38654 Deprecating gdversion setting: Fix typo for new install
2013-03-25 14:06:00 +08:00
Petr Škoda
c7289da7eb
MDL-38654 add full $CFG->gdversion backwards compatibility for now
2013-03-24 22:18:49 +01:00
Marina Glancy
b5cf83f080
MDL-36017 Fields numsections, hiddensections and coursedisplay are now format-specific options
...
- Fields added to format_legacy as default course format options;
- Upgrade script copies fields values from table course to course_format_options;
- Fields removed from table course;
- Fields removed from edit course form;
- Since front-page course has a 'numsections' setting, format_site defines it as it's option;
- Removed accessing those fields in core code unless we know that format supports them and in this
case instead of $course = $DB->get_record('course'); we use:
$course = course_get_format($courseorid)->get_course(); This way all format-specific options
are added to the $course object
2012-11-02 10:56:19 +08:00
Dan Poltawski
e1980f8bb9
Merge branch 'w28_MDL-8249_m24_roletranslations' of git://github.com/skodak/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-10 09:43:23 +08:00
Petr Skoda
ff22f22903
MDL-8249 do not hardcode role names and descriptions during installation
2012-07-06 08:22:45 +02:00
Rajesh Taneja
ba0dde9785
MDL-29969 Administration: Default value for numsections is set to 1 for site frontpage
2012-07-02 14:26:15 +08:00
Petr Skoda
1635da56cd
MDL-33293 init JS and theme revisions to timestamps in install to match new reset code
2012-05-23 11:28:10 +02:00
Eloy Lafuente (stronk7)
39b90b5152
MDL-30981 Upgrade API: Added related phpdocs
2012-04-02 00:40:13 +02:00
Sam Hemelryk
3912cdd1de
MDL-27767 install: Shows notifications rather than throwing exceptions when installation encounters unexpected id for guest or admin
2011-12-06 12:21:57 +13:00
Petr Skoda
e922fe23b6
MDL-29602 accesslib improvements
...
Refactoring and improvements of the accesslib.php library including prevention of access for not-logged-in users when forcelogin enabled, improved context caching, OOP refactoring of contexts, fixed context loading, deduplication of role definitions in user sessions, installation improvements, decoupling of enrolment checking from capability loading, added detection of deleted and non-existent users in has_capability(), new function accesslib test, auth and enrol upgrade notes.
More details are available in tracker subtasks.
2011-10-16 14:05:18 +02:00
Petr Skoda
c4dd3bb86f
MDL-26913 set timecreated in fortpage of a newly installed site
2011-03-27 18:22:11 +02:00
Petr Skoda
365a594107
MDL-24321 switching to stdClass in /lib/
2010-09-21 08:07:44 +00:00
David Mudrak
0eadebb1f6
MDL-24187 mnet: fixed sso_jump_url for moodle application
2010-09-17 14:10:20 +00:00
Petr Skoda
19e7a19289
NOBUG install.php cleanup + fixed recent siteguest regression + more diagnostics when creaeting users
2010-08-28 11:39:03 +00:00
Petr Skoda
c6d75bffa5
MDL-23628 improved log action support - now similar to handling of capabilities
2010-08-03 10:07:18 +00:00
Petr Skoda
5b4a78e281
improved docs and license headers, adding direct access protection
2010-08-03 08:07:49 +00:00
Sam Hemelryk
0d6b8715cd
log MDL-23604 Fixed hard coded use of CONCAT func in log_display table
2010-08-03 03:45:47 +00:00
Petr Skoda
be7edd27b6
MDL-23106 there is no CFG->style and CFG->template - removing them
2010-07-06 17:36:34 +00:00
Petr Skoda
df997f841f
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
...
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
Martin Dougiamas
03d9401e7d
My Moodle MDL-19124 New version of My Moodle, User profiles and Course profiles, all with block support
...
Thanks very much to Remote Learner Canada, especially Hubert Chathi and Olav Jordan, for their work on the bulk of this code, and also Mike Churchward for supporting them. I worked on it after that (actually simplified it by removing a feature temporarily: multiple pages) to bring it more to what I was imagining, and to provide a base to build on and get all the navigation perfect.
There's still work to do. Some blocks don't quite work as expected, and some of the code still needs upgrading to bring it fully into line with 2.0. We also could use a much better course overview block and better CSS styling of the profile pages. But it's definitely more usable this it was, I think.
2010-05-04 13:04:35 +00:00
Petr Skoda
6f4f82f262
MDL-19157 adding missing all hosts mnet entry
2010-04-06 19:37:59 +00:00
Petr Skoda
4f0c2d0009
MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too
2010-03-31 07:41:31 +00:00
Petr Skoda
b64b465ca1
MDL-21146 adding missing license install code
2010-03-30 19:59:54 +00:00
Petr Skoda
5f0baa43a5
MDL-21149 preparation for renaming of old standard to standardold
2010-01-12 17:21:52 +00:00
Petr Skoda
da0c0e2595
MDL-21149 fixyed todos
2009-12-17 20:11:39 +00:00
Petr Skoda
78946b9bdb
MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks
2009-12-16 18:00:58 +00:00
Petr Skoda
117bd74897
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 11:31:16 +00:00
skodak
c976e271c5
MDL-20274 upgrade and install support for db/services.php
2009-09-13 21:26:51 +00:00
rwijaya
b89e4ad8fa
tag logs MDL-19604 Add logging for tag editing/updates, merged from MOODLE19_STABLE
2009-09-09 02:43:43 +00:00
skodak
b4154c2d64
MDL-14990 implemented query loggin in new native DML drivers
2009-06-13 15:59:55 +00:00
skodak
1deff123aa
MDL-15249 towards cli install script
2009-05-25 21:46:28 +00:00
skodak
aa282b10fb
MDL-15249 $_SERVER['HTTP_HOST'] not availabel in CLI script, replaced by parsing of wwwroot which should give the same info
2009-05-25 20:55:27 +00:00
skodak
a5747cf828
MDL-19211 text editor plugins configuration
2009-05-17 21:10:06 +00:00
tjhunt
5b8fa09b00
filters: MDL-7336 Finish admin settings page.
2009-04-13 07:04:07 +00:00
tjhunt
c468795ce9
switch roles: MDL-18132 New Role allow switches page finished.
...
I also set up a reasonable set of default allows, including setting up some sensible allow_overrides, whatever the rant in MDL-15841 says.
2009-03-25 04:20:57 +00:00
skodak
88582df496
MDL-17458 refactored guest and admin user creation + refactored roles install + added protection for installation hijacking + added reliable session test right before editting of admin account
2009-01-29 22:54:41 +00:00
skodak
0cb93a7e45
MDL-17427 another round of refactoring of upgrade related functions - this should be final now I hope ;-)
2009-01-29 19:58:47 +00:00
skodak
19a4a32e53
MDL-17942 fixed some incorrect uses of exceptions and typos
2009-01-17 23:24:31 +00:00