Commit graph

39876 commits

Author SHA1 Message Date
Petr Skoda
c046747947 MDL-21240 simplified CSS handling in requirements manager 2010-01-18 20:02:13 +00:00
Eloy Lafuente
0c8952c309 MDL-21370 restore - avoid adding slashes twice to user info. Merged from 19_STABLE
Credit goes to jean-christophe zulian
2010-01-18 19:39:38 +00:00
Petr Skoda
02fd1ad7a7 MDL-21240 converting shortened urls to start with '/' 2010-01-18 19:21:38 +00:00
Petr Skoda
c8870e6886 MDL-21240 support for loading of yui2 modules thourgh the yui3 JS loader; see example attached in tracker 2010-01-18 19:18:00 +00:00
Tim Hunt
085e842a35 graphlib MDL-21371: Legend layout issue when different legend texts had different heights. 2010-01-18 15:24: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
4e40406d0b MDL-21362 finally finished full support for our slasharguments in moodle_url 2010-01-18 12:39:44 +00:00
Petr Skoda
24e4119a09 MDL-21369 fixed regression, thanks Mark Johnson 2010-01-18 12:12:38 +00:00
Petr Skoda
7fde1e4bc8 MDL-21362 fixed fatal error regression 2010-01-18 09:40:14 +00:00
Petr Skoda
acdb91770a MDL-21362 working on file_encode_url replacements 2010-01-18 08:50:46 +00:00
jerome mouneyrac
3785c9e221 webservice MDL-21351 token error message more explicit 2010-01-18 07:41:53 +00:00
Sam Hemelryk
cedc5b828a navigation-javascript MDL-21329 Corrected dock issue when many blocks were docked and fixed misc sizing issues 2010-01-18 06:19:51 +00:00
Dongsheng Cai
8e71b1d6b1 "MDL-21170, adding missing itemid to editor element" 2010-01-18 06:16:00 +00:00
Martin Dougiamas
ed9421fee7 theme/standardold MDL-20790 renamed layout from module -> incourse 2010-01-18 05:58:04 +00:00
Dongsheng Cai
285fd4ea55 "MDL-20125, boilerplates added" 2010-01-18 05:33:25 +00:00
Dongsheng Cai
0c4edaa243 "MDL-21170, complete upload function, fixed missing itemid" 2010-01-18 05:28:42 +00:00
Sam Hemelryk
ad1e8f13b6 user MDL-19786 set pagelayout so that blocks are shown again 2010-01-18 05:00:17 +00:00
Martin Dougiamas
e15887b092 commentlib MDL-21345 Fixed a typo breaking new comment profile images 2010-01-18 03:01:44 +00:00
Sam Hemelryk
8aa92f9efb calendar MDL-21355 Fixed bug when using undock all button after undocking an individual block 2010-01-18 02:56:17 +00:00
Sam Hemelryk
a993ab8ef0 calendar MDL-21355 Convert calendar JS to YUI 3 2010-01-18 02:45:07 +00:00
Andrew Davis
b245afc07a weblib MDL-21296 added a todo 2010-01-18 01:51:15 +00:00
Moodle Robot
39013471e7 Updated the HEAD build version to 20100118 2010-01-18 00:36:32 +00:00
Moodle Robot
0bf3a1d09e Automatic installer.php lang files by installer_builder (20100118) 2010-01-18 00:25:52 +00:00
Petr Skoda
ed77a56f63 MDL-21362 migrating old url processing stuff from filelib into moodle_url class continued 2010-01-17 22:12:31 +00:00
Petr Skoda
7dff555f03 MDL-21362 migrating old url processing stuff from filelib into moodle_url class 2010-01-17 21:53:11 +00:00
Petr Skoda
5e991e3797 MDL-21362 fixed incorrect url constructors 2010-01-17 16:09:15 +00:00
Inaki
2593c1c681 ldap authentication: MDL-21352 Fix LDAP missing string in settings page
Thanks a lot to Ralf Krause for pointing it out!
2010-01-17 15:41:07 +00:00
Petr Skoda
bc0663abfb MDL-21233 fixed recent regression 2010-01-17 11:01:31 +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
8afba50b84 MDL-21233 get_query_string() is definitely not recommended in new code, instead use moodle_url constructors with proper parameters; removed some more legacy url concatenation operations; realized out_action is not needed often, because we shoudl pass arounf moodle_url instances instead of old url strings 2010-01-17 10:54:13 +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
a4a04ada39 MDL-21233 removing sloppy out_returnurl() from public api, it is considered a bad practise to pass around urls through page parameters, sorry 2010-01-17 09:13:36 +00:00
Petr Skoda
bde156b3fa MDL-21233 obviously input tag writing does not belong into the moodle_url class, moving to html_writer instead + simplifying api / regression fixed 2010-01-17 09:08:34 +00:00
Petr Skoda
6ea66ff36c MDL-21233 obviously input tag writing does not belong into the moodle_url class, moving to html_writer instead + simplifying api 2010-01-17 09:06:55 +00:00
Moodle Robot
f99e919e85 Updated the HEAD build version to 20100117 2010-01-17 00:36:33 +00:00
Petr Skoda
6770330d17 MDL-21235 support for optgroups in select 2010-01-16 19:48:01 +00:00
Petr Skoda
d776d59ee2 MDL-21235 fixed select method name 2010-01-16 18:29:51 +00:00
Petr Skoda
4b9210f31b MDL-21235 more conversion to new select 2010-01-16 18:25:51 +00:00
Petr Skoda
3750c3bdb4 MDL-21235 input select improved BC 2010-01-16 17:39:50 +00:00
Petr Skoda
3ff163c597 MDL-21235 html_writer now supports select form elements 2010-01-16 17:00:22 +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
Moodle Robot
5192a212f8 Updated the HEAD build version to 20100116 2010-01-16 00:36:47 +00:00
Pierre Pichet
347fb1755d MDL-12255 Putting back with all functions restored. 2010-01-15 20:37:03 +00:00
David Mudrak
f9b827d86e MDL-19937 workshop: migration of comments (no grading) strategy 2010-01-15 17:28:14 +00:00
David Mudrak
f5be71a379 MDL-19937 workshop migration from rubric 1.9 into rubric 2.0 2010-01-15 17:01:00 +00:00
Sam Marshall
5a84cc7048 MDL-21356 rsslib: Schema address from tag output in wasn't escaped (problem only if it contains &) 2010-01-15 14:36:11 +00:00
Pierre Pichet
8e8f9f3d6f MDL-12255 Removing temporarely the decoding as it does not allow to create a new
question in actual HEAD.
2010-01-15 14:18:46 +00:00
David Mudrak
b188a4b3b0 MDL-19937 workshop: typo fixing and getting rid of forgotten variable 2010-01-15 13:36:43 +00:00