index
:
ste
autoescape
develop
make-composer-compatible
master
parser2
scopes
The STE Template Engine is a compiling template engine for PHP ≥ 5.3.
Laria Carolin Chabowski
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Silencing possible array to string conversion notices (its okay here)
Kevin Chabowski
2014-05-25
*
Fixed backward compatibility with pre 1.0 versions.
Kevin Chabowski
2014-05-25
*
Fixed bug in template saving of FilesystemStorageAccess.
Kevin Chabowski
2014-05-25
*
Fixed ste.php and steloader.php
1.0.1
Kevin Chabowski
2014-05-24
*
Refined test_closure
Kevin Chabowski
2014-05-24
*
Moved to src/ste for psr-4 compliance
1.0.0
Kevin Chabowski
2014-05-24
*
Moved code into src subfolder and fixed docu
Kevin Chabowski
2014-05-24
*
Added ste:setlocal and refined test_scope.
Kevin Chabowski
2014-05-24
*
Simple autoloader for examples and tests.
Kevin Chabowski
2014-05-24
*
Added scoping.
Kevin Chabowski
2014-05-24
*
Fixed ste:get
Kevin Chabowski
2014-05-24
*
Fixed parsing variables
Kevin Chabowski
2014-05-24
*
Added tempvar static function to Transcompiler
Kevin Chabowski
2014-05-22
*
Getting rid of some notices / fixing _get_var_reference
scopes
Kevin Chabowski
2014-05-18
*
Adding a composer.json file. We should be composer-compatible now!
make-composer-compatible
Kevin Chabowski
2014-05-18
*
One file per class and new namespace.
Kevin Chabowski
2014-05-18
*
ste:foreach now has an else clause for empty arrays.
Kevin Chabowski
2013-10-28
*
Removed old test code
Kevin Chabowski
2013-10-28
*
Fixed wrong include paths.
Kevin Chabowski
2013-10-28
*
STE now means STE Template Engine.
Kevin Chabowski
2013-10-28
*
Improved readme
Kevin Chabowski
2013-10-25
*
Removed source code documentation. Can be generated at any point.
Kevin Chabowski
2013-10-25
*
Merge branch 'parser2'
Kevin Chabowski
2013-10-25
|
\
|
*
New Test
parser2
Kevin Chabowski
2013-10-25
|
*
short cmp tags can now contain tags.
Kevin Chabowski
2013-10-25
|
*
Fixed some mistakes in mktag subcompiler
Kevin Chabowski
2013-10-25
|
*
Fixed potential bug in VariableNode::transcompile
Kevin Chabowski
2013-10-25
|
*
Better handling of newslines and whitespaces
Kevin Chabowski
2013-10-25
|
*
Made the tests more tolerant for whitespace.
Kevin Chabowski
2013-10-25
|
*
Adding default values to some properties.
Kevin Chabowski
2013-10-23
|
*
Added some tests.
Kevin Chabowski
2013-10-23
|
*
Gitignore some tronscompiled templates
Kevin Chabowski
2013-10-23
|
*
Merge branch 'parser2' of git@github.com:kch42/Stupid-Template-Engine.git int...
Kevin Chabowski
2013-10-23
|
|
\
|
|
*
Added some tests
Kevin Chabowski
2013-10-23
|
*
|
Merge branch 'parser2' into improve-lang
Kevin Chabowski
2013-10-21
|
/
|
|
|
|
/
|
*
Removed old parse function and added some documentation.
Kevin Chabowski
2013-10-21
|
*
tidyup_ast improved
Kevin Chabowski
2013-10-20
|
*
Fixed parse_tag and parse_var
Kevin Chabowski
2013-10-20
|
*
Added function to tidy up the AST
Kevin Chabowski
2013-10-20
|
*
Fixed tag parameter parsing
Kevin Chabowski
2013-10-20
|
*
Some smaller fixes. Parser seems to work now.
Kevin Chabowski
2013-10-20
|
*
Trying to write a better parser. UNTESTED!
Kevin Chabowski
2013-10-20
|
/
*
Some minor documentation fixes
Kevin Chabowski
2013-02-03
*
New docu and fixed mkdocu.sh
Kevin Chabowski
2012-10-04
*
mute_runtime_errors should now work...
Kevin Chabowski
2012-10-04
*
improved <ste:escape> and fixed docu.
Kevin Chabowski
2012-10-04
*
set:array_filter added
Kevin Chabowski
2012-07-02
*
Added new Tags to the standard library.
Kevin Chabowski
2012-06-27
*
Fixed STECore::get_var_reference bugs.
Kevin Chabowski
2012-06-27
*
evalbool does not longer yield warnings on non-text inputs.
Kevin Chabowski
2012-06-06
[next]