Commit Graph

301 Commits

Author SHA1 Message Date
friendica e80c20d258 Don't recognise hashtags starting with #, e.g. ### 2014-10-15 17:55:20 -07:00
marijus 289f57f79e template for searchbox and some more work on saved searches 2014-10-08 12:36:26 +02:00
friendica 72ec78d027 trying to call mod/magic on rss resources - which have no hub 2014-09-22 23:49:12 -07:00
friendica e8854bb19d better way to deal with effective_uid 2014-09-22 22:03:19 -07:00
friendica e4e9098f39 prevent red#matrix smilie replacements from tripping over each other. 2014-09-08 21:36:33 -07:00
friendica 8cbeeb09da extra_query_args() restricted to $_GET only. $_REQUEST was adding cookies and this is undesired and potentially a security issue. 2014-09-06 03:11:07 -07:00
friendica 28b75b028d ajax work 2014-09-06 00:37:15 -07:00
friendica 01a5ac92a8 improved logging if you're using php54 or later 2014-09-04 23:13:46 -07:00
friendica a63de472cf various rss fixes 2014-08-31 20:51:05 -07:00
Thomas Willingham 450434a690 Revert - see comments. 2014-08-26 20:13:27 +01:00
Thomas Willingham cc2bef67dd HTML doesn't work without ACCOUNT_ROLE_ALLOWCODE, so don't offer it
as an option.
2014-08-26 19:09:00 +01:00
friendica 831714f0f0 profile edit - missing visibility and drop link on non-default profiles, re-arrange order of replacing red#matrix smilie so it works correctly, accept a post with body content of '0' which was interpreted by x() as nothing (was treated as integer). 2014-08-21 16:46:24 -07:00
friendica b3d450626e provide an overt indication that a post/comment was edited. 2014-08-18 22:44:03 -07:00
friendica de97073e13 don't subdue archived connections in viewconnections 2014-07-16 22:32:18 -07:00
friendica 98e85917bb subdue archived connections in group editor and don't show at all in contact_block() 2014-07-16 22:21:29 -07:00
friendica 17bd39fcd4 rename friendica_smarty 2014-07-13 23:00:03 -07:00
jeroenpraat 29aece3472 added A NAME/ID to whitelist in HTMLpurifier. That means we can now make vintage indexes in web pages. 2014-07-11 22:28:26 +00:00
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