35161 Commits

Author SHA1 Message Date
nicolasconnault
3998cc5c58 MDL-16913 2009-02-12 08:02:53 +00:00
nicolasconnault
7cdfde4308 no message 2009-02-12 07:55:24 +00:00
tjhunt
5bbdaed2a1 quiz editing: MDL-17455 fix non-unique first column in get records. Thanks Olli for spotting this. 2009-02-12 05:04:19 +00:00
moodlerobot
7e1fc57658 Updated the HEAD build version to 20090212 2009-02-12 00:33:37 +00:00
moodlerobot
9484cdd8f3 Automatic installer.php lang files by installer_builder (20090212) 2009-02-12 00:21:22 +00:00
stronk7
f571f5f554 MDL-18195 installer - always suggest/write paths using forward slashes 2009-02-11 17:00:39 +00:00
stronk7
08261d3ac1 MDL-18219 installer - respect $distro->dbtype after downloading langs 2009-02-11 16:39:49 +00:00
stronk7
b14df659d7 MDL-18200 installer - Added 2 new strings to installer 2009-02-11 16:22:20 +00:00
stronk7
2718a61ff8 MDL-18200 installer - clarify Data Directory help + 2 new strings 2009-02-11 16:21:15 +00:00
stronk7
cf89052aae MDL-18200 installer - create dataroot dir if possible 2009-02-11 16:16:52 +00:00
stronk7
b10a14a392 MDL-18200 - fix make_upload_directory() was always failing on initial creation of dataroot 2009-02-11 15:26:29 +00:00
nicolasconnault
5bdb5ab2af MDL-13501 Adding visual report to HEAD for community feedback and ideas. 2009-02-11 15:21:07 +00:00
nicolasconnault
f5c6409eaa MDL-17807 Fixed skipped first column (Thanks Barry) 2009-02-11 14:29:11 +00:00
nicolasconnault
b827784e59 MDL-18004 Added a new "Settings tab" which includes course settings and report preferences 2009-02-11 14:27:22 +00:00
tjhunt
4cc11ff992 quiz editing: MDL-17455 fix missing global. Oops. 2009-02-11 10:35:41 +00:00
tjhunt
2a874d65ce quiz editing: MDL-17455 refactor the editing code to use the locallib functions to print the icons.
Also, use the new method in the random question class to get the list of random questions reliably.
2009-02-11 10:08:07 +00:00
tjhunt
9137e95f82 quiz editing: MDL-17296 final attempt to get the display of the open/closed state here to Olli's satisfaction ;-) - Oops, I missed the lang string. 2009-02-11 10:06:11 +00:00
stronk7
78934008d3 MDL-17365 forum ajax rating - revert menu color back after error ; merged from 19_STABLE 2009-02-11 10:01:11 +00:00
tjhunt
68b1b19b16 quiz editing: Whitespace improvements. 2009-02-11 09:48:30 +00:00
tjhunt
ad041fad59 quiz editing: MDL-17296 final attempt to get the display of the open/closed state here to Olli's satisfaction ;-) 2009-02-11 08:12:19 +00:00
tjhunt
0a0cf09a6f moodlelib.php: Improve the phpdoc comment for userdate. 2009-02-11 08:08:58 +00:00
tjhunt
ad65ff47d8 quiz: MDL-17873 small efficiency gains. 2009-02-11 07:52:26 +00:00
tjhunt
fbcf399e69 Typo fix in comment. 2009-02-11 07:48:44 +00:00
tjhunt
b81fd01dfe file api: MDL-18111 Improve doc comments a bit. 2009-02-11 07:46:53 +00:00
tjhunt
64ead3edee Nuke irrelevant comment. 2009-02-11 07:24:29 +00:00
jerome
06e7fadc43 web serviceMDL-12886 refactor servers into object + add Zend_soap and Zend_xmlrpc server 2009-02-11 06:57:30 +00:00
tjhunt
625b51d4e0 upgrade refactoring: MDL-17458 remove references to block_is_compatible, since Petr deleted that function. 2009-02-11 06:43:23 +00:00
moodlerobot
d071c4d61b Updated the HEAD build version to 20090211 2009-02-11 00:13:31 +00:00
nicolasconnault
534b18ce69 MDL-18188 Removed obsolete css files for IE and implemented Sam's solution 2009-02-10 16:31:16 +00:00
nicolasconnault
413f347520 MDL-18188 Added a call to the new get_browser_version_classes() function in print_header, so that the classes are always added to the body tag. 2009-02-10 15:42:13 +00:00
nicolasconnault
ec0123208d MDL-18188 Added a new function with matching unit tests, following Sam's comment in the tracker 2009-02-10 15:33:25 +00:00
nicolasconnault
28a6ca98ca MDL-18190 2009-02-10 12:52:53 +00:00
nicolasconnault
46409b209d MDL-18083 Disabling category item's max grade input when aggregation is Sum of Grades 2009-02-10 10:42:11 +00:00
nicolasconnault
8ad3ee9c54 MDL-18187 MDL-18186 Using grade classes to update grade items and categories, and removed error checking. 2009-02-10 10:40:50 +00:00
tjhunt
9cef0c27e4 weblib: XHTML strict. 2009-02-10 03:27:38 +00:00
moodlerobot
3d3e7403ab Updated the HEAD build version to 20090210 2009-02-09 23:41:30 +00:00
stronk7
768408e8dd MDL-18198 installer - change distro to distrolib.php and delete distro hack from installlib 2009-02-09 19:35:57 +00:00
skodak
797ffad0c7 MDL-18194 detect if driver install before trying to create db 2009-02-09 17:51:01 +00:00
stronk7
a4ac30c0e4 MDL-18195 installer - improve CFG->dirroot error message 2009-02-09 17:46:29 +00:00
stronk7
c454b86c64 MDL-18195 installer - ignore differences in slashes when checking $CFG->dirroot 2009-02-09 17:30:11 +00:00
nicolasconnault
dc482cfac0 MDL-18083 (including MDL-15680, MDL-17829, MDL-17807, MDL-18004, MDL-12631, MDL-16913) 2009-02-09 10:49:41 +00:00
danmarsden
ca5387202f MDL-18125 - improve lang for options/choices 2009-02-09 10:09:57 +00:00
danmarsden
b66ad159ea MDL-17198 - show better confirmation of choice selection. missed lang file 2009-02-09 09:54:27 +00:00
danmarsden
d12280bb03 MDL-17198 - show better confirmation of choice selection. 2009-02-09 09:51:06 +00:00
danmarsden
82ab7cb535 MDL-18092 - better checking for empty vars when no users are in course. wrong place for empty check! 2009-02-09 09:33:50 +00:00
danmarsden
9acb770082 MDL-18092 - better checking for empty vars when no users are in course. 2009-02-09 09:19:47 +00:00
moodlerobot
5429b152f5 Updated the HEAD build version to 20090209 2009-02-08 23:34:16 +00:00
moodlerobot
197077d906 Automatic installer.php lang files by installer_builder (20090209) 2009-02-08 23:24:46 +00:00
skodak
551fe0e535 MDL-17458 standardised lang upgrade code + updating also parent language 2009-02-08 23:14:13 +00:00
skodak
ed8453a625 MDL-17573 fixed problem when en_utf8 sopecified as parent 2009-02-08 22:48:17 +00:00