@11774
[11774]
09/25/08 11:41:31
FabianLange
[1.1] fixed #4491
@10270
[10270]
07/13/08 23:51:03
Carl.Vondrick
1.1: added deprecated warnings to all sfCompatPlugin classes (closes …
@9947
[9947]
06/27/08 22:49:13
fabien
fixed 404 page when raised by a non existant route (sfCompatPlugin)
@9894
[9894]
06/26/08 14:13:06
FabianLange
1.1: fixed PHPMailer issue with UTF-8 subject being wrapped in middle of …
@9790
[9790]
06/23/08 10:18:06
FabianLange
fixed PH_EOL for 1.1 (in 1.0 since r9181 )
@9588
[9588]
06/15/08 09:15:36
FabianLange
partially revertet r9539 because of possible BC issues
@9539
[9539]
06/11/08 12:02:48
FabianLange
1.1: fixed sfFillInForm to work correctly with nested arrays like: …
@9217
[9217]
05/23/08 17:01:57
FabianLange
1.1: fillin: fixed bug with html documents having extra attributes in head …
@9208
[9208]
05/23/08 09:47:51
FabianLange
1.1: added third mode for fillin xhtml, same as xml but without prolog …
@9190
[9190]
05/22/08 19:42:21
FabianLange
fixed coding standards. closes #3605
@8925
[8925]
05/13/08 11:03:01
fabien
fixed yml validator file can be overriden by a remote attacker (closes …
@8758
[8758]
05/03/08 23:03:08
FabianLange
reverted more merge errors from r8755
@8757
[8757]
05/03/08 22:59:28
FabianLange
fixed my commit breaking the registration of the fillin feature for 1.1 …
@8755
[8755]
05/03/08 20:34:29
FabianLange
validation yml with fillin is used even without other validators defined …
@8717
[8717]
05/02/08 10:31:17
FabianLange
patched sfFillInForm so that in html mode it adds a content-type meta if …
@8710
[8710]
05/01/08 14:18:12
FabianLange
fillin now handles array notations like <input type="text" name …
@8708
[8708]
05/01/08 12:08:01
FabianLange
fixed ajax response fillin, which does not include a doctype because it is …
@8697
[8697]
04/30/08 18:31:56
FabianLange
applied r8695 also for sf 1.1, although fill in is only in compat plugin …
@8053
[8053]
03/23/08 03:34:55
Carl.Vondrick
1.1: fixed sfNumberValidator doesn't like numbers less than 0 (closes …
@7902
[7902]
03/15/08 14:17:33
fabien
rename sfValidatorBase to sfValidator in sfCompat10Plugin and renamed the …
@7792
[7792]
03/09/08 23:06:59
fabien
updated Sean Kerr email address
@7757
[7757]
03/07/08 11:55:22
fabien
moved back helpers in lib/ as they won't be converted to classes for 1.1
@7726
[7726]
03/03/08 15:16:01
fabien
moved partial and component cache management to sfPartialView
@7725
[7725]
03/03/08 15:00:44
fabien
fixed caching of partial and components (now with css, js, and slots …
@7724
[7724]
03/03/08 14:35:23
fabien
changed sfWebResponse::*PartialCache? () signatures, fixed phpdoc (WIP)
@7717
[7717]
03/02/08 20:28:31
fabien
moved partial/component cache management to sfViewCacheManager
@7713
[7713]
03/02/08 14:28:53
fabien
enforced javascript and stylesheet positions
@7691
[7691]
02/29/08 17:56:22
fabien
simplified directory structure customization
* removed *_dir_name …
@7666
[7666]
02/28/08 11:54:49
hartym
porting #3023 correction to 1.1 Compat10Plugin
@7643
[7643]
02/27/08 23:45:28
dwhittle
1.1: tweaked phpdoc for sfProcessCache timeout
@7614
[7614]
02/26/08 18:38:26
fabien
added a new configuration system
* added a new sfProjectConfiguration …
@7590
[7590]
02/23/08 19:35:05
Carl.Vondrick
1.1: fixed sfNumberValidator to reject hexadecimal values in …
@7317
[7317]
02/04/08 10:14:39
fabien
removed sf_symfony_data_dir dependency in input_date_tag() helper
@6682
[6682]
12/23/07 11:19:52
fabien
cleaned up exception classes
@6624
[6624]
12/20/07 17:35:35
hartym
Fixes #2627 for 1.1
@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/plugins/sfCompat10Plugin/lib :
@6509
[6509]
12/15/07 17:13:54
fabien
refactored web debug toolbar logging
* removed sfWebDebugFilter
* …