Commit graph

40145 commits

Author SHA1 Message Date
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
David Mudrak
455f42a447 MDL-19937 workshop migration from legacy criterion strategy into the new rubric grading strategy 2010-01-15 13:30:07 +00:00
Pierre Pichet
5f36cbb087 MDL-17366 removing a print_r() 2010-01-15 12:21:58 +00:00
David Mudrak
c5abdea368 workshop: fixed another regression typo in output method 2010-01-15 10:48:05 +00:00
Petr Skoda
f14b641b91 MDL-21235 new action_link fixed 2010-01-15 09:01:59 +00:00
Dongsheng Cai
99eaca9d3d "MDL-21170, major update to filepicker, complete rewrote filepicker javascript code to use YUI3, need furthur polish" 2010-01-15 07:48:38 +00:00
jerome mouneyrac
deb7a013ae webservice MDL-20805 add soap code for token 2010-01-15 06:33:09 +00:00
Sam Hemelryk
b291933029 javascript MDL-21329 Tidied up navigation and blocks JS documentation 2010-01-15 03:34:20 +00:00
Sam Hemelryk
8568b24ff4 NOBUG: fixed typo 2010-01-15 03:06:54 +00:00
Sam Hemelryk
2b025b1765 navigation MDL-14632 Site Administration no longer links as well as expands 2010-01-15 02:43:55 +00:00
Moodle Robot
5e280bb784 Updated the HEAD build version to 20100115 2010-01-15 00:36:40 +00:00
Moodle Robot
86b6b3dc5c Automatic installer.php lang files by installer_builder (20100115) 2010-01-15 00:25:57 +00:00
David Mudrak
711a9506ea MDL-21235 fixing trivial regression in workshop renderer 2010-01-15 00:07:11 +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
0f4c64b79f MDL-21235 new link method in html_write, partinally replaces old html_link, going to add new action_link soon 2010-01-14 22:10:20 +00:00
Pierre Pichet
ba95414539 MDL-21336 testing with $correct != '' so that correct answer 0 is shown in multianswer 2010-01-14 21:59:07 +00:00
David Mudrak
3bf11ca479 MDL-21346 fixed various print_password_policy() issues, merged from 1.9 2010-01-14 20:53:06 +00:00
Petr Skoda
3ba60ee16a MDL-21235 new single button rendering 2010-01-14 19:18:04 +00:00
Inaki
95cb3955a6 authentication plugins: MDL-21343 Add missing $OUTPUT global variables used in plugins' configuration pages 2010-01-14 18:54:12 +00:00
David Mudrak
4916f37f52 workshop added to the whitelist of standard modules 2010-01-14 11:30:10 +00:00
jerome mouneyrac
4387eead79 webservice MDL-20805 fix token table display in the user profil 2010-01-14 08:46:10 +00:00
jerome mouneyrac
1768ae5b8e webservice MDL-20805 fix sql column naming 2010-01-14 08:43:08 +00:00
jerome mouneyrac
d69f5012c9 webservice MDL-20805 fix sql column naming 2010-01-14 08:40:32 +00:00
Petr Skoda
1a887a5eef fixed pgsql compatibility issue caused by aliases with reserved words 2010-01-14 08:37:53 +00:00
jerome mouneyrac
b8c5309e7d webservice MDL-20805 fix token authentication 2010-01-14 08:17:00 +00:00
Rossiani Wijaya
34d2b19a15 MDL-16919 - Convert uppercase to lowercase for param_username and updating test result in testmoodlelib. 2010-01-14 07:18:06 +00:00
Sam Hemelryk
1edad604b0 javascript-dock MDL-21329 Forgot to bumb the version after new setting added 2010-01-14 07:10:14 +00:00
Sam Hemelryk
598ee31708 javascript-dock MDL-21329 Fixed regression with CFG var 2010-01-14 07:04:37 +00:00
Sam Hemelryk
d2c394f3c3 javascript-dock MDL-21329 Added $CFG->allowblockstodock(true by default) and $THEME->enable_dock (false by default)
Also moved blocks/blocks.js to javascript-static,js so there is one less file to load
2010-01-14 06:56:12 +00:00
Sam Hemelryk
889c010954 javascript-dock MDL-21329 Deleted icons that are no longer used 2010-01-14 05:36:17 +00:00