aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Wiki.php
Commit message (Expand)AuthorAgeFilesLines
...
* | even more fine tuning of the markdown purifier - especially when used with th...zotlabs2017-03-201-0/+1
* | Merge branch 'dev' into mergezotlabs2017-03-181-0/+1
|\|
| * Missed one old Markdown()Klaus2017-03-181-2/+1
* | various input filter fixeszotlabs2017-03-181-7/+16
* | input filter updateszotlabs2017-03-141-0/+1
|/
* :arrow_up: :hammer: Upgrade PHP Markdown library.Klaus Weidenbach2017-02-271-2/+2
* fix js issue in markdown mimetype wikis if content contains quotesMario Vavti2017-02-271-5/+3
* do not lock out channels with only read perms from all post actions. we check...Mario Vavti2017-02-211-5/+0
* fix several places where head_add_(css|js) functions have been used incorrect...zotlabs2017-02-191-1/+1
* tested extensible permissions by adding wiki permissions. Discovered a couple...zotlabs2017-02-011-1/+10
* better handling of html special chars in wiki and wikipage nameszotlabs2017-01-261-9/+10
* minor cleanupMario Vavti2017-01-261-4/+1
* fix renaming of wiki pagesMario Vavti2017-01-261-6/+6
* only allow wiki owner to delete pageszotlabs2017-01-251-0/+6
* fixes for wiki create/delete pageMario Vavti2017-01-251-15/+3
* always sync parent wiki when syncing pages, just in case the original wiki cr...zotlabs2017-01-241-6/+6
* basic support for clone syncing of wikis and wiki pagesHubzilla2017-01-221-3/+10
* add bbcode language conditionals to wikiHubzilla2017-01-201-3/+5
* we need channel_id here not the whole channelMario Vavti2017-01-191-1/+1
* native wiki updatesHubzilla2017-01-181-4/+3
* nwiki updatesHubzilla2017-01-181-126/+170
* call zidify_links() when formatting bbcode for internal consumptionzotlabs2016-12-191-2/+2
* more wiki cleanupMario Vavti2016-12-151-9/+1
* wiki: do not show revert buttons if we do not have write perms and minor cleanupMario Vavti2016-12-141-11/+4
* translateable stringMario Vavti2016-12-041-0/+1
* fixes for toc bbcode and bbcode wiki tocMario Vavti2016-12-041-2/+2
* more wiki cleanupMario Vavti2016-12-011-3/+1
* wiki cleanup - wip. please watch out for eventual regressionsMario Vavti2016-12-011-10/+15
* do not call purify_html() at this placeMario Vavti2016-11-301-2/+4
* go live with wiki mimetypes - you can now choose if a wiki will contain markd...Mario Vavti2016-11-301-17/+34
* more work on wiki mimetypesMario Vavti2016-11-291-4/+5
* some basic work for implementing mimetypes for wikisMario Vavti2016-11-281-4/+3
* minor cleanup and remove more double encodingMario Vavti2016-11-281-1/+1
* Make a git commit when a new page is created, recording who created the page.Andrew Manning2016-11-241-1/+12
* whitespace and minor fixesMario Vavti2016-11-231-1/+1
* silence headers already sent warning. issue #596Mario Vavti2016-11-231-6/+9
* whitespace and coding styleMario Vavti2016-11-231-8/+17
* whitespace cleanupMario Vavti2016-11-231-25/+25
* display wiki list on wiki landing page.Mario Vavti2016-11-221-18/+31
* Hide all content if no wiki is selected except for a message saying to choose...Andrew Manning2016-11-181-2/+3
* Move page list back out to the side menu, but with the new page form below th...Andrew Manning2016-11-181-0/+1
* wiki: simplify permission model, reduce duplicate calls to get the same chann...zotlabs2016-11-151-115/+102
* Moved delete wiki button into new edit wiki form, opened by edit wiki icon in...Andrew Manning2016-11-141-1/+0
* zidify wiki contentzotlabs2016-11-131-2/+2
* Moved save to bottom. Created Wiki Tools dropdown to be consistent, moved pag...Andrew Manning2016-11-121-0/+2
* deprecate/remove get_channel_by_nick() which is just a less generalised varia...zotlabs2016-11-081-11/+11
* Add wiki download button to export the selected wiki repo to a zip fileAndrew Manning2016-10-221-0/+30
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-08-051-2/+3
|\
| * Parse bbcode when page loadsAndrew Manning2016-08-041-2/+2
| * Convert select bbcode tags including [observer], [baseurl], [sitename]Andrew Manning2016-08-031-0/+1