1.619 - Fixed bug with non-reference on context traversing, fixes #76 - Implemented pretty debug message for context traversing errors |
|
More...
|
almost 10 years ago
|
1.619 Added original variable dumping to the error message |
|
More...
|
almost 10 years ago
|
1.619 Removed carp from use |
|
More...
|
almost 10 years ago
|
1.619 Added traversing path to the error message |
|
More...
|
almost 10 years ago
|
1.619 Fixed bug with undef value on traversing, fixes #76 |
|
More...
|
almost 10 years ago
|
1.619 Branch created |
|
More...
|
almost 10 years ago
|
1.618 `block` tag parsing messages are now pretty |
|
More...
|
almost 10 years ago
|
1.618 Expression parser got pretty parsing error messages (there are some cases, addressed in #75) |
|
More...
|
almost 10 years ago
|
1.618 - parsing error messages in `autoescape` and `now` tags are now pretty |
|
More...
|
almost 10 years ago
|
1.618 Implemented `now as` syntax from Django 1.8 |
|
More...
|
almost 10 years ago
|
1.618 Changed Django links from 1.7 to 1.8 |
|
More...
|
almost 10 years ago
|
1.618 Depricated SSI tag |
|
More...
|
almost 10 years ago
|
1.618 forloop.last has a proper value on 1 item array, fixes #72 |
|
More...
|
almost 10 years ago
|
1.618 Create test for incorrect autoescape filter option Documented supported operators and syntax Expression should print properly-formatted parsing errors (need to test) |
|
More...
|
almost 10 years ago
|
1.618 Implemented DTL::Fast::Entity class which handles parsing and rendering errors, also stores template and line information DTL::Fast::Filter now being inherited from Entity |
|
More...
|
almost 10 years ago
|
1.618 |
|
More...
|
almost 10 years ago
|
dev1.618 Changed context variable traversing: context is not being passed to the code references or object methods anymore, thanks @cblake777 |
|
More...
|
almost 10 years ago
|
1.617 release |
|
More...
|
almost 10 years ago
|
1.617 Added variable name validation and restrictions, fixes #62 Fixed cross-template links by global CUREENT_TEMPLATE reference. |
|
More...
|
almost 10 years ago
|
1.617 Updated changes. Fixes #68 |
|
More...
|
almost 10 years ago
|
1.617 Implemented dump, dump_html and dump_warn tags. warn tag removed in favor of dump_warn |
|
More...
|
almost 10 years ago
|
1.617 Undefined time value in date filter treated as 0, fixes #61 |
|
More...
|
almost 10 years ago
|
1.617 Uknown filter and tag now shows error environment, fixes #63 |
|
More...
|
almost 10 years ago
|
1.617 Create test file for error handling control Updated block tags documentation with line numbering information Fixed error message with 'syntax began at...' For tag now dies with pretty error message on duplicate 'empty' block Updated block tags with proper line counting Removed debugging messages |
|
More...
|
almost 10 years ago
|
1.618 Implemented and tested count_lines XS function |
|
More...
|
almost 10 years ago
|
1.617 Created method for getting error, parsing error and rendering error Added test for uknown filter reporting Found a bug on line numbering on multi-line opening tag, created issue #64 Variable and FilterManager are now inherited from Replacer class |
|
More...
|
almost 10 years ago
|
1.616 Fixed changes date |
|
More...
|
almost 10 years ago
|
1.616 Release Reversed Escape::XS mapping Updated URI::Escape::XS version requirement to 0.12 |
|
More...
|
almost 10 years ago
|
1.615 Implemented open_tag_syntax_with_line_number method for DTL::Fast::Tag class Added line numbering support into Parser, Verbatim and Comment classes |
|
More...
|
almost 10 years ago
|
1.615 - Improved error message on undisclosed tags - Reverted Escape::XS mapping, not working on windows (no idea why) - Added KNOWN_SLUGS global hash to map class => slug - Added open_tag_syntax to DTL::Tag class. Returns opening tag string |
|
More...
|
almost 10 years ago
|