Navigation

More:





Impressum

changelog

Next: feedback_sent

Thu May 19 05:34:49 CEST 2011 allow # without \ quoting if not followed by { in filter
  • :css
      h2 { color: #FFF; }
    
    Previously you had to escape the # by \.
Sat Apr 23 01:12:45 CEST 2011 fixed
  • =foo() # without arguments
    Previously it only worked when () was non empty
Sat Apr 16 16:31:20 CEST 2011
  • if .. elseif .. else
    previously only this worked:
    if .. else
  • fix of
    attr => "#{$p ? $v1 : $v2}#{$p2 ? $v3 : $v4}"
    Previously both PHP expressions were not surrounded by () resulting in the second term being tropped if $p was true
  • fix of
    text .class_name
    The paragraph parser did not stop at lines starting with '.' previously.
  • Website: There was a bug in error reporting: HTML was not quoted causing an exception. Now when trying to use
    for($i=0; $i < 10; $i++) $p=$i
    you at least get an error message telling you that assignments are not allowed.
  • Website: If an Exception appears tell user an exception identifier so that he/she can contact support to be notified when the issue is resolved
Wed May 11 23:12:23 CEST 2011
  • When generating PHP code add "\n" after
    <?php
    so that error traces are more useful

Next: feedback_sent