moodle/admin
moodler bbbf2d4015 ROLES AND PERMISSIONS - FIRST CHECK-IN
=======================================

WARNING:  DEV IS CURRENTLY VERY UNSTABLE.

This is a mega-checkin of the new Roles system.   A lot of changes have
been made in core and modules.

Currently there are a lot of rough edges and known problems.  We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).

Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
2006-08-08 05:13:06 +00:00
..
report Bug #6136 - Hard coded admin paths; merged from MOODLE_16_STABLE 2006-07-19 08:13:25 +00:00
roles ROLES AND PERMISSIONS - FIRST CHECK-IN 2006-08-08 05:13:06 +00:00
admin.html fixed notice and corrected the use of new s() and p() 2006-04-26 21:25:50 +00:00
admin.php fixed notice and corrected the use of new s() and p() 2006-04-26 21:25:50 +00:00
auth.php auth: extend API to support auth_validate_form() 2006-07-18 01:36:06 +00:00
backup.php Removed/added/moved some redundant/missing/misplaced page headers/footers, merged from 15_STABLE 2005-08-03 01:24:29 +00:00
block.php Fix for bug #4805 2006-05-04 04:32:55 +00:00
blocks.php ROLES AND PERMISSIONS - FIRST CHECK-IN 2006-08-08 05:13:06 +00:00
calendar.html Some XHTML fixes I had lying around. 2006-01-13 15:15:19 +00:00
calendar.php parameter cleaup - round 5; timezone.php fixed 2006-03-07 09:01:49 +00:00
config.php ROLES AND PERMISSIONS - FIRST CHECK-IN 2006-08-08 05:13:06 +00:00
configure.php ROLES AND PERMISSIONS - FIRST CHECK-IN 2006-08-08 05:13:06 +00:00
configvars.php Bug #6176 - locale setting on config variables page not functioning correctly; merged from MOODLE_16_STABLE 2006-07-30 10:39:21 +00:00
courses.php cleanup in admin/index.php; preparation for health center, loginas gui, password salts; merged from MOODLE_16_STABLE 2006-06-30 13:06:31 +00:00
creators.html Bug #2149 - admin/creators.html javascript error; merged from MOODLE_16_STABLE 2006-07-18 07:17:13 +00:00
creators.php fixed warning 2006-03-07 20:40:21 +00:00
cron.php Bug #6141 - Cron output is not plain text - <pre> and missing encoding, minor lang issues; merged from MOODLE_16_STABLE 2006-07-20 06:36:33 +00:00
dbperformance.php parameter cleaup - round 1 2006-03-06 10:02:59 +00:00
delete.php parameter cleaup - round 1 2006-03-06 10:02:59 +00:00
editor.html Adding TinyMCE support 2006-03-04 15:59:11 +00:00
editor.php Hiding TinyMCE settings for now, deferring this to 1.7 2006-03-27 14:09:03 +00:00
enrol.php minor coding style fixes 2006-04-12 21:02:03 +00:00
enrol_config.php minor coding style fixes 2006-04-12 21:02:03 +00:00
environment.php cleanup in admin/index.php; preparation for health center, loginas gui, password salts; merged from MOODLE_16_STABLE 2006-06-30 13:06:31 +00:00
environment.xml Adding environmental checks for 1.7 (mssql and oracle added) 2006-05-29 17:35:19 +00:00
filter.php minor coding style fixes 2006-04-12 21:02:03 +00:00
filters.php Bug #6136 - Hard coded admin paths; merged from MOODLE_16_STABLE 2006-07-19 08:13:25 +00:00
handlevirus.php short php tags once more 2006-03-07 21:46:34 +00:00
health.php todo: add detection of incorrect chars in wwwroot; merged from MOODLE_16_STABLE 2006-07-14 20:57:08 +00:00
index.php ROLES AND PERMISSIONS - FIRST CHECK-IN 2006-08-08 05:13:06 +00:00
innodb.php parameter cleaup - round 2 2006-03-06 13:22:37 +00:00
lang.php * Fixed bug 5745 reported by Harry Smith so now can edit en_utf8_local pack 2006-06-09 08:48:45 +00:00
langdoc.php * Hide preview link when editing docs\ files. I have not found any way how to display 2006-06-28 01:02:54 +00:00
langimport.php Make sure we can see all installed languages regardless of langlist 2006-04-28 02:29:36 +00:00
maintenance.php parameter cleaup - round 3 2006-03-06 14:25:26 +00:00
misc.php Hack to link from the admin interface to the XMLDB editor. 2006-08-07 19:47:03 +00:00
module.php fixed Bug #4855, too much info saved in db. 2006-03-16 10:22:40 +00:00
modules.php ROLES AND PERMISSIONS - FIRST CHECK-IN 2006-08-08 05:13:06 +00:00
oacleanup.php parameter cleaup - round 3 2006-03-06 14:25:26 +00:00
phpinfo.php XSS prevention in older PHP versions SC#190; merged from MOODLE_15_STABLE 2005-11-15 18:21:22 +00:00
process_email.php short php tags once more 2006-03-07 21:46:34 +00:00
questiontypes.php parameter cleaup - round 4 2006-03-06 19:27:25 +00:00
register.php Questions have moved 2006-03-12 08:11:08 +00:00
replace.php fixed double prefix bug 2006-04-09 21:25:30 +00:00
report.php cleanup in admin/index.php; preparation for health center, loginas gui, password salts; merged from MOODLE_16_STABLE 2006-06-30 13:06:31 +00:00
site.html Improved category and course list display on front page- see bug Bug #5965 - Frontpage Category List also showing courses; new Combo List(categories + courses), fixed categories list and separate settings for not logged in / logged in users; merged from MOODLE_16_STABLE 2006-07-19 12:10:07 +00:00
site.php Improved category and course list display on front page- see bug Bug #5965 - Frontpage Category List also showing courses; new Combo List(categories + courses), fixed categories list and separate settings for not logged in / logged in users; merged from MOODLE_16_STABLE 2006-07-19 12:10:07 +00:00
stickyblocks.php Bug #6136 - Hard coded admin paths; merged from MOODLE_16_STABLE 2006-07-19 08:13:25 +00:00
timezone.php parameter cleaup - round 5; timezone.php fixed 2006-03-07 09:01:49 +00:00
timezoneimport.php parameter cleaup - round 5; timezone.php fixed 2006-03-07 09:01:49 +00:00
upgradeforumread.php Fixed Call to undefined function: print_progress() in /usr/share/moodle/admin/upgradeforumread.php; merged from MOODLE_16_STABLE 2006-07-27 11:49:52 +00:00
upgradelogs.php parameter cleaup - round 6; major cleanup and fixing in uploaduser.php 2006-03-07 11:13:57 +00:00
uploaduser.php Fixed Bug #5071 - The script uploaduser.php ignores the rest of records after 2006-04-10 04:54:34 +00:00
user.php ROLES AND PERMISSIONS - FIRST CHECK-IN 2006-08-08 05:13:06 +00:00
users.php ROLES AND PERMISSIONS - FIRST CHECK-IN 2006-08-08 05:13:06 +00:00
utfdbmigrate.html Fixing postgres unicode migration for mac os x and multiple postgres installations 2006-04-05 03:54:12 +00:00
utfdbmigrate.php ROLES AND PERMISSIONS - FIRST CHECK-IN 2006-08-08 05:13:06 +00:00