.. |
cli
|
MDL-15249 support for environment test in cli scripts
|
2009-06-03 16:24:00 +00:00 |
dbtransfer
|
admin dbtransfer: MDL-18225 dbtransfer script should do some output to reassure you that something is happening.
|
2009-02-12 08:34:35 +00:00 |
mnet
|
MDL-19418 Replaced ereg* by preg*
|
2009-06-22 01:22:37 +00:00 |
report
|
Fix unit|db tests OUTPUT
|
2009-06-26 09:50:06 +00:00 |
roles
|
ajaxlib/require_js: MDL-16693 $PAGE->requires->... deprecates require_js etc.
|
2009-06-12 12:13:07 +00:00 |
settings
|
install: MDL-19610 encapsulate empty($CFG->rolesactive) checks in a during_initial_install() function.
|
2009-06-24 09:17:56 +00:00 |
user
|
MDL-17942 more session refactoring
|
2009-01-18 18:00:44 +00:00 |
xmldb
|
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
|
2009-06-19 14:25:56 +00:00 |
auth.php
|
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
|
2009-06-19 14:25:56 +00:00 |
auth_config.php
|
moodle_page: MDL-12212 more ->pagepaths to kill
|
2009-05-06 08:43:51 +00:00 |
block.php
|
blocklib: MDL-19010 always include blocklib in setup.php, stip includes elsewhere
|
2009-05-06 09:13:16 +00:00 |
blocks.php
|
blocks: MDL-19010 Fix further blocks-related breakage, including removing all references to blocks_insance_old outside blocklib.php
|
2009-05-07 08:55:10 +00:00 |
cron.php
|
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
|
2009-06-19 14:25:56 +00:00 |
dbperformance.php
|
MDL-14679 towards adodb separation
|
2008-06-09 18:48:28 +00:00 |
delete.php
|
"MDL-14460, fix all the other get_context_instance, merged from MOODLE_19_STABLE"
|
2008-05-02 04:37:02 +00:00 |
editors.php
|
MDL-19211 text editor plugins configuration
|
2009-05-17 21:10:06 +00:00 |
enrol.php
|
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
|
2009-06-19 14:25:56 +00:00 |
enrol_config.php
|
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
|
2009-06-19 14:25:56 +00:00 |
environment.php
|
MDL-16613 sesskey cleanup
|
2009-01-02 10:36:25 +00:00 |
environment.xml
|
MDL-18976 simplexml ext now marked as required, credit goes to Dan Poltawski
|
2009-06-03 21:15:47 +00:00 |
filters.php
|
Fix trailing whitespace
|
2009-04-17 02:50:21 +00:00 |
generator.php
|
MDL-16177 Detecting if script is called from URL, in which case it prints header, footer and form. Otherwise, silently create a global $generator object that can be used by unit tests.
|
2009-06-22 00:52:36 +00:00 |
handlevirus.php
|
MDL-17776 added new define CLI_SCRIPT that identifies all CLI scripts + cron (cli scripts do not have session and do not like HTML in output and are executed from command line, cron is an exception)
|
2009-01-03 14:28:02 +00:00 |
health.php
|
"MDL-18540, change the uses of option"
|
2009-03-30 10:07:24 +00:00 |
index.php
|
themes: MDL-19077 fix install regression
|
2009-06-26 09:38:14 +00:00 |
innodb.php
|
MDL-17130 dml: eliminated $CFG->dbfamily
|
2008-11-05 00:12:30 +00:00 |
lang.php
|
MDL-18797 string_manager::instance()->get_registered_plugin_types() does not return "__exceptions" as places_to_search_for_lang_strings() used to do.
|
2009-04-06 13:06:04 +00:00 |
langimport.php
|
MDL-18670 adding proper permissions for mkdir(); merged from MOODLE_19_STABLE
|
2009-05-06 16:10:45 +00:00 |
mailout-debugger.php
|
MDL-12142 mailout-debugger: Now works on Windows too
|
2007-11-20 00:31:40 +00:00 |
modules.php
|
accesslib: MDL-17626 admin/modules.php should call delete_context when a module is uninstalled.
|
2009-01-09 05:34:49 +00:00 |
multilangupgrade.php
|
MDL-14992 towards new moodle db sessions
|
2009-01-14 17:08:29 +00:00 |
oacleanup.php
|
MDL-14679 towards /admin conversion
|
2008-05-30 21:36:57 +00:00 |
phpinfo.php
|
MDL-9647 simplify dealing with headers/footers in admin sections
|
2007-04-30 17:08:34 +00:00 |
portfolio.php
|
moodle_page: MDL-12212 more ->pagepaths to kill
|
2009-05-06 08:43:51 +00:00 |
process_email.php
|
MDL-17776 added new define CLI_SCRIPT that identifies all CLI scripts + cron (cli scripts do not have session and do not like HTML in output and are executed from command line, cron is an exception)
|
2009-01-03 14:28:02 +00:00 |
qtypes.php
|
fix variable name typo
|
2009-04-07 05:20:16 +00:00 |
register.php
|
community Hub MDL-19313 fix hard coded string for registration form title, merged from 1.9
|
2009-05-27 03:05:54 +00:00 |
replace.php
|
blocks: MDL-19010 Fix further blocks-related breakage, including removing all references to blocks_insance_old outside blocklib.php
|
2009-05-07 08:55:10 +00:00 |
repository.php
|
moodle_page: MDL-12212 more ->pagepaths to kill
|
2009-05-06 08:43:51 +00:00 |
repositoryinstance.php
|
"MDL-13766, repository api, fixed typeid value"
|
2009-06-04 06:40:35 +00:00 |
search.php
|
Fix print_footer call, and some fallout from the pagelib changes.
|
2009-06-12 11:53:35 +00:00 |
settings.php
|
admin settings/blocklib: MDL-19108 Error when saving any admin settings
|
2009-05-08 02:43:06 +00:00 |
stickyblocks.php
|
moodle_page: MDL-12212 eliminate page_my_moodle
|
2009-05-06 09:23:37 +00:00 |
timezone.php
|
MDL-16613 sesskey cleanup
|
2009-01-02 10:51:26 +00:00 |
timezoneimport.php
|
Correct timezones listing when importing olson files ; merged from 19_STABLE
|
2007-12-31 15:25:27 +00:00 |
upgradesettings.php
|
MDL-17458 fixed headers used during installation
|
2009-02-01 17:45:32 +00:00 |
uploadpicture.php
|
administration MDL-19525 remove global $userfields usage from uploadpicture_form class, merged from 1.9
|
2009-06-16 09:09:33 +00:00 |
uploadpicture_form.php
|
administration MDL-19525 remove global $userfields usage from uploadpicture_form class, merged from 1.9
|
2009-06-16 09:09:33 +00:00 |
uploaduser.php
|
MDL-19418 Replaced ereg* by preg*
|
2009-06-22 01:22:37 +00:00 |
uploaduser_form.php
|
MDL-19211 text editor plugins configuration
|
2009-05-17 21:10:06 +00:00 |
user.php
|
MDL-19580 preparation for requiring yui before print_header()
|
2009-06-21 18:45:07 +00:00 |
wsprotocols.php
|
moodle_page: MDL-12212 more ->pagepaths to kill
|
2009-05-06 08:43:51 +00:00 |