aboutsummaryrefslogtreecommitdiffstats
path: root/mod/tagger.php
Commit message (Collapse)AuthorAgeFilesLines
* issue #85, community tags and file tags lost during edits. This required ↵redmatrix2015-11-201-1/+1
| | | | splitting off communitytags as a separate tag type and is not backward compatible. Community tags on older posts or those federated from redmatrix clones will not be preserved during edits.
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-281-2/+2
|\ | | | | | | | | | | | | Conflicts: include/zot.php mod/connedit.php util/messages.po
| * simply 'post' is a better default term than 'status'Alexandre Hannud Abdo2015-06-271-2/+2
| |
* | Merge branch 'master' into tresredmatrix2015-05-141-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Import/refimport.php include/activities.php include/attach.php include/event.php include/externals.php include/identity.php include/items.php include/notifier.php include/photos.php include/taxonomy.php include/zot.php mod/channel.php mod/connedit.php mod/events.php mod/item.php mod/like.php mod/manage.php mod/mood.php mod/ping.php mod/poke.php mod/subthread.php mod/tagger.php mod/thing.php
| * | convert ITEM_WALL from bitfield to standaloneredmatrix2015-05-061-2/+1
| |/
* | Merge branch 'master' into tresfriendica2015-01-311-4/+2
|\| | | | | | | | | Conflicts: include/zot.php
| * fix issue 848 + code commentsRedSwede2015-01-291-4/+2
| |
* | Merge branch 'master' into tresfriendica2015-01-291-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/group.php include/text.php mod/acl.php mod/channel.php mod/connections.php mod/display.php mod/group.php mod/item.php mod/locs.php mod/network.php mod/photos.php mod/ping.php mod/starred.php mod/viewsrc.php
| * remote_user => remote_channelfriendica2015-01-281-1/+1
| |
| * local_user => local_channelfriendica2015-01-281-2/+2
| |
* | slow progress removing bitfields on item tablefriendica2015-01-211-4/+2
|/
* use a better hashtag replacement when preventing tag hijackingfriendica2014-07-011-2/+2
|
* doc updatesfriendica2014-06-061-0/+3
|
* fix some community tagging bugsfriendica2013-06-301-2/+4
|
* partial implementation of issue #64 - local tag storage linked to the tagged ↵friendica2013-06-291-0/+1
| | | | item has been provided. tag deletion, comment tagging, and full testing of this feature are still outstanding.
* tagging posts now sends out a presumably legal activity message - all that's ↵friendica2013-06-041-66/+13
| | | | missing is catching it on the post owner's side, checking if people can tag this stream, and then add the tag to the parent message.
* community tagging - it's not much closer to working but a really good ↵friendica2013-06-041-62/+57
| | | | developer can now possibly hack their way through it instead of "there's only one person on the planet that can ever make this work".
* turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵friendica2013-04-151-6/+6
| | | | means we can zidify them)
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵friendica2013-03-211-6/+6
| | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
* testing settingsfriendica2012-10-231-1/+1
|
* Can't see any posts currently - after the big shakeup, but we can now post ↵friendica2012-10-031-1/+1
| | | | top level activities and store them.
* here's where the heavy lifting begins - everything is likely to be broken ↵friendica2012-10-011-2/+2
| | | | for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers.
* updatesfriendica2012-09-091-11/+3
|
* item table rename parent-uri, target-type, object-type (more to come later)friendica2012-08-151-3/+3
|
* eliminate the obsolete "last-child" indicatorfriendica2012-07-181-1/+0
|
* typo in profile_selectors, fix remote taggingfriendica2012-04-291-4/+4
|
* separate tag search from body searchfriendica2012-04-231-4/+4
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+0
| | | | | | Conflicts: include/config.php update.php
* tagging missing from wallwall and a couple of themes, star missing from dispyfriendica2012-02-261-0/+1
|
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* D* doesn't like html entities in post. Convert our hijack-proof hashtag ↵friendica2011-11-131-1/+1
| | | | replacement to utf-8
* shared tags for testbubble, prevent tag hijacking of shared tag activitiesFriendika2011-11-101-1/+1
|
* more poco spec complianceFriendika2011-10-271-1/+1
|
* tag display with itemFriendika2011-10-241-1/+3
|
* social tag - add UIFriendika2011-10-241-3/+4
|
* more taggingFriendika2011-10-241-5/+30
|
* taggingFriendika2011-10-231-0/+170