Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated strings for show entire post and show less to expand and collapse. ↵ | jeroenpraat | 2014-06-03 | 1 | -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 ↵ | jeroenpraat | 2014-06-03 | 1 | -1/+1 |
| | | | | https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl | ||||
* | use consistent capitalisation in the item actions menu | friendica | 2014-05-29 | 1 | -6/+6 |
| | |||||
* | testing new event code | friendica | 2014-05-29 | 1 | -1/+1 |
| | |||||
* | newevent: front end functions | friendica | 2014-05-29 | 1 | -1/+5 |
| | |||||
* | Allow translation context with plural. Use that in Likes/Dislikes. | Alexandre Hannud Abdo | 2014-05-21 | 1 | -4/+4 |
| | |||||
* | implement modal for more then 10 likes/dislikes | marijus | 2014-05-18 | 1 | -0/+18 |
| | |||||
* | Typo | marijus | 2014-05-12 | 1 | -2/+2 |
| | |||||
* | like indicator rewrite | marijus | 2014-05-08 | 1 | -1/+14 |
| | |||||
* | Pass mids to conv_item template | Thomas Willingham | 2014-02-08 | 1 | -0/+1 |
| | |||||
* | bookmarks - mop up and go home | friendica | 2014-02-04 | 1 | -0/+10 |
| | |||||
* | preserve expiration when editing | friendica | 2014-01-27 | 1 | -1/+1 |
| | |||||
* | simplify permalink selection logic | friendica | 2014-01-09 | 1 | -1/+1 |
| | |||||
* | preparatory work for supporting a "list view" mode for conversations. This ↵ | friendica | 2014-01-08 | 1 | -0/+6 |
| | | | | would be useful for forum-like channels and/or block-oriented themes. | ||||
* | Show expire date in post tooltip | Christian Vogeley | 2013-12-23 | 1 | -0/+1 |
| | |||||
* | fix default cipher for comments and set it at the conversation level rather ↵ | friendica | 2013-11-14 | 1 | -7/+2 |
| | | | | than the item level. | ||||
* | e2ee in comments and a bit of cleanup so not every theme has to define how ↵ | friendica | 2013-11-14 | 1 | -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 hovertip | friendica | 2013-10-30 | 1 | -0/+1 |
| | |||||
* | link to source - if it's on the display page link to original source ↵ | friendica | 2013-10-20 | 1 | -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 ↵ | friendica | 2013-10-19 | 1 | -0/+1 |
| | | | | derived/sourced channels. It's now just "$author via $xyz". | ||||
* | replace a bunch of graphic icons with vector icons | friendica | 2013-10-08 | 1 | -2/+2 |
| | |||||
* | post signatures | friendica | 2013-10-02 | 1 | -0/+8 |
| | |||||
* | Mark child posts as commentable when parent is set to commentable | Olaf Conradi | 2013-09-20 | 1 | -1/+2 |
| | |||||
* | Enable likes again on posts | Olaf Conradi | 2013-09-20 | 1 | -1/+1 |
| | |||||
* | is_commentable() had some major issues when applied to the atrocity known as ↵ | friendica | 2013-09-20 | 1 | -1/+13 |
| | | | | | | ConversationObject, hopefully this won't destabilise the network as it's a somewhat major permission tweak related to comments; also add any local clones to allowed_public_recips() as they should always be allowed recipients. Not sure what to do about host permissions in the event of clones. They have more than one host, and it isn't spelled out in the sent message. All of this stuff will make your head hurt. | ||||
* | use prepare_body in api calls to properly render content, add 'mode' to ↵ | friendica | 2013-09-16 | 1 | -1/+3 |
| | | | | conversation templates so that themes can use the module context to suppress or show comments as desired | ||||
* | fix superblock for comments | friendica | 2013-08-20 | 1 | -2/+2 |
| | |||||
* | ensure that no unencrypted content leaks through item_store which is private ↵ | friendica | 2013-08-01 | 1 | -1/+1 |
| | | | | | | - we typically do this in mod/item, but some functions bypass mod/item to create private posts | ||||
* | itemobject location | friendica | 2013-07-22 | 1 | -1/+1 |
| | |||||
* | fix missing edit link | friendica | 2013-07-10 | 1 | -5/+4 |
| | |||||
* | more work on bug #59 - hope this doesn't hork everything. Also some tweaking ↵ | friendica | 2013-07-08 | 1 | -76/+40 |
| | | | | of the theme for the new radius control, which produced some surprising results when expert mode was toggled. | ||||
* | fix some community tagging bugs | friendica | 2013-06-30 | 1 | -4/+9 |
| | |||||
* | doc update, plus possible fix to "complex delivery chains" issue. Basically ↵ | friendica | 2013-06-29 | 1 | -9/+0 |
| | | | | when the top-level post creator replies to a thread he sent to a forum via tags, it isn't getting redelivered to the forum members. | ||||
* | undo comment policy override - there are a handful of stored posts from the ↵ | friendica | 2013-06-18 | 1 | -4/+4 |
| | | | | 17th-June with a broken policy (which won't have a comment box) but it seems to be working for both recent and older posts. | ||||
* | override comment policy until it's working | friendica | 2013-06-16 | 1 | -0/+4 |
| | |||||
* | implement 'can_comment_on_post()' which doesn't require a separate DB lookup ↵ | friendica | 2013-06-16 | 1 | -1/+1 |
| | | | | per item. | ||||
* | fix app display | friendica | 2013-05-21 | 1 | -1/+3 |
| | |||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 1 | -3/+3 |
| | | | | 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. | ||||
* | fix timeago (again), webfinger new spec implemented, some theme work | friendica | 2013-03-04 | 1 | -0/+1 |
| | |||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+2 |
| | |||||
* | bring back like/dislike and share buttons | zottel | 2013-02-21 | 1 | -1/+1 |
| | |||||
* | taming the wild mod_display | friendica | 2013-02-10 | 1 | -30/+32 |
| | |||||
* | more profiling - cache the qcomment list so we don't have to look it up for ↵ | friendica | 2013-02-09 | 1 | -1/+20 |
| | | | | every rendered item | ||||
* | allow non-linkable locations, self-linked locations and get rid of google ↵ | friendica | 2013-02-02 | 1 | -11/+3 |
| | | | | default location link | ||||
* | fix edit permissions | friendica | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | fix wall-wall ownername | friendica | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | inverted logic on wall-wall check | friendica | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | here's another reason the social graph isn't updating | friendica | 2013-01-24 | 1 | -38/+17 |
| | |||||
* | quick-n-dirty wall-to-wall detection, wasn't working at all - this may be ↵ | friendica | 2013-01-24 | 1 | -50/+8 |
| | | | | overboard or it may still not work at all. | ||||
* | check comment permissions against observer, unbold email subject links for ↵ | friendica | 2013-01-24 | 1 | -16/+12 |
| | | | | read messages |