Eloy Lafuente (stronk7)
8eb8e5df83
Merge branch 'MDL-48307-master' of git://github.com/marinaglancy/moodle
2016-03-22 00:28:02 +01:00
Dani Palou
9a4c52221e
MDL-51986 wiki: Add tests for mod_wiki_get_page_contents
2016-03-11 14:09:36 +01:00
Dani Palou
5d94e34322
MDL-51986 wiki: New WS mod_wiki_get_page_contents
2016-03-11 14:09:36 +01:00
Dani Palou
ed4fb2bf7e
MDL-51887 wiki: Add tests for mod_wiki_get_subwiki_pages
2016-03-11 13:35:30 +01:00
Dani Palou
96abf9af07
MDL-51887 wiki: New WS mod_wiki_get_subwiki_pages
2016-03-11 13:35:30 +01:00
Juan Leyva
0ca559a111
MDL-50032 webservice: Remove plugin functions from mobile service
2016-03-04 14:15:33 +01:00
Dan Poltawski
fd8e293030
Merge branch 'MDL-52809-master' of git://github.com/dpalou/moodle
2016-03-01 12:23:54 +08:00
Dani Palou
5380c664d4
MDL-52809 wiki: Add tests for mod_wiki_get_subwikis
2016-02-26 14:11:24 +01:00
Dani Palou
44f1b701db
MDL-52809 wiki: New WS mod_wiki_get_subwikis
2016-02-26 14:00:12 +01:00
KeenRivals
83ea83ec19
MDL-50175 graphics: Optimized SVGs with SVGO.
2016-02-25 11:56:42 +00:00
KeenRivals
26c19b02d5
MDL-50175 graphics: Optimized PNG images with optipng
...
Used options: -o7 -strip all and advdef -z4 -i50.
(With ./lib excluded)
2016-02-25 11:56:37 +00:00
David Monllao
e2be996171
MDL-31989 search: New search areas
...
Some search areas have been introduced as part of the initial search API
and search engine API implementation.
- Forum posts
- Glossary enties
- All moodle activities
2016-02-23 10:47:57 +00:00
Marina Glancy
7c5c80350c
MDL-49807 mod_wiki: section detection regexp fix
2016-02-17 13:11:10 +08:00
Dani Palou
85894eda01
MDL-52993 wiki: Add unit tests for wiki_user_can_edit
...
Note: amended on integration to fix some comments.
2016-02-16 16:44:41 +01:00
Dani Palou
bb05505e00
MDL-52993 wiki: Fix wiki_user_can_edit for collab and separate groups
2016-02-16 16:44:07 +01:00
David Monllao
11ce3ffccc
Merge branch 'MDL-51839-master' of git://github.com/andrewnicols/moodle
2016-02-16 10:58:22 +08:00
David Monllao
44ad0f2c8d
Merge branch 'MDL-51580' of git://github.com/stronk7/moodle
2016-02-16 05:03:28 +08:00
Eloy Lafuente (stronk7)
e8c82aac82
MDL-51580 upgrade: clean < 2.7.0 upgrade steps
...
This just deletes all the upgrade steps previous to 2.7.0. Some
small adjustments, like adding missing MOODLE_INTERNAL or tweaking
globals can also be applied when needed.
Next commit will get rid of/deprecate all the upgradelib functions
not used anymore in codebase.
2016-02-15 18:38:09 +01:00
Andrew Nicols
87d567d3c5
MDL-51839 mod: Remove really old logos in gif format
2016-02-10 16:20:29 +08:00
Marina Glancy
aaa6bcb61a
MDL-48307 mod_wiki: protect [edit] section link from nwiki parser
2016-02-10 14:23:57 +08:00
Marina Glancy
3d89ccb374
MDL-49807 mod_wiki: minimum heading level should always be <h3>
2016-02-09 17:48:39 +08:00
Marina Glancy
e11d7380c2
MDL-51283 core_tag: change tagtype to isstandard
...
Change 'official' to 'standard' in UI
2016-02-02 17:31:14 +08:00
Eloy Lafuente (stronk7)
89bb268e21
MDL-37739 mod_wiki: test headings being wikilinks (toc and content)
2016-01-29 10:15:23 +08:00
Luca Bösch
2c13bbba2b
MDL-37739 mod_wiki: Wiki ToC header href remove square double brackets.
...
When H1, H2 and H3 links in wiki act themselves as hyperlinks, they
were displayed in double brackets. This patch removes [[ and ]] out of
the table of content displayed header hyperlinks.
2016-01-19 09:00:56 +01:00
Marina Glancy
b0b2c93da9
MDL-50851 mod_wiki: use new tag API
2016-01-10 15:25:46 +08:00
Marina Glancy
c026a28d59
MDL-50851 core_tag: introduce tag collections
2016-01-10 15:25:43 +08:00
Dani Palou
c1baf89e57
MDL-51886 wiki: Add unit tests for view_wiki and view_page
2015-12-21 08:19:24 +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
David Monllao
9e313e798f
MDL-51784 general: Adding missing php4 style constructors
...
Adding them to warn people calling the php4 constructor.
2015-12-11 14:02:42 +08:00
Marina Glancy
c4d0b752a2
MDL-51784 various: use __construct() for PHP7 compatibility
2015-12-11 12:48:24 +08:00
Marina Glancy
1a0df5535e
MDL-52081 forms: Use __construct() for constructors
2015-12-10 13:38:01 +08:00
Dani Palou
4a5acec2b7
MDL-50550 wiki: Added unit tests for mod_wiki_get_wikis_by_courses
2015-12-04 13:52:41 +01:00
Dani Palou
23cbaefb24
MDL-50550 wiki: New WS mod_wiki_get_wikis_by_courses
2015-12-04 13:52:41 +01:00
Eloy Lafuente (stronk7)
6d29c4acdd
MDL-52140 upgrade: add 3.0.0 separation line to all upgrade scripts
2015-11-17 17:08:56 +01:00
David Monllao
82ee9604a2
Merge branch 'MDL-51935-master' of git://github.com/dpalou/moodle
2015-11-11 09:59:36 +08:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Dani Palou
487f6471a0
MDL-51935 wiki: Add missing strings in wiki
2015-11-10 10:05:06 +01:00
Damyon Wiese
bb6ca6f360
MDL-51260 tags: Update the tags form element to use the autocomplete field
...
AMOS BEGIN
REM [interestslist_help,moodle] Commas are no longer required
REM [entertags,tag] Commas are no longer required
REM [othertags,tag] Commas are no longer required
AMOS END
2015-10-15 12:03:35 +08:00
Mark Nelson
607021c14b
MDL-46455 events: added more mapping
...
Also fixed a few bugs.
2015-10-11 18:52:36 -07:00
Mark Nelson
0bfafc5ba0
MDL-46455 mod_*: added restore mapping to events
2015-10-11 18:14:57 -07:00
Adrian Greeve
33a2512acd
MDL-49028 mod_wiki: Fix for reseting pages and tags
...
This will ensure that both pages and tags will be
removed when all the reset options for the wiki are
selected.
2015-10-07 10:03:02 +08:00
Adrian Greeve
30836b17da
MDL-49028 mod_wiki: Fully reset wiki pages.
...
All the wiki pages as well as comments and tags
can now be reset.
A thank you to Daniel Kosinski and Pascal Maury for
providing patches for this improvement.
2015-10-05 09:48:38 +08:00
Adrian Greeve
40a154551f
MDL-48371 editors: Option for removing managefiles
...
We want to remove the managefiles button from the
editors in the wiki so that students don't delete
each others files.
2015-09-07 09:59:35 +01:00
Marina Glancy
8e35585390
MDL-50919 tags: new UI for managing tags
2015-09-02 14:15:13 +08:00
Andrew Nicols
86ab683cb9
Merge branch 'MDL-44962_master' of https://github.com/dmonllao/moodle
2015-07-28 11:16:09 +08:00
Simey Lameze
dcee0b9447
MDL-49360 core_lib: add new method get_local_referer()
...
This commit also replace all usages of $_SERVER['HTTP_REFERER'] and get_referer().
2015-07-27 11:11:24 +08:00
David Monllao
082f6c34a8
MDL-44962 mod_wiki: No input filter
...
Thanks to Tim Lock for the partial fix.
2015-07-24 16:33:55 +02:00
Andrew Nicols
7512af87d4
Merge branch 'MDL-50380-master' of git://github.com/lameze/moodle
2015-06-18 07:10:37 +02:00
Dan Poltawski
356fd5bae7
Merge branch 'm29_MDL-49628a' of https://github.com/totara/moodle
2015-06-02 13:54:01 +01:00
Simey Lameze
e9588b7e68
MDL-50380 mod_wiki: fix missing parameter on wiki edit files page
...
Also fixing a typo on the $referer variable.
2015-05-28 12:40:43 +08:00