My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Nov 10, 2009
    issue 65 (Possibility to add custom markuprules?) commented on by Boris.Callens   -   Nice :)
    Nice :)
  • Nov 10, 2009
    issue 65 (Possibility to add custom markuprules?) commented on by Boris.Callens   -   Nice :)
    Nice :)
  • Nov 09, 2009
    issue 65 (Possibility to add custom markuprules?) Status changed by simon.cropp   -   done go here for latest build http://teamcity.codebetter.com/viewLog.html?buildId=lastSuccessful&buildTypeId=bt43&tab=artifacts
    Status: Fixed
  • Nov 09, 2009
    r437 (make viewengine public) committed by simon.cropp   -   make viewengine public
    make viewengine public
  • Nov 09, 2009
    issue 65 (Possibility to add custom markuprules?) reported by Boris.Callens   -   In order to register custom markup rules it would suffice to create a class that inherits from MarkupRule and then register it by adding by running AddRule on NHamlMvcViewEngine.TemplateEngine.Options. If I'm not mistaking currently this is impossible from outside the NHamlMvcViewEngine because Template engine is protected. By simply either making the TemplateEngine property public (get only) or by propagating the AddRule method somewhere we could enable run-time adding of custom rules. This allows me to do var nHamlMvcViewEngine = new NHamlMvcViewEngine(); nHamlMvcViewEngine.TemplateEngine.Options.AddRule( new Boris.NHaml.Rules.MyCustomMarkupRule()); ViewEngines.Engines.Add(nHamlMvcViewEngine);
    In order to register custom markup rules it would suffice to create a class that inherits from MarkupRule and then register it by adding by running AddRule on NHamlMvcViewEngine.TemplateEngine.Options. If I'm not mistaking currently this is impossible from outside the NHamlMvcViewEngine because Template engine is protected. By simply either making the TemplateEngine property public (get only) or by propagating the AddRule method somewhere we could enable run-time adding of custom rules. This allows me to do var nHamlMvcViewEngine = new NHamlMvcViewEngine(); nHamlMvcViewEngine.TemplateEngine.Options.AddRule( new Boris.NHaml.Rules.MyCustomMarkupRule()); ViewEngines.Engines.Add(nHamlMvcViewEngine);
  • Nov 06, 2009
    issue 5 (Support for multiple "ContentPlaceHolders") commented on by lanwin.de   -   Nathan Weizenbaum has answered about this question. He think it is not a good idea to extend this as language feature and i am still have the same opinion about it. http://groups.google.com/group/haml/browse_thread/thread/f109a30905ef6f3a?hl=en The best way is to implement it as helper like this: %html %head %title =TryRender("myTitleBlock") => Default Title, In Case Concrete View Page Doesn't Override This Block %body %h1 -Capture("myBodyBlock") => = Default Header, In Case Concrete View Page Doesn't Override
    Nathan Weizenbaum has answered about this question. He think it is not a good idea to extend this as language feature and i am still have the same opinion about it. http://groups.google.com/group/haml/browse_thread/thread/f109a30905ef6f3a?hl=en The best way is to implement it as helper like this: %html %head %title =TryRender("myTitleBlock") => Default Title, In Case Concrete View Page Doesn't Override This Block %body %h1 -Capture("myBodyBlock") => = Default Header, In Case Concrete View Page Doesn't Override
  • Nov 05, 2009
    issue 5 (Support for multiple "ContentPlaceHolders") commented on by Boris.Callens   -   I second #10
    I second #10
  • Oct 30, 2009
    r436 (better use of codedom ) committed by simon.cropp   -   better use of codedom
    better use of codedom
  • Oct 29, 2009
    r435 (update boo 2.0.9.2) committed by simon.cropp   -   update boo 2.0.9.2
    update boo 2.0.9.2
  • Oct 29, 2009
    r434 ( ) committed by simon.cropp   -  
  • Oct 29, 2009
    r433 ( ) committed by simon.cropp   -  
  • Oct 29, 2009
    r432 (more IR tests working ) committed by simon.cropp   -   more IR tests working
    more IR tests working
  • Oct 29, 2009
    r431 (fix warning in release) committed by simon.cropp   -   fix warning in release
    fix warning in release
  • Oct 29, 2009
    r430 (fix reference) committed by simon.cropp   -   fix reference
    fix reference
  • Oct 29, 2009
    r429 ([No log message]) committed by simon.cropp   -   [No log message]
    [No log message]
  • Oct 29, 2009
    r428 (get 2010 compiling) committed by simon.cropp   -   get 2010 compiling
    get 2010 compiling
  • Oct 29, 2009
    r427 (rearrange references) committed by simon.cropp   -   rearrange references
    rearrange references
  • Oct 29, 2009
    r426 (upgrade to ironruby-0.9.1) committed by simon.cropp   -   upgrade to ironruby-0.9.1
    upgrade to ironruby-0.9.1
  • Oct 29, 2009
    r425 (add more reference to 2010) committed by simon.cropp   -   add more reference to 2010
    add more reference to 2010
  • Oct 29, 2009
    r424 (update to FSharp-1.9.7.8) committed by simon.cropp   -   update to FSharp-1.9.7.8
    update to FSharp-1.9.7.8
  • Oct 29, 2009
    r423 (upgrade all 2010 projects 20 .net 4) committed by simon.cropp   -   upgrade all 2010 projects 20 .net 4
    upgrade all 2010 projects 20 .net 4
  • Oct 29, 2009
    r422 (remove monorail from 2010 sln) committed by simon.cropp   -   remove monorail from 2010 sln
    remove monorail from 2010 sln
  • Oct 29, 2009
    r421 (update 2010 sln file) committed by simon.cropp   -   update 2010 sln file
    update 2010 sln file
  • Oct 29, 2009
    r420 (remove monorail view engine. it now exists in https://svn.ca...) committed by simon.cropp   -   remove monorail view engine. it now exists in https://svn.castleproject.org/svn/castlecontrib/viewengines/nhaml
    remove monorail view engine. it now exists in https://svn.castleproject.org/svn/castlecontrib/viewengines/nhaml
  • Oct 18, 2009
    r419 (user Environment.NewLine instead of \r\n) committed by simon.cropp   -   user Environment.NewLine instead of \r\n
    user Environment.NewLine instead of \r\n
  • Oct 18, 2009
    r418 (remove a \n\r) committed by simon.cropp   -   remove a \n\r
    remove a \n\r
  • Oct 16, 2009
    r417 (write nhaml temp dir to debug ) committed by simon.cropp   -   write nhaml temp dir to debug
    write nhaml temp dir to debug
  • Oct 16, 2009
    DebugExceptionsOrStepThroughTemplates (How to debug exceptions or step through templates.) Wiki page edited by simon.cropp   -   Revision r416 Edited wiki page through web user interface.
    Revision r416 Edited wiki page through web user interface.
  • Oct 16, 2009
    r415 (more detail if a view doesnt exist ) committed by simon.cropp   -   more detail if a view doesnt exist
    more detail if a view doesnt exist
  • Oct 16, 2009
    r414 (fix perf bug with outputDebugFiles="true" ) committed by simon.cropp   -   fix perf bug with outputDebugFiles="true"
    fix perf bug with outputDebugFiles="true"
  • Sep 29, 2009
    issue 64 (Support for IHtmlString in ASP.Net 4) reported by lanwin.de   -   ASP.Net 4 is changed to have a new syntax to directly encode all output <%: %>. This also works with HTML Helpers when they are returning a type which implements IHtmlString. Read more: http://haacked.com/archive/2009/09/25/html-encoding-code-nuggets.aspx We should also support this (possibly also in 2.0 with a custom IHtmlString) and that think about encode all output by default, so you have to be explicit say that you dont what to encode a specify output or set an configuration option to enable the current behavior.
    ASP.Net 4 is changed to have a new syntax to directly encode all output <%: %>. This also works with HTML Helpers when they are returning a type which implements IHtmlString. Read more: http://haacked.com/archive/2009/09/25/html-encoding-code-nuggets.aspx We should also support this (possibly also in 2.0 with a custom IHtmlString) and that think about encode all output by default, so you have to be explicit say that you dont what to encode a specify output or set an configuration option to enable the current behavior.
  • Sep 23, 2009
    r413 (Dont use FunctionalTestFixture for haml-spec test suite.) committed by lanwin.de   -   Dont use FunctionalTestFixture for haml-spec test suite.
    Dont use FunctionalTestFixture for haml-spec test suite.
  • Sep 23, 2009
    r412 (Add haml-spec testsuite. But currently as ignored, since we ...) committed by lanwin.de   -   Add haml-spec testsuite. But currently as ignored, since we dose not provide all functions.
    Add haml-spec testsuite. But currently as ignored, since we dose not provide all functions.
  • Sep 22, 2009
    r411 (Better exception message when failing to load an assembly ) committed by simon.cropp   -   Better exception message when failing to load an assembly
    Better exception message when failing to load an assembly
  • Sep 17, 2009
    issue 63 (Use haml-spec testsuite) reported by lanwin.de   -   There is now an common testsuite for haml parsers. We should integrate it too. http://github.com/norman/haml-spec
    There is now an common testsuite for haml parsers. We should integrate it too. http://github.com/norman/haml-spec
  • Sep 16, 2009
    r410 (change preview title ) committed by simon.cropp   -   change preview title
    change preview title
  • Sep 13, 2009
    r409 (AutoRecompile now true by default ) committed by simon.cropp   -   AutoRecompile now true by default
    AutoRecompile now true by default
  • Sep 12, 2009
    r408 (dont output source to trace ) committed by simon.cropp   -   dont output source to trace
    dont output source to trace
  • Sep 12, 2009
    r407 (better adding of usings when passing base temaplte type ) committed by simon.cropp   -   better adding of usings when passing base temaplte type
    better adding of usings when passing base temaplte type
  • Sep 09, 2009
    r406 (speed up making class name ) committed by simon.cropp   -   speed up making class name
    speed up making class name
  • Sep 08, 2009
    r405 (remove some redundant code) committed by simon.cropp   -   remove some redundant code
    remove some redundant code
  • Sep 07, 2009
    r404 (fix boo unit test ) committed by simon.cropp   -   fix boo unit test
    fix boo unit test
  • Sep 03, 2009
    r403 (use render instead of context.render in monorail) committed by simon.cropp   -   use render instead of context.render in monorail
    use render instead of context.render in monorail
  • Aug 31, 2009
    r402 (fix an f# test ) committed by simon.cropp   -   fix an f# test
    fix an f# test
  • Aug 28, 2009
    issue 53 (NHAML does not recompile the view when partial used inside g...) Status changed by simon.cropp   -  
    Status: Fixed
    Status: Fixed
  • Aug 28, 2009
    issue 60 (Fulent Html) Status changed by simon.cropp   -  
    Status: Done
    Status: Done
  • Aug 28, 2009
    FeedbackAndInformation (How to provide feedback and get information) Wiki page edited by simon.cropp   -   Revision r401 Edited wiki page through web user interface.
    Revision r401 Edited wiki page through web user interface.
  • Aug 28, 2009
    FeedbackAndInformation (How to provide feedback and get information) Wiki page edited by simon.cropp   -   Revision r400 Edited wiki page through web user interface.
    Revision r400 Edited wiki page through web user interface.
  • Aug 28, 2009
    FeedbackAndInformation (How to provide feedback and get information) Wiki page edited by simon.cropp   -   Revision r399 Edited wiki page through web user interface.
    Revision r399 Edited wiki page through web user interface.
  • Aug 23, 2009
    r398 (switch textwriter when rendering attributes ) committed by simon.cropp   -   switch textwriter when rendering attributes
    switch textwriter when rendering attributes
 
Hosted by Google Code