Commit graph

9368 commits

Author SHA1 Message Date
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
636365f89a MDL-21196 workaround for xhtml strict problems in phploader 2009-12-27 09:27:41 +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
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
Andrew Davis
c013b31695 weblib MDL-21168 improved convert_urls_into_links 2009-12-24 06:44:51 +00:00
Petr Skoda
73e504bca9 MDL-20799 renewed support for alternative theme dir location 2009-12-23 18:52:42 +00:00
Petr Skoda
cbcc9852e0 MDL-21125 removing obsolete global $THEME 2009-12-23 18:23:21 +00:00
Petr Skoda
f6794ace8b MDL-21125 obsoleting global $THEME 2009-12-23 18:05:58 +00:00
Petr Skoda
088ccb43cf MDL-21125 obsoleting global $THEME 2009-12-23 17:51:41 +00:00
Petr Skoda
92e01ab771 MDL-21125 obsoleting global $THEME 2009-12-23 17:44:17 +00:00
Petr Skoda
054652d623 MDL-20204 removed some forgotten legacy code 2009-12-23 17:27:29 +00:00
Petr Skoda
358c13cbbf MDL-21124 full support for JS in theems finished 2009-12-23 17:18:46 +00:00
David Mudrak
0ea95ddcb7 MDL-21178 formslib element modgrade does not use deprecated link_to_popup_window() for help icon 2009-12-23 16:54:39 +00:00
Sam Hemelryk
e0738f5778 navigation /MDL-21152 fixed regression changed topframe to frametop 2009-12-23 08:56:16 +00:00
Sam Hemelryk
d8ae33a95c question MDL-21169 removed update_module_button calls from question these are now added by the module extending the navigation if there is a module specified for question pages.
Also fixed bug in moodle_url object coding_error to coding_exception
2009-12-23 02:45:22 +00:00
Sam Hemelryk
a881f97099 files MDL-20635 Changed cleanup of files when a context is deleted from the moment it occurs to cron 2009-12-23 01:24:17 +00:00
Sam Hemelryk
7a7e209df0 navigation MDL-20649 Revised the way in which navigation works for users
When logged in there is a my moodle dashboard branch, when viewing a site profile there is a users branch, and when viewing a course profile there the user is shown under the participants branch
2009-12-23 01:22:48 +00:00
jerome mouneyrac
6b36958872 webservice MDL-12886 do not display the web service core if no service available 2009-12-21 06:11:50 +00:00
Petr Skoda
e68c5f36cf MDL-21124 towards full JS support in themes 2009-12-20 23:06:57 +00:00
Petr Skoda
38aafea249 MDL-21124 towards full JS support in themes 2009-12-20 21:50:46 +00:00
Petr Skoda
e14f806088 MDL-20204 fixed silly bug in my previous commit 2009-12-20 21:50:15 +00:00
Petr Skoda
6f0a938be5 MDL-20204 more BC in standard theme CSS 2009-12-20 19:41:47 +00:00
Petr Skoda
37b5b18e43 MDL-21150 finally we have a general agreement that plugin_renderes now "magically extend" the core_renderer by using of __call() + fixed problems with protected methods 2009-12-20 16:34:18 +00:00
Petr Skoda
998999e725 MDL-21155 improve themechangeonurl - sesskey not required, it may be a slight CSRF problem, but on the other hand theme designers rely on this very often, fixed problems with theme in _POST 2009-12-20 16:25:41 +00:00
Tim Hunt
e785b784f1 Grade item: MDL-21161 timemodified never gets set on calculated gradebook columns 2009-12-18 18:19:46 +00:00
Penny Leach
8192522e63 portfolio: MDL-21156 portfolio export format specific pluginfile handling 2009-12-18 13:44:35 +00:00
Penny Leach
ed986e0082 portfolio: MDL-21030 added helper function to add multiple attachments 2009-12-18 13:44:23 +00:00
Dongsheng Cai
c07b5ad416 "MDL-21154, fixed undefined index error in bulk_user operation page" 2009-12-18 07:42:54 +00:00
Dongsheng Cai
9f509643f0 "MDL-21141, fixed a regression introduced by last commit, thanks for testing, jerome" 2009-12-18 07:17:46 +00:00
Dongsheng Cai
02e7a15db9 "MDL-21153, fixed helpbutton debug message when using select & group elements" 2009-12-18 07:09:59 +00:00
Andrew Davis
53ad47f22b weblib MDL-20826 made convert_urls_into_links() produce xhtml compliant links 2009-12-18 04:13:35 +00:00
Petr Skoda
3e4e6eda3c MDL-20797 removing problematic __desctruct() magic from the xhtml_container_stack, ->footer() handles it already 2009-12-17 22:52:37 +00:00
Petr Skoda
c927e35c48 MDL-21148 geenral support for rendering targets, this should give us more flexibility; please propose improvements in the tracker if necessary, thanks 2009-12-17 22:43:27 +00:00
Petr Skoda
da0c0e2595 MDL-21149 fixyed todos 2009-12-17 20:11:39 +00:00
Petr Skoda
5ef719e735 MDL-21108 fixed todo 2009-12-17 20:06:35 +00:00
Petr Skoda
ff5265c64f MDL-21148 plugin renderers now redirect calls to core renderer, credit goes to anybody who did the lesson renderer ;-) 2009-12-17 14:54:04 +00:00
Petr Skoda
755909352c MDL-21148 preparation for new target parameter in get_renderer() 2009-12-17 14:51:36 +00:00
Petr Skoda
649cf95d0b MDL-21147 renamed find_renderer back to get_renderer() - there are no more collisions with those magic getters 2009-12-17 14:06:22 +00:00