Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get dev | Hilmar R | 2021-03-01 | 1 | -6/+5 |
| | |||||
* | Allow wiki link titles | BattleMage | 2020-02-28 | 1 | -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 documentation | M.Dent | 2018-10-10 | 1 | -1/+1 |
| | |||||
* | fix some more wiki issues | Mario Vavti | 2018-10-10 | 1 | -1/+1 |
| | |||||
* | Rework Wiki encoding scheme. | M.Dent | 2018-10-08 | 1 | -2/+1 |
| | |||||
* | Implement custom escaping | M.Dent | 2018-10-08 | 1 | -4/+8 |
| | |||||
* | Update NativeWikiPage.php | Max Kostikov | 2018-08-25 | 1 | -4/+4 |
| | |||||
* | Update NativeWikiPage.php | Max Kostikov | 2018-08-25 | 1 | -2/+5 |
| | |||||
* | disallow backslashes in wiki and wiki-page names | zotlabs | 2017-12-05 | 1 | -0/+4 |
| | |||||
* | fix various wikipage widget issues (sort pages by name, respect locked mime ↵ | Mario | 2017-09-19 | 1 | -1/+8 |
| | | | | type setting, move create tool back to the bottom) | ||||
* | bring back wiki download | zotlabs | 2017-09-14 | 1 | -3/+3 |
| | |||||
* | add text/plain type to wiki | zotlabs | 2017-09-13 | 1 | -2/+5 |
| | |||||
* | wiki mimetype selection. We can add text/plain as soon as we add code to ↵ | zotlabs | 2017-09-12 | 1 | -6/+8 |
| | | | | purify and render it specifically. | ||||
* | wiki mimetype | zotlabs | 2017-09-12 | 1 | -1/+1 |
| | |||||
* | wiki mimetype selection | zotlabs | 2017-09-12 | 1 | -1/+7 |
| | |||||
* | wiki auto language select to match webpages implementation | zotlabs | 2017-05-22 | 1 | -1/+1 |
| | |||||
* | issues from hubzilla:#737 | zotlabs | 2017-04-26 | 1 | -2/+13 |
| | |||||
* | order wiki pages by creation date | Mario Vavti | 2017-04-19 | 1 | -1/+1 |
| | |||||
* | even more fine tuning of the markdown purifier - especially when used with ↵ | zotlabs | 2017-03-29 | 1 | -1/+1 |
| | | | | the wiki | ||||
* | various input filter fixes | zotlabs | 2017-03-29 | 1 | -7/+24 |
| | |||||
* | input filter updates | zotlabs | 2017-03-29 | 1 | -29/+2 |
| | |||||
* | correct fix for wiki anonymous read issue (items_permissions_sql checks ↵ | zotlabs | 2017-03-06 | 1 | -8/+4 |
| | | | | item.public_policy which was set for posts, not wikis) | ||||
* | allow unauthenticated access to public wiki pages | Mario Vavti | 2017-03-06 | 1 | -2/+10 |
| | |||||
* | we need item edited for wiki page history, not item created | Mario Vavti | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | nativewiki: only apply markdown filter to markdown input | zotlabs | 2017-02-23 | 1 | -4/+12 |
| | |||||
* | wiki page permissions issue | zotlabs | 2017-02-20 | 1 | -3/+11 |
| | |||||
* | better handling of html special chars in wiki and wikipage names | zotlabs | 2017-01-26 | 1 | -6/+7 |
| | |||||
* | query for item_hidden is not needed anymore | Mario Vavti | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | fix renaming of wiki pages | Mario Vavti | 2017-01-26 | 1 | -6/+10 |
| | |||||
* | resolve the linked item delete issue by declaring what types of linked items ↵ | zotlabs | 2017-01-25 | 1 | -2/+2 |
| | | | | cannot be deleted | ||||
* | fixes for wiki create/delete page | Mario Vavti | 2017-01-25 | 1 | -9/+7 |
| | |||||
* | basic support for clone syncing of wikis and wiki pages | Hubzilla | 2017-01-22 | 1 | -11/+14 |
| | |||||
* | add bbcode language conditionals to wiki | Hubzilla | 2017-01-20 | 1 | -22/+28 |
| | |||||
* | native wiki updates | Hubzilla | 2017-01-18 | 1 | -1/+1 |
| | |||||
* | nwiki updates | Hubzilla | 2017-01-18 | 1 | -77/+96 |
| | |||||
* | more work on native wiki - revert now works; still remaining: diff, ↵ | zotlabs | 2017-01-17 | 1 | -0/+621 |
delete-page, rename-page and export wiki. |