aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/NativeWikiPage.php
Commit message (Collapse)AuthorAgeFilesLines
* more wiki issuesMario2021-01-151-3/+3
|
* wiki issuesMario2021-01-151-3/+2
|
* Allow wiki link titlesBattleMage2020-02-281-2/+5
| | | | | Allow linking to wiki pages with alternating titles by separating the title from the link with a pipe, like regular wiki markup does.
* Add wiki_preprocess hook and documentationM.Dent2018-10-101-1/+1
|
* fix some more wiki issuesMario Vavti2018-10-101-1/+1
|
* Rework Wiki encoding scheme.M.Dent2018-10-081-2/+1
|
* Implement custom escapingM.Dent2018-10-081-4/+8
|
* Update NativeWikiPage.phpMax Kostikov2018-08-251-4/+4
|
* Update NativeWikiPage.phpMax Kostikov2018-08-251-2/+5
|
* disallow backslashes in wiki and wiki-page nameszotlabs2017-12-051-0/+4
|
* fix various wikipage widget issues (sort pages by name, respect locked mime ↵Mario2017-09-191-1/+8
| | | | type setting, move create tool back to the bottom)
* bring back wiki downloadzotlabs2017-09-141-3/+3
|
* add text/plain type to wikizotlabs2017-09-131-2/+5
|
* wiki mimetype selection. We can add text/plain as soon as we add code to ↵zotlabs2017-09-121-6/+8
| | | | purify and render it specifically.
* wiki mimetypezotlabs2017-09-121-1/+1
|
* wiki mimetype selectionzotlabs2017-09-121-1/+7
|
* wiki auto language select to match webpages implementationzotlabs2017-05-221-1/+1
|
* issues from hubzilla:#737zotlabs2017-04-261-2/+13
|
* order wiki pages by creation dateMario Vavti2017-04-191-1/+1
|
* even more fine tuning of the markdown purifier - especially when used with ↵zotlabs2017-03-291-1/+1
| | | | the wiki
* various input filter fixeszotlabs2017-03-291-7/+24
|
* input filter updateszotlabs2017-03-291-29/+2
|
* correct fix for wiki anonymous read issue (items_permissions_sql checks ↵zotlabs2017-03-061-8/+4
| | | | item.public_policy which was set for posts, not wikis)
* allow unauthenticated access to public wiki pagesMario Vavti2017-03-061-2/+10
|
* we need item edited for wiki page history, not item createdMario Vavti2017-03-041-1/+1
|
* nativewiki: only apply markdown filter to markdown inputzotlabs2017-02-231-4/+12
|
* wiki page permissions issuezotlabs2017-02-201-3/+11
|
* better handling of html special chars in wiki and wikipage nameszotlabs2017-01-261-6/+7
|
* query for item_hidden is not needed anymoreMario Vavti2017-01-261-1/+1
|
* fix renaming of wiki pagesMario Vavti2017-01-261-6/+10
|
* resolve the linked item delete issue by declaring what types of linked items ↵zotlabs2017-01-251-2/+2
| | | | cannot be deleted
* fixes for wiki create/delete pageMario Vavti2017-01-251-9/+7
|
* basic support for clone syncing of wikis and wiki pagesHubzilla2017-01-221-11/+14
|
* add bbcode language conditionals to wikiHubzilla2017-01-201-22/+28
|
* native wiki updatesHubzilla2017-01-181-1/+1
|
* nwiki updatesHubzilla2017-01-181-77/+96
|
* more work on native wiki - revert now works; still remaining: diff, ↵zotlabs2017-01-171-0/+621
delete-page, rename-page and export wiki.