Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-06 | java: add pom.xml, mv sources to src/main/java/org/pablotron, add src/test, ↵ | Paul Duncan | 14 | -40/+166 | |
add initial junit tests, update makefile and .gitignore | |||||
2018-09-06 | ruby/README.mkd: add JUnit link | Paul Duncan | 1 | -0/+1 | |
2018-09-06 | ruby/README.mkd: updates | Paul Duncan | 1 | -0/+28 | |
2018-09-05 | ruby: more documentation | Paul Duncan | 3 | -6/+326 | |
2018-09-05 | ruby: add remaining tests, add full documentation, simplify gemspec, add ↵ | Paul Duncan | 6 | -37/+392 | |
"docs" task, minor bug fixes | |||||
2018-09-05 | php: fix doc typo, ruby: add tests | Paul Duncan | 6 | -87/+198 | |
2018-09-05 | ruby: add files to gemspec, ignore gemspec, add stub README.mkd | Paul Duncan | 4 | -52/+16 | |
2018-09-05 | ruby: add errors, to_s, freezes, and tests | Paul Duncan | 3 | -19/+209 | |
2018-09-05 | ruby: add gemspec, add Template::run | Paul Duncan | 2 | -2/+26 | |
2018-09-05 | php: add lots of Template examples | Paul Duncan | 1 | -0/+110 | |
2018-09-05 | php: add testToString() | Paul Duncan | 1 | -0/+9 | |
2018-09-04 | php: add api documentation, fix namespaces in composer.json and tests | Paul Duncan | 3 | -21/+601 | |
2018-09-04 | php/composer.json: remove phpdocumentor, add phan, update scripts | Paul Duncan | 2 | -2513/+300 | |
2018-09-04 | php/src/Template.php: fix phan warnings | Paul Duncan | 1 | -8/+5 | |
2018-09-04 | remove template-test.php | Paul Duncan | 1 | -64/+0 | |
2018-09-04 | add .gitignore and php/composer.lock | Paul Duncan | 2 | -0/+4191 | |
2018-09-04 | php: add tests/TemplateTest.php | Paul Duncan | 1 | -0/+377 | |
2018-09-04 | php: fix filters, remove Parser namespace, fix misc errors | Paul Duncan | 1 | -88/+92 | |
2018-09-04 | php: fix typos | Paul Duncan | 1 | -5/+5 | |
2018-09-04 | s/public/var/ | Paul Duncan | 1 | -1/+1 | |
2018-09-04 | use RunContext | Paul Duncan | 1 | -14/+14 | |
2018-09-04 | mv src/{luigi-template,Template}.php | Paul Duncan | 1 | -0/+0 | |
2018-09-04 | php: add composer.json, mv luigi-template.php src/ | Paul Duncan | 2 | -0/+38 | |
2018-09-04 | php: bump version to 0.4.2, update php version | Paul Duncan | 1 | -216/+326 | |
2018-09-03 | js/luigi-template.js: fix license, add json filter | Paul Duncan | 1 | -32/+25 | |
2018-09-03 | remove vestigial mercurial files | Paul Duncan | 2 | -5/+0 | |
2014-12-30 | s/this/me/, bump to 0.4.1v0.4.1 | pabs@pablotron.org | 1 | -2/+2 | |
2014-12-18 | add support for custom filter ovveride to js implementation | pabs@pablotron.org | 1 | -4/+5 | |
2014-12-18 | remove options and add support for custom filters | pabs@pablotron.org | 1 | -9/+20 | |
2014-12-18 | remove legacy parser | pabs@pablotron.org | 1 | -98/+0 | |
2014-12-18 | add ruby luigi-template | pabs@pablotron.org | 1 | -0/+289 | |
2014-12-18 | add comments | pabs@pablotron.org | 1 | -1/+4 | |
2014-12-18 | add cache test | pabs@pablotron.org | 1 | -2/+14 | |
2014-12-18 | add template cache | pabs@pablotron.org | 1 | -0/+51 | |
2014-12-18 | add missing finals | pabs@pablotron.org | 2 | -9/+9 | |
2014-12-18 | handle empty argument list more efficiently | pabs@pablotron.org | 1 | -1/+9 | |
2014-12-18 | trim whitespace from argument list | pabs@pablotron.org | 1 | -1/+1 | |
2014-12-18 | add custom and custom args tests | pabs@pablotron.org | 1 | -4/+26 | |
2014-12-18 | make makefile less verbose | pabs@pablotron.org | 1 | -2/+2 | |
2014-12-18 | add java test | pabs@pablotron.org | 1 | -0/+20 | |
2014-12-18 | fix makefile | pabs@pablotron.org | 1 | -3/+3 | |
2014-12-18 | add java implementation | pabs@pablotron.org | 9 | -0/+347 | |
2014-12-18 | update .hgignore | pabs@pablotron.org | 1 | -0/+2 | |
2014-12-18 | mv template.php luigi-template.php | pabs@pablotron.org | 2 | -1/+1 | |
2014-12-18 | move javascript to js dir | pabs@pablotron.org | 2 | -0/+0 | |
2014-12-18 | Added tag 0.4.0 for changeset 5d67fb6b749c | pabs@pablotron.org | 1 | -0/+1 | |
2014-12-18 | remove options parameter from initv0.4.0 | pabs@pablotron.org | 1 | -2/+1 | |
2014-12-18 | remove todo and configuration options sections | pabs@pablotron.org | 1 | -9/+0 | |
2014-12-18 | comment out debug code | pabs@pablotron.org | 1 | -1/+3 | |
2014-12-18 | update size in documentation | pabs@pablotron.org | 2 | -19/+28 | |