moodle/admin
2006-08-24 06:44:35 +00:00
..
report Bug #6136 - Hard coded admin paths; merged from MOODLE_16_STABLE 2006-07-19 08:13:25 +00:00
roles renamed variable so that it doens't get recycled 2006-08-23 08:11:43 +00:00
settings Added support for phpMyAdmin plugin. 2006-08-24 06:44:35 +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
adminlib.php fixed tabs, fixed potential notices for undefined variables, added structure that will be used for detecting what variables to flag during installs & upgrades, removed all $_GET usage, switched 'admin' to $CFG->admin (for directory paths), and fixed blank line at end of index.php 2006-08-21 04:06:58 +00:00
auth.php Admin page cleanup (Google soc 2006) 2006-08-18 07:25:17 +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 Admin page cleanup (Google soc 2006) 2006-08-18 07:25:17 +00:00
blocks.php Admin page cleanup (Google soc 2006) 2006-08-18 07:25:17 +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 SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00
configure.php SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00
configvars.php debug off level is now 5 instead of 7 to prevent E_WARNING on production sites SC#294; merged from MOODLE_16_STABLE 2006-08-22 22:25:30 +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 Removed tabs 2006-08-09 13:18: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 Admin page cleanup (Google soc 2006) 2006-08-18 07:25:17 +00:00
enrol_config.php Admin page cleanup (Google soc 2006) 2006-08-18 07:25:17 +00:00
environment.php Admin page cleanup (Google soc 2006) 2006-08-18 07:25:17 +00:00
environment.xml Adding environmental checks for 1.7 (mssql and oracle added) 2006-05-29 17:35:19 +00:00
filter.php Admin page cleanup (Google soc 2006) 2006-08-18 07:25:17 +00:00
filters.php Admin page cleanup (Google soc 2006) 2006-08-18 07:25:17 +00:00
handlevirus.php short php tags once more 2006-03-07 21:46:34 +00:00
health.php Removed tabs 2006-08-09 13:18:33 +00:00
index.php fixed tabs, fixed potential notices for undefined variables, added structure that will be used for detecting what variables to flag during installs & upgrades, removed all $_GET usage, switched 'admin' to $CFG->admin (for directory paths), and fixed blank line at end of index.php 2006-08-21 04:06:58 +00:00
innodb.php parameter cleaup - round 2 2006-03-06 13:22:37 +00:00
lang.php Admin page cleanup (Google soc 2006) 2006-08-18 07:25:17 +00:00
langdoc.php Admin page cleanup (Google soc 2006) 2006-08-18 07:25:17 +00:00
langimport.php Admin page cleanup (Google soc 2006) 2006-08-18 07:25:17 +00:00
maintenance.php Admin page cleanup (Google soc 2006) 2006-08-18 07:25:17 +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 Admin page cleanup (Google soc 2006) 2006-08-18 07:25:17 +00:00
modules.php Admin page cleanup (Google soc 2006) 2006-08-18 07:25:17 +00:00
oacleanup.php parameter cleaup - round 3 2006-03-06 14:25:26 +00:00
pagelib.php fixed tabs, fixed potential notices for undefined variables, added structure that will be used for detecting what variables to flag during installs & upgrades, removed all $_GET usage, switched 'admin' to $CFG->admin (for directory paths), and fixed blank line at end of index.php 2006-08-21 04:06:58 +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
settings.php fixed tabs, fixed potential notices for undefined variables, added structure that will be used for detecting what variables to flag during installs & upgrades, removed all $_GET usage, switched 'admin' to $CFG->admin (for directory paths), and fixed blank line at end of index.php 2006-08-21 04:06:58 +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 Admin page cleanup (Google soc 2006) 2006-08-18 07:25:17 +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 Reverting changes to file from admin page cleanup... whoops! Accidentally broke the install. 2006-08-18 07:52:56 +00:00
users.php SWEEPING CLEANUP 2006-08-14 05:55:40 +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 Removed tabs 2006-08-09 13:18:33 +00:00