Commit Graph

2153 Commits

Author SHA1 Message Date
Moodle Robot bb9728e873 Updated the HEAD build version to 20100407 2010-04-07 00:43:00 +00:00
Moodle Robot fdc5ff136b Updated the HEAD build version to 20100406 2010-04-06 00:42:43 +00:00
Moodle Robot 725b420dd1 Updated the HEAD build version to 20100405 2010-04-05 00:42:13 +00:00
Moodle Robot b9dd2a2e56 Updated the HEAD build version to 20100404 2010-04-04 00:42:32 +00:00
Moodle Robot 826b340c08 Updated the HEAD build version to 20100403 2010-04-03 00:43:16 +00:00
Moodle Robot 2cb6d1b530 Updated the HEAD build version to 20100402 2010-04-02 00:42:35 +00:00
Moodle Robot f81806aadc Updated the HEAD build version to 20100401 2010-04-01 00:42:50 +00:00
Petr Skoda 4f0c2d0009 MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too 2010-03-31 07:41:31 +00:00
Dongsheng Cai d1d4813ff2 "MDL-21146, improve file license code" 2010-03-31 03:08:05 +00:00
Moodle Robot 1e9bbac81f Updated the HEAD build version to 20100331 2010-03-31 00:43:33 +00:00
Moodle Robot be87881fd0 Updated the HEAD build version to 20100330 2010-03-30 00:43:33 +00:00
Dongsheng Cai 1dce6261b7 "MDL-21146, adding file license support to repository api, first commit" 2010-03-29 03:39:08 +00:00
Moodle Robot 3099dc73e7 Updated the HEAD build version to 20100329 2010-03-29 00:42:14 +00:00
Moodle Robot c6d2a6f4aa Updated the HEAD build version to 20100328 2010-03-28 00:42:17 +00:00
Moodle Robot c8194866c6 Updated the HEAD build version to 20100327 2010-03-27 00:42:24 +00:00
Moodle Robot 3c5a75aec8 Updated the HEAD build version to 20100326 2010-03-26 00:42:34 +00:00
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
Moodle Robot 581190fa56 Updated the HEAD build version to 20100325 2010-03-25 00:42:31 +00:00
Moodle Robot 5cd8d09ee6 Updated the HEAD build version to 20100324 2010-03-24 00:41:34 +00:00
Moodle Robot c25370840a Updated the HEAD build version to 20100323 2010-03-23 00:41:28 +00:00
Moodle Robot 87af4c1be3 Updated the HEAD build version to 20100322 2010-03-22 00:41:54 +00:00
Moodle Robot 99c46efe79 Updated the HEAD build version to 20100321 2010-03-21 00:41:46 +00:00
Moodle Robot e50afe3967 Updated the HEAD build version to 20100320 2010-03-20 00:43:28 +00:00
Petr Skoda 55a00e1027 MDL-21788 string and setting cleanup of session regen, not needed in head where it is always on 2010-03-19 17:11:14 +00:00
Moodle Robot 19383cc5f2 Updated the HEAD build version to 20100319 2010-03-19 00:42:25 +00:00
Andrew Davis 8b69c341c0 rating MDL-21657 more changes based on Petr's feedback 2010-03-18 03:47:12 +00:00
Moodle Robot 843640c667 Updated the HEAD build version to 20100318 2010-03-18 00:42:48 +00:00
Andrew Davis 019cf6ce82 rating MDL-21657 added something to upgrade script to ensure there are no problems due to db/install.php having lagged behind unpgrade.php 2010-03-17 02:05:31 +00:00
Moodle Robot b38582ff95 Updated the HEAD build version to 20100317 2010-03-17 00:42:46 +00:00
Andrew Davis 0f51ca7922 rating MDL-21657 changed table from ratings (plural) to rating (singular) 2010-03-16 09:20:23 +00:00
Andrew Davis a09aeee47b rating MDL-21657 first commit for rating library 2010-03-16 05:57:51 +00:00
Moodle Robot a81508bfac Updated the HEAD build version to 20100316 2010-03-16 00:42:02 +00:00
Moodle Robot e3b5215145 Updated the HEAD build version to 20100315 2010-03-15 00:41:55 +00:00
Moodle Robot 52359f124f Updated the HEAD build version to 20100314 2010-03-14 00:42:44 +00:00
Moodle Robot c1d938aa1e Updated the HEAD build version to 20100313 2010-03-13 00:41:45 +00:00
Moodle Robot 91a23459c0 Updated the HEAD build version to 20100312 2010-03-12 00:41:49 +00:00
Moodle Robot 894af28473 Updated the HEAD build version to 20100311 2010-03-11 00:41:35 +00:00
Moodle Robot b2b7670bd1 Updated the HEAD build version to 20100310 2010-03-10 00:41:41 +00:00
Moodle Robot edf2840dd3 Updated the HEAD build version to 20100309 2010-03-09 00:42:06 +00:00
Moodle Robot 428b05cb2f Updated the HEAD build version to 20100308 2010-03-08 00:41:28 +00:00
Petr Skoda 01a2ce80ec MDL-21710, MDL-21711 new permissions evaluation and overriding UI 2010-03-07 09:28:54 +00:00
Moodle Robot f42e7f7853 Updated the HEAD build version to 20100307 2010-03-07 00:41:25 +00:00
Moodle Robot f3f2f4c94e Updated the HEAD build version to 20100306 2010-03-06 00:41:35 +00:00
Moodle Robot 6bc1cc85b9 Updated the HEAD build version to 20100305 2010-03-05 00:41:58 +00:00
Moodle Robot 01a5f00bea Updated the HEAD build version to 20100304 2010-03-04 00:41:21 +00:00
Moodle Robot a68771a88e Updated the HEAD build version to 20100303 2010-03-03 00:41:33 +00:00
Moodle Robot bb45919150 Updated the HEAD build version to 20100302 2010-03-02 00:41:03 +00:00
Moodle Robot 0e69ec01ff Updated the HEAD build version to 20100301 2010-03-01 00:41:31 +00:00
Moodle Robot 3a3bf40bcc Updated the HEAD build version to 20100228 2010-02-28 00:40:45 +00:00
Moodle Robot 38f5a0ab92 Updated the HEAD build version to 20100227 2010-02-27 00:41:21 +00:00