moodle/admin
tjhunt 0c90f98788 formslib: MDL-13210 - partial - try to make validation errores less annoying.
I have made them float right, and reduced the padding on the red box, so they don't cuause the height of the form to change so much, if the error fits to the right of the form control. I realise that some people may not like this, which I why I have done this in head only for now. I will revert this if told to.
2008-11-20 08:30:35 +00:00
..
dbtransfer MDL-17057 dml: fixed regression changed by removed dbpersist parameter - sorrrry 2008-10-29 09:24:45 +00:00
mnet MDL-15352: doesn't use anymore mnet system function, implemeted new mnet function, remote moodle service will appear into the peer service 2008-10-23 08:14:23 +00:00
report MDL-17036 dml: dbpersist moved into dboptions 2008-10-27 22:21:34 +00:00
roles formslib: MDL-13210 - partial - try to make validation errores less annoying. 2008-11-20 08:30:35 +00:00
settings course default settings: MDL-12846 add help texts to all settings 2008-11-17 03:28:32 +00:00
user MDL-16929: fix bulk user download function. (the shortname column title is now profile_field_"shortname"), merged from 19 2008-10-22 01:33:37 +00:00
xmldb xmldb: typos in generated code. 2008-11-18 07:36:02 +00:00
auth.php Drift between CVS and git 2008-06-25 17:31:23 +00:00
auth_config.php MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes 2008-08-16 12:16:01 +00:00
block.php MDL-14129, create a new debug.php, and fix print_error() call 2008-04-09 08:21:51 +00:00
blocks.php MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl 2008-06-15 10:32:50 +00:00
cliupgrade.php MDL-17274 security: register globals not supported- now we are preventing upgrades and installs too 2008-11-19 09:46:09 +00:00
cron.php MDL-17071 fix misleading text - it's removing enrolments not assignments 2008-11-05 07:13:26 +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
enrol.php MDL-15846 add option to prevent course welcome emails + support for searching in enrolment page 2008-07-26 16:50:33 +00:00
enrol_config.php MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
environment.php Missed this in my previous commit. MDL-12698 ; merged from 19_STABLE 2007-12-31 01:10:54 +00:00
environment.xml MDL-17274 security: register globals not supported- now we are preventing upgrades and installs too 2008-11-19 09:46:09 +00:00
filters.php fixing syntax error - missing { - introduced during last commit (revision 1.42) 2008-04-09 19:04:54 +00:00
generator.php generator: Fix to use role_assign, rather than screwing with the role_assignments table directly. 2008-11-06 04:10:22 +00:00
handlevirus.php MDL-10107 - Removed old email_to_user with we still arround and added default message processor for user, 2008-08-02 00:04:29 +00:00
health.php MDL-15605 - Fix solution SQL syntax for the "question categories must belong to a context that exists" check. 2008-09-01 05:29:26 +00:00
index.php undefined $site causing registerauth to be asked once and again, and again... MDL-16546 2008-09-18 16:49:19 +00:00
innodb.php MDL-17130 dml: eliminated $CFG->dbfamily 2008-11-05 00:12:30 +00:00
lang.php MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes 2008-08-16 12:16:01 +00:00
langimport.php MDL-17094 Automatic language update can be disabled via $CFG->skiplangupgrade settings. Merged from MOODLE_19_STABLE 2008-11-01 19:35:43 +00:00
mailout-debugger.php MDL-12142 mailout-debugger: Now works on Windows too 2007-11-20 00:31:40 +00:00
maintenance.php MDL-16318: remove a few calls use_html_editor() (more to come) 2008-09-03 03:09:56 +00:00
modules.php MDL-17251 foxed incorrect set_field 2008-11-17 07:55:10 +00:00
multilangupgrade.php MDL-14679 towards /admin conversion 2008-05-30 21:36:57 +00:00
oacleanup.php MDL-14679 towards /admin conversion 2008-05-30 21:36:57 +00:00
pagelib.php "MDL-14460, fix all the other get_context_instance, merged from MOODLE_19_STABLE" 2008-05-02 04:37:02 +00:00
phpinfo.php MDL-9647 simplify dealing with headers/footers in admin sections 2007-04-30 17:08:34 +00:00
portfolio.php MDL-16127 - smarter handling of supported formats in callers 2008-08-20 13:30:37 +00:00
process_email.php MDL-14679 towards /admin conversion 2008-05-30 21:36:57 +00:00
qtypes.php MDL-16411 - fix qtype admin page to look in the new place for version numbers. 2008-09-18 02:46:06 +00:00
register.php MDL-14679 converted some count_records 2008-06-02 21:47:31 +00:00
replace.php MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
repository.php MDL-15402: add a repository type functionality in the administration: enable/disable course and user repository setting 2008-10-09 03:02:26 +00:00
repositoryinstance.php MDL-15402: when an instance is reaonly, the administrator cannot delete it but should be able to modify the name (only) 2008-09-19 06:43:06 +00:00
search.php MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
settings.php MDL-16318: remove a few calls use_html_editor() (more to come) 2008-09-03 03:09:56 +00:00
stickyblocks.php "MDL-14460, fix all the other get_context_instance, merged from MOODLE_19_STABLE" 2008-05-02 04:37:02 +00:00
timezone.php MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +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-16318: remove a few calls use_html_editor() (more to come) 2008-09-03 03:09:56 +00:00
uploadpicture.php MDL-16003 changing to new adminroot style - thanks Tatsuya Shirai 2008-08-17 22:53:19 +00:00
uploadpicture_form.php MDL-11752 Upload users form merged from 1.9 2008-02-21 05:24:18 +00:00
uploaduser.php fixed trivial typo in comment; merged from 19STABLE 2008-10-18 04:19:46 +00:00
uploaduser_form.php MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html 2008-09-25 07:12:46 +00:00
user.php MDL-10586 fixed coding style; merged from MOODLE_19_STABLE 2008-07-10 08:36:44 +00:00