Commit graph

39156 commits

Author SHA1 Message Date
Petr Skoda
c43adfe9da MDL-20204 just a little blue theme experiment for testing of theme development process ;-) 2009-12-29 22:11:52 +00:00
Eloy Lafuente
2944c6c182 NOBUG: Whitespace and XHTML ; merged from 19_STABLE 2009-12-29 19:36:08 +00:00
Petr Skoda
244a32c617 MDL-21119 lang menu and login info now handled by themes 2009-12-29 17:26:29 +00:00
Petr Skoda
684b988c94 MDL-20204 fixed some alt image typos 2009-12-29 14:38:49 +00:00
Petr Skoda
42174e18fb MDL-21210 hopefully fixed $PAGE->set_url() weirdness and added more diagnostics 2009-12-29 14:30:15 +00:00
Petr Skoda
b195b44339 MDL-21193 improved error messages in combo loader 2009-12-29 12:39:11 +00:00
Petr Skoda
a4738eb361 MDL-21193 improved error messages in combo loader 2009-12-29 12:38:50 +00:00
Petr Skoda
596af93a46 MDL-20204 adding missing theme render prefix for current theme - thanks dvpdiner2 2009-12-29 12:23:39 +00:00
Petr Skoda
d6b64d1583 MDL-21208 THEME_DESIGNER_CACHE_LIFETIME control option added 2009-12-29 12:14:42 +00:00
Petr Skoda
7829cf7955 MDL-21208 major perf improvement for theme designer mode - now partially cached too ;-) 2009-12-29 12:04:31 +00:00
Petr Skoda
13ea159e9c MDL-21208 longer image caching in theme designer mode (performance) 2009-12-29 11:05:25 +00:00
Moodle Robot
c86fb07fcd Updated the HEAD build version to 20091229 2009-12-29 00:33:16 +00:00
Petr Skoda
945f19f77d MDL-21193 finally fixed YUI3 laoding - now fully cached and working - yay! 2009-12-28 23:08:55 +00:00
Petr Skoda
7a82b2afc8 MDL-21204 fixed incorrect url params, credit goes to Gabriel Dias 2009-12-28 19:42:19 +00:00
Petr Skoda
5d77fc1d2b MDL-21198 improved html_link api, added missing style attribute; marked some potential problems with TODOs 2009-12-28 19:40:07 +00:00
Petr Skoda
8c271b2900 fixed dml typo 2009-12-28 19:38:00 +00:00
Petr Skoda
c2c04c6976 MDL-21198 fixed legacy PHP4 pass-by-reference notation + added proper param type 2009-12-28 14:53:31 +00:00
Eloy Lafuente
1fe2e2ded2 MDL-21203 delete dupe code - Credit goes to Antoine G ; merged from 19_STABLE 2009-12-28 14:34:50 +00:00
Petr Skoda
8fa16366d6 MDL-21198 make factory methods ahve to be static; adding "real" construtors for components; fixed regression in detection of missing image alt text in actions; api improvements; plus some other fixes 2009-12-28 10:43:01 +00:00
Petr Skoda
a309d7dbf3 MDL-21198 improved parameter types specification in renderer api 2009-12-28 08:33:47 +00:00
Moodle Robot
f1fdacdc65 Updated the HEAD build version to 20091228 2009-12-28 00:34:42 +00:00
Petr Skoda
1ba862ec6e MDL-21198 going back to the original spacer syntax, image component improvements, plus some regression fixes 2009-12-27 23:31:46 +00:00
Petr Skoda
6dd7d7f0bc MDL-21198 removing "Moodle_" prefix from html_component 2009-12-27 19:50:15 +00:00
Petr Skoda
812dbaf7d5 MDL-21198 improved/simplified $OUTPUT->user_picture() + regression fixes, performance fixes and detected performance problems when printing user avatars 2009-12-27 19:47:21 +00:00
Petr Skoda
3405956553 MDL-21197 output components do not use globals any more in prepare() methods 2009-12-27 12:58:29 +00:00
Petr Skoda
191b267bcd MDL-20790 more page layouts -see base theme for full list; also added new css body class for describing current layout; base layout is now default for beter BC; require_login() now sets 'incourse' layout automatically 2009-12-27 12:02:04 +00:00
Petr Skoda
7dccaef182 fixed CLI script detection 2009-12-27 11:51:44 +00:00
Petr Skoda
636365f89a MDL-21196 workaround for xhtml strict problems in phploader 2009-12-27 09:27:41 +00:00
Moodle Robot
e29e464c12 Updated the HEAD build version to 20091227 2009-12-27 00:33:13 +00:00
Moodle Robot
8c8caf2666 Updated the HEAD build version to 20091226 2009-12-26 00:33:27 +00:00
David Mudrak
f5a726feb3 MDL-21191 Fixing another regression in dependency calculation
This is not easy to spot as $params may just contain one more item than $sql
would expect. However, $sql and $params should be well paired.
2009-12-25 23:31:59 +00:00
Petr Skoda
84d6e8323d MDL-21189 yui combined file loading admin setting 2009-12-25 22:47:41 +00:00
Petr Skoda
aa42314ded MDL-21189 yui2/3 combo loader implemented - yay! admin settings in the next commit; yui libs stored in more standard locations 2009-12-25 22:37:04 +00:00
Petr Skoda
60f2c8666a MDL-21189 custom yui image loading needed for combo yui loader 2009-12-25 19:51:40 +00:00
David Mudrak
1b6ab8924f MDL-21190 Re-fixing a regression in dependency calculation
Sorry for the last commit. This should be the proper way. The problem
was with the question mark within quotes - it was not considered as a
placeholder.
2009-12-25 17:18:52 +00:00
David Mudrak
8b9f980a2b MDL-21190 Fixing a regression in dependency calculation 2009-12-25 16:46:46 +00:00
Petr Skoda
985d1d1d22 MDL-21187 brand new yui2 lib loading now using the official YAHOO oholoaders which properly resolves all dependencies; please note we are still suing the YUI2 CSS preloading 2009-12-25 15:27:47 +00:00
Petr Skoda
ae1dd0b1a8 MDL-20204 show debugging when require_js() used 2009-12-25 14:40:44 +00:00
Petr Skoda
9fd49f5fd4 MDL-21188 minor cleanup 2009-12-25 14:23:36 +00:00
Petr Skoda
95fbe49bab fixed whitespace, sorrry 2009-12-25 14:15:24 +00:00
Petr Skoda
9b2735f93c MDL-21188 removing support for yui pix folders in themes because it is not compatible with autoloading in YUI3 and also loading of any YUI from external sites through combo scripts 2009-12-25 14:14:55 +00:00
Petr Skoda
4c90714106 MDL-21187 YUI phploader now used for YUI3 2009-12-25 13:48:23 +00:00
Petr Skoda
8c96c3cb59 MDL-21139 always load YUI3 CSS after YUI2 so that it takes precedence 2009-12-25 10:52:02 +00:00
Petr Skoda
3fb70edba3 MDL-21139 search for YUI3 images before YUI2 2009-12-25 10:40:30 +00:00
Moodle Robot
968123311f Updated the HEAD build version to 20091225 2009-12-25 00:33:15 +00:00
Moodle Robot
20efc19c49 Automatic installer.php lang files by installer_builder (20091225) 2009-12-25 00:22:33 +00:00
Valery Fremaux
049f43f740 http://tracker.moodle.org/browse/MDL-21186 2009-12-24 23:10:56 +00:00
Andrew Davis
c013b31695 weblib MDL-21168 improved convert_urls_into_links 2009-12-24 06:44:51 +00:00
Sam Hemelryk
10f7999b31 theme-anomaly MDL-20175 Removing readme.html file that is now in lang dir 2009-12-24 03:12:13 +00:00
Sam Hemelryk
cb0af31902 theme-anomaly MDL-20175 Updated anomaly theme to work with Moodle 2.0
It is still along way off finished however I will wait until the remaining theme changes are complete before fixing remaining issues.
2009-12-24 03:06:39 +00:00