0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes issue with using ':' in attribute names (currently static attribute lists only) More... over 15 years ago
Can now use tabs for indentation or variable indent size. See TemplateEngine.UseTabs & TemplateEngine.IndentSize (also available in config) More... over 15 years ago
Removed some file references that are not yet needed. More... over 15 years ago
Add support for != when used next to a tag. More... over 15 years ago
Tags now also apply the new HTML encoding operations. More... over 15 years ago
Implements support for HTML encoding: - Introduces "encodeHtml" configuration option and TemplateEngine property. - Adds '&=' eval operator that HTML encodes content - No support for '!=' at this time More... over 15 years ago
Fixed multiline '|' to work like Haml. More... over 15 years ago
- Added test for MVC RenderPartial. - Various tweaks and small refactorings. More... over 15 years ago
Renamed some bits. More... over 15 years ago
Allows '.' in tag names by using '\' escape character More... over 15 years ago
Last clean ups. More... over 15 years ago
Adding some missing files. More... over 15 years ago
Adding ignore More... over 15 years ago
Remove some more chaff More... over 15 years ago
Kicking off NHaml version 2 development! - Major refactoring to core and view engines. Code is now simpler and smaller. Major breaking API changes! - Introduces IronRuby compiler, MVC view engine and sample. More... over 15 years ago
Ignore sample database. Use pre-build task to copy from template. More... over 15 years ago
Changing sample database to be a template. More... over 15 years ago
A few rename refactorings. More... over 15 years ago
A few minor tweaks More... over 15 years ago
Removed redundant delegate. More... over 15 years ago
Code clean-up. More... over 15 years ago
Fixed static analysis errors on Release build. More... over 15 years ago
finish removal of passing generic arguments around More... over 15 years ago
First checkin :) Remove dependency on passing the data around. Views now generated based on a constructed type. remove NHamlMvcCompiledView (no longer needed). Remove all TViewData generics. remove TCompiledView from CompiledViewCache as it is not used. use ICompiledView<TView> instead. More... over 15 years ago
Renamed a couple of classes in the MVC view engine. More... over 15 years ago
Applied patch from Jeremy Skinner: More... over 15 years ago
Ran code clean-up More... over 15 years ago
Fix a wrong / in ClassNameProvider which couse the tests to fail. More... over 15 years ago
Moved MakeClassName to ClassNameProvider to make it better testable. Instead blacklist not allowed char whitelist only a-Z,0-9 and _ to become a valid classname in all cases. More... over 15 years ago
Refactoring: Fix FxCop/ReSharper issues. Chopped some code out of CSharp3 back-end. Reformatted code. More... over 15 years ago