Ferran Recio
c8e73da314
MDL-76220 mod_wiki: fix extend_navigation
...
The wiki_extend_navigation is using $PAGE->url when it is not allowed
to. Extending navigation can be invoked in an Ajax request so it should
not use $PAGE global.
2022-11-08 14:37:54 +01:00
Bas Brands
f2ddd23ec1
MDL-71457 theme_boost: activity icon styling
2021-12-20 15:02:24 +01:00
Bas Brands
4c71e1d0d0
MDL-69454 core_search: consistent mod searches
2020-09-21 11:54:51 +02:00
Luca Bösch
439c8c5933
MDL-68216 block_recent_activity: Format elements more nicely.
2020-05-05 22:09:19 +02:00
Amaia Anabitarte
c0375ba73f
MDL-66369 libraries: Remove [modname]_scale_used functions
...
These functions were only used by the deprecated function
which was deprecated in 3.1, and removed in 3.6.
2019-08-16 11:56:17 +08:00
Shamim Rezaie
1d146d7a6e
MDL-63151 mod_wiki: Add userid param to mod_wiki calendar callbacks
2019-03-12 17:16:24 +11:00
Shamim Rezaie
ed1f61f30f
MDL-63151 mod_wiki: check if the module is visible to the user
2019-03-12 17:12:09 +11:00
Simey Lameze
ce97cd44e4
MDL-64880 mod_wiki: remove useless wiki_cron() function
2019-02-20 14:41:44 +08:00
Mark Nelson
94a1861c84
MDL-62925 mod_wiki: style 'Search wikis' button
2018-07-17 11:31:20 +08:00
Marina Glancy
3a93df8b9a
MDL-61163 mod_wiki: correct capability check in modinfo
...
Wiki defines capability mod/wiki:viewpage instead of standard mod/wiki:view . This means that people
who do not have capability to view wiki still see it in the modules list.
Also corrected unittest that was testing situation when student has capability to create pages
but does not have capability to view pages. Such student should not see wiki module at all.
2018-03-29 11:11:45 +08:00
Adrian Greeve
39b8357c5a
MDL-59523 course_reset: Added date update message when resetting.
2017-08-02 10:09:29 +08:00
Ankit Agarwal
cb416dbf7d
MDL-59523 course_reset: Roll dates when needed
2017-08-01 10:07:48 +05:30
Marina Glancy
50d845e3ed
MDL-58665 dashboard: use bigger course object for completion
...
class completion_info will make an extra DB query to retrieve the course if course->enablecompletion is not present
2017-05-01 16:59:07 +08:00
Mark Nelson
59391e80ad
MDL-58501 mod_*: improved docs for new calendar callbacks
2017-04-12 17:43:52 +08:00
Mark Nelson
01f96180ff
MDL-58504 mod_*: fixed PHPDoc return type for *_provide_event_action
2017-04-06 15:00:02 +08:00
Mark Nelson
e1cd93ce20
MDL-58423 core_calendar: moved \core_calendar\event class
...
Part of MDL-55611 epic.
2017-04-04 11:01:49 +01:00
Mark Nelson
b3bd7a66a0
MDL-57878 mod_*: added inclusion of completion event and callbacks
...
Part of MDL-55611 epic.
2017-04-03 11:37:09 +08:00
Damyon Wiese
2b931458ad
MDL-40759 plugins: Add font icon mapping to all plugins
2017-03-17 15:51:29 +08:00
Juan Leyva
65b2669d98
MDL-56307 course: Return time updated and times updated
2016-10-25 10:10:55 +01:00
Juan Leyva
02a73d767c
MDL-56307 course: New course_check_module_updates_since method
2016-10-25 10:10:52 +01:00
Juan Leyva
6492401d1c
MDL-56307 mod: Add missing FEATURE_COMMENT in modules
2016-10-21 09:21:28 +01:00
Stephen Bourget
6ffb8fa21a
MDL-55557 mod_wiki: Add missing MOODLE_INTERNAL checks
2016-08-13 21:40:41 -04:00
Marina Glancy
b0b2c93da9
MDL-50851 mod_wiki: use new tag API
2016-01-10 15:25:46 +08: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
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
sam marshall
9c85baa8c5
MDL-44725 Availability: Replace groupmembersonly - FEATURE_xx (6)
...
Remove old FEATURE_GROUPMEMBERSONLY as no longer required.
2014-09-02 13:03:17 +01:00
Mark Nelson
70279746ec
MDL-41286 report_outline: updated report to use logging api
...
AMOS START
MOV [neverseen, mod_folder],[neverseen, report_outline]
MOV [neverseen, mod_page],[neverseen, report_outline]
MOV [neverseen, mod_resource],[neverseen, report_outline]
MOV [neverseen, mod_url],[neverseen, report_outline]
AMOS END
2014-04-15 22:42:59 -07:00
Marina Glancy
d3adc16e48
MDL-33486 wiki: allow searching individual wikis
2014-03-28 14:16:13 +08:00
Marina Glancy
c7a8cef65e
MDL-44471 Revert "MDL-42238 mod_wiki: Alternate name sql update to wiki_print_recent_activity"
...
This reverts commit 6d3d9bd927d5386b1dc4fbbcb7db5559efa7a5cd.
2014-03-07 09:56:29 +08:00
Marina Glancy
3a7b9b76c2
MDL-39990 wiki: more detailed validation of view/edit access rights
2014-03-03 14:45:03 +08:00
Sam Hemelryk
593b838546
MDL-44159 mod_wiki: unify @package use
2014-02-21 08:32:58 +13:00
Sam Hemelryk
7db38cd53f
MDL-44103 mod_wiki: fixed copyright typo
2014-02-16 12:14:25 +13:00
Petr Škoda
0c431257e9
MDL-42387 standardise file lifetime handling
2013-11-01 10:42:18 +01:00
Adrian Greeve
6d3d9bd927
MDL-42238 - mod_wiki: Alternate name sql update to wiki_print_recent_activity
2013-10-10 14:02:32 +08:00
Jason Fowler
beff3a9dd5
MDL-35885 - Wiki - add a legend element to the search wikis form
2013-01-11 15:29:35 +08:00
Gilles-Philippe Leblanc
033e8461ab
MDL-31708 wiki: Wiki 2.0 non-group member can see edit option in navigation block
2012-10-19 09:38:28 -04:00
Rossiani Wijaya
85bc1f4848
MDL-34569 - add label for search wiki input text
2012-08-17 11:35:11 +08:00
Ankit Agarwal
1df2362669
MDL-34470 wiki: Replace all instances of get_context_instance() with context_xxx::instance() in mod/wiki
2012-07-23 15:10:07 +08:00
Sam Hemelryk
b945325339
Merge branch 'MDL-31850-master' of https://github.com/mackensen/moodle
2012-05-17 14:49:03 +12:00
Juho Viitasalo
e566bfa1ae
MDL-31850 wiki: extra whitespace removed from form
2012-05-16 03:43:17 -07:00
Ankit Agarwal
3afe75a79c
MDL-31902 general: Removing deprecated functions
2012-05-11 10:30:40 +08:00
David Mudrak
261cbbacc1
MDL-32471 preview thumbnails support for activity modules
...
Activity module's xxx_pluginfile() now accepts the $options parameter
that is to be passed to the send_stored_file() function.
2012-04-24 12:09:45 +02:00
Petr Skoda
f20edd5208
MDL-32094 fix various E_STRICT compatibility problems
2012-03-18 18:37:24 +01:00
Eloy Lafuente (stronk7)
d395ad7042
Revert "[MDL-31708] - wiki 2.0 non-group member can see edit option in navigation block."
...
This reverts commit ebadb9b9a674f5e91ddb7460ea3f9dafc6c34523.
2012-03-09 01:58:09 +01:00
Eloy Lafuente (stronk7)
61b0512c44
Revert "MDL-31708 wiki groups: whitespace fix"
...
This reverts commit 6273fb83770305c2631e13c309d1409d75c5b3d0.
2012-03-09 01:58:01 +01:00
Eloy Lafuente (stronk7)
6273fb8377
MDL-31708 wiki groups: whitespace fix
2012-03-06 11:45:34 +01:00
Gilles-Philippe Leblanc
ebadb9b9a6
[MDL-31708] - wiki 2.0 non-group member can see edit option in navigation block.
2012-03-06 10:20:42 +08:00
Eloy Lafuente (stronk7)
d8c9ff403b
Merge branch 's17_MDL-30973_file_docblock_master' of git://github.com/dongsheng/moodle
2012-03-01 00:25:18 +01:00