Dan Poltawski
0caa0c869b
Merge branch 'MDL-4655-master' of git://github.com/FMCorz/moodle
2012-10-30 11:58:34 +08:00
Dan Poltawski
06b33f67b0
Merge branch 'w43_MDL-35843_m42_expiryself' of git://github.com/skodak/moodle
2012-10-29 13:49:47 +08:00
Dan Poltawski
b01783f086
Merge branch 'MDL-35964' of git://github.com/timhunt/moodle
2012-10-29 13:48:44 +08:00
Dan Poltawski
3aa721e035
Merge branch 'MDL-34399' of git://github.com/timhunt/moodle
2012-10-29 12:18:01 +08:00
Tim Hunt
a560d636f4
MDL-34399 questions: cache to help load question definitions.
...
At the moment, it takes several DB queries to load each question definition,
so this cache is potentially a big win.
2012-10-26 11:58:02 +08:00
Petr Škoda
8e941204b2
MDL-35843 prepare fox expiry refactoring to core enrol feature
...
AMOS BEGIN
MOV [errorthresholdlow,enrol_manual],[errorthresholdlow,core_enrol]
MOV [expirynotify,enrol_manual],[expirynotify,core_enrol]
MOV [expirynotify_help,enrol_manual],[expirynotify_help,core_enrol]
MOV [expirynotifyall,enrol_manual],[expirynotifyall,core_enrol]
MOV [expirynotifyteacher,enrol_manual],[expirynotifyenroller,core_enrol]
MOV [notifyhour,enrol_manual],[expirynotifyhour,core_enrol]
MOV [expirythreshold,enrol_manual],[expirythreshold,core_enrol]
MOV [expirythreshold_help,enrol_manual],[expirythreshold_help,core_enrol]
AMOS END
2012-10-19 16:03:40 +08:00
Sam Hemelryk
7e7e108f93
MDL-36115 cache: Fixed up requirements check in cache admin interfaces
2012-10-19 08:12:32 +08:00
Frederic Massart
3b7bfbb5b8
MDL-4655 course: Number of courses with summaries to display is configurable
2012-10-18 11:07:17 +08:00
Dan Poltawski
99da334454
Merge branch 'MDL-34228-master' of git://github.com/sammarshallou/moodle
2012-10-16 16:19:25 +08:00
Sam Hemelryk
58e033193f
Merge branch 'MDL-32148-master' of git://github.com/StudiUM/moodle
2012-10-16 11:16:33 +08:00
Dan Poltawski
0651778e95
Merge branch 'MDL-32294-master' of git://github.com/FMCorz/moodle
2012-10-16 10:41:24 +08:00
Aparup Banerjee
8cbd15a761
Merge branch 'MDL-28965-master' of git://github.com/ankitagarwal/moodle
2012-10-15 15:17:44 +08:00
Frederic Massart
4c897a815c
MDL-32294 course: Add resource/activity dropdown have labels
2012-10-15 09:46:02 +08:00
Eloy Lafuente (stronk7)
990853afbe
Merge branch 'wip-MDL-25290-m24-compact' of git://github.com/samhemelryk/moodle
2012-10-14 23:32:40 +02:00
Tim Hunt
1c76fc96d1
MDL-35964 blocks: prevent undeletable blocks being deleted!
...
This commit simplifies the logic, so that $CFG->undeletableblocks
applies to all blocks, not just ones on certain page types in the
system context.
It also makes the setting apply to adding blocks, so you cannot
accidentally add a block that you cannot delete.
2012-10-12 20:36:02 +01:00
Ankit Agarwal
89eee2f36d
MDL-28965 administration: Updating description string for the setting navshowallcourses
2012-10-11 14:22:34 +08:00
Eloy Lafuente (stronk7)
b9570857db
Merge branch 'MDL-35141-master' of git://github.com/sammarshallou/moodle
2012-10-09 00:46:49 +02:00
Petr Škoda
91652c2429
MDL-35814 improve enrol delete instance strings
...
Credit goes to Helen Foster, thanks!
2012-10-08 10:30:07 +02:00
Sam Hemelryk
26ce56fddf
MDL-25290 cache: renaming to better separate store plugins from lock plugins
2012-10-08 09:53:52 +13:00
Sam Hemelryk
fd59389ca6
MDL-25290 cache: Plugins are now standard and strings tidied
2012-10-08 09:53:52 +13:00
Sam Hemelryk
170f821b9d
MDL-25290 cache: Fixed things up per coding style
2012-10-08 09:53:52 +13:00
Sam Hemelryk
167ad91e86
MDL-25290 cache: Added UI to view the cache lock setups and tidied up a couple of things
2012-10-08 09:53:51 +13:00
Sam Hemelryk
34c84c723a
MDL-25290 cache: Added cache locking plugin and converted locking implementations to that
2012-10-08 09:53:51 +13:00
Sam Hemelryk
f23fbfd849
MDL-25290 cache: Fixed up redirect loop with admin settings for cache stores
2012-10-08 09:53:51 +13:00
Sam Hemelryk
d6a1f63bdd
MDL-25290 cache: Cache API integration with core
2012-10-08 09:53:50 +13:00
Petr Škoda
194342144b
MDL-35814 improve confirmation when deleting enrol instances
2012-10-07 20:01:14 +02:00
Jean-Philippe Gaudreau
914442ae29
MDL-32148 Backup: Adding config settings for skipping courses in automated backups
2012-10-05 10:10:36 -04:00
sam marshall
b61924d482
MDL-34228 Completion: Add capability that controls if a user is shown in reports
2012-10-04 10:50:10 +01:00
Michael Aherne
f127b1a538
MDL-35669 gravatar Provide default image URL to Gravatar
2012-10-01 14:17:11 +01:00
Dan Poltawski
90762324f9
MDL-15471 - fix typo inappropriate
...
Thanks Sam for spotting it!
2012-09-26 12:06:27 +08:00
Dan Poltawski
bb14cc2d23
Merge branch 'wip-MDL-15471' of https://github.com/jennymgray/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-09-26 12:04:41 +08:00
Sam Hemelryk
d324d74e39
Merge branch 'MDL-30901_master' of git://github.com/dmonllao/moodle
2012-09-24 15:15:05 +12:00
Frederic Massart
5583a208c9
MDL-35242 Web Services: Removed translation causing error in add_to_log
2012-09-21 09:58:52 +08:00
David Monllao
d11f12f646
MDL-30901 user Removing user->screenreader setting
2012-09-21 09:23:32 +08:00
Jenny Gray
7dd764b856
MDL-15471 course tagging improvements
2012-09-20 09:12:11 +01:00
Itamar Tzadok
110831ceaa
MDL-35216 My Moodle - Admin setting for controlling guest access to my moodle
2012-09-18 15:04:45 +08:00
Dan Poltawski
a2c5f73194
Merge branch 'MDL-35224-master' of git://github.com/ankitagarwal/moodle
2012-09-18 14:50:06 +08:00
Ankit Agarwal
3fe4a2fa69
MDL-35224 calendar: Adding current time string to make page titles unique
2012-09-18 14:42:08 +08:00
Frederic Massart
ef21ad21cc
MDL-32309 Accessibility: Improved accessibility of calendar filters
2012-09-17 09:47:01 +08:00
Eloy Lafuente (stronk7)
2bc620b363
Merge branch 'w37_MDL-35071_m24_enrolrestore' of git://github.com/skodak/moodle
2012-09-14 01:08:49 +02:00
Sam Hemelryk
6aa130499b
Merge branch 'wip-mdl-34568' of git://github.com/rajeshtaneja/moodle
2012-09-12 11:08:56 +12:00
Sam Hemelryk
35cd9f1f83
Merge branch 'MDL-10259_master' of git://github.com/dmonllao/moodle
2012-09-11 15:19:16 +12:00
Sam Hemelryk
7c4fe15b2d
Merge branch 'MDL-27786-master' of git://github.com/ankitagarwal/moodle
2012-09-11 11:15:45 +12:00
Sam Hemelryk
204ce6858b
Merge branch 'MDL-33374-master' of git://github.com/ankitagarwal/moodle
2012-09-11 11:10:39 +12:00
Petr Škoda
7a7b8a1f19
MDL-35071 redesign enrol restore
...
Includes option to convert all enrolments to enrol_manual instances, support for mapping of custom fields and fixes for several other problems. This does not include support for custom enrol tables, it will be addressed in another issue.
2012-09-07 11:11:28 +02:00
David Monllao
98795fd1a6
MDL-10259 core Adding a search courses box if there are too many courses
2012-09-07 11:28:29 +08:00
Frederic Massart
59b9a14063
MDL-8307 Course: Course requests can suggest a category
2012-09-07 11:22:08 +08:00
Ankit Agarwal
7582fd3a67
MDL-27786 calendar: Changing the eventname string for accessibility
2012-09-07 10:22:14 +08:00
Ankit Agarwal
607fdfc344
MDL-33374 profile: Use correct text for buttons when creating a new user
2012-09-07 10:19:48 +08:00
Rajesh Taneja
0465ef6e31
MDL-34568: Accessibility: Added missing lables in quiz section
...
AMOS BEGIN
CPY [pluginname,grade_export_xls],[downloadexcel,table]
CPY [pluginname,grade_export_ods],[downloadods,table]
AMOS END
2012-09-07 10:18:15 +08:00