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
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Allow returning a non-string (usually void) again in custom tags
HEAD
2.0.1
master
Laria Carolin Chabowski
2020-09-22
*
Move to r7r namespace and r7r composer package vendor
2.0.0
Laria Carolin Chabowski
2020-09-21
*
Accept non-strings in evalbool again
Laria Carolin Chabowski
2020-09-21
*
Add some unit tests for the parser
Laria Carolin Chabowski
2020-09-15
*
Code cleanup
Laria Carolin Chabowski
2020-09-13
*
Use short array syntax
Laria Carolin Chabowski
2020-09-13
*
Fix some issues reported by PhpStorm
Laria Carolin Chabowski
2020-09-13
*
Fix incorrect documentation
Laria Carolin Chabowski
2020-09-13
*
Convert more documentation to phpDoc
Laria Carolin Chabowski
2020-09-13
*
Fix cutting off whitespace in tag content
Laria Carolin Chabowski
2020-05-01
*
More code formatting
Laria Carolin Chabowski
2020-05-01
*
Fix parsing `]` as last input char
Laria Carolin Chabowski
2020-05-01
*
Fix compiling static numeric array access
Laria Carolin Chabowski
2020-05-01
*
Clean up code and improve documentation
Laria Carolin Chabowski
2020-05-01
*
No need to clone an array
Laria Carolin Chabowski
2020-05-01
*
Get rid of closing ?> in compiled output
Laria Carolin Chabowski
2020-05-01
*
Automatic code formatting
Laria Carolin Chabowski
2020-04-30
*
Fix parser stumbling over "0" in names
Laria Carolin Chabowski
2020-04-28
*
Some simple code formatting
Laria Carolin Chabowski
2020-04-26
*
Is now compatible with PHP 5.3 again.
1.0.3
Kevin Chabowski
2014-05-25
*
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
*
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