aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'upstream/master'Michael Vogel2012-03-111-3/+3
|\ | | | | | | | | | | | | Conflicts: view/theme/diabook/wall_item.tpl view/theme/diabook/wallwall_item.tpl
| * bug #328friendica2012-03-101-3/+3
| |
* | Item cache now is one day.Michael Vogel2012-03-111-1/+1
| |
* | Cache: item cache now has an autodelete of old files. The pages plugin now ↵Michael Vogel2012-03-112-1/+14
| | | | | | | | sets a link via redirection. So posting works.
* | Caching improved.Michael Vogel2012-03-101-13/+11
| |
* | Enabled Caching for items. Changed color of tags in diabook.Michael Vogel2012-03-101-1/+16
| |
* | New config options if ostatus polling should use the priority in the contactsMichael Vogel2012-03-101-1/+4
| |
* | Mail: Removing signatures, gpg, unnecessary line breaksMichael Vogel2012-03-103-2/+240
| |
* | Merge commit 'upstream/master'Michael Vogel2012-03-0911-213/+421
|\|
| * bug in check for private email comment to public conversation prevents ↵friendica2012-03-092-23/+9
| | | | | | | | authenticated visitor from seeing comments that should be allowed
| * keep tony from talking to himselffriendica2012-03-081-1/+1
| |
| * still getting parent relays on remote systemsfriendica2012-03-072-3/+3
| |
| * revupfriendica2012-03-071-1/+1
| |
| * fix photos after permissions_sql changefriendica2012-03-061-4/+76
| |
| * Merge branch 'pull'friendica2012-03-061-2/+2
| |\
| | * Merge branch 'master', remote-tracking branch 'remotes/upstream/master'Simon L'nu2012-03-061-2/+2
| | | | | | | | | | | | | | | | | | | | | * remotes/upstream/master: fix html reshares when editplain in use * master:
| * | [privacy] rework latest fixfriendica2012-03-061-1/+3
| |/
| * Merge pull request #94 from beardy-unixer/masterSimon2012-03-061-1/+5
| |\ | | | | | | Documentation changes
| | * Fixed...merged with mainline THEN added beards.Thomas2012-03-061-5/+36
| | |
| | * added beard smileysThomas2012-03-061-35/+8
| | |
| * | Merge pull request #99 from tomtom84/masterSimon2012-03-061-0/+3
| |\ \ | | | | | | | | fixes in theme diabook
| | * | messages-menu translation, add scroll-to-top and theme-bug-report in themetommy tomson2012-03-071-0/+3
| | |/
| * / bugs #312, #313friendica2012-03-061-1/+1
| |/
| * remove "smilie" expansion for Diaspora logofriendica2012-03-061-2/+2
| |
| * prevent duplicate likesfriendica2012-03-061-0/+25
| |
| * can_write_wall documentationfriendica2012-03-051-1/+6
| |
| * correct owner info from misconfigured installs, duepuntozero title block ↵friendica2012-03-041-0/+24
| | | | | | | | misplaced in editplain mode
| * unused replacement variable displays %1 in all html2bbcode 'code' blocksfriendica2012-03-041-1/+1
| |
| * template proc: fix variables regexpFabio Comuni2012-03-031-1/+10
| |
| * template proc: allow isolation of var name between [ and ]Fabio Comuni2012-03-021-2/+4
| | | | | | | | $var.name -> $[var.name]
| * template proc: remove unused function and commented out codeFabio Comuni2012-03-021-44/+1
| |
| * template proc: first optimizationFabio Comuni2012-03-022-10/+29
| |
| * expand multiple heart smilies e.g. <3333friendica2012-03-021-0/+12
| |
| * Merge pull request #55 from fabrixxm/masterfabrixxm2012-03-022-95/+112
| |\ | | | | | | Some minor and one majior mod in templates
| | * Merge remote-tracking branch 'friendica/master' into randomerrorFabio Comuni2012-03-013-27/+79
| | |\
| | * | conversation: remove templating items in code and move it to template.Fabio Comuni2012-03-011-94/+103
| | | |
| | * | template proc: avoid a notice and allow template name to include to be ↵Fabio Comuni2012-03-011-1/+9
| | | | | | | | | | | | | | | | passed with a variable value
| * | | Merge branch 'pull'friendica2012-03-011-1/+6
| |\ \ \
| | * \ \ Merge remote-tracking branch 'upstream/master'Alexander Kampmann2012-03-0120-251/+914
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Enabled automated doc building. Changes:Alexander Kampmann2012-03-011-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -build.xml, phing build file -@package tags at acl_selector.php and db_update.php -added documentation and some IDE files to .gitignore -automated tool to find files that corrupt the doc build process -removed ansi characters from SSH1.php, docBlox could not handle them
| * | | | probe for very old (0.97 or 1.0) RSS feed with an incorrect or generic ↵friendica2012-03-011-0/+5
| | |/ / | |/| | | | | | | | | | content-type
| * | | yet more work on notificationsfriendica2012-02-293-29/+54
| | | |
| * | | notification enhancementsfriendica2012-02-291-3/+30
| | |/ | |/|
| * | call time pass by reference deprecatedfriendica2012-02-281-1/+1
| | |
| * | From Tobias H - catch some irregularities caused by cut/paste codefriendica2012-02-281-1/+1
| | |
| * | Merge branch 'pull'friendica2012-02-271-3/+5
| |\ \
| * | | cleanup notify subject linesfriendica2012-02-271-8/+17
| | | |
* | | | html2bbcode: don't convert sizes and fonts.Michael2012-03-021-3/+7
| |/ / |/| |
* | | revert 01a2791e3a to avoid random preg internal errors. fix contact_templateFabio Comuni2012-02-271-3/+5
|/ /
* | add plugin hooks to enotifyfriendica2012-02-261-42/+80
| |