moodlerobot
d974b37ce3
Updated the HEAD build version to 20090103
2009-01-02 23:59:08 +00:00
moodlerobot
4a960ee7fc
Updated the HEAD build version to 20090102
2009-01-01 23:56:30 +00:00
moodlerobot
1ab1b0f22d
Updated the HEAD build version to 20090101
2008-12-31 23:54:28 +00:00
skodak
a327c3176a
MDL-17203 ooops, forgot to bump up main version number
2008-12-31 16:10:49 +00:00
skodak
81f2bb8122
MDL-14992 new database based session table - not used yet
2008-12-31 12:24:19 +00:00
moodlerobot
3f15700abc
Updated the HEAD build version to 20081231
2008-12-30 23:58:07 +00:00
moodlerobot
8095410908
Updated the HEAD build version to 20081230
2008-12-29 23:55:41 +00:00
moodlerobot
388ebdf698
Updated the HEAD build version to 20081229
2008-12-28 23:56:15 +00:00
moodlerobot
301977f88e
Updated the HEAD build version to 20081228
2008-12-27 23:55:33 +00:00
moodlerobot
02f2011e12
Updated the HEAD build version to 20081227
2008-12-26 23:56:46 +00:00
moodlerobot
bb937d3f3e
Updated the HEAD build version to 20081226
2008-12-25 23:53:26 +00:00
moodlerobot
ecc3e61e47
Updated the HEAD build version to 20081225
2008-12-24 15:28:22 +00:00
moodlerobot
b364b9ce03
Updated the HEAD build version to 20081224
2008-12-23 23:54:56 +00:00
moodlerobot
5eb5471442
Updated the HEAD build version to 20081223
2008-12-22 23:53:03 +00:00
moodlerobot
227ab054e3
Updated the HEAD build version to 20081222
2008-12-21 23:51:32 +00:00
moodlerobot
9f7aed99c1
Updated the HEAD build version to 20081221
2008-12-20 23:56:38 +00:00
moodlerobot
c3d75df706
Updated the HEAD build version to 20081220
2008-12-19 23:53:03 +00:00
moodlerobot
cf061225aa
Updated the HEAD build version to 20081219
2008-12-18 23:54:02 +00:00
moodlerobot
715f6b942f
Updated the HEAD build version to 20081218
2008-12-17 23:55:28 +00:00
sam_marshall
82bd6a5ea9
MDL-15499: Conditional availability of activities
2008-12-17 16:37:35 +00:00
moodlerobot
549a4da1cf
Updated the HEAD build version to 20081217
2008-12-17 00:35:54 +00:00
moodlerobot
c964051fee
Updated the HEAD build version to 20081216
2008-12-15 23:52:47 +00:00
moodlerobot
464f3d8387
Updated the HEAD build version to 20081215
2008-12-14 23:52:13 +00:00
moodlerobot
fe5612c3c6
Updated the HEAD build version to 20081214
2008-12-13 23:51:36 +00:00
moodlerobot
161f9b5d40
Updated the HEAD build version to 20081213
2008-12-12 23:52:55 +00:00
moodlerobot
9558f068a0
Updated the HEAD build version to 20081212
2008-12-11 23:52:38 +00:00
moodlerobot
865e89515a
Updated the HEAD build version to 20081211
2008-12-10 23:53:25 +00:00
tjhunt
e452210a18
course request: MDL-17575 and MDL-6160 further improvements:
...
1/ email notification when course requested
2/ course request capability so that we can limit who can request new course
3/ list of my pending course requests on the request form
Implemented in 1.9 by Petr Skoda, and reviewed and merged to HEAD by me.
2008-12-10 02:57:41 +00:00
moodlerobot
4e87a3c021
Updated the HEAD build version to 20081210
2008-12-09 23:53:09 +00:00
moodlerobot
26619ed30d
Updated the HEAD build version to 20081209
2008-12-08 23:52:40 +00:00
stronk7
9d510a2ea0
MDL-13746 course shortname up to 100cc (applied to mnet_enrol_course)
2008-12-08 08:21:19 +00:00
tjhunt
9136a60c46
course settings: MDL-17501 check for moodle/course:visibility in the course settings form.
...
1. If a user does not have that capability, don't let them change whether the course is visible.
2. Give teachers that capability by default.
3. To avoid regressions, on upgrade, give moodle/course:visibility to any role that has moodle/course:update.
2008-12-08 02:31:05 +00:00
moodlerobot
ca63c5fb14
Updated the HEAD build version to 20081208
2008-12-07 23:52:41 +00:00
skodak
745c0ee508
MDL-17537 course request: shortname in course_request is now the same length as in course table - 100 chars
2008-12-07 22:13:39 +00:00
moodlerobot
a4f2b684d6
Updated the HEAD build version to 20081207
2008-12-06 23:52:18 +00:00
moodlerobot
ba3fb02e85
Updated the HEAD build version to 20081206
2008-12-05 23:52:18 +00:00
moodlerobot
eb966355ce
Updated the HEAD build version to 20081205
2008-12-04 23:52:23 +00:00
tjhunt
8ed5dd63ee
course categories: Fix many bugs with category editing and permissions. Clean up code.
...
Bugs: MDL-17479, MDL-16426, MDL-16063, MDL-16013, MDL-15658, MDL-15556, MDL-15161, MDL-14925, MDL-13742, MDL-11557.
* Simplify category editing permissions to just moodle/category:manage and moodle/category:seehiddencategories.
* Enforce those correctly. (Note MDL 17502 is still outstanding.)
* Don't screw up category sort order when you just edit name or description.
* Niceties like where redirects go when you cancel or submit forms.
* Make sure a global course creator can see the site admin block.
* Don't allow a category to be made the child of one of its children!
* General code cleanup to bring key files more in line with best pracitice.
Apologies for the fact it is one big patch, rather than a series of smaller patches. However, categoryedit.php, category.php and index.php where in pretty bad shape and needed significant cleaning up. categoryedit.php, in particular, was almost completely rewritten.
Merged from MOODLE_19_STABLE.
2008-12-04 08:53:10 +00:00
moodlerobot
543f7283a7
Updated the HEAD build version to 20081204
2008-12-03 18:30:13 +00:00
skodak
3c7da16d2d
MDL-17485 roles: fixed use and definition of review use of moodle/user:viewuseractivitiesreport
2008-12-01 19:19:29 +00:00
skodak
283ebb7147
MDL-11984 blocks: new capability block/online_users:viewlist which may be used to restrict viewing of list of online users, if cap not allowed only number of users dispalyed, I hope this will be also faster because only one query used now (insetad of two); for BC reasons enabled by default in all legacy roles
2008-11-30 15:42:48 +00:00
skodak
358e2a0bd2
MDL-17464 profile reports are now respecting course report caps
2008-11-30 12:04:27 +00:00
skodak
0d13085755
MDL-17463 chnging progress report cap to new standard
2008-11-29 16:41:20 +00:00
skodak
e0f81e94a6
MDL-17465 - separate live log capability adn admin tree link
2008-11-29 16:15:40 +00:00
skodak
a2e4bf7f23
MDL-17463 - reparate capabilities for course and admin reports
2008-11-29 14:22:10 +00:00
moodlerobot
38589cbde7
Updated the HEAD build version to 20081128
2008-11-28 01:53:26 +00:00
moodlerobot
a1440be4d8
Updated the HEAD build version to 20081127
2008-11-27 01:58:45 +00:00
skodak
d994ced22b
MDL-17372 admin reports: Added full plugin support for admin reports; added specail capability for unittest execution, minor refactoring
2008-11-26 19:27:39 +00:00
moodlerobot
c977816479
Updated the HEAD build version to 20081126
2008-11-26 01:58:37 +00:00
moodlerobot
cfe208fda5
Updated the HEAD build version to 20081125
2008-11-25 01:55:27 +00:00