aboutsummaryrefslogtreecommitdiffstats
path: root/include/template_processor.php
Commit message (Expand)AuthorAgeFilesLines
* Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-291-269/+271
* fix internalfabrixxm2013-05-081-2/+5
* use smarty3 as default template engine. add pluggable template systemfabrixxm2013-05-081-8/+17
* start formatting for Doxygenfriendica2013-02-251-1/+1
* several small fixes and adjustmentsfriendica2012-12-161-7/+44
* that was certainly some fun debugging (not)friendica2012-11-041-1/+1
* merge upstreamfriendica2012-08-111-1/+21
* more fixes for the legacy stuff as we push forward to new stufffriendica2012-07-261-4/+4
* picking up the page load times a bitfriendica2012-07-251-0/+6
* ignore utf8 offset error for unit testsfriendica2012-04-071-1/+3
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+0
* bug #337, call template_unescape() only at the end of template processingfriendica2012-03-171-1/+1
* template processor broken with foreach k=>v and k is integer 0friendica2012-03-171-1/+1
* Merge branch 'master' of git://github.com/friendica/friendicaTobias Hößl2012-03-091-49/+38
|\
| * 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
| * template proc: remove unused function and commented out codeFabio Comuni2012-03-021-44/+1
| * template proc: first optimizationFabio Comuni2012-03-021-9/+22
| * template proc: avoid a notice and allow template name to include to be passed...Fabio Comuni2012-03-011-1/+9
* | Mostly some checks in order to avoid Notices; 1 real bugfix in /mod/network.phpTobias Hößl2012-02-281-2/+7
|/
* revert 01a2791e3a to avoid random preg internal errors. fix contact_templateFabio Comuni2012-02-271-3/+5
* Avoid some noticesTobias Hößl2012-02-261-7/+8
* template: add support for variable filtersFabio Comuni2012-02-211-2/+26
* add remove_user hook (it looks like dreamhost changed all my file permissions...friendica2012-01-181-0/+0
* poco should now be spec compliantFriendika2011-10-271-2/+2
* remove global $lang var in templates. can't work as intendedFabio Comuni2011-09-261-18/+1
* Merge branch 'master' into newuiFabio Comuni2011-09-261-1/+19
|\
| * template escapesFriendika2011-09-191-1/+19
* | Merge remote-tracking branch 'friendika/master' into newuiFabio Comuni2011-09-161-3/+5
|\|
| * saved searches on search page, templates: Invalid argument supplied for forea...Friendika2011-09-081-3/+5
* | Merge remote-tracking branch 'friendika/master' into newuifabrixxm2011-09-081-1/+20
|\|
| * global lang array in templatesFabio Comuni2011-09-081-2/+24
* | remove javascript to set selectect nav item. enanche img template prefetch ig...fabrixxm2011-08-171-5/+8
* | Initial work on new UIFabio Comuni2011-07-221-0/+3
|/
* Recursive string replacement in templateFabio Comuni2011-07-201-4/+9
* Admin: add translatable strings, remove 'rino' settings, invert 'no'-setings...fabrixxm2011-06-181-1/+2
* Admin users page. some fix to template processor.Fabio Comuni2011-06-161-7/+2
* {{ if }} {{ else }} support in templatesFabio Comuni2011-06-161-7/+32
* Add {{ if a==b }} and {{ if a!=b }} to templatesFabio Comuni2011-06-131-1/+16
* fix template's {{ for }} variable lookupFabio Comuni2011-06-131-1/+2
* ability to hide profile and wall from unknown peopleFriendika2011-05-241-1/+1
* bug #70 - error messages on group deletion, warning cleanupFriendika2011-05-151-1/+1
* deprecate load_view_fileFriendika2011-05-111-1/+1
* Reworked template processor. support for "if" "for" and "inc" blocks, also ne...Fabio Comuni2011-04-211-13/+100
* arrays and simple conditional blocks in template, template for nav, load temp...Fabio Comuni2011-04-141-0/+50