38290 Commits

Author SHA1 Message Date
moodlerobot
10ad22e925 Updated the HEAD build version to 20091017 2009-10-17 00:38:02 +00:00
stronk7
5d91786a35 MDL-19057 dml tests: Complete limitfrom/limitnum tests and delete some dupes 2009-10-16 14:16:18 +00:00
stronk7
72a3902f5a MDL-14679 fixing limitfrom, limitnum queries under pgsql, mssql and oracle 2009-10-16 14:14:03 +00:00
jerome
bb1dff214d webservice MDL-17135 add service user settings administration 2009-10-16 08:50:02 +00:00
skodak
3795247688 MDL-12886 minor testclient refactoring 2009-10-16 07:55:34 +00:00
skodak
453a7a85d4 MDL-12886 added needed function description 2009-10-16 07:25:46 +00:00
gbateson
29f14f1f9f HotPot: refine detection of media urls in escaped javascript and <param> tags 2009-10-16 05:35:51 +00:00
samhemelryk
204079e7b3 theme MDL-19824 Upgraded deprecated calls 2009-10-16 03:24:48 +00:00
samhemelryk
333abbf151 tag MDL-19823 Addes set_url calls 2009-10-16 03:24:19 +00:00
samhemelryk
2e2f2d3444 sso MDL-19799 Added set_url call 2009-10-16 03:23:42 +00:00
samhemelryk
f3a6cd67d5 repository MDL-19821 Added set_url call 2009-10-16 03:23:05 +00:00
samhemelryk
5c0daafc3d question MDL-19820 Added set_url calls with pre-generated var 2009-10-16 03:22:20 +00:00
samhemelryk
a09f21d093 quiz MDL-19813 Upgraded deprecated calls and called set_url with pre-generated var 2009-10-16 03:20:38 +00:00
samhemelryk
261c6ef0ea forum MDL-19808 Upgraded deprecated calls 2009-10-16 03:20:23 +00:00
samhemelryk
6d8363c40b data MDL-19806 Upgraded deprecated calls 2009-10-16 03:19:50 +00:00
samhemelryk
d32229555f chat MDL-19804 Upgraded deprecated calls 2009-10-16 03:19:32 +00:00
samhemelryk
bbe0bd9899 group MDL-19798 Added set_url calls 2009-10-16 03:16:38 +00:00
samhemelryk
6e08d1f1af enrol MDL-19795 Upgraded deprecate function calls 2009-10-16 03:13:25 +00:00
samhemelryk
928d4738f1 course MDL-19794 Upgraded deprecate function calls 2009-10-16 03:12:41 +00:00
samhemelryk
ec7c4f112b blog MDL-19792 Upgraded two deprecate functions 2009-10-16 03:10:33 +00:00
samhemelryk
33ab48a4d0 backup MDL-19789 Added missing set_url call 2009-10-16 03:09:31 +00:00
moodlerobot
a449cce6a6 Updated the HEAD build version to 20091016 2009-10-16 00:38:49 +00:00
stronk7
a0394be409 NOBUG. Typo 2009-10-15 22:34:34 +00:00
stronk7
628dff250f MDL-19057 dml tests: Completed (and passed in all the big four!) the
insert_record() and update_record() tests. Including nulls, booleans, zeros, empties,
quotes and backslashes, some php operations, clobs and blobs. Also covering
get_record()/get_recordset() for all those cases.
2009-10-15 22:20:02 +00:00
stronk7
489ef94fa8 Fix storing onf NULLs by set_field_xxx() into binary columns. 2009-10-15 15:17:21 +00:00
samhemelryk
c86bdd5d3f search MDL-19822 Upgraded deprecated calls and added set_url calls 2009-10-15 07:37:29 +00:00
samhemelryk
beebcf2606 grade MDL-19797 Added set_url calls 2009-10-15 06:58:21 +00:00
samhemelryk
4dd5bce866 navigation MDL-20568 Fixed notices and warning generated by navigation when page context is for a module but page cm has not been set.
Also tacked on a tiny edit to fix missing alt tags
2009-10-15 06:37:45 +00:00
samhemelryk
474f6bfed9 core MDL-19799 Added set_url calls and replaced deprecated functions 2009-10-15 03:43:28 +00:00
samhemelryk
ea6c02fe42 navigation MDL-14632 Removed unwanted alert statement 2009-10-15 03:26:52 +00:00
samhemelryk
ed1dcb9dd6 error MDL-19799 Added set_url call 2009-10-15 03:22:26 +00:00
samhemelryk
8e7328a292 enrol MDL-19795 Added set_url calls, and fixed misc minor errors 2009-10-15 03:17:57 +00:00
samhemelryk
e6a40d2231 backup MDL-19789 Added set_url calls 2009-10-15 03:05:35 +00:00
samhemelryk
79151615c5 auth MDL-19788 Added PAGE->set_url calls and removed $Id tags 2009-10-15 02:34:31 +00:00
jerome
da42e89074 webservice MDL-17135 code cleaning 2009-10-15 02:34:21 +00:00
samhemelryk
c5e4f81d9a admin MDL-19787 Added PAGE->set_url calls and removed $Id tags 2009-10-15 02:19:51 +00:00
nicolasconnault
b58961acaa MDL-20565 When editing is off, hiding blocks whose sub-system is disabled at site level. When editing is on, printing a "[subsytem] is disabled" message. 2009-10-15 01:36:50 +00:00
moodlerobot
1488bf1f10 Updated the HEAD build version to 20091015 2009-10-15 00:40:23 +00:00
pichetp
d6d8b94c3f MDL-20563 Applying a temporary patch so that paging is working on showbank.
A more permanent solution will follow after Tim advice
2009-10-14 19:46:00 +00:00
stronk7
fbabe35a56 MDL-19057 dml tests: Completed (and passed in all the big four!) the
set_field_select() tests. Including nulls, booleans, zeros, empties,
quotes and backslashes, some php operations, clobs and blobs. Going
to mimic all them to insert/update_record tests.
2009-10-14 17:53:38 +00:00
stronk7
f95cc12575 MDL-17491 oci driver: exception when binding strings into int/float
colums. PHP casting was causing unexpected behaviour. Grrr.
2009-10-14 17:27:13 +00:00
skodak
8809813352 MDL-12886 first attempt to create the Zend compatibility layer for WS 2009-10-14 16:48:38 +00:00
stronk7
8a89be3c24 MDL-17969 mssql driver: Fix boolean values in text columns 2009-10-14 14:14:00 +00:00
stronk7
2b4cf032fa Fix retrieving of NULLs in PG databases and binary fields 2009-10-14 10:32:48 +00:00
jerome
ccbef34880 webservice MDL-17135 remove varlog() calls (personal debug function) 2009-10-14 09:50:54 +00:00
jerome
772db6322b webservice MDL-17135 add user selector for service to the administration 2009-10-14 09:47:48 +00:00
samhemelryk
1c4eef5795 navigation MDL-20557 Made navigation icons part of the link for that item so it is clickable 2009-10-14 09:27:07 +00:00
samhemelryk
6644741db6 navigation MDL-20558 Fixed AJAX bug with multiple navigation trees concerning ajax requests + DOM interaction 2009-10-14 09:08:43 +00:00
skodak
72d0aed6ab MDL-14591 improved docs when copying files - thanks Nicolas forspotting this 2009-10-14 08:53:50 +00:00
jerome
234c18e44d user selector MDL-16992 just add a comment to the function phpdoc get_option() that must be implemented to use the base search ajax field 2009-10-14 07:25:59 +00:00