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