38382 Commits

Author SHA1 Message Date
Dan Poltawski
d87234ced5 auth/mnet - MDL-16872 Fix incorrect use of clone() on arrays
Thanks to Nigel McNie for the patch
2009-10-28 11:16:57 +00:00
Moodle Robot
054bc15b02 Updated the HEAD build version to 20091028 2009-10-28 00:32:23 +00:00
Dan Poltawski
8ee8780ebf lib/dml - 'complicated sql' unit test MDL-19645
I have just added one specific example SQL syntax which was breaking on
earlier versions of sqlite. We need to add more variations used throughout
moodle so different engines can be properly tested for compatibility.
2009-10-27 23:25:07 +00:00
Nicolas Connault
bb9b58a61f MDL-12972 Added icons next to each student name in the grader report, which link to the student's user grades report. Merged FROM MOODLE_19_STABLE 2009-10-27 14:21:30 +00:00
Nicolas Connault
1a96363a9d MDL-15050 Grades entered/updated through grader report now get correctly displayed in course user activity reports (commenting on last commit). Merged from MOODLE_19_STABLE 2009-10-27 12:37:15 +00:00
Petr Skoda
4a2ff5e40b MDL-12886 support for custom test client forms in plugins 2009-10-27 09:32:36 +00:00
Martin Dougiamas
7fde45a7e6 accesslib - Remove some notices when user is not logged in 2009-10-27 09:31:46 +00:00
Petr Skoda
2cb1ee78e4 MDL-12886 refactoring: improved test client forms support; fixing external group functions 2009-10-27 09:27:34 +00:00
Moodle Robot
3c2fe13652 Updated the HEAD build version to 20091027 2009-10-27 00:32:36 +00:00
Petr Skoda
0f4e72dee7 MDL-12886 untested external groups API 2009-10-26 23:05:11 +00:00
Petr Skoda
4f0c6ad110 MDL-12886 inproved hadnling of bool ws params and return values 2009-10-26 22:39:08 +00:00
Petr Skoda
01482a4a14 MDL-17135 external token access support 2009-10-26 21:44:53 +00:00
David Mudrak
0524b1d98e MDL-20623 formslib: fixed multiple forms freezing
The singleton MoodleQuickForm_Renderer's property $this->_formTemplate
was set during the first frozen form display at a page and
such a frozen template remained for all other forms, too. This fix
returns the default form template for non-frozen forms.
2009-10-26 21:16:55 +00:00
Pierre Pichet
03adfa13e5 MDL-20585 correcting so that the confirm check button appears only on reload
if errors are detected but also correcting the test setting an error on confir line
 394
