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

Older

  • Nov 23, 2009
    r287 (support |insert as modifier to section directive to auto-ins...) committed by Sean.Middleditch   -   support |insert as modifier to section directive to auto-insert section
    support |insert as modifier to section directive to auto-insert section
  • Nov 22, 2009
    r286 (convert tests to use layouts) committed by Sean.Middleditch   -   convert tests to use layouts
    convert tests to use layouts
  • Nov 22, 2009
    r285 (initial layout template support) committed by Sean.Middleditch   -   initial layout template support
    initial layout template support
  • Nov 22, 2009
    r284 (Make Sugar::loadCache private) committed by Sean.Middleditch   -   Make Sugar::loadCache private
    Make Sugar::loadCache private
  • Nov 22, 2009
    r283 (added section and insert directives) committed by Sean.Middleditch   -   added section and insert directives
    added section and insert directives
  • Nov 22, 2009
    r282 (fix typo in NEWS) committed by Sean.Middleditch   -   fix typo in NEWS
    fix typo in NEWS
  • Nov 22, 2009
    r281 (cleanup phpdoc comments) committed by Sean.Middleditch   -   cleanup phpdoc comments
    cleanup phpdoc comments
  • Aug 31, 2009
    r280 (ton of formatting tweaks for PEAR standards compatibility) committed by Sean.Middleditch   -   ton of formatting tweaks for PEAR standards compatibility
    ton of formatting tweaks for PEAR standards compatibility
  • Aug 29, 2009
    r279 (use integer opcodes instead of strings (tests show a slight ...) committed by Sean.Middleditch   -   use integer opcodes instead of strings (tests show a slight performance drop, unfortunately)
    use integer opcodes instead of strings (tests show a slight performance drop, unfortunately)
  • Aug 29, 2009
    r278 (Branch for using integer opcodes instead of strings. ) committed by Sean.Middleditch   -   Branch for using integer opcodes instead of strings.
    Branch for using integer opcodes instead of strings.
  • Aug 29, 2009
    r277 (small doc additional about performance of displayString/fetc...) committed by Sean.Middleditch   -   small doc additional about performance of displayString/fetchString
    small doc additional about performance of displayString/fetchString
  • Aug 29, 2009
    r276 (improve timing measurements in test) committed by Sean.Middleditch   -   improve timing measurements in test
    improve timing measurements in test
  • Aug 29, 2009
    r275 (ignore doc/manual) committed by Sean.Middleditch   -   ignore doc/manual
    ignore doc/manual
  • Aug 29, 2009
    r274 (make manual improvements) committed by Sean.Middleditch   -   make manual improvements
    make manual improvements
  • Aug 29, 2009
    r273 (convert README to markdown-compatible syntax) committed by Sean.Middleditch   -   convert README to markdown-compatible syntax
    convert README to markdown-compatible syntax
  • Aug 29, 2009
    r272 (use showValue on function return value for escaped functions) committed by Sean.Middleditch   -   use showValue on function return value for escaped functions
    use showValue on function return value for escaped functions
  • Aug 29, 2009
    r271 (document the $escape parameter to addFunction) committed by Sean.Middleditch   -   document the $escape parameter to addFunction
    document the $escape parameter to addFunction
  • Aug 29, 2009
    r270 (add cache flag to addFunction, which disables automatic esca...) committed by Sean.Middleditch   -   add cache flag to addFunction, which disables automatic escaping on top-level function calls
    add cache flag to addFunction, which disables automatic escaping on top-level function calls
  • Aug 29, 2009
    r269 (post-release version bump) committed by Sean.Middleditch   -   post-release version bump
    post-release version bump
  • Aug 29, 2009
    r268 (Version 0.81. ) committed by Sean.Middleditch   -   Version 0.81.
    Version 0.81.
  • Aug 29, 2009
    r267 (make dist fixes) committed by Sean.Middleditch   -   make dist fixes
    make dist fixes
  • Aug 29, 2009
    r266 (fix definitation of __sugar_rootdir to work even if Sugar is...) committed by Sean.Middleditch   -   fix definitation of __sugar_rootdir to work even if Sugar is included inside a function, round two
    fix definitation of __sugar_rootdir to work even if Sugar is included inside a function, round two
  • Aug 29, 2009
    r265 (fix definitation of __sugar_rootdir to work even if Sugar is...) committed by Sean.Middleditch   -   fix definitation of __sugar_rootdir to work even if Sugar is included inside a function
    fix definitation of __sugar_rootdir to work even if Sugar is included inside a function
  • Aug 29, 2009
    r264 (ignore generated files in doc/) committed by Sean.Middleditch   -   ignore generated files in doc/
    ignore generated files in doc/
  • Aug 29, 2009
    r263 (include method_acl test template) committed by Sean.Middleditch   -   include method_acl test template
    include method_acl test template
  • Aug 29, 2009
    r262 (improve phpdoc coverage and correctness) committed by Sean.Middleditch   -   improve phpdoc coverage and correctness
    improve phpdoc coverage and correctness
  • Aug 29, 2009
    r261 (add note about method_acl to NEWS) committed by Sean.Middleditch   -   add note about method_acl to NEWS
    add note about method_acl to NEWS
  • Aug 29, 2009
    r260 (method acl control) committed by Sean.Middleditch   -   method acl control
    method acl control
  • Aug 29, 2009
    r259 (html escape fix in while test) committed by Sean.Middleditch   -   html escape fix in while test
    html escape fix in while test
  • Aug 25, 2009
    r258 (sugar doc fixes) committed by Sean.Middleditch   -   sugar doc fixes
    sugar doc fixes
  • Aug 25, 2009
    r257 (doc gen fixes and improvements) committed by Sean.Middleditch   -   doc gen fixes and improvements
    doc gen fixes and improvements
  • Aug 25, 2009
    r256 (use term identifier instead of name) committed by Sean.Middleditch   -   use term identifier instead of name
    use term identifier instead of name
  • Aug 25, 2009
    r255 (block parsing cleanups, prepping for customizable block func...) committed by Sean.Middleditch   -   block parsing cleanups, prepping for customizable block functions
    block parsing cleanups, prepping for customizable block functions
  • Aug 24, 2009
    r254 (remove use of SUGAR_ROOTDIR define, use global var, for spee...) committed by Sean.Middleditch   -   remove use of SUGAR_ROOTDIR define, use global var, for speed
    remove use of SUGAR_ROOTDIR define, use global var, for speed
  • Aug 24, 2009
    r253 (turn SUGAR_VERSION define into Sugar class constant) committed by Sean.Middleditch   -   turn SUGAR_VERSION define into Sugar class constant
    turn SUGAR_VERSION define into Sugar class constant
  • Aug 24, 2009
    r252 (turn SMARTY_OUTPUT_* defines into Sugar class constants) committed by Sean.Middleditch   -   turn SMARTY_OUTPUT_* defines into Sugar class constants
    turn SMARTY_OUTPUT_* defines into Sugar class constants
  • Aug 24, 2009
    r251 (turn SMARTY_ERROR_* defines into Sugar class constants) committed by Sean.Middleditch   -   turn SMARTY_ERROR_* defines into Sugar class constants
    turn SMARTY_ERROR_* defines into Sugar class constants
  • Aug 24, 2009
    r250 (turn SMARTY_CACHE_* defines into Sugar class constants) committed by Sean.Middleditch   -   turn SMARTY_CACHE_* defines into Sugar class constants
    turn SMARTY_CACHE_* defines into Sugar class constants
  • Aug 24, 2009
    r249 (Support Smarty-style block terminators, e.g. /if or /foreach...) committed by Sean.Middleditch   -   Support Smarty-style block terminators, e.g. /if or /foreach.
    Support Smarty-style block terminators, e.g. /if or /foreach.
  • Jul 31, 2009
    r248 (ensure Sugar->escape() converts input to a string) committed by Sean.Middleditch   -   ensure Sugar->escape() converts input to a string
    ensure Sugar->escape() converts input to a string
  • Jun 07, 2009
    r247 (NEWS note about rename) committed by Sean.Middleditch   -   NEWS note about rename
    NEWS note about rename
  • Jun 07, 2009
    r246 (Rename PHP-Sugar to Sugar for PHP License compatibility) committed by Sean.Middleditch   -   Rename PHP-Sugar to Sugar for PHP License compatibility
    Rename PHP-Sugar to Sugar for PHP License compatibility
  • Apr 02, 2009
    issue 3 (Slash within quotes breaks further syntax highlighting) reported by tanc.whitespace   -   What steps will reproduce the problem? 1. Type: '/' What is the expected output? What do you see instead? The expected output should be that all text below the typed '/' will have proper syntax colouring applied. Instead a slash inside single or double quotes will break syntax highlighting below it. What version of the product are you using? On what operating system? Version 1.0.1 using SVN php-sugar (April 3rd update).
    What steps will reproduce the problem? 1. Type: '/' What is the expected output? What do you see instead? The expected output should be that all text below the typed '/' will have proper syntax colouring applied. Instead a slash inside single or double quotes will break syntax highlighting below it. What version of the product are you using? On what operating system? Version 1.0.1 using SVN php-sugar (April 3rd update).
  • Feb 27, 2009
    r245 (support modifiers in non-top-level functions) committed by Sean.Middleditch   -   support modifiers in non-top-level functions
    support modifiers in non-top-level functions
  • Feb 26, 2009
    r244 (update README) committed by Sean.Middleditch   -   update README
    update README
  • Feb 26, 2009
    r243 (Removed SugarEscaped. Added built-in |raw modifier. Added ha...) committed by Sean.Middleditch   -   Removed SugarEscaped. Added built-in |raw modifier. Added hard-coded logic to suppress escaping for |escape and |raw. Various other little related cleanups.
    Removed SugarEscaped. Added built-in |raw modifier. Added hard-coded logic to suppress escaping for |escape and |raw. Various other little related cleanups.
  • Feb 26, 2009
    r242 (update copyright for 2009) committed by Sean.Middleditch   -   update copyright for 2009
    update copyright for 2009
  • Feb 25, 2009
    r241 (debug off by default, turned on with query parameter) committed by Sean.Middleditch   -   debug off by default, turned on with query parameter
    debug off by default, turned on with query parameter
  • Feb 25, 2009
    r240 (updated NEWS) committed by Sean.Middleditch   -   updated NEWS
    updated NEWS
  • Feb 25, 2009
    r239 (added modifiers, a la smarty and django) committed by Sean.Middleditch   -   added modifiers, a la smarty and django
    added modifiers, a la smarty and django
 
Hosted by Google Code