83 Commits

Author SHA1 Message Date
David Mudrak
136e69c40f MDL-24767 webservices logs use hard coded site id 1 instead of SITEID 2010-10-19 15:26:24 +00:00
jerome mouneyrac
9ef728d660 webservice MDL-24541 change wsdoc.php external authentication into a normal moodle page with require_login(), no form, documentation directly related to the token and display from the user security keys page (see MDL for more information) 2010-10-08 03:03:10 +00:00
jerome mouneyrac
fc0c3d6fbe webservice MDL-24372 manage token doesn't appear twice in the admin menu when create a new token 2010-10-06 02:25:32 +00:00
jerome mouneyrac
a089b8d131 webservice MDL-23438 do not create a token for a user if the service doesn't allow him 2010-09-24 07:06:47 +00:00
jerome mouneyrac
a44460b5ef webservice MDL-23438 do not create a token for a user if the service doesn't allow him 2010-09-24 07:05:39 +00:00
jerome mouneyrac
de55d4695e webservice MDL-24230 fix /admin/ into $CFG->admin + /lib/ into $CFG->libdir 2010-09-24 02:45:39 +00:00
Petr Skoda
a226a972f7 MDL-24321 switching to stdClass in /admin/ and / 2010-09-21 08:44:02 +00:00
jerome mouneyrac
ac73a3813a webservice MDL-23519 test client error message is not truncated anymore 2010-09-20 03:22:34 +00:00
Petr Skoda
eab8ed9fb7 fixed a few spelling errors in /admin/ 2010-09-17 10:27:26 +00:00
Petr Skoda
904fa9716d initialised object 2010-09-17 09:56:32 +00:00
jerome mouneyrac
c25662b0e4 web service MDL-23338 clean up Service editing page + delete token related to a service when delete service (display warning on confirmation page) + fix glitch on the navigation with 'Register your site' and 'Edit service' pages (they are now hidden and the parent page link is displayed) 2010-09-16 04:21:52 +00:00
jerome mouneyrac
206dd86100 webservice MDL-23471 fix XHTML strict issues + two XHTML strict issues related to the user selector form element and the admin_settings_heading class 2010-07-30 07:43:14 +00:00
jerome mouneyrac
6ce2b0d94b webservice MDL-23536 fix missing test when no missing capability 2010-07-28 02:27:07 +00:00
jerome mouneyrac
9c954e883b webservice MDL-21908 admin: use renderer into token pages + a bit of code cleaning 2010-07-27 03:53:55 +00:00
jerome mouneyrac
1d2a1936c5 webservice MDL-23341 function list page: display "no functions" message, a better title, and fix a css typo 2010-07-23 06:54:59 +00:00
jerome mouneyrac
72f68b51e6 webservice MDL-23341 add required capabilities to the service function declaration (lib/services.php), display missing capaibilities for users linked to a token and for authorised users, display function capabilities, refactor service add function page 2010-07-23 06:17:06 +00:00
jerome mouneyrac
c9d7390cc9 webservice MDL-23337 administration: once a new service is created go straigh to add functions page. 2010-07-20 06:20:00 +00:00
jerome mouneyrac
47ee1c356c webservice MDL-20808 added a link to the AMF test client 2010-07-16 02:39:25 +00:00
jerome mouneyrac
24a9a618d1 webservice MDL-23052 fix lang string on add service form 2010-07-02 08:38:49 +00:00
jerome mouneyrac
86dcc6f0a2 webservice MDL-21792 refactor webservice authorised users pages 2010-07-02 06:40:36 +00:00
Petr Skoda
df997f841f MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
    MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
    MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
    MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
    MOV [enrolenddate,core],[enrolenddate,enrol_self]
    CPY [welcometocourse,core],[welcometocourse,enrol_self]
    CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
    MOV [notenrollable,core],[notenrollable,core_enrol]
    MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
    MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
    MOV [coursemanager,core_admin],[coursecontact,core_admin]
    MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
    MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
    MOV [enrolme,core],[enrolme,core_enrol]
    MOV [unenrol,core],[unenrol,core_enrol]
    MOV [unenrolme,core],[unenrolme,core_enrol]
    MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
    MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
    MOV [enrolments,core],[enrolments,core_enrol]
    MOV [enrolperiod,core],[enrolperiod,core_enrol]
    MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
jerome mouneyrac
30a4fb1b97 webservice MDL-22562 add missing user profile custom fields to external create_users function + update test client 2010-05-25 03:44:29 +00:00
jerome mouneyrac
cddd252723 web service MDL-21351 list of selectabl users should not include deleted user 2010-04-21 06:30:50 +00:00
Petr Skoda
61ef8f9f88 MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
Petr Skoda
4f0c2d0009 MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too 2010-03-31 07:41:31 +00:00
Jamie Pratt
2822f40ae2 MDL-21894 "move functionality to create a token into function in externallib.php so it can be used when creating tokens for embedded applications" also fixed MDL-21893 "Errors in code for checking capability when creating token for service with requiredcapability" which I came across while re 2010-03-22 14:20:18 +00:00
David Mudrak
16be897441 MDL-21652 html_table rendering refactored
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
jerome mouneyrac
e9b66095a3 webservice MDL-21524 add role_assign and role_unassign ws functions 2010-02-16 07:07:04 +00:00
jerome mouneyrac
9baf3a7b65 webservice MDL-21527 update_users ws function supports customfields now (MDL-20616 patch needs to be committed in order to use the test client) 2010-02-15 08:56:51 +00:00
jerome mouneyrac
64e2ed74e2 webservice MDL-21351 Create service page: required capability is now in a show advanced section 2010-02-12 08:10:23 +00:00
jerome mouneyrac
fb79269bef webservice MDL-20808 add user lib.php, add web service user functions, rename $usercustomfields variable into profile_user_record() function 2010-02-11 04:02:04 +00:00
Petr Skoda
f3c950e4c1 MDL-21577 fixed regression 2010-02-10 16:26:23 +00:00
Petr Skoda
f83b9b63ae MDL-20204 legacy time selects converted, please note we should always use mforms if possible 2010-02-10 14:27:03 +00:00
Petr Skoda
2f0e96e447 MDL-20204 one more step away from html_select 2010-02-09 18:54:03 +00:00
Petr Skoda
916276fc0a MDL-20204 more outputlib changes towards separate html_writer 2010-02-07 20:12:31 +00:00
jerome mouneyrac
385ab92249 webservice MDL-21351 add link to test client into the navigation bar 2010-02-01 06:09:16 +00:00
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