29
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed binding for if/ifnot attributes More... almost 17 years ago
just added a comment More... almost 17 years ago
[no comment] More... almost 17 years ago
fixed a null-ptr exception More... almost 17 years ago
Added support for Wonder style $(keypath) and ~(ognl) value prefix. Those are only used if the attribute has no prefix (var:, const:, etc). More... almost 17 years ago
use new UString methods More... almost 17 years ago
added stringByRemovingHTMLComments() and stringByCompressingWhiteSpace to UString More... almost 17 years ago
fixed parsing of HTML comments (<!--, not <--), More... almost 17 years ago
added HTML whitespace compression to HTML template parser More... almost 17 years ago
Changed to support the wo: tag prefix for dynamic elements (as used by Wonder). It works just like the old # prefixes (now <wo:hello/> instead of <#hello/>). The latter are now deprecated. More... almost 17 years ago
just added a comment More... almost 17 years ago
improved error handling More... almost 17 years ago
improved error handling in SQL generation, More... almost 17 years ago
just added a comment More... almost 17 years ago
some refactoring More... almost 17 years ago
JS KVC calls are now performed with the shared scope as the scope, w/o that, system methods like string.charAt() got lost. Implies that you need to use 'this.' to address component variables. More... almost 17 years ago
minor code cleanups More... almost 17 years ago
minor code cleanups More... almost 17 years ago
[no comment] More... almost 17 years ago
just added a comment More... almost 17 years ago
Added support for special 'if', 'ifnot' and 'foreach' attributes. Those wrap all WOHTMLDynamicElement subclasses in WOConditional's or WORepetition's. More... almost 17 years ago
just added a comment More... almost 17 years ago
improved handling of bool-strings in .class bindings More... almost 17 years ago
moved <#tag> => WODynamicElement mappings to WOTagAliases.plist file More... almost 17 years ago
[no comment] More... almost 17 years ago
fixed a nullptr exception More... almost 17 years ago
minor code cleanup More... almost 17 years ago
[no comment] More... almost 17 years ago
improved error log, added some comment More... almost 17 years ago
fixed a nullptr exception More... almost 17 years ago