aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
Commit message (Expand)AuthorAgeFilesLines
* use plinks instead of llinks on network/ and channel/ pages, though not inzottel2014-01-091-1/+1
* try againfriendica2013-12-251-1/+1
* didn't workfriendica2013-12-251-1/+1
* sslify http links in media elements if you're on an https serverfriendica2013-12-251-0/+32
* more comanche migrationfriendica2013-12-191-12/+11
* categories should already be html encoded - ensure this is the case but don't...friendica2013-12-131-2/+2
* issue #240 - we were using htmlentities instead of htmlspecialchars in severa...friendica2013-12-111-1/+1
* comanchify the savedsearch widgetfriendica2013-12-091-0/+14
* saved search icon work and bugfixes for #tags not beeing deletable and save b...marijus2013-12-101-1/+1
* some work on modularising the default profile photo so we can make them site ...friendica2013-12-091-5/+3
* add icon_trnalsatefriendica2013-12-041-0/+3
* refactor magic-authfriendica2013-12-021-1/+1
* make the template processor (e.g. replace_macros) pluggablefriendica2013-11-281-1/+4
* updated logo in readme and r# shorthandtuscanhobbit2013-11-221-2/+2
* Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ...friendica2013-11-201-2/+2
* too much privacy on get_plink() which is left over from Friendica daysfriendica2013-11-101-1/+1
* update smiliesfriendica2013-11-071-0/+2
* link to source - if it's on the display page link to original source (probabl...friendica2013-10-201-4/+9
* linkify post categoriesfriendica2013-10-141-1/+8
* template and icons for categories and "file as"friendica2013-10-141-46/+46
* attachment icons revisitedfriendica2013-10-131-28/+50
* fix alt_pager to work if item count is higher than page['itemspage'] (threads)zottel2013-10-111-1/+1
* more icon tweaks - this could be going on for some time; try to get icon code...friendica2013-10-101-1/+1
* add the auto form submit even though it doesn't seem to work. Will debug it l...friendica2013-10-011-1/+1
* TypoThomas Willingham2013-09-291-1/+1
* Issue #117Thomas Willingham2013-09-291-10/+11
* reduce susceptibility to bleichenberger attackfriendica2013-09-241-1/+1
* provide a "safe search" backend and allow for self-censorship using nsfw or a...friendica2013-09-191-0/+6
* more work on viewing obscured api postsfriendica2013-09-161-7/+12
* add design tool menu to appropriate pagesfriendica2013-09-031-1/+17
* add a layout selectorfriendica2013-09-021-0/+23
* oh that's whyfriendica2013-09-021-1/+2
* pass execflag - Working for preview but not yet executing on page renderfriendica2013-09-021-0/+1
* fix webpage storagefriendica2013-09-021-1/+1
* allow a channel owner to define a default mimetype on webpages (otherwise def...friendica2013-09-021-2/+3
* webpage content-type -- needs cleaning up and a security check once all the i...friendica2013-09-021-0/+60
* important bits we need to allow php executable content. These must be explici...friendica2013-08-111-0/+16
* convert all stored json calls to json_decode_plus()friendica2013-08-061-3/+3
* we've been storing json_encoded structures on disk in several places because ...friendica2013-08-061-0/+8
* pass item by reference so title can be alteredfriendica2013-08-011-1/+1
* ensure that no unencrypted content leaks through item_store which is private ...friendica2013-08-011-1/+1
* encrypt private messages on disk - there are still a couple of places where t...friendica2013-07-281-0/+12
* improve the red smileyfriendica2013-07-281-1/+1
* remove double tags on search results, updates to install doco to get rid of F...friendica2013-07-091-13/+18
* issue #65friendica2013-07-011-2/+0
* relocate tagadelic to include/taxonomyfriendica2013-06-211-64/+0
* bring back the body tag list - though it really belongs in the templates. It'...friendica2013-06-201-0/+14
* undefined activity_compare which broke notifications (should be activity_matc...friendica2013-06-201-3/+3
* bug in commentable - ambiguous abook entryfriendica2013-06-201-1/+3
* source code re-org, move taxonomy to separate includefriendica2013-06-191-266/+16