moodle/admin
2010-07-23 08:10:23 +00:00
..
cli MDL-22906 install - allow MS native drivers to be used everywhere 2010-06-24 16:48:11 +00:00
dbtransfer MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script. 2010-05-13 02:02:05 +00:00
mnet MDL-23460 MNet Reverted recent removal of per-peer profile field setting 2010-07-23 08:10:23 +00:00
registration registration MDL-23040 fix typo that blocked to get the hub name from the hub 2010-07-09 06:32:28 +00:00
report MDL-22620 new report that lists roles with unsupported context level assignments 2010-07-18 13:32:24 +00:00
roles admin-roles MDL-22859 Set pagelayout so blocks are displayed. 2010-07-23 02:09:03 +00:00
settings MDL-23167 Upgraded "Purge caches" to a full admin page with a confirm button, and added a link to it in the footer for developers. 2010-07-18 07:17:01 +00:00
user MDL-21695 Replacing bulkusers help files 2010-07-19 17:27:39 +00:00
webservice webservice MDL-23341 function list page: display "no functions" message, a better title, and fix a css typo 2010-07-23 06:54:59 +00:00
xmldb NOBUG xmldb editor - make php code generated to follow the 2-slash coding style 2010-07-17 11:36:34 +00:00
auth.php MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 10:57:00 +00:00
auth_config.php MDL-23245 Added support for new style of auth plugin configuration 2010-07-13 12:45:15 +00:00
block.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
blocks.php MDL-23069 moving version and cron info into standard version.php - finally, yay! 2010-07-04 12:18:22 +00:00
bloglevelupgrade.php MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment 2010-07-03 13:37:13 +00:00
cron.php MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week 2010-06-21 15:30:49 +00:00
dbperformance.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
delete.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
editors.php MDL-19211 back to the old text format preferences logic + minor refactoring and improvements 2010-07-10 12:12:59 +00:00
enrol.php MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week 2010-06-21 15:30:49 +00:00
environment.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
environment.xml MDL-23222 marking spl as required php ext 2010-07-15 18:35:50 +00:00
filters.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
generator.php MDL-21695 Yet another commented obsolete setHelpButton() 2010-07-19 18:30:32 +00:00
handlevirus.php MDL-19380 uploadlib cleanup before readding of antivirus integration 2010-07-14 08:40:48 +00:00
health.php MDL-22546 removing dirroot from the config.php - this should finally solve the symbolic links issues because we know 100% what should be in $CFG->dirroot once we get into lib/setup.php, it is being initialised there automatically instead + more robust handling of dataroot + simplified config-dist.php and installer; the $CFG->admin is now visible only if admin directory can not be found; please note the old config.php's are still going to work, if admins remove the dirroot they have to add the __FILE__ into require_once lib/setup.php at the end of old config 2010-05-21 17:32:15 +00:00
index.php MDL-23167 Upgraded "Purge caches" to a full admin page with a confirm button, and added a link to it in the footer for developers. 2010-07-18 07:17:01 +00:00
innodb.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
lang.php MDL-21696 removing old translation UI which can not work any more + removing unused string_manager code 2010-04-06 11:34:10 +00:00
langimport.php MDL-20876 Fix remaining split() calls. 2010-07-20 03:27:36 +00:00
licenses.php "MDL-21146, adding file license support to repository api, first commit" 2010-03-29 03:39:08 +00:00
localplugins.php MDL-22061 use string_exists - local plugins may not have lang packs 2010-05-20 07:29:24 +00:00
mailout-debugger.php MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 10:57:00 +00:00
modules.php MDL-22015 fixed more string_manager encapsulation issues 2010-04-14 14:38:33 +00:00
multilangupgrade.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
oacleanup.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
phpinfo.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
portfolio.php MDL-22813 Thanks to Mark Nelson from Pukunui Technologies, Portfolio management now looks like Repository. 2010-06-28 06:02:55 +00:00
process_email.php MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 10:57:00 +00:00
purgecaches.php MDL-23167 Upgraded "Purge caches" to a full admin page with a confirm button, and added a link to it in the footer for developers. 2010-07-18 07:17:01 +00:00
qtypes.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
replace.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
repository.php admin/repository MDL-15402 Checking in code from Mark Nelson @ Pukunui.com.au. Thanks, Mark and Shane! This patch updates the repository admin interface to look more like Filters management 2010-04-30 08:03:32 +00:00
repositoryinstance.php admin/repository MDL-15402 Checking in code from Mark Nelson @ Pukunui.com.au. Thanks, Mark and Shane! This patch updates the repository admin interface to look more like Filters management 2010-04-30 08:03:32 +00:00
search.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
settings.php MDL-20410 - remove set_focuscontrol (bulk commit) 2010-07-01 05:35:27 +00:00
timezone.php MDL-21235 fixed select method name 2010-01-16 18:29:51 +00:00
timezoneimport.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
upgradesettings.php admin MDL-20204 Remove blocks from the upgradesettings screen 2010-06-22 01:47:51 +00:00
uploadpicture.php MDL-19380 uploadlib cleanup before readding of antivirus integration 2010-07-14 08:40:48 +00:00
uploadpicture_form.php MDL-22574, fixed file type 2010-06-08 08:02:14 +00:00
uploaduser.php MDL-23237 new timecreated field in user_emrolments and adding timestart to enrol plugins that know it 2010-07-13 20:58:17 +00:00
uploaduser_form.php MDL-19211 back to the old text format preferences logic + minor refactoring and improvements 2010-07-10 12:12:59 +00:00
user.php Removing unused call to get_string() 2010-05-06 23:48:45 +00:00