moodle/admin
2010-06-04 04:08:56 +00:00
..
cli MDL-18797 The selected language pack fetched during install 2010-05-27 06:57:21 +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-22040 converting username to html entities before outputting 2010-06-03 08:18:38 +00:00
registration Make the description field bigger 2010-06-03 09:38:46 +00:00
report accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php 2010-05-21 11:51:23 +00:00
roles MDL-21695 Permissions and overrides help strings 2010-05-17 12:43:02 +00:00
settings MDL-21695 Dropped grade/gradeexportdisplaytype.html and renamed configgradeexportdisplaytype 2010-05-27 21:10:47 +00:00
user 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
webservice webservice MDL-22562 add missing user profile custom fields to external create_users function + update test client 2010-05-25 03:44:29 +00:00
xmldb MDL-15252 Fixed regression: XMLDB action using optionally defined strings 2010-04-22 21:13:53 +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-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
block.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
blocks.php MDL-22015 fixed more string_manager encapsulation issues 2010-04-14 14:38:33 +00:00
bloglevelupgrade.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
cron.php MDL-21579 "Implement session token for embedded application" Oops. Error in sql fixed now. 2010-05-03 06:36:52 +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-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
enrol.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
enrol_config.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
environment.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
environment.xml MDL-20900 iconv now required in 2.0 2009-11-18 22:26:16 +00:00
filters.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
generator.php MDL-16089 some resource lib and lang pack cleanup 2010-05-22 13:54:41 +00:00
handlevirus.php MDL-20766 message_send() used intead of events, it will enable us to improve performance and solve db transactions issues independedntly from events, hopefully this will give us more options in future too because the events are designed specifically for communication "moodle-->external systems" 2009-11-07 10:27:57 +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-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
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-18797 current language pack updated during upgrade 2010-05-26 00:29:33 +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-20204 removing deprecated admin headers 2010-03-31 08:05:53 +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
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-21392 it is possible to have settings without Save button 2010-02-08 16:26:15 +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 MDL-20204 prevent distractions (such as blocks) on the upgrade settings page 2010-05-29 18:11:42 +00:00
uploadpicture.php MDL-21695 Upload pictures and upload users - strings cleanup and fixing 2010-05-17 15:16:33 +00:00
uploadpicture_form.php 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
uploaduser.php MDL-21695 Upload pictures and upload users - strings cleanup and fixing 2010-05-17 15:16:33 +00:00
uploaduser_form.php MDL-22574, use filepicker to impot users in admin 2010-06-04 04:08:56 +00:00
user.php Removing unused call to get_string() 2010-05-06 23:48:45 +00:00