aboutsummaryrefslogtreecommitdiffstats
path: root/include/ItemObject.php
Commit message (Collapse)AuthorAgeFilesLines
* remove the now redundant audio/video buttons and label the editor text style ↵friendica2015-03-111-1/+1
| | | | buttons which didn't have them. Unused editor buttons were commented in case we need to bring them back. If things go smoothly we can remove them. Use the link icon going forward - for all links.
* bring back like/dislike summaries on photosfriendica2015-02-161-4/+0
|
* provide relief to sites that are severely impacted by the slow ITEM_UNSEEN ↵friendica2015-02-121-1/+1
| | | | searches. This does not incorporate any other flag optimisations as that will require a major DB update and possibly involve significant downtime. This is just to bite off a little chunk now and provide some much needed relief.
* more permissions tweakingfriendica2015-02-101-5/+16
|
* fix permissionsfriendica2015-02-101-2/+2
|
* ensure we have permission before displaying buttonsfriendica2015-02-101-2/+2
|
* item voting toolsfriendica2015-02-101-0/+4
|
* more progress on event confirmationsfriendica2015-02-101-2/+7
|
* like formatting for extended consensus itemsfriendica2015-02-091-0/+23
|
* local_user => local_channelfriendica2015-01-281-10/+10
|
* basic backend work for creating consensus itemsfriendica2015-01-111-9/+9
|
* fix label of preview buttonmarijus2014-12-171-1/+1
|
* fix editing of postsmarijus2014-12-171-1/+1
|
* edit and preview removed from additional features and turned into core ↵friendica2014-12-161-2/+2
| | | | functionality (always enabled).
* build a channel based thread viewing link when in list_mode and when using ↵friendica2014-12-161-1/+9
| | | | the channel module, which will disable list_mode (this was checked in yesterday) for the benefit of viewing threads with the correct identities and comment permissions instead of relying on the semi-random uid chosen by mod/display when viewed by an authenticated remote_user().
* yet another option for the homepagefriendica2014-11-201-2/+2
|
* there's still a permission issue delivering a public post directly to the ↵friendica2014-11-191-1/+1
| | | | sys channel (on the local system), but this puts the local sys channel in the public delivery chain and fixes an issue with unseen counts showing on the discover page (where you can't do anything about it).
* add unseen count and way to mark unseen to list mode. Also fix automatic ↵friendica2014-11-171-0/+24
| | | | mark of unseen so as to work with list mode.
* speed things up a wee bitfriendica2014-11-161-2/+13
|
* "list mode" (forum and blog mode, no comments or comment boxes displayed on ↵friendica2014-11-161-2/+3
| | | | the summary page)
* minor changes to support forum modefriendica2014-11-151-19/+5
|
* mark signature forgeriesfriendica2014-10-161-1/+3
|
* make discover items interactivefriendica2014-09-221-2/+10
|
* Thanks to Thomas other people see now your posts on your channel page also ↵Jeroen2014-09-141-1/+1
| | | | linked to source. If enabled.
* Made link post titles to source optional in display settings. Hopefully I ↵Jeroen2014-09-141-0/+1
| | | | did a right.
* This is long overdue - use a symblic constant NULL_DATE instead of the ↵friendica2014-09-081-1/+1
| | | | easily mis-typed sequence '0000-00-00 00:00:00'
* use feed title for channel name before checking author, make feed items ↵friendica2014-09-021-2/+7
| | | | shareable (they're private to the channel so they won't be shown in searches), try and handle Diaspora mentions a bit more elegantly. (Bug: we don't convert mentions to Diaspora's format on outbound at all!)
* Updated strings for show entire post and show less to expand and collapse. ↵jeroenpraat2014-06-031-1/+1
| | | | See last few comments from me and Mario at https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl
* Updated to [+] show more, [+] show more comments, etc. See ↵jeroenpraat2014-06-031-1/+1
| | | | https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl
* use consistent capitalisation in the item actions menufriendica2014-05-291-6/+6
|
* testing new event codefriendica2014-05-291-1/+1
|
* newevent: front end functionsfriendica2014-05-291-1/+5
|
* Allow translation context with plural. Use that in Likes/Dislikes.Alexandre Hannud Abdo2014-05-211-4/+4
|
* implement modal for more then 10 likes/dislikesmarijus2014-05-181-0/+18
|
* Typomarijus2014-05-121-2/+2
|
* like indicator rewritemarijus2014-05-081-1/+14
|
* Pass mids to conv_item templateThomas Willingham2014-02-081-0/+1
|
* bookmarks - mop up and go homefriendica2014-02-041-0/+10
|
* preserve expiration when editingfriendica2014-01-271-1/+1
|
* simplify permalink selection logicfriendica2014-01-091-1/+1
|
* preparatory work for supporting a "list view" mode for conversations. This ↵friendica2014-01-081-0/+6
| | | | would be useful for forum-like channels and/or block-oriented themes.
* Show expire date in post tooltipChristian Vogeley2013-12-231-0/+1
|
* fix default cipher for comments and set it at the conversation level rather ↵friendica2013-11-141-7/+2
| | | | than the item level.
* e2ee in comments and a bit of cleanup so not every theme has to define how ↵friendica2013-11-141-0/+9
| | | | to insert bbcode, only if they're doing something special (e.g. this is how to implement a javascript plugin :-)), and I got rid of the predefined http:// in the bbcode for urls. You're almost always pasting a url which already has that bit and it just creates an extra step.
* issue #189 - show post edited time on relative date hovertipfriendica2013-10-301-0/+1
|
* link to source - if it's on the display page link to original source ↵friendica2013-10-201-1/+1
| | | | (probably on a different site). All other conversations link to 'llink' which is a local copy and may provide a richer possibility of interactions, especially if you're logged in locally and it's your own copy of the post.
* remove "via wall-To-Wall" text as it's soooo Facebook and is out of place in ↵friendica2013-10-191-0/+1
| | | | derived/sourced channels. It's now just "$author via $xyz".
* replace a bunch of graphic icons with vector iconsfriendica2013-10-081-2/+2
|
* post signaturesfriendica2013-10-021-0/+8
|
* Mark child posts as commentable when parent is set to commentableOlaf Conradi2013-09-201-1/+2
|