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
moodlerobot
f23b9a947f
Updated the HEAD build version to 20090312
2009-03-11 23:33:46 +00:00
moodlerobot
5e4d7ba133
Updated the HEAD build version to 20090311
2009-03-10 23:32:59 +00:00
moodlerobot
3295db5ca9
Updated the HEAD build version to 20090310
2009-03-09 23:33:38 +00:00
moodlerobot
aac9251791
Updated the HEAD build version to 20090309
2009-03-08 23:38:39 +00:00
moodlerobot
d0d72b9d05
Updated the HEAD build version to 20090308
2009-03-07 23:36:35 +00:00
moodlerobot
7bf94459e4
Updated the HEAD build version to 20090307
2009-03-06 23:32:07 +00:00
moodlerobot
a35b397a9a
Updated the HEAD build version to 20090306
2009-03-05 23:38:03 +00:00
dongsheng
a75c78d318
"REPOSITORY/MDL-18354, enabled local and upload repository plugins when upgrading"
2009-03-05 04:40:51 +00:00
moodlerobot
5635290b44
Updated the HEAD build version to 20090305
2009-03-04 23:36:59 +00:00
moodlerobot
9c9d06d82a
Updated the HEAD build version to 20090304
2009-03-03 23:34:38 +00:00
tjhunt
af52eceef4
qtype admin: MDL-18425 also related to MDL-18355.
...
Allow question types to be displayed in order that is better than random or alphabetical. Since we don't know all the qtypes there may be:
1. Store the order in the DB (config plugins).
2. Set up a good default order for the standard types. (Unknown types go at the end by default.)
3. Allow admins to edit the order on the qtype admin screen.
2009-03-03 07:47:32 +00:00
danmarsden
bc7ec91a0d
MDL-12037 Backup Log - add new field to backup_log table to allow other backup related functions to save log data
2009-03-03 00:06:08 +00:00
moodlerobot
11e5755908
Updated the HEAD build version to 20090303
2009-03-02 23:32:59 +00:00
moodlerobot
e05c43f2b6
Updated the HEAD build version to 20090302
2009-03-01 23:33:32 +00:00
moodlerobot
e2ec5312b6
Updated the HEAD build version to 20090301
2009-02-28 23:37:27 +00:00
moodlerobot
ac1af2852d
Updated the HEAD build version to 20090228
2009-02-27 23:32:40 +00:00
moodlerobot
b15804af32
Updated the HEAD build version to 20090227
2009-02-26 23:32:21 +00:00
moodlerobot
5815c4e606
Updated the HEAD build version to 20090226
2009-02-25 23:34:21 +00:00
moodlerobot
273cccdb4b
Updated the HEAD build version to 20090225
2009-02-24 23:32:53 +00:00
moodlerobot
b3bdebebdb
Updated the HEAD build version to 20090224
2009-02-23 23:32:34 +00:00
moodlerobot
6b27d4830a
Updated the HEAD build version to 20090223
2009-02-22 23:32:39 +00:00
moodlerobot
0fbfa2e5c4
Updated the HEAD build version to 20090222
2009-02-21 23:32:14 +00:00
moodlerobot
7a7cbfdc48
Updated the HEAD build version to 20090221
2009-02-20 23:32:24 +00:00
moodlerobot
07a402977e
Updated the HEAD build version to 20090220
2009-02-19 23:32:35 +00:00
moodlerobot
891d64b0ab
Updated the HEAD build version to 20090219
2009-02-18 23:32:46 +00:00
sam_marshall
7556422816
MDL-18272, MDL-18271: Conditional availability - grade condition to use percentages not raw grades; use wording rather than >= symbol in form because (apparently) teachers are functionally innumerate. ;)
2009-02-18 17:50:13 +00:00
moodlerobot
7c21a62597
Updated the HEAD build version to 20090218
2009-02-17 23:32:58 +00:00
moodlerobot
c28c290bd0
Updated the HEAD build version to 20090217
2009-02-16 23:32:03 +00:00
moodlerobot
5b20cde0b2
Updated the HEAD build version to 20090216
2009-02-15 23:32:15 +00:00
moodlerobot
ff721259ca
Updated the HEAD build version to 20090215
2009-02-14 23:31:12 +00:00
moodlerobot
47fcb11794
Updated the HEAD build version to 20090214
2009-02-13 23:32:07 +00:00
moodlerobot
2722269247
Updated the HEAD build version to 20090213
2009-02-12 23:32:19 +00:00
moodlerobot
7e1fc57658
Updated the HEAD build version to 20090212
2009-02-12 00:33:37 +00:00
moodlerobot
d071c4d61b
Updated the HEAD build version to 20090211
2009-02-11 00:13:31 +00:00
moodlerobot
3d3e7403ab
Updated the HEAD build version to 20090210
2009-02-09 23:41:30 +00:00
moodlerobot
5429b152f5
Updated the HEAD build version to 20090209
2009-02-08 23:34:16 +00:00
moodlerobot
f9e24b981d
Updated the HEAD build version to 20090208
2009-02-07 23:37:41 +00:00