33865 Commits

Author SHA1 Message Date
skodak
2aeb3bcbdb MDL-14679 dml/native_mysqli adding lang strings 2008-10-25 18:37:59 +00:00
skodak
c65845cca1 MDL-14679 dml/native_mysqli fixed decimal columns - unittests now complete without errors! 2008-10-25 18:31:40 +00:00
skodak
75dfa4a35d MDL-14679 dml/native_mysqli implemented blob type 2008-10-25 18:26:55 +00:00
skodak
e21847e530 MDL-14679 dml/native_mysqli fixed recordsets handling 2008-10-25 18:12:17 +00:00
skodak
12e09c6b8b MDL-14679 dml/native_mysqli fixed column cache 2008-10-25 18:01:54 +00:00
skodak
7da83e81af MDL-16029 extralocations deprecated 2008-10-25 17:52:38 +00:00
skodak
6a68d8c0e1 MDL-16930 dml: converting print_error to exceptions 2008-10-25 17:43:45 +00:00
nicolasconnault
a55d94d4ac MDL-16341 Almost finished portfolio flickr plugin. Modified phpflickr->request method so it can upload files, but having permission issue (only read) 2008-10-25 13:35:20 +00:00
moodlerobot
a5131d8154 Updated the HEAD build version to 20081025 2008-10-25 01:47:05 +00:00
robertall
d53e5129f8 [MDL-15425] Search Filters are too persistant. Merged from MOODLE_19_STABLE. 2008-10-24 20:17:10 +00:00
skodak
49459eb03a MDL-16930 dml - towards exceptions 2008-10-24 17:56:35 +00:00
skodak
9b0e2d6652 fixed syntax error ;-) 2008-10-24 17:54:58 +00:00
skodak
f53db007f6 MDL-16785 bogus grades inserted when formulas used - credit Michael Spall and Ann Adamcik; merged from MOODLE_19_STABLE 2008-10-24 17:53:15 +00:00
sam_marshall
35da0e8768 MDL-17003: Completion progress report needs paging system as large reports can kill browser 2008-10-24 16:20:37 +00:00
jamiesensei
e815151ead MDL-17002 "unit test to test quiz_report_index_by_keys" 2008-10-24 15:34:19 +00:00
jamiesensei
ba1ff79a76 MDL-17000 "telling get_list_of_plugins() to ignore simpletest directories" added simpletest to the list of dirs to ignore. 2008-10-24 15:17:45 +00:00
jamiesensei
ef09fadc44 MDL-17001 "Moving admin/report/simpletest to directory unittest" changing some references to old simpletest directory name. 2008-10-24 15:13:08 +00:00
jamiesensei
368f375370 renamed admin/report/simpletest to unittest 2008-10-24 15:10:41 +00:00
sam_marshall
f6eece19f7 MDL-16756: Groups bugfixes and multiple select support for deletion 2008-10-24 13:31:49 +00:00
sam_marshall
fe94025d69 MDL-15498 Minor display bug with completion progress report 2008-10-24 10:12:33 +00:00
jerome
e33014943d MDL-15352: fix search (Moodle remote plugin) 2008-10-24 08:39:37 +00:00
tjhunt
99cd2f77bb user selection: MDL-16991 Improve the user selector used on the assign roles and group memebers pages - Create admin setting 2008-10-24 06:41:50 +00:00
nicolasconnault
75816bbb91 MDL-16784 removing require_once 2008-10-24 06:40:27 +00:00
jerome
bcd41452b9 MDL-15352: clean indentation 2008-10-24 05:50:57 +00:00
jerome
46c8e3b0d6 MDL-15352: trivial change, add a clear error message when can't retirve listing 2008-10-24 05:36:59 +00:00
tjhunt
6ff2be37f5 moodlelib iprange checks: MDL-16986 If the user makes a mistake and types something like 172.16.1.143/148, with something greater than 32 after the slash, treat it as /32. 2008-10-24 02:53:51 +00:00
moodlerobot
9488eba1f0 Updated the HEAD build version to 20081024 2008-10-24 01:51:50 +00:00
jerome
119a4ae142 MDL-15352: fix warning on admin.php (temporary fix) 2008-10-23 09:51:48 +00:00
tjhunt
41c96651b5 question bank category editing: To be honest, I can't rememeber exactly what bug this fixes, but it was a problem I found and fixed while preparing to demo stuff at the Brisbane Moodle Moot. In the process of fixing whatever issue it was (I think it was something to do with the permissions checks in some cases) I cleaned to code up and made it easier to understand, and I trust myself, so I am checking this in. 2008-10-23 09:23:52 +00:00
jerome
db98f1918c MDL-15352: fix a bug introduce when I cleaned mnet/xmlrpc/server.php 2008-10-23 09:21:49 +00:00
tjhunt
ef33a9cd37 Question bank: error when deleting empty categories. 2008-10-23 09:17:50 +00:00
tjhunt
8e2d826b15 file/link resource: Fix notice. 2008-10-23 09:05:37 +00:00
tjhunt
4f8190a59f listlib: off-by-one error. I found this while preparing my Brisbane MoodleMoot demo. It was causing notices on the question bank page, or something like that. 2008-10-23 09:04:52 +00:00
nicolasconnault
865607b319 MDL-16784 Added a hack for ie6, which causes a little glitch in ie5.5, but nothing major 2008-10-23 08:54:49 +00:00
tjhunt
8c901fb816 xmldb checks: MDL-16976 write a check that finds rows that violate the foreign key constraints. 2008-10-23 08:32:12 +00:00
tjhunt
9f5e5dee97 xmldb checks: MDL-16975 refactor the various checks to eliminate duplicated code. 2008-10-23 08:30:43 +00:00
jerome
659054c521 MDL-15352: doesn't use anymore mnet system function, implemeted new mnet function, remote moodle service will appear into the peer service 2008-10-23 08:14:24 +00:00
jerome
ef378cdcf4 MDL-15352: doesn't use anymore mnet system function, implemeted new mnet function, remote moodle service will appear into the peer service 2008-10-23 08:14:23 +00:00
tjhunt
8409cec0df qtype database definitions: MDL-16978 Lots of foreign key definitions in install.xml files erroniously link to the questions table. It should be question. 2008-10-23 07:30:12 +00:00
dongsheng
65df771337 "MDL-16911, enable searching dialog and adjust thumbnail width" 2008-10-23 07:11:47 +00:00
dongsheng
45a5c8a5ab "MDL-13766, add thumbnail_width option for listing" 2008-10-23 07:10:50 +00:00
dongsheng
53c8ae53a7 "MDL-16650, fixed bug of returning raw urls" 2008-10-23 04:26:48 +00:00
dongsheng
9d83329215 "MDL-16911, youtube plugin for repository module" 2008-10-23 04:10:59 +00:00
moodlerobot
ebbdd8733c Updated the HEAD build version to 20081023 2008-10-23 01:59:54 +00:00
mjollnir_
96a38422e1 MDL-16541 - text resource portfolio implementation - send as .html since we're formatting that way 2008-10-22 10:45:05 +00:00
tjhunt
921c07e5b1 quiz attempt javascript: MDL-16833 the javascript that stops enter from submitting the forum in quiz attempts was broken in HEAD. 2008-10-22 10:26:45 +00:00
tjhunt
d0d2d97337 admin tree: remove spurious space. 2008-10-22 10:24:26 +00:00
tjhunt
98bcd9d1ff roles interface: MDL-16965 make a view that explains the has_capability calculation for a given capability in a given context for a given user, like on http://docs.moodle.org/en/How_permissions_are_calculated. 2008-10-22 09:48:16 +00:00
nicolasconnault
ba1891d290 MDL-16962 New formslib element for dropdowns with a link to another page. Applied to outcome item and outcome edit pages. Merged from MOODLE_19_STABLE 2008-10-22 09:31:49 +00:00
jerome
a125058fc5 MDL-15352: a bit of cleaning into the remote repository plugin 2008-10-22 05:56:18 +00:00