1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1.619 - Fixed bug with non-reference on context traversing, fixes #76 - Implemented pretty debug message for context traversing errors
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.619 Added original variable dumping to the error message
Alexandr Evstigneev
as evstigneev
More... almost 10 years ago
1.619 Removed carp from use
Alexandr Evstigneev
as evstigneev
More... almost 10 years ago
1.619 Added traversing path to the error message
Alexandr Evstigneev
as evstigneev
More... almost 10 years ago
1.619 Fixed bug with undef value on traversing, fixes #76
Alexandr Evstigneev
as evstigneev
More... almost 10 years ago
1.619 Branch created
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.618 `block` tag parsing messages are now pretty
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.618 Expression parser got pretty parsing error messages (there are some cases, addressed in #75)
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.618 - parsing error messages in `autoescape` and `now` tags are now pretty
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.618 Implemented `now as` syntax from Django 1.8
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.618 Changed Django links from 1.7 to 1.8
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.618 Depricated SSI tag
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.618 forloop.last has a proper value on 1 item array, fixes #72
Alexandr Evstigneev
as hurricup
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)
Alexandr Evstigneev
as hurricup
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
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.618
Alexandr Evstigneev
as hurricup
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
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.617 release
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.617 Added variable name validation and restrictions, fixes #62 Fixed cross-template links by global CUREENT_TEMPLATE reference.
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.617 Updated changes. Fixes #68
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.617 Implemented dump, dump_html and dump_warn tags. warn tag removed in favor of dump_warn
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.617 Undefined time value in date filter treated as 0, fixes #61
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.617 Uknown filter and tag now shows error environment, fixes #63
Alexandr Evstigneev
as hurricup
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
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.618 Implemented and tested count_lines XS function
Alexandr Evstigneev
as hurricup
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
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.616 Fixed changes date
Alexandr Evstigneev
as hurricup
More... almost 10 years ago
1.616 Release Reversed Escape::XS mapping Updated URI::Escape::XS version requirement to 0.12
Alexandr Evstigneev
as hurricup
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
Alexandr Evstigneev
as hurricup
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
Alexandr Evstigneev
as hurricup
More... almost 10 years ago