aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
Commit message (Collapse)AuthorAgeFilesLines
* fix bad embedsFriendika2011-08-261-0/+3
|
* enhanced email privacyFriendika2011-08-111-5/+8
|
* some api enhancementsFriendika2011-07-311-28/+1
|
* event ownership issuesFriendika2011-07-251-2/+2
|
* 'dislike' is not part of activitystreams core schema - use symblic constants ↵Friendika2011-07-071-8/+7
| | | | instead
* Add post type "event" to like/unlike localizated textFabio Comuni2011-07-071-2/+21
|
* incorrect links for "view in context" on community pageFriendika2011-07-051-1/+1
|
* don't show delete buttons on community pageFriendika2011-07-041-2/+11
|
* starred itemsFriendika2011-07-031-2/+7
|
* only show app on top-level or standalone postsFriendika2011-06-211-1/+1
|
* item sourceFriendika2011-06-201-2/+2
|
* tooltip for selecting itemsFriendika2011-06-171-1/+1
|
* delete selected itemsFriendika2011-06-151-9/+16
|
* file attachmentsFriendika2011-05-251-0/+1
|
* turn on attach displayFriendika2011-05-241-2/+2
|
* attachment displayFriendika2011-05-241-2/+7
|
* removed buggy debug code ;)Friendika2011-05-221-1/+1
|
* "notes" appFriendika2011-05-201-4/+14
|
* doc updates - connecting to servicesFriendika2011-05-181-0/+1
|
* bug #65 'show all nn comments', 'show more posts like this' are misleading ↵Friendika2011-05-161-2/+2
| | | | after they've been clicked once. Solution, hide them once clicked.
* deprecate load_view_fileFriendika2011-05-111-11/+11
|
* bring back load_view_file for dispy templatesFriendika2011-05-101-5/+5
|
* don't use load_view_file() except in email templates and install of htconfig ↵Friendika2011-05-101-11/+11
| | | | - to avoid getting wrong file when package is updated by copying over an older version.
* use local contact photo if availableFriendika2011-05-091-2/+15
|
* refactor "which link to show" logicFriendika2011-05-061-110/+80
|
* lost comment boxes on status.net conversationsFriendika2011-05-031-1/+1
|
* warn if msg is visible to allFriendika2011-05-011-0/+1
|
* missing location after editor was consolidatedFriendika2011-04-281-1/+1
|
* misspellFriendika2011-04-261-1/+1
|
* over-ride comment boxFriendika2011-04-261-1/+2
|
* merge status editor instancesFriendika2011-04-201-0/+85
|
* keep space before t() for legacy string pullerFriendika2011-04-201-1/+1
|
* pull request #91 fabrixxm (manual merge)Friendika2011-04-201-9/+28
|
* photos_link not photo_linkFriendika2011-04-191-1/+1
|
* per contact network page (link in photo menu)Friendika2011-04-191-1/+4
|
* translate "like"/"dislike"/"friends with" messages at print timefabrixxm2011-04-181-4/+20
|
* translate verb items at display timeFabio Comuni2011-04-181-2/+34
|
* email integration, cont.Friendika2011-04-171-0/+10
|
* it's tough getting the photo menu right in all circumstances. Lots of ↵Friendika2011-04-141-8/+11
| | | | variables. Much better now.
* move all message display sub-functions from boot.php into conversation.phpFriendika2011-04-121-1/+172
|
* cleanupFriendika2011-04-111-17/+27
|
* death to comment box oddities (a slow death as it will take some time for ↵Friendika2011-04-111-8/+15
| | | | everybody to upgrade)
* wallwall oddities on display pageFriendika2011-04-111-3/+3
|
* wrong variable passedFriendika2011-04-111-13/+11
|
* all conversations unified except photosFriendika2011-04-111-12/+29
|
* some w3c validation issuesFriendika2011-04-101-28/+66
|
* first cut at profile page conversationFriendika2011-04-101-1/+1
|
* "display list of status items" moved to include/conversation.php,Friendika2011-04-101-0/+350
currently network module has been updated to use it for display, other modules to follow with whatever special case code they require.