|
|
|
@19850
|
[19850]
|
07/03/09 16:58:22 |
FabianLange |
[1.2, 1.2, 1.3] fixed PHPdoc typo |
|
|
|
@19256
|
[19256]
|
06/15/09 09:25:17 |
fabien |
[1.1, 1.2, 1.3] fixed generateCacheKey does not coverts dots to … |
|
|
|
@17477
|
[17477]
|
04/21/09 10:30:59 |
fabien |
[1.1, 1.2, 1.3] fixed generateCacheKey does not coverts dots to … |
|
|
|
@17468
|
[17468]
|
04/21/09 09:21:38 |
fabien |
[1.0, 1.1, 1.2, 1.3] fixed cache manager when the cache partial or … |
|
|
|
@17347
|
[17347]
|
04/16/09 01:42:20 |
Kris.Wallsmith |
[1.1, 1.2, 1.3] fixed restoration of response object if an exception is … |
|
|
|
@17217
|
[17217]
|
04/11/09 16:30:16 |
Kris.Wallsmith |
[1.0, 1.1, 1.2] Added sf_lazy_cache_key setting to address possible … |
|
|
|
@16905
|
[16905]
|
04/02/09 15:37:38 |
Kris.Wallsmith |
[1.1, 1.2, 1.3] Avoided unnecessary calls to md5(serialize()) by moving … |
|
|
|
@16553
|
[16553]
|
03/24/09 17:49:06 |
Kris.Wallsmith |
[1.1, 1.2, 1.3] Added proxies to sfOutputEscaperSafe so safe vars work as … |
|
|
|
@11195
|
[11195]
|
08/27/08 13:35:19 |
fabien |
[1.1, 1.2] fixed a notice in sfViewCacheManager |
|
|
|
@10227
|
[10227]
|
07/11/08 21:36:32 |
fabien |
fixed cache on components |
|
|
|
@9945
|
[9945]
|
06/27/08 22:40:58 |
fabien |
fixed 404 page when raised by a non existant route |
|
|
|
@9496
|
[9496]
|
06/09/08 16:00:32 |
hartym |
Fix problem with components contextual vars. A contextual variable sent … |
|
|
|
@9408
|
[9408]
|
06/02/08 13:40:28 |
fabien |
fixed sfViewCacheManager when using sf_cache_namespace_callable setting |
|
|
|
@9316
|
[9316]
|
05/27/08 15:32:04 |
fabien |
moved template.filter_parameters event to escape sf_* objects |
|
|
|
@9313
|
[9313]
|
05/27/08 12:50:00 |
fabien |
fixed template.filter_parameters event + added a sf_type variable in all … |
|
|
|
@9158
|
[9158]
|
05/21/08 22:32:00 |
FabianLange |
fixed sfOutputEscaper* to return isset($var[index]) correctly. Fixes #3415 |
|
|
|
@9151
|
[9151]
|
05/21/08 17:09:46 |
fabien |
reverted r7949 (refs #3151, closes #3595) |
|
|
|
@9048
|
[9048]
|
05/19/08 11:11:23 |
FabianLange |
1.1: fixed @param phpdoc to fit specs in validator (refs #2991) |
|
|
|
@9047
|
[9047]
|
05/19/08 10:43:05 |
FabianLange |
1.1: fixed @param phpdoc to fit specs in view and escaper (refs #2991) |
|
|
|
@8983
|
[8983]
|
05/15/08 18:46:55 |
fabien |
added a view.cache.filter_content event to decouple the sfViewCacheManager … |
|
|
|
@8768
|
[8768]
|
05/04/08 14:25:39 |
fabien |
fixed rendering partials multiple times, messing up parameters (closes … |
|
|
|
@8577
|
[8577]
|
04/21/08 09:07:45 |
Carl.Vondrick |
1.1: fixed type-o |
|
|
|
@8267
|
[8267]
|
04/04/08 12:09:33 |
pookey |
When sf_escaping_strategy == true, these conditions were passing resulting … |
|
|
|
@8260
|
[8260]
|
04/04/08 11:10:11 |
fabien |
removed both escaping strategy
* we now have 2 escaping strategy: on … |
|
|
|
@8227
|
[8227]
|
04/03/08 12:47:59 |
fabien |
added support for formats/mime types
* added a formats parameter to the … |
|
|
|
@8201
|
[8201]
|
04/02/08 10:19:06 |
fabien |
removed 'bc' escaping strategy (upgrade is needed)
* removed 'bc' … |
|
|
|
@8138
|
[8138]
|
03/28/08 17:21:34 |
fabien |
removed action template variable availability from the layout
* Please, … |
|
|
|
@8095
|
[8095]
|
03/26/08 14:59:06 |
fabien |
fixed action/partial cache when a request has POST or GET parameters |
|
|
|
@8092
|
[8092]
|
03/26/08 07:29:17 |
fabien |
fixed typo |
|
|
|
@8083
|
[8083]
|
03/25/08 18:49:13 |
dwhittle |
1.1: tweaked template handling (to use configuartion->getTemplatePath / … |
|
|
|
@8009
|
[8009]
|
03/20/08 23:01:55 |
dwhittle |
1.1: fixed potential php notice (closes #3168) |
|
|
|
@7976
|
[7976]
|
03/19/08 17:35:53 |
fabien |
fixed view cache doesn't accept zero client lifetime (closes #3141) |
|
|
|
@7967
|
[7967]
|
03/19/08 13:00:36 |
fabien |
removed uneeded variables in sfPHPView |
|
|
|
@7959
|
[7959]
|
03/19/08 05:37:43 |
dwhittle |
1.1: tweaked decorator handling (removed redundant call and moved to … |
|
|
|
@7951
|
[7951]
|
03/18/08 17:29:13 |
fabien |
oops, … |
|
|
|
@7949
|
[7949]
|
03/18/08 16:03:38 |
fabien |
added a EXTR_REFS to extract() in sfPHPView (reduces memory usage, closes … |
|
|
|
@7899
|
[7899]
|
03/15/08 13:34:21 |
fabien |
replaced ESC_ENTITIES by ESC_SPECIALCHARS as the default escaping strategy … |
|
|
|
@7846
|
[7846]
|
03/12/08 23:54:04 |
fabien |
allowed customisation of decorator directory (closes #3056 - patch from … |
|
|
|
@7792
|
[7792]
|
03/09/08 23:06:59 |
fabien |
updated Sean Kerr email address |
|
|
|
@7787
|
[7787]
|
03/09/08 17:38:15 |
francois |
Changed the way sfViewCacheManager deals with internal cache keys:
* … |
|
|
|
@7727
|
[7727]
|
03/03/08 15:19:44 |
fabien |
renamed some variables in sfPartialView to be coherent with sfPHPView |
|
|
|
@7726
|
[7726]
|
03/03/08 15:16:01 |
fabien |
moved partial and component cache management to sfPartialView |
|
|
|
@7724
|
[7724]
|
03/03/08 14:35:23 |
fabien |
changed sfWebResponse::*PartialCache?() signatures, fixed phpdoc (WIP) |
|
|
|
@7723
|
[7723]
|
03/03/08 12:24:09 |
fabien |
added sfWebResponse::merge(), rename sfWebResponse::mergeProperties() to … |
|
|
|
@7722
|
[7722]
|
03/03/08 11:39:00 |
fabien |
removed sfContext dependency for sfResponse |
|
|
|
@7717
|
[7717]
|
03/02/08 20:28:31 |
fabien |
moved partial/component cache management to sfViewCacheManager |
|
|
|
@7716
|
[7716]
|
03/02/08 19:05:44 |
fabien |
added getModuleName(), getActionName(), and getViewName() to sfView |
|
|
|
@7691
|
[7691]
|
02/29/08 17:56:22 |
fabien |
simplified directory structure customization
* removed *_dir_name … |
|
|
|
@7614
|
[7614]
|
02/26/08 18:38:26 |
fabien |
added a new configuration system
* added a new sfProjectConfiguration … |
|
|
|
@7407
|
[7407]
|
02/08/08 13:10:59 |
fabien |
fixed some phpDoc |
|
|
|
@7215
|
[7215]
|
01/29/08 18:12:45 |
pookey |
more updates in line with r7211 |
|
|
|
@7120
|
[7120]
|
01/21/08 09:13:59 |
fabien |
added a way to mark template value as being safe for output
* new … |
|
|
|
@7109
|
[7109]
|
01/20/08 08:57:12 |
fabien |
added more unit tests to sfOutputEscaper |
|
|
|
@7107
|
[7107]
|
01/20/08 08:32:10 |
fabien |
added full unit tests to sfEscapedViewParameterHolder and … |
|
|
|
@6723
|
[6723]
|
12/26/07 22:23:48 |
fabien |
added functional tests for view escaping |
|
|
|
@6555
|
[6555]
|
12/17/07 19:59:26 |
fabien |
- |
|
|
|
@6548
|
[6548]
|
12/17/07 17:47:01 |
fabien |
created 1.1 branch |
|
copied from trunk/lib/view:
|
|
|
|
@6509
|
[6509]
|
12/15/07 17:13:54 |
fabien |
refactored web debug toolbar logging
* removed sfWebDebugFilter
* … |