..
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-21137 MNet: UI to choose peer theme replaced with simple selector
2010-07-12 15:03:42 +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-14589 file api cleanup
2010-07-11 13:30:33 +00:00
roles
Roles MDL-23048 fixed CONTEXT_COURSECAT roles editing being titled as 'front page roles'
2010-07-08 03:57:03 +00:00
settings
MDL-22800 stats code using new enrol tables, I did not test it much because I do not have any test data :-(
2010-07-10 14:45:07 +00:00
user
MDL-19211 back to the old text format preferences logic + minor refactoring and improvements
2010-07-10 12:12:59 +00:00
webservice
webservice MDL-23052 fix lang string on add service form
2010-07-02 08:38:49 +00:00
xmldb
MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing
2010-07-04 10:27:56 +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-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-22964 xmlrpc is no longer required, but still highly recommended if you want to appear cool to all your friends.
2010-07-08 09:05:18 +00:00
filters.php
MDL-20204 removing deprecated admin headers
2010-03-31 08:05:53 +00:00
generator.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
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-21695 Cron warning help fixed
2010-06-28 14:37:03 +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-12192 Language specific label separator instead of hardcoded ': '
2010-07-02 12:15: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
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-14589 user icons now stored in file storage pool
2010-07-11 11:43:15 +00:00
uploadpicture_form.php
MDL-22574, fixed file type
2010-06-08 08:02:14 +00:00
uploaduser.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
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