Commit graph

38920 commits

Author SHA1 Message Date
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
moodler
862f5a49d5 forum/single MDL-18599 Merged single-discussion-owner fix from 1.9 2009-10-14 07:07:05 +00:00
dongsheng
e98a55c066 "MDL-20470, add an option to enable/disable filepicker button" 2009-10-14 03:11:48 +00:00
moodlerobot
909e61d3bd Updated the HEAD build version to 20091014 2009-10-14 00:38:49 +00:00
pichetp
f0b6151c68 MDL-20296 removing & in print_question_grading_details() as reported in php analysis 2009-10-13 23:21:03 +00:00
skodak
cad36f4e50 MDL-12886 fixed rest test cleint hard coded strings 2009-10-13 22:01:43 +00:00
pichetp
95cf694abe MDL-20296 closing } added line 713 in question_restore_numerical_options 2009-10-13 20:05:06 +00:00
pichetp
5774a5f565 MDL-20296 improvements in valid number and instructions display 2009-10-13 14:09:07 +00:00
pichetp
824f018248 MDL-20296 saving numerical options 2009-10-13 14:03:01 +00:00
dongsheng
1a03384f5e "MDL-20470, rename formslib element name and add an option to turn the picker button on/off" 2009-10-13 08:31:50 +00:00
moodler
8449364cfa redirect MDL-20546 Set page type to embedded to avoid ever printing header/blocks/footer on redirects 2009-10-13 06:45:38 +00:00
moodler
b3a8a88e52 Removed a spurious blank line 2009-10-13 06:40:37 +00:00
moodler
da124b5e40 Fixed a spelling error protokol -> protocol 2009-10-13 06:16:06 +00:00
samhemelryk
e772148574 auth-db MDL-20530 Fixed fatal error because of missing include in external db authentication 2009-10-13 02:44:13 +00:00
samhemelryk
d926f4b1b8 navigation MDL-20543 Fixed bug by internally combining key and type to form the key used to store a node in the structure 2009-10-13 02:39:05 +00:00
pichetp
fe7e43f430 MDL-20296 setting get_correct_responses() for calculated regular and multichoice 2009-10-13 01:02:30 +00:00
moodlerobot
07bc98566b Updated the HEAD build version to 20091013 2009-10-13 00:38:31 +00:00
pichetp
8f542d6c6a MDL-20541 Removing two test of apply units() function no more valid wtih the new code. 2009-10-12 22:23:54 +00:00
skodak
cc93c7da15 MDL-12886 minor web service code refactoring which includes new base server class, slightly changed admin UI, sample REST test client, cleaned up lang packs; more changes ahead and lots of TODOs to elliminate; expect more commints in the next few days 2009-10-12 21:46:16 +00:00
stronk7
3e322a88fc Changed recent commit to new DB API 2.0 2009-10-12 17:07:57 +00:00
samhemelryk
3ac8c04d3e navigation MDL-20233 Left aligned search box if js expansion has been enabled 2009-10-12 05:52:39 +00:00