Commit graph

1527 commits

Author SHA1 Message Date
moodlerobot
dfd1512d21 Updated the HEAD build version to 20090420 2009-04-20 00:33:28 +00:00
moodlerobot
ee661fdd55 Updated the HEAD build version to 20090419 2009-04-19 00:33:57 +00:00
moodlerobot
f75ef98163 Updated the HEAD build version to 20090418 2009-04-18 00:34:30 +00:00
sam_marshall
e7c6bf0eab MDL-18297: Changed date conditions so that the text and behaviour is more natural. 2009-04-17 16:06:29 +00:00
moodlerobot
8222ce659a Updated the HEAD build version to 20090417 2009-04-17 00:35:39 +00:00
moodlerobot
a04503a5e7 Updated the HEAD build version to 20090416 2009-04-16 00:35:20 +00:00
moodlerobot
4f76747307 Updated the HEAD build version to 20090415 2009-04-15 00:37:41 +00:00
dongsheng
5430f05b37 "MDL-18848, curl_cache is not specific to repository module any more" 2009-04-14 02:34:38 +00:00
moodlerobot
ba37af8489 Updated the HEAD build version to 20090414 2009-04-14 00:44:14 +00:00
tjhunt
bbb459050e filters: MDL-7336 Set ->stringfilters on upgrade 2009-04-13 06:55:21 +00:00
tjhunt
9421125080 filters: MDL-7336 create new moodle/filter:manage capability 2009-04-13 06:54:11 +00:00
tjhunt
c07e6d8da5 filters: MDL-7336 upgrade $CFG->textfilters into filter_active table. 2009-04-13 06:51:45 +00:00
tjhunt
0fc9c00901 filters: MDL-7336 database tables for per-context filter settings. 2009-04-13 06:42:02 +00:00
moodlerobot
7d8bc1fee0 Updated the HEAD build version to 20090413 2009-04-13 00:42:12 +00:00
moodlerobot
be0d42017b Updated the HEAD build version to 20090412 2009-04-12 01:04:27 +00:00
moodlerobot
394f444b55 Updated the HEAD build version to 20090411 2009-04-11 00:33:47 +00:00
moodlerobot
646c723573 Updated the HEAD build version to 20090410 2009-04-10 00:34:04 +00:00
moodlerobot
7a1c41a5d3 Updated the HEAD build version to 20090409 2009-04-09 00:34:13 +00:00
moodlerobot
fa95ca0450 Updated the HEAD build version to 20090408 2009-04-08 00:34:10 +00:00
moodlerobot
be9736e6e0 Updated the HEAD build version to 20090407 2009-04-07 00:35:33 +00:00
moodlerobot
4429b23770 Updated the HEAD build version to 20090406 2009-04-06 00:35:04 +00:00
moodlerobot
c88b17e749 Updated the HEAD build version to 20090405 2009-04-05 00:34:06 +00:00
moodlerobot
f8f6306a4e Updated the HEAD build version to 20090404 2009-04-04 00:31:34 +00:00
moodlerobot
6dfa4f19a5 Updated the HEAD build version to 20090403 2009-04-03 00:34:34 +00:00
moodlerobot
04f07636b4 Updated the HEAD build version to 20090402 2009-04-02 00:33:24 +00:00
dongsheng
ebb1a1e847 "MDL-13224, select how many courses can be shown in mymoodle page" 2009-04-01 07:32:57 +00:00
moodlerobot
c1b8a99430 Updated the HEAD build version to 20090401 2009-04-01 00:33:21 +00:00
skodak
c94985efb1 MDL-18552 different TeX trouble fix 2009-03-31 10:03:10 +00:00
moodlerobot
8af809df9d Updated the HEAD build version to 20090331 2009-03-31 00:35:40 +00:00
dongsheng
5977e635a1 "MDL-18540, change option name to extramemorylimit" 2009-03-30 09:42:28 +00:00
dongsheng
408278ba12 "MDL-18540, use admin_setting_configselect to set option" 2009-03-30 09:17:44 +00:00
moodlerobot
2f084ba12c Updated the HEAD build version to 20090330 2009-03-30 00:40:05 +00:00
moodlerobot
a7b10bdfea Updated the HEAD build version to 20090329 2009-03-29 00:35:19 +00:00
moodlerobot
e96c386424 Updated the HEAD build version to 20090328 2009-03-27 23:33:47 +00:00
moodlerobot
2fbb7bf843 Updated the HEAD build version to 20090327 2009-03-26 23:34:39 +00:00
moodlerobot
09bfa3d58b Updated the HEAD build version to 20090326 2009-03-25 23:33:40 +00:00
moodlerobot
4a7b0f07f5 Updated the HEAD build version to 20090325 2009-03-24 23:32:49 +00:00
moodlerobot
747bc260c8 Updated the HEAD build version to 20090324 2009-03-23 23:33:32 +00:00
tjhunt
82701e2443 switch roles: MDL-18132 separate database table role_allow_switch instead of re-using role_allow_assign.
This is part 1 that does the back-end:

1. New table role_allow_switch.
2. Upgrade that copies all the allows from role_allow_assign, and then drops the old CFG->allowuserswitchrolestheycantassign.
3. Old function get_assignable_roles_for_switchrole renamed to get_switchable_roles and changed to use the new table. Fixes MDL-18604 in HEAD.
4. Switch callers to use the new function name.
5. Unit tests for this new function.
6. To make those unit tests work, new switch_global_user_id and revert_global_user_id methods in UnitTestCaseUsingDatabase for toggling $USER->id.

I still need to do the editing interface under Administration ► Users ► Permissions ► Define roles. That will be done as a second commit.
2009-03-23 08:15:21 +00:00
moodlerobot
7edeb08cd3 Updated the HEAD build version to 20090323 2009-03-22 23:40:34 +00:00
moodlerobot
a3a07950d2 Updated the HEAD build version to 20090322 2009-03-21 23:37:31 +00:00
moodlerobot
668af2ad0f Updated the HEAD build version to 20090321 2009-03-20 23:39:05 +00:00
moodlerobot
403d51f2fa Updated the HEAD build version to 20090320 2009-03-19 23:34:11 +00:00
moodlerobot
add53f6587 Updated the HEAD build version to 20090319 2009-03-18 23:34:41 +00:00
moodlerobot
89175225bf Updated the HEAD build version to 20090318 2009-03-17 23:37:36 +00:00
moodlerobot
500d08eb1e Updated the HEAD build version to 20090317 2009-03-16 23:34:25 +00:00
moodlerobot
f5aa7dcce1 Updated the HEAD build version to 20090316 2009-03-15 23:32:23 +00:00
moodlerobot
0e3c8f8cf7 Updated the HEAD build version to 20090315 2009-03-14 23:36:47 +00:00
moodlerobot
a4222f5a77 Updated the HEAD build version to 20090314 2009-03-13 23:32:47 +00:00
moodlerobot
3b88eb75cb Updated the HEAD build version to 20090313 2009-03-12 23:33:29 +00:00