| Commit message (Expand) | Author | Age | Files | Lines |
* | Correcting reported Doxygen syntax warnings. | Klaus Weidenbach | 2015-03-29 | 1 | -269/+271 |
* | fix internal | fabrixxm | 2013-05-08 | 1 | -2/+5 |
* | use smarty3 as default template engine. add pluggable template system | fabrixxm | 2013-05-08 | 1 | -8/+17 |
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
* | several small fixes and adjustments | friendica | 2012-12-16 | 1 | -7/+44 |
* | that was certainly some fun debugging (not) | friendica | 2012-11-04 | 1 | -1/+1 |
* | merge upstream | friendica | 2012-08-11 | 1 | -1/+21 |
* | more fixes for the legacy stuff as we push forward to new stuff | friendica | 2012-07-26 | 1 | -4/+4 |
* | picking up the page load times a bit | friendica | 2012-07-25 | 1 | -0/+6 |
* | ignore utf8 offset error for unit tests | friendica | 2012-04-07 | 1 | -1/+3 |
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -0/+0 |
* | bug #337, call template_unescape() only at the end of template processing | friendica | 2012-03-17 | 1 | -1/+1 |
* | template processor broken with foreach k=>v and k is integer 0 | friendica | 2012-03-17 | 1 | -1/+1 |
* | Merge branch 'master' of git://github.com/friendica/friendica | Tobias Hößl | 2012-03-09 | 1 | -49/+38 |
|\ |
|
| * | template proc: fix variables regexp | Fabio Comuni | 2012-03-03 | 1 | -1/+10 |
| * | template proc: allow isolation of var name between [ and ] | Fabio Comuni | 2012-03-02 | 1 | -2/+4 |
| * | template proc: remove unused function and commented out code | Fabio Comuni | 2012-03-02 | 1 | -44/+1 |
| * | template proc: first optimization | Fabio Comuni | 2012-03-02 | 1 | -9/+22 |
| * | template proc: avoid a notice and allow template name to include to be passed... | Fabio Comuni | 2012-03-01 | 1 | -1/+9 |
* | | Mostly some checks in order to avoid Notices; 1 real bugfix in /mod/network.php | Tobias Hößl | 2012-02-28 | 1 | -2/+7 |
|/ |
|
* | revert 01a2791e3a to avoid random preg internal errors. fix contact_template | Fabio Comuni | 2012-02-27 | 1 | -3/+5 |
* | Avoid some notices | Tobias Hößl | 2012-02-26 | 1 | -7/+8 |
* | template: add support for variable filters | Fabio Comuni | 2012-02-21 | 1 | -2/+26 |
* | add remove_user hook (it looks like dreamhost changed all my file permissions... | friendica | 2012-01-18 | 1 | -0/+0 |
* | poco should now be spec compliant | Friendika | 2011-10-27 | 1 | -2/+2 |
* | remove global $lang var in templates. can't work as intended | Fabio Comuni | 2011-09-26 | 1 | -18/+1 |
* | Merge branch 'master' into newui | Fabio Comuni | 2011-09-26 | 1 | -1/+19 |
|\ |
|
| * | template escapes | Friendika | 2011-09-19 | 1 | -1/+19 |
* | | Merge remote-tracking branch 'friendika/master' into newui | Fabio Comuni | 2011-09-16 | 1 | -3/+5 |
|\| |
|
| * | saved searches on search page, templates: Invalid argument supplied for forea... | Friendika | 2011-09-08 | 1 | -3/+5 |
* | | Merge remote-tracking branch 'friendika/master' into newui | fabrixxm | 2011-09-08 | 1 | -1/+20 |
|\| |
|
| * | global lang array in templates | Fabio Comuni | 2011-09-08 | 1 | -2/+24 |
* | | remove javascript to set selectect nav item. enanche img template prefetch ig... | fabrixxm | 2011-08-17 | 1 | -5/+8 |
* | | Initial work on new UI | Fabio Comuni | 2011-07-22 | 1 | -0/+3 |
|/ |
|
* | Recursive string replacement in template | Fabio Comuni | 2011-07-20 | 1 | -4/+9 |
* | Admin: add translatable strings, remove 'rino' settings, invert 'no'-setings... | fabrixxm | 2011-06-18 | 1 | -1/+2 |
* | Admin users page. some fix to template processor. | Fabio Comuni | 2011-06-16 | 1 | -7/+2 |
* | {{ if }} {{ else }} support in templates | Fabio Comuni | 2011-06-16 | 1 | -7/+32 |
* | Add {{ if a==b }} and {{ if a!=b }} to templates | Fabio Comuni | 2011-06-13 | 1 | -1/+16 |
* | fix template's {{ for }} variable lookup | Fabio Comuni | 2011-06-13 | 1 | -1/+2 |
* | ability to hide profile and wall from unknown people | Friendika | 2011-05-24 | 1 | -1/+1 |
* | bug #70 - error messages on group deletion, warning cleanup | Friendika | 2011-05-15 | 1 | -1/+1 |
* | deprecate load_view_file | Friendika | 2011-05-11 | 1 | -1/+1 |
* | Reworked template processor. support for "if" "for" and "inc" blocks, also ne... | Fabio Comuni | 2011-04-21 | 1 | -13/+100 |
* | arrays and simple conditional blocks in template, template for nav, load temp... | Fabio Comuni | 2011-04-14 | 1 | -0/+50 |