Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unfortunate omission | friendica | 2014-04-26 | 1 | -3/+1 |
| | |||||
* | better mapping of visible connections | friendica | 2014-04-14 | 1 | -8/+6 |
| | |||||
* | remove extra tag logging | friendica | 2014-04-12 | 1 | -1/+1 |
| | |||||
* | don't match quote remnants | friendica | 2014-04-12 | 1 | -1/+5 |
| | |||||
* | let normal hashtags be quoted strings also | friendica | 2014-04-12 | 1 | -1/+12 |
| | |||||
* | convert /network saved search to bootstrap buttons | friendica | 2014-04-07 | 1 | -2/+2 |
| | |||||
* | check_webbie (webbie validator) returning bad webbies | friendica | 2014-04-06 | 1 | -2/+4 |
| | |||||
* | community tags don't show up in the tagged posts because we removed the ↵ | friendica | 2014-03-31 | 1 | -0/+30 |
| | | | | 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) | ||||
* | issue #378, failure to correctly link tags where one tag contains a ↵ | friendica | 2014-03-30 | 1 | -1/+17 |
| | | | | substring of the other (depends on the order they are discovered). | ||||
* | little fixes of hopefully nil significance | friendica | 2014-03-16 | 1 | -0/+5 |
| | |||||
* | contact_block() not being shown to unauthenticated visitors - even if perms ↵ | friendica | 2014-03-13 | 1 | -0/+6 |
| | | | | 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. | ||||
* | some anomolies found when viewing connections in various cases. | friendica | 2014-03-02 | 1 | -3/+9 |
| | |||||
* | fix zrl bookmarks which broke with this checkin: c9192991c95a5145 | friendica | 2014-02-18 | 1 | -27/+6 |
| | | | | | | 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. | ||||
* | operation snakebite continued. openid now works for local accounts using the ↵ | friendica | 2014-02-17 | 1 | -0/+4 |
| | | | | 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. | ||||
* | strip hard-wired zids from posted links as they will have the wrong identity ↵ | friendica | 2014-02-16 | 1 | -0/+5 |
| | | | | when somebody tries to view the link | ||||
* | add a sanitized style tag to bbcode | marijus | 2014-02-05 | 1 | -0/+4 |
| | |||||
* | make links in comments bookmark-able | friendica | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | some tagging fixes - including old bugs which were never reported | friendica | 2014-02-03 | 1 | -4/+4 |
| | |||||
* | transmit, receive, and parse bookmarks | friendica | 2014-02-03 | 1 | -1/+13 |
| | |||||
* | code cleanup - remove some unused functions | friendica | 2014-02-03 | 1 | -36/+0 |
| | |||||
* | More efficient smilie replacing | toclimb | 2014-02-02 | 1 | -10/+8 |
| | |||||
* | Don't look for emoticons inside the matching angle brackets of HTML tags ↵ | toclimb | 2014-01-29 | 1 | -13/+12 |
| | | | | (seriously) | ||||
* | undo pull request #287 | friendica | 2014-01-28 | 1 | -2/+2 |
| | |||||
* | Don't look for text emoticons inside the matching angle brackets of a HTML tag | toclimb | 2014-01-29 | 1 | -0/+2 |
| | |||||
* | simplify permalink selection logic | friendica | 2014-01-09 | 1 | -2/+2 |
| | |||||
* | use plinks instead of llinks on network/ and channel/ pages, though not in | zottel | 2014-01-09 | 1 | -1/+1 |
| | | | | mode network-new (network/new and network/search) | ||||
* | try again | friendica | 2013-12-25 | 1 | -1/+1 |
| | |||||
* | didn't work | friendica | 2013-12-25 | 1 | -1/+1 |
| | |||||
* | sslify http links in media elements if you're on an https server | friendica | 2013-12-25 | 1 | -0/+32 |
| | |||||
* | more comanche migration | friendica | 2013-12-19 | 1 | -12/+11 |
| | |||||
* | categories should already be html encoded - ensure this is the case but ↵ | friendica | 2013-12-13 | 1 | -2/+2 |
| | | | | don't double encode | ||||
* | issue #240 - we were using htmlentities instead of htmlspecialchars in ↵ | friendica | 2013-12-11 | 1 | -1/+1 |
| | | | | 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. | ||||
* | comanchify the savedsearch widget | friendica | 2013-12-09 | 1 | -0/+14 |
| | |||||
* | saved search icon work and bugfixes for #tags not beeing deletable and save ↵ | marijus | 2013-12-10 | 1 | -1/+1 |
| | | | | button showing if saved search is disabled | ||||
* | some work on modularising the default profile photo so we can make them site ↵ | friendica | 2013-12-09 | 1 | -5/+3 |
| | | | | selectable. Also red != friendica so we don't need all these friendica logos taking up space | ||||
* | add icon_trnalsate | friendica | 2013-12-04 | 1 | -0/+3 |
| | |||||
* | refactor magic-auth | friendica | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | make the template processor (e.g. replace_macros) pluggable | friendica | 2013-11-28 | 1 | -1/+4 |
| | |||||
* | updated logo in readme and r# shorthand | tuscanhobbit | 2013-11-22 | 1 | -2/+2 |
| | |||||
* | Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ↵ | friendica | 2013-11-20 | 1 | -2/+2 |
| | | | | we can more easily retire 'aes256cbc' once it is no longer viable. | ||||
* | too much privacy on get_plink() which is left over from Friendica days | friendica | 2013-11-10 | 1 | -1/+1 |
| | |||||
* | update smilies | friendica | 2013-11-07 | 1 | -0/+2 |
| | |||||
* | link to source - if it's on the display page link to original source ↵ | friendica | 2013-10-20 | 1 | -4/+9 |
| | | | | (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. | ||||
* | linkify post categories | friendica | 2013-10-14 | 1 | -1/+8 |
| | |||||
* | template and icons for categories and "file as" | friendica | 2013-10-14 | 1 | -46/+46 |
| | |||||
* | attachment icons revisited | friendica | 2013-10-13 | 1 | -28/+50 |
| | |||||
* | fix alt_pager to work if item count is higher than page['itemspage'] (threads) | zottel | 2013-10-11 | 1 | -1/+1 |
| | |||||
* | more icon tweaks - this could be going on for some time; try to get icon ↵ | friendica | 2013-10-10 | 1 | -1/+1 |
| | | | | code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks. | ||||
* | add the auto form submit even though it doesn't seem to work. Will debug it ↵ | friendica | 2013-10-01 | 1 | -1/+1 |
| | | | | later. | ||||
* | Typo | Thomas Willingham | 2013-09-29 | 1 | -1/+1 |
| |