Paul Holden
5521d1d6e8
MDL-77187 mod_wiki: validate external method sort parameters.
2023-04-19 16:44:19 +00:00
Paul Holden
25a6675fcd
MDL-77102 mod_wiki: remove deprecated mbstring overload checks.
2023-02-01 08:32:10 +00:00
Andrew Nicols
a3cc26f8bb
MDL-76583 core: Update uses of external_* classes
2023-01-19 07:34:09 +08:00
Tim Hunt
6c161f3b99
MDL-74760 activity web services: refactor duplicate code
2022-06-07 12:53:34 +01:00
Eloy Lafuente (stronk7)
cb95e0b707
MDL-73586 mod_wiki: Removed php init param for php80 and up
...
For PHP 8 and up, the 'mbstring.func_overload' doesn't exist
anymore, so skip any check/condition based on it.
The patch has been done that way, so it's easier to remove
the whole block of code once PHP 8.0 becomes our min supported
PHP version.
The change is self-coveres (changes the external and its own tests).
2022-03-08 14:56:49 +01:00
Juan Leyva
dfd4881589
MDL-65026 course: Fix modules intro formatting in WS
...
The Web Service seems to be doing excessive text cleaning.
2019-09-16 13:04:26 +02:00
Juan Leyva
6c344ff282
MDL-64656 core_tag: Return tags in modules and blog
2019-04-11 10:20:44 +02:00
Eloy Lafuente (stronk7)
b3823c4365
Merge branch 'MDL-56019-master' of git://github.com/dpalou/moodle
2016-09-28 20:08:31 +02:00
Dani Palou
7f98de7d9d
MDL-56103 wiki: Return version in get_page_contents
2016-09-27 16:19:23 +02:00
Dani Palou
d33c67bc47
MDL-56019 ws: Use itemid null when getting modules intro
2016-09-19 11:33:55 +02:00
Pau Ferrer Ocaña
c13c21b9b5
MDL-55130 wiki: Reduce data usage when only renew lock is needed.
2016-08-15 14:40:38 +02:00
Eloy Lafuente (stronk7)
8c7840df32
Merge branch 'MDL-54941-master' of git://github.com/jleyva/moodle
2016-08-03 00:29:45 +02:00
Juan Leyva
145900708c
MDL-54941 webservice: Refactor file handling in WS
...
This commit reduces boilerplate code.
It also forces WS returning files to always return the following
fields: filename, filepath, mimetype, filesize, timemodified and
fileurl.
2016-07-28 12:07:04 +02:00
Dani Palou
3b40103c2f
MDL-55348 wiki: Convert 'section' WS params to PARAM_RAW
2016-07-28 10:35:24 +02:00
Juan Leyva
7ef49bd393
MDL-54951 webservice: Return intro text files in modules
2016-07-04 09:24:28 +01:00
Pau Ferrer Ocaña
cf16f6ed18
MDL-53791 mod_wiki: New Web Service edit_page
2016-04-26 08:25:16 +02:00
Pau Ferrer Ocaña
a6b6f0d282
MDL-53791 mod_wiki: New Web Service new_page
2016-04-26 08:25:15 +02:00
Pau Ferrer Ocaña
20dca621e0
MDL-53791 mod_wiki: New Web Service get_page_for_editing
2016-04-26 08:24:53 +02:00
David Monllao
87c221a7a9
Merge branch 'MDL-53703-master' of git://github.com/dpalou/moodle
2016-04-12 10:06:30 +08:00
Dani Palou
62e20cfed6
MDL-53703 wiki: New WS mod_wiki_get_subwiki_files
2016-04-11 11:13:01 +02:00
Dani Palou
31bfb00809
MDL-53709 wiki: Return content size if includecontent=0
2016-04-11 09:00:53 +02:00
David Monllao
2a84fae088
MDL-53709 mod_wiki: Update includecontent description
2016-04-11 10:13:39 +08:00
Dani Palou
b1be9b2010
MDL-53709 wiki: Return content size if includecontent=0
2016-04-07 08:43:31 +02:00
Dani Palou
5d94e34322
MDL-51986 wiki: New WS mod_wiki_get_page_contents
2016-03-11 14:09:36 +01:00
Dani Palou
96abf9af07
MDL-51887 wiki: New WS mod_wiki_get_subwiki_pages
2016-03-11 13:35:30 +01:00
Dani Palou
44f1b701db
MDL-52809 wiki: New WS mod_wiki_get_subwikis
2016-02-26 14:00:12 +01:00
Dani Palou
557b58b099
MDL-51886 wiki: New WS mod_wiki_view_wiki and mod_wiki_view_page
2015-12-21 08:19:24 +01:00
Dani Palou
23cbaefb24
MDL-50550 wiki: New WS mod_wiki_get_wikis_by_courses
2015-12-04 13:52:41 +01:00