moodle/course
Sam Hemelryk 90723839ca themes MDL-21862 Implements base theme and standard theme.
Very big theme changes, standardold theme has been split into two themes base and standard. Base theme contains only CSS that is absolutly required (e.g. layout, white space rules, specific widths) and standard (which now looks like standardwhite) contains all the frills.
The following noteable changes have also been made:
  * Plugin CSS has been pushed back into the plugin directories as styles.css files.
  * Install_print_header has been corrected.
  * Redundant or deprecated rules have been removed.
  * Several minor class changes throughout Moodle.
  * CSS is now single line rules not multiline indented.
  * Installs with theme=standardold automatically switch to standard.
  * body classes / id now have prefixes to make it clearer what they are and avoid conflicts.
Also worth noting:
  * There is still alot of tweaking that is required to get everything looking as it is supposed to, please be patient or better yet help out.
  * I am currently working on the documentation for the themes system... it will be here soon.
2010-03-25 06:38:21 +00:00
..
format themes MDL-21862 Implements base theme and standard theme. 2010-03-25 06:38:21 +00:00
import MDL-21652 html_table rendering refactored 2010-03-20 22:15:54 +00:00
report MDL-21652 html_table rendering refactored 2010-03-20 22:15:54 +00:00
simpletest webservice MDL-12886 remove bad unit tests updating the DB 2009-12-17 08:54:11 +00:00
category.php MDL-21666 backup & restore caps - moving to new naming schema. More to come. 2010-02-19 17:50:14 +00:00
completion.js MDL-21420 finally moving old global mstr to new M.str. 2010-02-07 09:43:07 +00:00
delete.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
delete_category_form.php MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 08:11:02 +00:00
edit.php course-edit MDL-20204 Fixed recent regression get_list_of_themes returns array of themes now not strings 2010-01-28 07:00:16 +00:00
edit_form.php course-edit MDL-20204 Fixed recent regression get_list_of_themes returns array of themes now not strings 2010-01-28 07:00:16 +00:00
editcategory.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
editcategory_form.php theme MDL-20204 Fixed regression with theme selector in category edit form 2010-03-18 06:02:41 +00:00
editsection.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
editsection_form.php MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 08:11:02 +00:00
enrol.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
external.php MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 08:11:02 +00:00
externallib.php MDL-12886 more external course api 2009-11-05 23:10:35 +00:00
import.php MDL-21666 backup & restore caps - renaming the import one 2010-02-19 19:11:06 +00:00
importstudents.html MDL-21125 obsoleting global $THEME 2009-12-23 17:44:17 +00:00
importstudents.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
index.php NOBUG: Fixed missed string 2010-03-18 01:13:23 +00:00
info.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
jumpto.php MDL-20204 new url_select widget 2010-02-10 10:22:25 +00:00
lib.php themes MDL-21862 Implements base theme and standard theme. 2010-03-25 06:38:21 +00:00
loginas.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
mod.php Events MDL-16203 fire events when a module is added/updated/deleted 2010-03-22 02:56:45 +00:00
modedit.php Events MDL-16203 fire events when a module is added/updated/deleted 2010-03-22 02:56:45 +00:00
moodleform_mod.php rating MDL-21657 changing from ratings (plural) to rating (singular) 2010-03-16 09:37:31 +00:00
pending.php MDL-21652 html_table rendering refactored 2010-03-20 22:15:54 +00:00
recent.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
recent_form.php MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 08:11:02 +00:00
report.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
request.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
request_form.php MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 08:11:02 +00:00
reset.php MDL-21652 html_table rendering refactored 2010-03-20 22:15:54 +00:00
reset_form.php MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 08:11:02 +00:00
resources.php MDL-21652 html_table rendering refactored 2010-03-20 22:15:54 +00:00
rest.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
scales.php MDL-20204 select conversion 2010-02-11 09:46:03 +00:00
search.php MDL-21666 backup & restore caps - moving to new naming schema. More to come. 2010-02-19 17:50:14 +00:00
switchrole.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
togglecompletion.php MDL-21400 unbreaking course completion manual marking + fixing security issues there; YUI3 coversion is the next step 2010-02-03 17:50:26 +00:00
unenrol.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
user.php MDL-21652 html_table rendering refactored 2010-03-20 22:15:54 +00:00
view.php course-view MDL-21240 Fixed regression: course ajax classes need to be in the head 2010-02-23 08:14:03 +00:00