Older
-
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
-
r286
(convert tests to use layouts) committed by Sean.Middleditch
- convert tests to use layouts
convert tests to use layouts
-
r285
(initial layout template support) committed by Sean.Middleditch
- initial layout template support
initial layout template support
-
r284
(Make Sugar::loadCache private) committed by Sean.Middleditch
- Make Sugar::loadCache private
Make Sugar::loadCache private
-
r283
(added section and insert directives) committed by Sean.Middleditch
- added section and insert directives
added section and insert directives
-
-
-
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
-
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)
-
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.
-
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
-
r276
(improve timing measurements in test) committed by Sean.Middleditch
- improve timing measurements in test
improve timing measurements in test
-
-
-
r273
(convert README to markdown-compatible syntax) committed by Sean.Middleditch
- convert README to markdown-compatible syntax
convert README to markdown-compatible syntax
-
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
-
r271
(document the $escape parameter to addFunction) committed by Sean.Middleditch
- document the $escape parameter to addFunction
document the $escape parameter to addFunction
-
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
-
r269
(post-release version bump) committed by Sean.Middleditch
- post-release version bump
post-release version bump
-
-
-
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
-
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
-
r264
(ignore generated files in doc/) committed by Sean.Middleditch
- ignore generated files in doc/
ignore generated files in doc/
-
r263
(include method_acl test template) committed by Sean.Middleditch
- include method_acl test template
include method_acl test template
-
r262
(improve phpdoc coverage and correctness) committed by Sean.Middleditch
- improve phpdoc coverage and correctness
improve phpdoc coverage and correctness
-
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
-
-
r259
(html escape fix in while test) committed by Sean.Middleditch
- html escape fix in while test
html escape fix in while test
-
-
r257
(doc gen fixes and improvements) committed by Sean.Middleditch
- doc gen fixes and improvements
doc gen fixes and improvements
-
r256
(use term identifier instead of name) committed by Sean.Middleditch
- use term identifier instead of name
use term identifier instead of name
-
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
-
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
-
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
-
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
-
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
-
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
-
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.
-
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
-
-
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
-
-
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
-
-
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.
-
r242
(update copyright for 2009) committed by Sean.Middleditch
- update copyright for 2009
update copyright for 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
-
-
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
|