aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' into newuiFabio Comuni2011-09-261-14/+15
|\
| * w3c compliance fixes, owner attribution on likes defaulting to local owner, ↵Friendika2011-09-231-1/+1
| | | | | | | | not item creator
| * template escapesFriendika2011-09-191-5/+5
| |
| * template escapesFriendika2011-09-191-5/+5
| |
| * Check all keys before useFriendika2011-09-191-1/+2
| |
| * show real profile link location on hoverFriendika2011-09-161-3/+3
| |
* | quattro: initial style of conversationsFabio Comuni2011-09-161-12/+38
|/
* bug #147 comments not working on private notes pageFriendika2011-09-111-1/+1
|
* share not available in display module, as no editor window to paste intoFriendika2011-09-081-2/+2
|
* youtube redirect fixesFriendika2011-08-301-2/+0
|
* 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
|