Ankit Agarwal
1f364c87e3
MDL-34459 course: changing strictness of context calls as needed
2012-07-24 16:20:35 +08:00
Ankit Agarwal
9a5e297b4c
MDL-34470 course: Replace all instances of get_context_instance() with context_xxx::instance() in course/
2012-07-24 16:19:01 +08:00
Dan Poltawski
0b9a3d7ac1
MDL-33624 externalib: fix two invalidcourseid uses with placeholder
...
A placeholder no longer exists.
2012-07-18 11:26:49 +08:00
Sam Hemelryk
c1483c9c6c
Merge branch 'MDL-32919-core_course_import_course' of git://github.com/jleyva/moodle
...
Conflicts:
version.php
2012-07-17 17:38:16 +12:00
Dan Poltawski
239311aaad
Merge branch 'MDL-34083' of git://github.com/jleyva/moodle
2012-07-17 13:11:07 +08:00
Juan Leyva
3dfc29e194
MDL-34083 Fixing the param type also after deleting the invalid option
2012-07-13 11:31:44 +03:00
Dan Poltawski
19a8646822
MDL-33624 lang - remove incosistent use of placeholder
2012-07-12 13:10:52 +08:00
Juan Leyva
30e772a478
MDL-34083 Deleted user_files from backup options
2012-07-04 10:34:24 +02:00
Jerome Mouneyrac
e6d1218ade
MDL-33776 Web services: get_categories - subcategories should be checked against visible/theme keys
2012-06-20 15:49:20 +08:00
Dan Poltawski
f898b935af
Merge branch 'MDL-33730' of git://github.com/mouneyrac/moodle
2012-06-15 11:07:48 +08:00
Jerome Mouneyrac
7a38450680
MDL-33730 missing description field cause error when call is done on default values
2012-06-14 18:16:03 +08:00
Sam Hemelryk
f90848689c
Merge branch 'MDL-33554' of git://github.com/mouneyrac/moodle
2012-06-14 11:20:16 +12:00
Dan Poltawski
4413b48000
Merge branch 'MDL-33581' of git://github.com/mouneyrac/moodle
2012-06-13 17:45:27 +08:00
Jerome Mouneyrac
3297d57528
MDL-33581 missing parameter defaults for some external functions
2012-06-08 11:54:59 +08:00
Jerome Mouneyrac
fe77a34ed0
MDL-33554 update_categories didn't update the path field when moving category
2012-06-06 16:40:06 +08:00
Sam Hemelryk
1236d15b0e
Merge branch 'MDL-33528' of git://github.com/mouneyrac/moodle
2012-06-06 11:13:32 +12:00
Jerome Mouneyrac
9615b623c6
MDL-33528 fix create_categories warnings + default parent parameter
2012-06-05 13:40:12 +08:00
Jerome Mouneyrac
b5bd42e873
MDL-32919 missing default for the last params cause invalid parameter exception with REST
2012-06-04 09:01:39 +02:00
Juan Leyva
8430d87b1f
MDL-32919 Webservices: Added method core_course_import_course
2012-06-04 08:56:11 +02:00
Jerome Mouneyrac
93ce0e8296
MDL-32581 support additional format field with all text field in extrnal lib function + new possible ws params to decide how format is returned (which are stored in a singleton)
2012-05-31 12:31:27 +08:00
Dan Poltawski
2ffd7f1824
Merge branch 'MDL-33060' of git://github.com/mouneyrac/moodle
2012-05-25 10:16:12 +08:00
Jerome Mouneyrac
96d3b93ba3
MDL-33060 remove some get_string from exceptions
2012-05-18 14:45:15 +08:00
Eloy Lafuente (stronk7)
f823158b07
MDL-32941 Add transaction support to delete_categories
2012-05-18 00:06:42 +02:00
Eloy Lafuente (stronk7)
3ec163ddf1
MDL-32941 Reorganise functions a bit
2012-05-17 23:45:41 +02:00
Eloy Lafuente (stronk7)
754c2deab6
Merge branch 'MDL-32941' of git://github.com/mouneyrac/moodle
...
Conflicts:
course/externallib.php
lib/db/services.php
version.php
2012-05-17 22:35:57 +02:00
Jerome Mouneyrac
8c507544d4
MDL-32941 fix criteriaerror exception code + wrong phpdoc scope
2012-05-17 13:36:40 +08:00
Jerome Mouneyrac
d6ebe011b6
Fix codecheck/moodlechecker errors
2012-05-17 10:35:05 +08:00
Jerome Mouneyrac
d7238d0839
MDL-32941 change category name limit from 30 to 255
2012-05-17 10:35:02 +08:00
Fábio Souto
f2229c6895
MDL-32941 Implement core_course_update_categories, add webform and unittests
...
Conflicts:
admin/webservice/testclient_forms.php
course/externallib.php
lib/db/services.php
2012-05-17 10:34:59 +08:00
Jerome Mouneyrac
6c6ec1d6b7
MDL-32941 use + operator instead array merge to avoid duplicate. Sort resulting array for better display to the client and for entring in the excluding algo. Exception reformatting. Minor formatting fixes.
2012-05-17 10:34:57 +08:00
Eloy Lafuente (stronk7)
20854c75f1
MDL-32941 external: core_course_get_categories() fixing.
...
This includes:
- Multiple coding violations.
- Better detection of criteria, avoiding troublemaker 0 != ''
- Minor formatting.
- Ordering by path always to cause excludes to work ok.
2012-05-17 10:34:14 +08:00
jleyva
d4a17894ef
MDL-32941 Some changes to the core_course_get_categories functions. Adding key parameters
2012-05-17 10:34:12 +08:00
Jerome Mouneyrac
dd5e31f3cb
MDL-32941 parameters moved on top level, little performance improvement, filter and format the description, browse all sub categories level and adjust checks
2012-05-17 10:34:09 +08:00
Fábio Souto
d4a246bc3b
MDL-32941 Add implementation for core_course_get_categories()
2012-05-17 10:34:06 +08:00
Fábio Souto
2f951d866a
MDL-32941 Added service definition and implementation for core_course_delete_categories()
...
Included is a bug correction to categories_delete_move() which does not
respect showfeedback parameter, printing feedback even when not wanted
(this breaks the webservice output)
Conflicts:
admin/webservice/testclient_forms.php
lib/db/services.php
2012-05-17 10:34:03 +08:00
Fábio Souto
be05180890
MDL-32941 complete unit tests and webform
2012-05-17 10:33:56 +08:00
Jerome Mouneyrac
95693c43aa
MDL-32941 improve create_categories() web service function (wip)
2012-05-17 10:33:53 +08:00
Fábio Souto
479a5db197
MDL-32941 Create service definition and implementation for
...
core_course_create_categories()
2012-05-17 10:33:51 +08:00
Juan Leyva
d7f465d497
MDL-32233 core_course_duplicate_course: Forcing backup and restore in MODE_SAMESITE always as suggested by Eloy.
2012-05-16 16:10:47 +02:00
Juan Leyva
6c7d3e3100
MDL-32233 core_course_duplicate_course: Fixed integrator review details described here http://tracker.moodle.org/browse/MDL-32233?focusedCommentId=157707&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-157707
2012-05-16 12:10:09 +02:00
Juan Leyva
9aa84e9168
MDL-32233 Added usersdata support in WS method core_course_duplicate_course
2012-05-10 09:57:09 +02:00
Juan Leyva
3dc1d76e06
MDL-32233 Added WS method core_course_duplicate_course
2012-05-10 09:38:04 +02:00
Juan Leyva
63a85dc7a3
MDL-13130 webservices: Implementation of core_course_delete_courses
2012-05-01 15:23:50 +08:00
Jerome Mouneyrac
4615817d1c
MDL-30986 external API, check and update DocBlock
...
Conflicts:
group/externallib.php
2012-04-30 15:11:56 +08:00
Dongsheng Cai
ec0d6ea2a9
MDL-28646 Web service: core_course_get_contents()
...
1. Implement core_course_get_contents web service
2. Implement callbacks in folder, resource, page and url modules
3. Implement download script for web service
2011-11-28 16:22:38 +08:00
Jerome Mouneyrac
5d1017e11d
MDL-29106 new web service naming convention
2011-10-24 11:06:00 +08:00
Petr Skoda
aff24313be
MDL-29401 introduce new frankenstyle PARAM types
...
New PARAM_COMPONENT, PARAM_AREA and PARAM_PLUGIN + fixing of hopefully all current incorrect parameter types. This should help with diagnosing of incorrectly named 3rd party plugins too.
2011-09-25 09:59:55 +02:00
jerome mouneyrac
8a6b119343
webservice MDL-24926 fix undefined variables into external course create.
2010-10-29 05:30:00 +00:00
Petr Skoda
92f2e446df
fixed undefined courseconfig variables
2010-09-17 12:19:06 +00:00
jerome mouneyrac
6bb31e404e
webservice MDL-13129 add moodle_course_get_courses and moodle_course_create_courses
2010-08-06 15:22:27 +00:00