Ed Basset
1764defb5a
MDL-36424 wiki: set group so subwiki tabs/pages display correctly
2018-06-14 17:33:18 +02:00
Marina Glancy
c8d5e54cd1
MDL-61163 mod_wiki: guests should be able to view frontpage modules
...
When wiki is added to the frontpage and the guest role has capability to view
wiki, users should not be required to log in.
2018-03-29 11:11:48 +08:00
Adrian Greeve
839b391f74
MDL-56489 Lib: force_settings_menu added to pagelib.
...
This introduces a flag to force the settings menu
to be displayed on the page if the theme uses a settings
menu. This is for use by activities and resources.
2016-11-01 10:00:12 +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
487f6471a0
MDL-51935 wiki: Add missing strings in wiki
2015-11-10 10:05:06 +01:00
Marina Glancy
3a7b9b76c2
MDL-39990 wiki: more detailed validation of view/edit access rights
2014-03-03 14:45:03 +08:00
Marina Glancy
fbc4b77841
MDL-44321 events: cleaning up course_module_viewed event
2014-02-28 16:36:09 +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
Rajesh Taneja
48f871e09b
MDL-40058 mod_wiki: Replaced add_to_log for course_module_viewed with event
2013-12-11 13:52:58 +11:00
Rajesh Taneja
8ac1d22436
MDL-40058 mod_wiki: Replaced add_to_log for page_viewed with event
2013-12-11 13:52:54 +11:00
Damyon Wiese
74df2951d1
Revert "MDL-39876 Change get_record('course') calls to get_course"
...
This reverts commit ab7632b74c
.
2013-08-21 13:42:30 +08:00
sam marshall
ab7632b74c
MDL-39876 Change get_record('course') calls to get_course
2013-08-15 11:31:20 +01:00
Adrian Greeve
4a28ff88fb
MDL-26998 - mod_wiki: the page_wiki class now stores the course module object.
2013-05-23 15:11:32 +08:00
Huy Hoang
e8c07ff705
MDL-34695 Wiki Module: add prevention to create new record when userid is 0
2012-11-01 17:14:45 +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
Adrian Greeve
5dedd64d58
MDL-30478 - wiki - Fixing up group problems when viewing and creating wiki pages.
...
Thanks to Matt Kolb for his contribution.
2012-04-20 07:27:50 +08:00
Rajesh Taneja
476aea8d8b
MDL-26674 wiki2.0: cleaned wiki event logging patch
2012-03-19 11:15:06 +08:00
Diane Villemure
b7921fc458
MDL-26674 wiki2.0: Fixed wiki activity log
2012-03-19 10:20:18 +08:00
Mayank Gupta
dc0cabb488
MDL-27037, wiki does not support visiblegroups functionality
2011-11-11 13:28:41 +08:00
sam marshall
05b7cd7ae9
MDL-27491 Add 'complete on view' support to wiki, survey
2011-08-10 10:56:14 +01:00
Dongsheng Cai
12c9bbbdd2
MDL-26392 WIKI added file managment support to wiki editor
2011-06-03 11:22:18 +08:00
Dongsheng Cai
d2d1db7a84
"MDL-25406 WIKI, use swid instead of wid, gid, uid"
2010-11-29 08:30:15 +00:00
Dongsheng Cai
33ea845ab2
"MDL-25406 WIKI, fixed wid parameter"
2010-11-29 08:25:03 +00:00
Dongsheng Cai
cece1791b0
MDL-23929 WIKI, fixed has_capability parameter
2010-11-19 02:59:10 +00:00
Jordi Piguillem
621f3ef519
[MDL-23130]
...
Fixing sql code style and sql injection problems
2010-07-30 10:49:41 +00:00
Petr Skoda
1b048629bc
we do not need any new api for fetching of course record - we have DML with MUST_EXIST flag which is the right way now; we should not include course/lib.php on each page anyway
2010-06-17 22:50:25 +00:00
Jordi Piguillem
74c6a62c73
[MDL-22112]
...
Finishing some todos and fixing some bugs
2010-05-21 11:07:43 +00:00
Jordi Piguillem
d56a4dc5f5
Fixing problems like in [MDL-22352].
2010-05-14 08:27:15 +00:00
Dongsheng Cai
5f271bd9c8
"MDL-22112, quick fix for missing $PAGE->context"
2010-05-03 08:21:25 +00:00
Jordi Piguillem
1fa2bd54aa
[MDL-22112]
...
Redirecting to first page of the wiki when subwiki is changed and selected pages does not exists
2010-05-03 07:33:22 +00:00
Dongsheng Cai
3b5e2acbd1
MDL-22112, create wiki's first page automatically without ask user questions, and add capability check to wiki_create_page function
2010-05-03 05:49:36 +00:00
Dongsheng Cai
00710f4cc1
MDL-22112, push wiki 2.0 into head
2010-05-02 11:28:11 +00:00
Petr Skoda
596509e431
MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help
2010-04-13 20:34:27 +00:00
Petr Skoda
8db38eab80
MDL-21818 fixed globals problems
2010-03-18 20:59:58 +00:00
Petr Skoda
c80877aa0e
MDL-20204 fixed recent regressions + improved action handling - sorrrry
2010-02-11 15:44:06 +00:00
Petr Skoda
3224f709d7
MDL-20204 selects conversion
2010-02-11 10:03:28 +00:00
Petr Skoda
279d11c959
MDL-21400 removed unnecessary includes
2010-01-21 22:43:53 +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
Petr Skoda
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +00:00
Petr Skoda
f44b10ed93
MDL-21139 replace all yui functions/methods with yui2 to make room for yui3
2009-12-16 20:25:14 +00:00
Petr Skoda
14a960ac7b
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-04 19:53:01 +00:00
samhemelryk
7f09335135
output MDL-19799 Fixed up some set_url calls as well as fixing some regressions caused by recent upgrades
2009-10-21 04:23:35 +00:00
samhemelryk
87a6540343
mod-wiki MDL-19817 Added set_url calls, replaced deprecated functions
2009-09-24 08:58:36 +00:00
samhemelryk
c6ef21e313
mod-wiki MDL-19817 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
2009-09-08 02:16:33 +00:00
skodak
622365d2e1
MDL-20169 fixed coding style, parameter type required
2009-08-27 18:37:53 +00:00
nicolasconnault
56da74f311
MDL-19817 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:17:28 +00:00
nicolasconnault
7b1f2c829f
MDL-19756 Renamed moodle_select to html_select for better API consistency
2009-08-10 08:38:45 +00:00
nicolasconnault
1d0c86bd98
MDL-19817 Converted print_box* to $OUTPUT->box*
2009-08-10 05:01:10 +00:00
nicolasconnault
9237e77678
MDL-19817 Converted all print_footer() calls
2009-08-06 14:16:02 +00:00