aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/NativeWiki.php
Commit message (Collapse)AuthorAgeFilesLines
* add public_policy to the nwiki container also. This should not affect the ↵zotlabs2017-03-061-0/+2
| | | | recent bug as presented, but is being added for consistency.
* tested extensible permissions by adding wiki permissions. Discovered a ↵zotlabs2017-02-011-1/+1
| | | | couple of issues that needed attention in the process.
* better handling of html special chars in wiki and wikipage nameszotlabs2017-01-261-16/+11
|
* missing single quote in queryMario Vavti2017-01-261-1/+1
|
* typozotlabs2017-01-241-1/+1
|
* always sync parent wiki when syncing pages, just in case the original wiki ↵zotlabs2017-01-241-3/+7
| | | | creation wasn't synced.
* basic support for clone syncing of wikis and wiki pagesHubzilla2017-01-221-2/+14
|
* remove the channel introduction on the system notifications page. "Hubzilla, ↵Hubzilla2017-01-211-2/+0
| | | | George commented on your status 20 minutes ago". We need the channel introduction (in this case "Hubzilla," in emails for situations where one person controls a lot of channels. We don't need it on the web notification summary; where you're only viewing notifications for a single given channel.
* we need channel_id here not the whole channelMario Vavti2017-01-191-1/+1
|
* more urlencoding of message-ids which are used in linksHubzilla2017-01-181-1/+1
|
* more work on native wiki - revert now works; still remaining: diff, ↵zotlabs2017-01-171-0/+199
delete-page, rename-page and export wiki.