Marina Glancy
317e98badd
MDL-45414 wiki: blank image for page index icons
2014-05-08 12:12:50 +08:00
Marina Glancy
c3625f5ba3
MDL-45414 wiki: fix broken image
2014-05-06 11:34:01 +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
Rajesh Taneja
0e72987517
MDL-40058 mod_wiki: modified wiki_restore_page api to accept version and context
2013-12-11 13:53:04 +11:00
Rajesh Taneja
e94f6c6572
MDL-40058 Events: added unit test
2013-12-11 13:53:04 +11:00
Rajesh Taneja
a8481a66fe
MDL-40058 mod_wiki: Replaced add_to_log for page created to event
2013-12-11 13:53:00 +11:00
Rajesh Taneja
d6a54be3a6
MDL-40058 mod_wiki: Replaced add_to_log for admin to event
2013-12-11 13:52:59 +11:00
Rajesh Taneja
b3dd79d101
MDL-40058 mod_wiki: Replaced add_to_log for override locks with event
2013-12-11 13:52:59 +11:00
Rajesh Taneja
fb92417b5e
MDL-40058 mod_wiki: Replaced add_to_log for page edit with event
2013-12-11 13:52:59 +11:00
Petr Škoda
2f1e464a88
MDL-40438 migrate all collatorlib:: and textlib:: uses
2013-08-06 21:04:35 +02:00
Matt Debus
cde6172df8
MDL-40524: mod_wiki: Display comments in order
2013-07-08 16:27:31 +09:30
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
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
Charles Fulton
2f8b49d569
MDL-25695 wiki: enable anchor tags
2012-04-20 12:47:23 -07:00
Eloy Lafuente (stronk7)
46ed2f8b7f
Merge branch 'w14_MDL-32251_m23_strict3' of git://github.com/skodak/moodle
2012-04-03 21:17:58 +02:00
Petr Skoda
54352ac979
MDL-32251 more E_STRICT fixes
2012-03-30 19:02:58 +02:00
Sam Hemelryk
4c4e659173
MDL-32018 mod_wiki: Fixed formatting of the page title so that is is consistent and secure
2012-03-30 10:21:23 +13:00
Eloy Lafuente (stronk7)
d395ad7042
Revert "[MDL-31708] - wiki 2.0 non-group member can see edit option in navigation block."
...
This reverts commit ebadb9b9a6 .
2012-03-09 01:58:09 +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
Dan Poltawski
92b145dc81
MDL-31546 wiki: remove stray semicolon
...
causing errors on oracle
Thanks to Jonathon Fowler for the patch
2012-02-24 11:41:54 +08:00
Mayank Gupta
dc0cabb488
MDL-27037, wiki does not support visiblegroups functionality
2011-11-11 13:28:41 +08:00
Petr Skoda
138c76789b
MDL-29014 fix a few incorrect uses of strlen and substr
2011-09-10 10:21:31 +02:00
Rajesh Taneja
ac0a82cf92
MDL-23520 mod-wiki-2.0: Added delete page and version feature as it was in 1.9
2011-08-31 13:54:05 +08:00
Sam Hemelryk
c464a23873
Merged branch 's9_MDL-26392_wiki_files_master' from git://github.com/dongsheng/moodle.git with fixes
2011-06-07 16:29:44 +08:00
Dongsheng Cai
12c9bbbdd2
MDL-26392 WIKI added file managment support to wiki editor
2011-06-03 11:22:18 +08:00
Petr Skoda
23c799459d
Revert "MDL-26392, nwiki and creole format wiki pages should support file attachments"
...
This reverts commit 0c5e812ba7 because UI is going to be reimplemented.
2011-03-08 10:11:07 +01:00
Dongsheng Cai
0c5e812ba7
MDL-26392, nwiki and creole format wiki pages should support file attachments
2011-03-04 15:44:20 +08:00
Dongsheng Cai
79f0bac62e
WIKI MDL-25501 1. check if wiki entry exists before insert new entry 2. check wiki version record mimetype, if it is not empty, try to export the content to file pool
2011-01-14 14:17:24 +08:00
Petr Skoda
99d19c13ae
MDL-25855 some more missing filelib includes
2011-01-23 18:34:41 +01:00
Petr Skoda
90c42e0f43
MDL-25501 reverting PULL-95
2011-01-11 22:53:16 +01:00
Dongsheng Cai
77064d2b4f
WIKI MDL-25501 1. check if wiki entry exists before insert new entry 2. check wiki version record mimetype, if it is not empty, try to export the content to file pool
2011-01-10 10:07:34 +08:00
Dongsheng Cai
cc26cb3b33
MDL-10783, added span class and tag title
2010-12-20 17:00:34 +01:00
Dongsheng Cai
7b8b366218
Linking wiki pages to other moodle stuff by tag, and remove an unused function in wiki
2010-12-20 17:00:34 +01:00
Aparup Banerjee
70b082fa6d
wiki MDL-24862 fixed wiki upgrade error (tested for mssql and mysql)
2010-11-19 08:36:49 +00:00
Dongsheng Cai
cece1791b0
MDL-23929 WIKI, fixed has_capability parameter
2010-11-19 02:59:10 +00:00
Sam Hemelryk
367a75fae4
themes lib MDL-24895 Multiple fixes to better handle overflow.
...
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
Dongsheng Cai
f0f77dfaae
MDL-24888, wiki tags' itemtype should be wiki_pages, taglib will try to query table by itemtype in cron
2010-10-28 07:51:59 +00:00
Petr Skoda
e22465c7bf
fixed hardcoded prefixes in wiki table names
2010-10-27 08:11:21 +00:00
Petr Skoda
6bdfef5da9
MDL-24321 switching to standard stdClass()
2010-09-21 08:54:01 +00:00
Petr Skoda
44d8a9409e
fixed phpdocs param types
2010-09-17 09:33:05 +00:00
Petr Skoda
a9637e7df4
MDL-14679 fixed a lot more old style uses of insert_record()
2010-09-03 17:47:41 +00:00
Dongsheng Cai
d846488e65
"MDL-23917, display comments for not logged in users"
2010-08-25 03:50:19 +00:00
Jordi Piguillem
9ffd2726df
[MDL-23317]
...
fixing issue with get_complete_user_data and improving related wiki comments functions
2010-08-12 09:06:09 +00:00
Jordi Piguillem
becf81c736
[MDL-23432]
...
Fixing problems at comments
2010-08-03 17:05:59 +00:00
Jordi Piguillem
9bf1b7166f
[MDL-23432]
...
Fixing this issue and some other problems with comments interface and capabilities.
2010-08-03 11:30:54 +00:00
Jordi Piguillem
ab42292001
Fixing tags and comments issues.
2010-08-02 11:49:51 +00:00
Jordi Piguillem
75b986e7f5
[MDL-23130]
...
Fixing problems of sql injection.
2010-07-30 12:10:18 +00:00
Jordi Piguillem
9730c555b6
[MDL-23130]
...
Fixing sql code style and sql injection problems
2010-07-30 11:12:33 +00:00