Changes between Initial Version and Version 9 of Ticket #603


Ignore:
Timestamp:
Oct 13, 2005, 8:28:55 PM (19 years ago)
Author:
rjwittams
Comment:

Ok, so I gave in and made this just an option that gets enabled when DEBUG = true.

encapsulated tokenize and create_token in a Lexer class, then subclassed Lexer and Parser for debugging specific behaviour. So now this has no performance hit when people are not debugging.

Robert

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #603 – Description

    initial v9  
    1 Template errors are annoying to find. This patch adds filename and line numbers to the error messages.
     1Template errors are annoying to find. This patch adds filename and line numbers to the error messages when the DEBUG setting is true.
    22
    33Extracted from the new-admin branch.
Back to Top