aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/NativeWiki.php
Commit message (Collapse)AuthorAgeFilesLines
* fix some php8 fatal errorsMario2021-01-091-8/+8
| | | (cherry picked from commit 2522d42c71baee9caba181566948ae4c899885bd)
* some work on deprecating ACTIVITY_OBJ_FILEMario2020-04-231-1/+1
|
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-1/+3
|
* more work on linked item/resource deletion for photos and events, deprecate ↵Mario Vavti2019-06-131-1/+1
| | | | the force flag in drop_item() and comment out goaway() in drop_item().
* add item.uuid to relevant placeszotlabs2018-11-151-13/+4
|
* fix some more wiki issuesMario Vavti2018-10-101-1/+1
|
* Rework Wiki encoding scheme.M.Dent2018-10-081-0/+1
|
* Implement custom escapingM.Dent2018-10-081-3/+33
|
* issue with wiki synczotlabs2018-04-151-2/+9
|
* wiki: update acl on child pages when wiki perms changezotlabs2017-09-161-0/+12
|
* wiki sync - we weren't getting the child pageszotlabs2017-09-161-0/+6
|
* set update_title to falseMario2017-09-151-0/+2
|
* implement wiki editingMario2017-09-151-5/+46
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devgit-marijus2017-09-151-7/+11
|\
| * wiki: lock mimetypezotlabs2017-09-141-5/+10
| |
* | some work on wiki aclgit-marijus2017-09-151-1/+8
|/
* issues from hubzilla:#737zotlabs2017-04-261-2/+2
|
* 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.