aboutsummaryrefslogtreecommitdiffstats
path: root/mod/tagger.php
Commit message (Collapse)AuthorAgeFilesLines
* 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