fabrixxm
|
0b83432bf3
|
better logger format, some comments
|
7 years ago |
Fabrixxm
|
ddf1caf0fd
|
template engine rework
- use smarty3 as default engine
- new pluggable template engine system
|
8 years ago |
Zach Prezkuta
|
488a38cd85
|
Decaf mobile: an (almost) Javascript-free theme
|
8 years ago |
Fabrixxm
|
71751ecb8c
|
template_processor: add filter support to variables
|
8 years ago |
Fabrixxm
|
dbbf5b86a2
|
template processor: trim strings in {{ if str!=str }}, add 'debug' tag:
{{ debug $var [$var1 [$var2 [...]]] }}{{ enddebug }}
is replaced by
<pre>var_export($var1)\nvar_export($var2)\n....</pre>
|
9 years ago |
friendica
|
1440786c31
|
ignore utf8 offset error for unit tests
|
9 years ago |
Alexander Kampmann
|
f208e7af36
|
tests for the template engine
|
9 years ago |
friendica
|
67fd539f53
|
bug #337, call template_unescape() only at the end of template processing
|
9 years ago |
friendica
|
e0e008fb8d
|
template processor broken with foreach k=>v and k is integer 0
|
9 years ago |
Fabio Comuni
|
685686b3e8
|
template proc: fix variables regexp
|
9 years ago |
Fabio Comuni
|
8a51e29824
|
template proc: add variable filters
|
9 years ago |
Fabio Comuni
|
aef737f376
|
template proc: allow isolation of var name between [ and ]
$var.name -> $[var.name]
|
9 years ago |
Fabio Comuni
|
0bf087c895
|
template proc: remove unused function and commented out code
|
9 years ago |
Fabio Comuni
|
60e5dda1b5
|
template proc: first optimization
|
9 years ago |
Fabio Comuni
|
c462ed9fc5
|
template proc: avoid a notice and allow template name to include to be passed with a variable value
|
9 years ago |
Tobias Hößl
|
5bb8ed4b8b
|
Mostly some checks in order to avoid Notices; 1 real bugfix in /mod/network.php
|
9 years ago |
Fabio Comuni
|
42d591d257
|
revert 01a2791e3a to avoid random preg internal errors. fix contact_template
|
9 years ago |
Tobias Hößl
|
4b1de0f538
|
Avoid some notices
|
9 years ago |
Fabio Comuni
|
01a2791e3a
|
template: add support for variable filters
|
9 years ago |
friendica
|
8aa2552372
|
add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit)
|
9 years ago |
Friendika
|
ea0ab6fbac
|
poco should now be spec compliant
|
10 years ago |
Fabio Comuni
|
8d93eefea8
|
remove global $lang var in templates. can't work as intended
|
10 years ago |
Friendika
|
63277b57fc
|
template escapes
|
10 years ago |
Friendika
|
3f59f63224
|
saved searches on search page, templates: Invalid argument supplied for foreach() on line 167
|
10 years ago |
Fabio Comuni
|
49ffd30e1c
|
global lang array in templates
|
10 years ago |
fabrixxm
|
07b6c868b3
|
remove javascript to set selectect nav item. enanche img template prefetch ignoring
|
10 years ago |
Fabio Comuni
|
93eda9d9c1
|
Initial work on new UI
|
10 years ago |
Fabio Comuni
|
11d1d309c2
|
Recursive string replacement in template
|
10 years ago |
fabrixxm
|
23931ab719
|
Admin: add translatable strings, remove 'rino' settings, invert 'no'-setings, add "plugin_admin" hook for global plugins settings. add settings to twitter connector as example.
|
10 years ago |
Fabio Comuni
|
ede011cc32
|
Admin users page. some fix to template processor.
|
10 years ago |
Fabio Comuni
|
63390aa800
|
{{ if }} {{ else }} support in templates
|
10 years ago |
Fabio Comuni
|
f80521923d
|
Add {{ if a==b }} and {{ if a!=b }} to templates
|
10 years ago |
Fabio Comuni
|
e14d5851a7
|
fix template's {{ for }} variable lookup
|
10 years ago |
Friendika
|
e3d1ef8ef7
|
ability to hide profile and wall from unknown people
|
10 years ago |
Friendika
|
730322ee5f
|
bug #70 - error messages on group deletion, warning cleanup
|
10 years ago |
Friendika
|
b2e92e0af3
|
deprecate load_view_file
|
10 years ago |
Fabio Comuni
|
e472d79b1e
|
Reworked template processor. support for "if" "for" and "inc" blocks, also nested
|
10 years ago |
Fabio Comuni
|
0afef6b17e
|
arrays and simple conditional blocks in template, template for nav, load templates from themes
|
10 years ago |