Commit graph

39876 commits

Author SHA1 Message Date
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
Sam Hemelryk
9d89733132 javascript-dock MDL-21329 Several major changes to the underlying navigation and dock code
The following changes have been made in this commit:
1. Renamed the side bar thing to dock, this is consistent through all code/css now.
2. Converted everything to YUI 3 except the panel which docked items are shown in, this iwll be converted once YUI 3 overlay is no longer beta.
3 Redisigned the dock, all blocks can now make use of it, and theme code within JS can override it so they can make it look as they want.
More changes are coming
2010-01-14 05:35:23 +00:00
Rossiani Wijaya
f406544713 removing extra validation for extended username characters. 2010-01-14 02:29:26 +00:00
Andrew Davis
0ae98120ae weblib MDL-21183 Commented out some unreasonable unit tests 2010-01-14 02:17:24 +00:00
Pierre Pichet
fbe60eb3ea MDL-21336 testing with $correct != '' so that correct answer 0 is shown 2010-01-14 01:29:46 +00:00
Moodle Robot
fc285d748e Updated the HEAD build version to 20100114 2010-01-14 00:36:56 +00:00
Dan Marsden
f3f58e0b93 SCORM AICC MDL-21332 issue with returning to correct location when loading an AICC object for the 2nd time. - Thanks to Matteo Scaramuccia for the report and fix. 2010-01-13 22:58:03 +00:00
Dan Marsden
5eaf56b8c3 SCORM AICC MDL-21330 fix php notice - thanks to Matteo Scaramuccia for report and fix. 2010-01-13 22:40:39 +00:00
Inaki
7a9f7d6c8a enrolment plugins: MDL-21337 Missing global $OUTPUT variable in some enrolment plugins configuration page 2010-01-13 22:16:01 +00:00
Dan Marsden
f1483df16a remove whitespace added in last commit 2010-01-13 22:06:54 +00:00
Dan Marsden
43001f4af0 SCORM AICC MDL-19392 add some missing params to querystring 2010-01-13 22:05:15 +00:00
Piers Harding
983befaf54 MDL-21096 - fixed inconsistency in mod/scorm attempts counting. Also added in exception for unlimited attempts (0) 2010-01-13 20:47:12 +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
Eloy Lafuente
1fb0e43005 NOBUG: Fix notice (and something more?). Like MDL-12961 but in data module; merged from 19_STABLE 2010-01-13 16:50:27 +00:00
Moodle HQ git importer
07e1428995 Fixing drift between CVS and git - removing legacy themes 2010-01-13 11:25:15 +00:00
Petr Skoda
d5fac1cfd4 more eclipse autocompletion fixes 2010-01-13 11:25:15 +00:00
jerome mouneyrac
42f5012075 webservice MDL-20805 change NOT IN for NOT EXISTS 2010-01-13 11:17:21 +00:00
jerome mouneyrac
81c2a98750 webservice MDL-20805 change NOT IN for NOT EXISTS 2010-01-13 11:15:31 +00:00
jerome mouneyrac
7614f4f327 webservice MDL-20805 readd the ORDER BY varchar (cross-db) 2010-01-13 11:09:31 +00:00