aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
Commit message (Collapse)AuthorAgeFilesLines
* Pluggable page templatesThomas Willingham2014-09-291-2/+4
|
* better way to deal with effective_uidfriendica2014-09-221-9/+1
|
* make discover items interactivefriendica2014-09-221-1/+9
|
* Don't link unknown likes.Klaus Weidenbach2014-09-211-96/+90
| | | | | Likes/Dislikes of unknown channels have disabled links now. Fixed intention a bit, romved a unused variable.
* Merge https://github.com/friendica/red into pending_mergefriendica2014-09-201-3/+5
|\
| * oups...marijus2014-09-201-1/+1
| |
| * aalso change the way we check for number of chatroomsmarijus2014-09-201-2/+2
| |
| * show bookmarks menu only if we have any bookmarks alreadymarijus2014-09-201-1/+3
| |
* | fix empty likesfriendica2014-09-201-2/+9
|/
* 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'
* issue #451 - clear gid and cid from network tab if discover is selectedfriendica2014-09-041-7/+7
|
* remove noisy log statementfriendica2014-08-281-2/+0
|
* when updating the commented timestamp on the parent post (item_store) don't ↵friendica2014-08-281-0/+2
| | | | include any time travelling posts. They can mess up the conversation sort order in a big way until they're actually published.
* re-obscure item body if localize_item() changes it. It's already flagged as ↵friendica2014-08-251-0/+13
| | | | obscured so we need it to actually be obscured.
* follow => connectfriendica2014-08-191-1/+1
|
* add ability to follow somebody not already in your connections from "post ↵friendica2014-08-171-0/+5
| | | | actions" dropdown. bug: doesn't bring you back to this page.
* convert application strings to en-USfriendica2014-07-311-2/+2
|
* Quotes on strings. Dunno why it worked without.Thomas Willingham2014-07-131-1/+1
|
* Provide profile tabs opt-out.Thomas Willingham2014-07-131-1/+4
|
* rule of snakes #1, kill the snake.friendica2014-06-281-2/+2
| | | | | | tinymce is gone. if you want a visual editor, figure out what you want and make it happen. If you don't want a visual editor, do nothing. This is in the community's hands. I don't need a visual editor.
* bring back profile_tabs for unauthenticated visitors to /cloud pagefriendica2014-06-251-2/+0
|
* profile likesfriendica2014-06-221-1/+4
|
* put viewsrc back in a lightboxfriendica2014-06-181-1/+1
|
* document why this worksfriendica2014-06-151-0/+3
|
* sort out the unobscure messfriendica2014-06-151-1/+4
|
* whitespacemarijus2014-06-141-1/+0
|
* unclutter menues a littlemarijus2014-06-141-16/+9
|
* moods: simplify 'xyz is tired' rather than 'xyz is currently tired'. This is ↵friendica2014-05-281-1/+1
| | | | possible now that we have translation contexts, as before '$1 is $2' was ambiguous without a context - in this case 'mood'.
* We know why third party zids didn't work now, so don't use hackyThomas Willingham2014-04-181-4/+1
| | | | workarounds anymore.
* bootstrapify aclselectormarijus2014-04-111-1/+1
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-04-091-4/+3
|\
| * use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair ↵marijus2014-04-091-2/+1
| | | | | | | | editblock and editlayout which still depended on it.
| * change the way jot tools are displayed/hiddenmarijus2014-04-081-2/+2
| |
* | issue #400 - lock not showing up for previews of private mentions (or ↵friendica2014-04-091-1/+5
|/ | | | | | 'new/search' item view) also reformat the new/search template to pick up recent changes to conv_item.tpl
* some fixes to #395friendica2014-04-071-1/+1
|
* a bit more work towards issue #395 - cleaning up some cases which were going ↵friendica2014-04-061-9/+3
| | | | to the url directly and which weren't going through chanview. Also worth noting - mentions in posts do not go through chanview. Perhaps it is time to kill chanview (except we then cannot implemented a "connected" or "connect" button since we don't have any control over the landing page). For the time being I'm just trying to trap as many of the "visit URL" links as possible and sending them to a common place. Then we can figure out how that common place should behave.
* jot and location style fixesmarijus2014-04-061-1/+1
|
* issue #395, item 2friendica2014-04-061-2/+4
|
* provide the ability for rpost to post as another of your channels. This does ↵friendica2014-04-051-0/+9
| | | | not yet work, so the functionality has not been enabled.
* Default discover to on.Thomas Willingham2014-03-301-1/+1
|
* typofriendica2014-03-291-1/+1
|
* issue #384friendica2014-03-291-28/+35
|
* Let the site admin choose whether to display the Discover tab.Alexandre Hannud Abdo2014-03-301-10/+11
|
* external -> discoverfriendica2014-03-281-1/+1
|
* firehose fixes and optimisations. In particular get rid of the unresponsive ↵friendica2014-03-271-2/+2
| | | | script warning when trying to load updates (sine they aren't our posts, we can't check for unseen, hence we can't really load updates). Also make the url selection pluggable.
* link in the firehosefriendica2014-03-271-1/+14
|
* create a new "subdued" CSS class for things that shouldn't be in your face ↵friendica2014-02-081-3/+3
| | | | unless you want them and intentionally hover over them. Typically this would be accomplished via an opacity or colour change, but themes are free to use other methods. Also changed the channel_tabs "chatroom" link to use the subdued class if no rooms have been created rather than a count of chatrooms. Themse should probably create a .subdued and .subdued:hover definition because we'll probably take most of the stuff which is now hardwired to use opacity by id and change it to use the class definition instead.
* add chatroom linksfriendica2014-02-051-0/+14
|
* bookmarks - mop up and go homefriendica2014-02-041-0/+8
|
* preserve expiration when editingfriendica2014-01-271-0/+1
|