Commit Graph

284 Commits

Author SHA1 Message Date
friendica 8a84718163 for non-post items (e.g. photos, events, whatever) add mention tags explicitly to the output rendering since they may not be present in the post body. 2014-06-30 22:46:17 -07:00
friendica 33cf83175d use consistent capitalisation in the item actions menu 2014-05-29 21:34:08 -07:00
friendica 345f784f67 fix search to use in app 2014-05-22 21:24:41 -07:00
friendica 2fe8bae7a5 show hidden connections in contact block if and only if the observer is the profile owner 2014-05-08 17:08:34 -07:00
friendica c36489a753 Unfortunate omission 2014-04-26 19:33:39 -07:00
friendica 9026ea649a better mapping of visible connections 2014-04-14 17:29:19 -07:00
friendica dc1a529b63 remove extra tag logging 2014-04-12 23:57:19 -07:00
friendica 4fda10db2f don't match quote remnants 2014-04-12 17:04:54 -07:00
friendica d7aaff459f let normal hashtags be quoted strings also 2014-04-12 16:58:19 -07:00
friendica 03753f463e convert /network saved search to bootstrap buttons 2014-04-07 16:25:35 -07:00
friendica 28b7eedc45 check_webbie (webbie validator) returning bad webbies 2014-04-06 19:59:00 -07:00
friendica 93f90040a1 community tags don't show up in the tagged posts because we removed the displayed list of hashtags at the bottom (which are usually redundant since hashtags are usually present in the message text). This brings them back, but only for tags which aren't currently present in the message body (e.g. community tags) 2014-03-31 17:03:07 -07:00
friendica 653d7df86d issue #378, failure to correctly link tags where one tag contains a substring of the other (depends on the order they are discovered). 2014-03-30 20:53:59 -07:00
friendica ecb2e52a74 little fixes of hopefully nil significance 2014-03-16 20:34:21 -07:00
friendica 3cb179aff1 contact_block() not being shown to unauthenticated visitors - even if perms allow. Also separate the permissions logic for this function so that we can have a mini-profile widget and a separate contact_block widget instead of always lumping them together. We probably also should move contact_block() outside of include/text.php as it doesn't really belong there. Just not sure where it belongs - perhaps contact_widgets wouold be a good place. 2014-03-13 17:13:36 -07:00
friendica 7baeb45183 some anomolies found when viewing connections in various cases. 2014-03-02 19:40:59 -08:00
friendica 6ac81c9360 fix zrl bookmarks which broke with this checkin: c9192991c9
It was documented that:
  Issues: Currently the order of HTML parameters in the text is somewhat rigid and inflexible.
but as that was in a different function it was easy to overlook.
2014-02-18 19:47:13 -08:00
friendica d6ab975b18 operation snakebite continued. openid now works for local accounts using the rmagic module and after storing your openid in pconfig. This is just an interesting but trivial (in the bigger scheme of things) side effect of snakebite. The snake hasn't even waken up yet. 2014-02-17 19:48:05 -08:00
friendica ebd52368bb strip hard-wired zids from posted links as they will have the wrong identity when somebody tries to view the link 2014-02-16 14:13:26 -08:00
marijus a606fc0ba3 add a sanitized style tag to bbcode 2014-02-05 14:34:25 +01:00
friendica 8a11c29413 make links in comments bookmark-able 2014-02-04 19:39:56 -08:00
friendica 9ce3dac479 some tagging fixes - including old bugs which were never reported 2014-02-03 19:54:32 -08:00
friendica 876f5d4de0 transmit, receive, and parse bookmarks 2014-02-03 19:38:15 -08:00
friendica 6c91580716 code cleanup - remove some unused functions 2014-02-03 02:21:06 -08:00
toclimb ba6178bef3 More efficient smilie replacing 2014-02-02 14:52:00 +01:00
toclimb 4c28939488 Don't look for emoticons inside the matching angle brackets of HTML tags (seriously) 2014-01-29 23:56:05 +01:00
friendica d79a2e3b55 undo pull request #287 2014-01-28 16:32:47 -08:00
toclimb 3cab53a7ef Don't look for text emoticons inside the matching angle brackets of a HTML tag 2014-01-29 00:43:54 +01:00
friendica a78d9b973d simplify permalink selection logic 2014-01-09 16:23:58 -08:00
zottel 5d83855afd use plinks instead of llinks on network/ and channel/ pages, though not in
mode network-new (network/new and network/search)
2014-01-09 16:04:51 +01:00
friendica 66600ed2f8 try again 2013-12-25 04:06:26 -08:00
friendica 6c0a3f31bb didn't work 2013-12-25 02:48:59 -08:00
friendica 4ec569d6e7 sslify http links in media elements if you're on an https server 2013-12-25 02:45:22 -08:00
friendica 125543aded more comanche migration 2013-12-19 02:16:14 -08:00
friendica 94975f8d30 categories should already be html encoded - ensure this is the case but don't double encode 2013-12-13 12:30:44 -08:00
friendica b3fe221b7f issue #240 - we were using htmlentities instead of htmlspecialchars in several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments. 2013-12-11 23:13:36 -08:00
friendica ed9f108722 comanchify the savedsearch widget 2013-12-09 21:20:55 -08:00
marijus 76d8501d67 saved search icon work and bugfixes for #tags not beeing deletable and save button showing if saved search is disabled 2013-12-10 00:32:49 +01:00
friendica 75ebf06131 some work on modularising the default profile photo so we can make them site selectable. Also red != friendica so we don't need all these friendica logos taking up space 2013-12-09 14:05:52 -08:00
friendica 04f61dd4a1 add icon_trnalsate 2013-12-04 21:10:03 -08:00
friendica d9f67876dc refactor magic-auth 2013-12-02 15:15:02 -08:00
friendica d1ab865ccf make the template processor (e.g. replace_macros) pluggable 2013-11-28 19:17:45 -08:00
tuscanhobbit 8619fc368d updated logo in readme and r# shorthand 2013-11-22 22:45:16 +01:00
friendica d7ee552c57 Protocol: now set data['alg'] on all encapsulated encrypted packets, so that we can more easily retire 'aes256cbc' once it is no longer viable. 2013-11-20 15:20:12 -08:00
friendica a6f37739c2 too much privacy on get_plink() which is left over from Friendica days 2013-11-10 14:15:57 -08:00
friendica 4b3db9b523 update smilies 2013-11-07 20:48:46 -08:00
friendica c48da79adf link to source - if it's on the display page link to original source (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. 2013-10-20 20:29:52 -07:00
friendica 9787872778 linkify post categories 2013-10-14 15:34:47 -07:00
friendica 4f2c056d6d template and icons for categories and "file as" 2013-10-14 04:49:28 -07:00
friendica db42e4d2f9 attachment icons revisited 2013-10-13 21:14:04 -07:00