aboutsummaryrefslogtreecommitdiffstats
path: root/include/template_processor.php
Commit message (Collapse)AuthorAgeFilesLines
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* 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 ↵Friendika2011-09-081-3/+5
| | | | | | | | foreach() on line 167
* | 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 ↵fabrixxm2011-08-171-5/+8
| | | | | | | | ignoring
* | 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 ↵fabrixxm2011-06-181-1/+2
| | | | 'no'-setings, add "plugin_admin" hook for global plugins settings. add settings to twitter connector as example.
* 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 ↵Fabio Comuni2011-04-211-13/+100
| | | | nested
* arrays and simple conditional blocks in template, template for nav, load ↵Fabio Comuni2011-04-141-0/+50
templates from themes