47 Commits

Author SHA1 Message Date
jerome mouneyrac
bdf40a4c63 webservice MDL-21466 add information about setting the debug mode to NORMAL for using the web service test client 2010-01-29 07:27:07 +00:00
jerome mouneyrac
f54dfa54b7 webservice MDL-21466 add few comments about test client 2010-01-29 03:50:06 +00:00
jerome mouneyrac
75537cbfee webservice MDL-21463 add our web service test client into the admin tree development section 2010-01-29 02:40:42 +00:00
jerome mouneyrac
a7e2d6fef9 webservice MDL-21351 add a help icon to required capability option (when create/edit a service) 2010-01-22 03:39:30 +00:00
jerome mouneyrac
8399c714d7 webservice MDL-21351 remove Save Changes button from token/service/protocol page, relabel some Save Changes button into more explicit label, add help text to service page 2010-01-20 10:01:03 +00:00
jerome mouneyrac
a3103a10b3 webservice MDL-21351 fix navigation bar (add link to make the navigation easier) 2010-01-20 07:20:03 +00:00
jerome mouneyrac
3a17a7a352 webservice MDL-21351 add function page: use multiple searchable selector 2010-01-20 02:44:19 +00:00
jerome mouneyrac
c59a67ab40 webservice MDL-21351 function page: remove back button and change add button for a link 2010-01-20 01:29:12 +00:00
Petr Skoda
9dec75dbcc MDL-21240 shortened urls now start with / everywhere 2010-01-18 20:57:32 +00:00
Petr Skoda
a685593466 MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
jerome mouneyrac
1768ae5b8e webservice MDL-20805 fix sql column naming 2010-01-14 08:43:08 +00:00
jerome mouneyrac
d69f5012c9 webservice MDL-20805 fix sql column naming 2010-01-14 08:40:32 +00:00
jerome mouneyrac
42f5012075 webservice MDL-20805 change NOT IN for NOT EXISTS 2010-01-13 11:17:21 +00:00
jerome mouneyrac
81c2a98750 webservice MDL-20805 change NOT IN for NOT EXISTS 2010-01-13 11:15:31 +00:00
jerome mouneyrac
7614f4f327 webservice MDL-20805 readd the ORDER BY varchar (cross-db) 2010-01-13 11:09:31 +00:00
jerome mouneyrac
49af1c558b webservice MDL-20805 remove the ORDER BY text (not cross-db) 2010-01-13 11:01:06 +00:00
jerome mouneyrac
f692098303 webservice MDL-20805 fix sql request so return only unique ID 2010-01-13 10:51:15 +00:00
jerome mouneyrac
bff11d2953 webservice MDL-20805 add token authentication method to test client (+ use token constant) 2010-01-13 10:10:27 +00:00
jerome mouneyrac
8c594bbb11 webservice MDL-20805 add missing exception string message 2010-01-13 04:03:52 +00:00
jerome mouneyrac
5eacbd4be4 webservice MDL-20805 added token creation page in user profil (with service required capability check and moodle/webservice:createtoken capibility check) 2010-01-12 10:34:52 +00:00
jerome mouneyrac
15e417fe1f webservice MDL-20805 added token creation page 2010-01-11 08:23:39 +00:00
jerome mouneyrac
5ae9f53976 webservice MDL-20805 add admin token page. To do: create and delete operation + context support 2010-01-06 09:33:05 +00:00
Petr Skoda
dc6896efe0 MDL-21198 used new simple_button class when doing OUTPUT->confirm() - more consistent and hopefully easier to remember than html_form::make_button() ;-) 2010-01-03 20:47:13 +00:00
Petr Skoda
5c2ed7e215 MDL-21198 $OUTPUT->single_button() resurrection, hopefully much easier to use than $OUTPUT->button(); fixed some regressions and code style improvements 2010-01-03 15:46:14 +00:00
Petr Skoda
92e01ab771 MDL-21125 obsoleting global $THEME 2009-12-23 17:44:17 +00:00
Petr Skoda
2f67a9b3a5 MDL-20700 whitespace terror returns yet again 2009-12-16 22:22:37 +00:00
Petr Skoda
78946b9bdb MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks 2009-12-16 18:00:58 +00:00
jerome mouneyrac
e67b934bf2 webservice MDL-12886 fix xhtml strict error into admin/webservice/service_users.php 2009-12-09 06:54:05 +00:00
Petr Skoda
a591d38765 MDL-20700 coding style - new sloppy trailing whitespace fixed 2009-11-09 10:11:48 +00:00
jerome mouneyrac
44610991bf webservice MDL-17135 display function descriptions into the function form 2009-11-09 06:30:01 +00:00
jerome mouneyrac
cd7a789181 webservice MDL-17135 revert the service function form to a Moodle form + user searchable selector + add default size to the searchable selector 2009-11-09 03:38:50 +00:00
jerome mouneyrac
3b59ba8c73 webservice MDL-17135 add logging to add/edit/delete service action 2009-11-06 08:17:09 +00:00
jerome mouneyrac
975341d161 webservice MDL-17135 add timecreated + timemodified fields to the service table and save them in the service form 2009-11-06 07:50:30 +00:00
jerome mouneyrac
cf9235d3a3 webservice MDL-17135 add notification when the current required capability doesn't exist anymore + remove TODO comment about checking that the service names are unique because we should end up to find a way to i18n service names => The uniqueness should be checked during service discovery 2009-11-05 07:50:36 +00:00
jerome mouneyrac
09179b789b webservice MDL-17135 create searchable select form element + use it in service form for selecting a capability 2009-11-05 07:06:09 +00:00
Petr Skoda
0df0df23f4 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 10:55:31 +00:00
Petr Skoda
244bb39668 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 10:42:45 +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
skodak
bb5b86a9c1 MDL-17135 fixed whitespace coding style 2009-10-21 20:03:05 +00:00
skodak
1b92e90218 MDL-17135 fixed too general js function name + fixed whitespace coding style 2009-10-21 20:01:00 +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
jerome
472f56d926 webservice MDL-17135 add disable javascript to the valid until fields 2009-10-20 14:33:01 +00:00
jerome
b5c6b61d96 webservice MDL-17135 add service administration page 2009-10-19 12:01:22 +00:00
jerome
bb1dff214d webservice MDL-17135 add service user settings administration 2009-10-16 08:50:02 +00:00
jerome
da42e89074 webservice MDL-17135 code cleaning 2009-10-15 02:34:21 +00:00
jerome
772db6322b webservice MDL-17135 add user selector for service to the administration 2009-10-14 09:47:48 +00:00