Commit graph

9332 commits

Author SHA1 Message Date
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
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
Petr Skoda
b8affd4c8a MDL-12886 support for ws cap names in core 2009-10-26 19:41:06 +00:00
Petr Skoda
1942103f8b MDL-17135 external token access support 2009-10-26 19:10:20 +00:00
Sam Hemelryk
3d97797bdb navigation MDL-20543 Fixed remove_child and simpletests 2009-10-26 06:08:47 +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
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
David Mudrak
8302aae15e Fixed passing 'itemid' param in case of no item 2009-10-24 09:45:25 +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
Sam Hemelryk
2561c4e99c NOBUG: Fixed spelling mistake in comments to test something for Jordan 2009-10-23 04:23:57 +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
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
skodak
0629a32e51 MDL-20624 fixed problem with PREV/NEXT dev hack in unittests 2009-10-22 14:40:29 +00:00
skodak
cfb99b7588 MDL-12886 disabling unfinished extenal functions 2009-10-21 21:21:48 +00:00
skodak
72977b3786 MDL-17135 moving all webservice and external API related admin UI to new directory, I did not expect there would be so many files, sorry for the trouble 2009-10-21 19:58:50 +00:00
skodak
86c252b47d MDL-17135 reverting recent change in service management UI - since 1.7 the right way is to use formslib instead of hand written forms (which is roughly equiwalent to new outputlib stuff, sorry); this also fixes regression which incorrectly allowed editting of built-in services 2009-10-21 19:36:39 +00:00
skodak
06f0784845 MDL-20616 support for array of arrays in postdata 2009-10-21 18:24:12 +00:00
rwijaya
ddc660600a course/view MDL-20123 section 0 visibility and highlight 2009-10-21 06:25:21 +00:00
skodak
5593d2dc36 MDL-12886 refactored function return full external function info and improved reporting of access control problems 2009-10-20 22:30:18 +00:00
jerome
4955481bf3 webservice MDL-17135 fix navigation (kudo to Sam) + trivial few changes 2009-10-20 06:34:46 +00:00
samhemelryk
8140c44094 navigation MDL-20521 Changed procedure for hidden admin pages
Admin pages were originally skipped over and not added to the navigation, however this means we don't know where in the navigation structure we are on display, now we add hidden pages to the structure and force them to not display.
2009-10-20 03:31:19 +00:00
sam_marshall
9467db390c MDL-20537: shorten-text fix 2009-10-19 17:13:50 +00:00
samhemelryk
0baa5d4600 NOBUG: Testing the new CVS server by updating a few comments 2009-10-19 04:27:10 +00:00
uid697
9fa78217cd NOBUG: Testing the new CVS server by updating a few comments 2009-10-19 04:01:42 +00:00
uid697
babb391120 NOBUG: Testing the new CVS server by updating a few comments 2009-10-19 03:29:48 +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
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
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
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
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
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
dongsheng
e98a55c066 "MDL-20470, add an option to enable/disable filepicker button" 2009-10-14 03:11:48 +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
da124b5e40 Fixed a spelling error protokol -> protocol 2009-10-13 06:16:06 +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
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