2009-10-26 21:00:04 +00:00
Petr Skoda
b8affd4c8a MDL-12886 support for ws cap names in core 2009-10-26 19:41:06 +00:00
Petr Skoda
dc3f5ffa12 MDL-12886 untested amf server 2009-10-26 19:30:12 +00:00
Petr Skoda
1942103f8b MDL-17135 external token access support 2009-10-26 19:10:20 +00:00
Eloy Lafuente
79a7bcfd0b MDL-20591 IMS-CC import: Integration committed. Next weeklies will include it. Merged from 19_STABLE 2009-10-26 09:21:50 +00:00
Sam Hemelryk
3d97797bdb navigation MDL-20543 Fixed remove_child and simpletests 2009-10-26 06:08:47 +00:00
Moodle Robot
60c50bd529 Updated the HEAD build version to 20091026 2009-10-26 04:31:41 +00:00
Petr Skoda
76b3838adb MDL-20632 crippling the Zend framework, only stuff needed for our /webservice/* kept :-( 2009-10-25 17:58:57 +00:00
Petr Skoda
1e18b6fe65 MDL-20632 import notes 2009-10-25 09:57:22 +00:00
Moodle Robot
47e3f91f49 Updated the HEAD build version to 20091025 2009-10-25 03:20:52 +00:00
Petr Skoda
b107e64716 MDL-12886 zend based Soap server class 2009-10-24 20:59:59 +00:00
Petr Skoda
63b1164049 MDL-20632 latest zend framework lib import 2009-10-24 19:49:26 +00:00
Petr Skoda
2b271c7bc3 MDL-20632 latest zend framework lib import 2009-10-24 19:48:22 +00:00
Petr Skoda
c187722c1f MDL-12886 improved zend base class 2009-10-24 16:25:31 +00:00
Petr Skoda
2458e30a86 MDL-12886 zend base class improvements, somebody forgot to update Zend framework, this should help with compativiltiy too 2009-10-24 15:28:01 +00:00
David Mudrak
8302aae15e Fixed passing 'itemid' param in case of no item 2009-10-24 09:45:25 +00:00
Moodle Robot
1df7d3bea0 Updated the HEAD build version to 20091024 2009-10-24 03:37:49 +00:00
Moodle Robot
998525d1de Automatic installer.php lang files by installer_builder (20091024) 2009-10-24 03:26:57 +00:00
Pierre Pichet
90a92bd0cd MDL-20585 correcting so that the confirm check button appears only on reload
if errors are detected
2009-10-24 03:03:34 +00:00
Tim Hunt
02f64f9790 outputlib: MDL-20631 link_to_popup throws an exception if $link->text is empty, but you have passed an $image. 2009-10-23 18:49:00 +00:00
Tim Hunt
1a9def7cc2 Move action icons closer to the question name in the question bank to make Oleg happy. 2009-10-23 18:44:02 +00:00
Sam Hemelryk
2561c4e99c NOBUG: Fixed spelling mistake in comments to test something for Jordan 2009-10-23 04:23:57 +00:00
Moodle Robot
e00e9a636c Updated the HEAD build version to 20091023 2009-10-23 03:23:47 +00:00
nicolasconnault
012cdce483 MDL-19118 Fixed a couple of XHTML errors in comment form definition 2009-10-23 02:02:13 +00:00
skodak
b9b3a3e7cd MDL-12886 fixed strict type checking of paramters in XML-RPC client 2009-10-23 00:09:22 +00:00
skodak
c7e8e6b72b MDL-12886 fixed regressions, WS may return any data type, we have to use some var_export() or something similar to make it printable 2009-10-23 00:03:10 +00:00
skodak
246f6da2b8 MDL-12886 one more external group function, other minor fixes 2009-10-22 23:54:35 +00:00
skodak
f507217757 MDL-12886 one more external group function, other minor fixes 2009-10-22 23:07:21 +00:00
stronk7
d463dc4a4f MDL-20620 ims-cc import - load resources in object, so navigation doesn't get lost ; merged from 19_STABLE 2009-10-22 20:33:00 +00:00
stronk7
1e4d75c736 NOBUG. Added missing return causing dupe output after saving xml file. 2009-10-22 14:52:09 +00:00
skodak
0629a32e51 MDL-20624 fixed problem with PREV/NEXT dev hack in unittests 2009-10-22 14:40:29 +00:00
pichetp
dd800cea85 MDL-20563 Applying a temporary patch to the confirm delete form.
A more permanent solution will follow after Tim advice
2009-10-22 14:24:27 +00:00
samhemelryk
18ec15e807 tag MDL-16704 Fixed autocomplete of tags by reorganising the div nesting and upgrading the deprecated YUI calls 2009-10-22 05:55:00 +00:00
samhemelryk
1cc0286707 tag MDL-16704 Moved inline Javascript to tag.js and upgraded to page methods 2009-10-22 03:59:35 +00:00
moodlerobot
207c8dfb46 Updated the HEAD build version to 20091022 2009-10-22 03:13:43 +00:00
moodlerobot
af07a05841 Automatic installer.php lang files by installer_builder (20091022) 2009-10-22 03:02:38 +00:00
skodak
e97ccab042 MDL-17135 fixing XSRF regression; adding description and removing incomplete support for localised function names; removing string that will not be used in final version of UI (this would only confuse&slow down translators) 2009-10-21 21:24:05 +00:00