Commit graph

281 commits

Author SHA1 Message Date
Petr Skoda
baeb20bba3 MDL-21400 thems and JS now using the same script naming convention and parameter style 2010-02-07 13:08:46 +00:00
Petr Skoda
593f9b8703 MDL-21400 finalising JS api - removing ->on_dom_ready (now bool param in js() and js_init_call()) and after_delay() (again int parameter) - the reason is it was adding unnecessary complexity and it is used in just a few places that will be eventually converted to the new js_init_call() anyway 2010-02-06 14:45:17 +00:00
Petr Skoda
60409fe103 MDL-21532 ->in_head() now really exceptional (after overrlib removal there will be just a few of them) 2010-02-06 14:09:33 +00:00
Petr Skoda
4abd5b9b2a MDL-21400 migrated falsh detection to YUI3 2010-02-06 12:58:19 +00:00
Petr Skoda
db09524d89 MDL-20204 fixed HTML_ATTR_EMPTY regression 2010-02-03 17:20:01 +00:00
Petr Skoda
97c100999a MDL-20204 removed problematic HTML_ATTR_EMPTY, simply use null instead + removed incorrect trimming of values (yes, leading/trailing spaces are sometimes valid attribute values too!) 2010-02-03 16:27:52 +00:00
Sam Hemelryk
505575293e output MDL-21235 Fixed table function to be xml strict with no data 2010-01-28 05:30:14 +00:00
Petr Skoda
2d65597b6c MDL-21403 removing ->asap() used for flicker-lessremoval of go button, no use .hiddenifjs class instead 2010-01-26 09:32:21 +00:00
Petr Skoda
8ce04d51a1 MDL-21435 fixed regression 2010-01-26 09:00:50 +00:00
Petr Skoda
e50b4c8972 MDL-21420 refactoring towards global M 2010-01-21 20:55:58 +00:00
Petr Skoda
d96d8f03b4 MDL-21240 adding new level to requirements manager, now the function calls and events have access to "Y." 2010-01-19 22:01:12 +00:00
Petr Skoda
9dec75dbcc MDL-21240 shortened urls now start with / everywhere 2010-01-18 20:57:32 +00:00
Petr Skoda
c046747947 MDL-21240 simplified CSS handling in requirements manager 2010-01-18 20:02:13 +00:00
Petr Skoda
2212eb7add MDL-21240 adding special handling of theme CSS, the reason is we ned to mark first theme CSS so that YUI adds own CSS before that, and second the custom plugin CSS must be always loaded after themes 2010-01-18 13:13:20 +00:00
Petr Skoda
7fde1e4bc8 MDL-21362 fixed fatal error regression 2010-01-18 09:40:14 +00:00
Petr Skoda
5509254c25 MDL-21233 prepare_url obsoleted by new html_writer and changes in moodle_url 2010-01-17 10:59:07 +00:00
Petr Skoda
b9bc201962 MDL-21233 escaped parameter is far more importatnt than the overrideparams in out() method - especially all JS urls should be converted to out(false); also it is possible to create new url with overrided parameters in constructor which might be actually work around the double encoding problems in the url (we should never use the out() in moodle_url constructor itself!) 2010-01-17 09:50:55 +00:00
Petr Skoda
eb7880654f MDL-21233 finally removed the omitquerystring parameters from the out method because: 1/ the least used parameter should nto be first, 2/ it is colliding with the other two paramters, now we have separate funtion for that instead 2010-01-17 09:37:30 +00:00
Petr Skoda
340d461269 MDL-21233 simplifying moodle_url->out() api 2010-01-17 09:18:11 +00:00
Petr Skoda
a685593466 MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
Petr Skoda
f14b641b91 MDL-21235 new action_link fixed 2010-01-15 09:01:59 +00:00
Petr Skoda
11820bacc1 MDL-21235 minor docs fixes 2010-01-14 22:51:10 +00:00
Petr Skoda
4871a238f0 MDL-21235 fixed confirm regression 2010-01-14 22:44:24 +00:00
Petr Skoda
574fbea453 MDL-21235 new action_link 2010-01-14 22:40:33 +00:00
Petr Skoda
3ba60ee16a MDL-21235 new single button rendering 2010-01-14 19:18:04 +00:00
Petr Skoda
bf11293a94 MDL-21235 converted help cions to final render outputlib api 2010-01-13 18:50:28 +00:00
Petr Skoda
5d0c95a5ac MDL-21235 towards the final outputlib api - implementing separate html writer and implementing new render() method 2010-01-13 17:13:52 +00:00
Petr Skoda
c8e8c8c671 MDL-20204 removing obsoleted code before more refactoring 2010-01-07 17:57:54 +00:00
Petr Skoda
04c0140811 MDL-21244 added new option for footer JS from themes as requested by Urs 2010-01-05 23:22:16 +00:00
Petr Skoda
73b62703ab MDL-20204 eliminating deprecated javascript file because it only adds extra pressure on servers 2010-01-05 00:43:09 +00:00
Petr Skoda
efaa4c0803 MDL-21242 towards removing og yui2 skin sheet from the huge theme css file 2010-01-05 00:33:15 +00:00
Petr Skoda
53228896fa MDL-20204 fixed moodle logo link on frontpage 2010-01-04 23:55:09 +00:00
Petr Skoda
b38cea70ea MDL-20786 removing mod javascript.php support, now fulyl replaced by $PAGE->requires->js() 2010-01-04 23:30:24 +00:00
Petr Skoda
897e902bbc MDL-20204 improved pix docs 2010-01-04 14:40:34 +00:00
Petr Skoda
a91b80c2b1 MDL-21236 removing spurious popup action from normal action links, thanks sam 2010-01-04 09:46:47 +00:00
Petr Skoda
801db07670 MDL-21232 using normal = which should be enough now in PHP5 2010-01-04 07:51:59 +00:00
Sam Hemelryk
ada38fad4f output MDL-21232 image now checks to see if passed url var is a moodle_url to avoid bad image src attribute 2010-01-04 02:53:47 +00:00
Petr Skoda
169a5b545c MDL-21198 fixed silly regression in type checking - grrr 2010-01-03 20:49:30 +00:00
Petr Skoda
26eab8d4f5 MDL-21198 new simple_button output component, this could finally solve potential "form x button" confusion - continued 2010-01-03 17:20:49 +00:00
Petr Skoda
d894edd44d MDL-21198 new simple_button output component, this could finally solve potential "form x button" confusion 2010-01-03 17:08:21 +00:00
Petr Skoda
5c2ed7e215 MDL-21198 $OUTPUT->single_button() resurrection, hopefully much easier to use than $OUTPUT->button(); fixed some regressions and code style improvements 2010-01-03 15:46:14 +00:00
Petr Skoda
3cd5305f11 MDL-21198 towards origianl single_button() syntax + other improvements 2010-01-03 10:28:29 +00:00
David Mudrak
1df1adaacd MDL-21198 fixing a regression in the recent action_link() rewrite 2010-01-02 21:40:00 +00:00
David Mudrak
a7b575b1ac MDL-21198 fixed a typo 2010-01-02 20:58:43 +00:00
Petr Skoda
52368876a4 MDL-21198 minor cleanup and improvements 2010-01-02 13:57:44 +00:00
Petr Skoda
bc2587bcf0 MDL-21198 fixed yet another regression in last commit, lalala 2010-01-02 13:26:09 +00:00
Petr Skoda
1c11dcb6e9 MDL-21198 fixed another regression in last commit 2010-01-02 13:25:09 +00:00
Petr Skoda
8ae8bf8a14 MDL-21198 OUTPUT->action_icon improvements, refactoring and fixing conversion regressions 2010-01-02 13:17:54 +00:00
Petr Skoda
b52706307c MDL-21198 $OUTPUT->icon() improvements 2009-12-31 10:06:56 +00:00
Eloy Lafuente
59f05b1602 NOBUG: Fix use of output_tag() causing warnings here and there. 2009-12-30 18:00:34 +00:00