|
|
|
@8134
|
[8134]
|
03/28/08 14:58:14 |
fabien |
fixed merge problem |
|
|
|
@8020
|
[8020]
|
03/21/08 11:01:15 |
fabien |
merged 1.1 branch changes (to r8006) |
|
|
|
@7131
|
[7131]
|
01/21/08 15:48:28 |
fabien |
merged 1.1 branch changes (to r7127) |
|
|
|
@6781
|
[6781]
|
12/28/07 15:31:41 |
fabien |
removed old file in skeleton |
|
|
|
@6780
|
[6780]
|
12/28/07 15:28:27 |
fabien |
removed i18n.yml files |
|
|
|
@6779
|
[6779]
|
12/28/07 15:12:05 |
fabien |
merged branches 1.1 changes (to r6770) |
|
|
|
@6623
|
[6623]
|
12/20/07 17:10:15 |
francois |
mentioned sf_timeout setting change |
|
|
|
@6591
|
[6591]
|
12/19/07 21:12:43 |
fabien |
fixed typo (closes #2676) |
|
|
|
@6590
|
[6590]
|
12/19/07 21:07:14 |
fabien |
reverted r6588 |
|
|
|
@6589
|
[6589]
|
12/19/07 18:42:39 |
pookey |
fixing web debug toolbar to handle relative paths |
|
|
|
@6588
|
[6588]
|
12/19/07 18:37:53 |
pookey |
adding sfForm::getValue() |
|
|
|
@6550
|
[6550]
|
12/17/07 19:46:17 |
fabien |
fixed method signature |
|
|
|
@6524
|
[6524]
|
12/16/07 14:13:39 |
fabien |
fixed database session storage class (closes #2672) |
|
|
|
@6523
|
[6523]
|
12/16/07 13:24:33 |
fabien |
fixed sessionWrite() signature for database storage classes (closes #2671) |
|
|
|
@6522
|
[6522]
|
12/16/07 13:23:03 |
fabien |
changed sfFrontWebController::dispatch() to always return a sfWebResponse … |
|
|
|
@6521
|
[6521]
|
12/16/07 11:15:24 |
fabien |
added propel:insert-sql test in CLI tests |
|
|
|
@6520
|
[6520]
|
12/16/07 09:58:09 |
fabien |
fixed method signature |
|
|
|
@6519
|
[6519]
|
12/16/07 08:32:29 |
fabien |
added a log of all exception in the PHP log + fixed 404 page in production |
|
|
|
@6518
|
[6518]
|
12/16/07 08:26:27 |
fabien |
added a log of all exception in the PHP log |
|
|
|
@6517
|
[6517]
|
12/16/07 08:23:18 |
fabien |
fixed typo |
|
|
|
@6516
|
[6516]
|
12/16/07 08:22:01 |
fabien |
added a default exception message for 404 errors |
|
|
|
@6515
|
[6515]
|
12/16/07 08:21:04 |
fabien |
fixed typo |
|
|
|
@6514
|
[6514]
|
12/16/07 08:00:16 |
fabien |
removed sfRenderingFilter |
|
|
|
@6513
|
[6513]
|
12/15/07 20:25:55 |
fabien |
fixed sfException event |
|
|
|
@6510
|
[6510]
|
12/15/07 17:19:27 |
fabien |
renamed event request.load_parameters to request.filter_parameters (all … |
|
|
|
@6509
|
[6509]
|
12/15/07 17:13:54 |
fabien |
refactored web debug toolbar logging
* removed sfWebDebugFilter
* … |
|
|
|
@6508
|
[6508]
|
12/15/07 16:15:33 |
fabien |
updated sfCompat10Plugin fixtures |
|
|
|
@6507
|
[6507]
|
12/15/07 16:11:28 |
fabien |
fixed typo in autoloading upgrade |
|
|
|
@6505
|
[6505]
|
12/14/07 14:09:26 |
fabien |
fixed sfSessionStorage to be sure session are only started once |
|
|
|
@6504
|
[6504]
|
12/14/07 11:50:41 |
fabien |
wrapped sfCompat10Plugin config.php ti be sure it is executed only once … |
|
|
|
@6503
|
[6503]
|
12/14/07 11:24:02 |
fabien |
added unit tests to sfEvent and sfEventDispatcher |
|
|
|
@6502
|
[6502]
|
12/14/07 09:44:32 |
fabien |
fixed CLI unit tests comments |
|
|
|
@6501
|
[6501]
|
12/14/07 09:27:03 |
fabien |
updated UPDATE file |
|
|
|
@6500
|
[6500]
|
12/14/07 09:23:15 |
fabien |
- |
|
|
|
@6499
|
[6499]
|
12/14/07 09:19:40 |
fabien |
moved filters configuration loading to the sfFilterChain class |
|
|
|
@6497
|
[6497]
|
12/14/07 07:46:42 |
fabien |
added a loadConfiguration() method to sfI18N and sfDatabaseManager to load … |
|
|
|
@6493
|
[6493]
|
12/13/07 23:27:50 |
fabien |
fixed sfPropel class to use the new sfEvent ArrayAccess? interface |
|
|
|
@6491
|
[6491]
|
12/13/07 22:58:18 |
fabien |
fixed sfComponentTest unit test warnings |
|
|
|
@6490
|
[6490]
|
12/13/07 22:44:39 |
fabien |
removed sfEvent dependency on sfParameterHolder |
|
|
|
@6483
|
[6483]
|
12/12/07 14:37:47 |
fabien |
removed sfLoader::loadHelpers() usage in helper unit tests |
|
|
|
@6482
|
[6482]
|
12/12/07 14:29:13 |
fabien |
removed unneeded initialize() calls in functional tests |
|
|
|
@6481
|
[6481]
|
12/12/07 14:23:59 |
fabien |
changed test sessions path in unit tests |
|
|
|
@6468
|
[6468]
|
12/11/07 21:28:45 |
fabien |
fixed sfOutputEscaperObjectDecorator::toString() as PHP 5.2.5 does not … |
|
|
|
@6467
|
[6467]
|
12/11/07 20:15:59 |
fabien |
fixed sfPropelPager causes an "undefined offset" notice on empty result … |
|
|
|
@6463
|
[6463]
|
12/11/07 17:09:05 |
fabien |
moved test sessions directory |
|
|
|
@6462
|
[6462]
|
12/11/07 17:08:41 |
fabien |
fixed unit tests |
|
|
|
@6459
|
[6459]
|
12/11/07 16:46:19 |
fabien |
added a default contructor to the sfBrowser class |
|
|
|
@6458
|
[6458]
|
12/11/07 16:45:09 |
fabien |
removed empty required categories in sfCacheConfigHanlder |
|
|
|
@6457
|
[6457]
|
12/11/07 16:43:42 |
fabien |
fixed typo |
|
|
|
@6456
|
[6456]
|
12/11/07 16:40:57 |
fabien |
removed required categories in sfYamlConfigHandler (not used) |
|
|
|
@6429
|
[6429]
|
12/10/07 17:01:50 |
pookey |
under certain conditions, wouldn't have been set - causing errors |
|
|
|
@6397
|
[6397]
|
12/09/07 19:44:53 |
fabien |
added 2 options for sfFileLogger (closes #2145) |
|
|
|
@6380
|
[6380]
|
12/07/07 21:33:05 |
fabien |
fixed assertion fail on non-unix system in sfAggregateLogger functional … |
|
|
|
@6379
|
[6379]
|
12/07/07 21:22:53 |
fabien |
fixed typo in sfDebugConnection (closes #2524) |
|
|
|
@6376
|
[6376]
|
12/07/07 21:11:36 |
fabien |
changed implementation of sfCultureInfo::simplify (closes #1821) |
|
|
|
@6373
|
[6373]
|
12/07/07 19:38:36 |
fabien |
added upgrade script for factories.yml |
|
|
|
@6370
|
[6370]
|
12/07/07 17:26:30 |
fabien |
fixed connecting to a database using unix socket (closes #2539) |
|
|
|
@6368
|
[6368]
|
12/07/07 17:17:26 |
fabien |
fixed typo (closes #2070) |
|
|
|
@6365
|
[6365]
|
12/07/07 17:03:14 |
fabien |
refactored cache framework
* renamed some options to underscore … |
|
|
|
@6363
|
[6363]
|
12/07/07 15:52:16 |
fabien |
removed sfParameterHolder dependency for the cache framework |
|
|
|
@6362
|
[6362]
|
12/07/07 15:34:07 |
fabien |
small refactoring of the cache framework |
|
|
|
@6361
|
[6361]
|
12/07/07 15:16:33 |
fabien |
fixed sfProcessCache eaccelerator delete also cached scripts not only … |
|
|
|
@6360
|
[6360]
|
12/07/07 15:14:39 |
fabien |
fixed sfProcessCache eaccelerator delete also cached scripts not only … |
|
|
|
@6341
|
[6341]
|
12/06/07 17:18:16 |
fabien |
added i18n date and time widgets |
|
|
|
@6340
|
[6340]
|
12/06/07 17:00:57 |
fabien |
refactored the date time widget + fixed unit tests + added unit tests for … |
|
|
|
@6336
|
[6336]
|
12/06/07 14:31:49 |
fabien |
added default date and time format for BC in propel.ini + added an upgrade … |
|
|
|
@6334
|
[6334]
|
12/06/07 10:49:10 |
fabien |
added country and language validators and widgets |
|
|
|
@6327
|
[6327]
|
12/05/07 15:37:59 |
fabien |
refactored date widgets
* removed the separator option
* added a … |
|
|
|
@6326
|
[6326]
|
12/05/07 15:32:24 |
fabien |
added option support to sfForm |
|
|
|
@6280
|
[6280]
|
12/01/07 16:38:01 |
fabien |
fixed default layout |
|
|
|
@6224
|
[6224]
|
11/30/07 01:19:22 |
dwhittle |
dwhittle: fixed coding standard in skeleton action test |
|
|
|
@6223
|
[6223]
|
11/30/07 01:18:50 |
dwhittle |
added renderComponent method to sfAction |
|
|
|
@6222
|
[6222]
|
11/30/07 01:17:28 |
dwhittle |
fixed e_strict warning in php5.2 in functional bootstrap |
|
|
|
@6221
|
[6221]
|
11/30/07 01:17:02 |
dwhittle |
dwhittle: added components.class.php to skeleton module |
|
|
|
@6220
|
[6220]
|
11/30/07 01:16:04 |
dwhittle |
dwhittle: fixed support for help in widgets |
|
|
|
@6219
|
[6219]
|
11/30/07 01:15:31 |
dwhittle |
dwhittle: fixed bug (fatal) in default module defaultLayout when output … |
|
|
|
@6218
|
[6218]
|
11/30/07 01:14:30 |
dwhittle |
dwhittle: fixed pear/plugin tests when preferred state is not stable |
|
|
|
@6217
|
[6217]
|
11/30/07 01:13:43 |
dwhittle |
added hasOption + the ability to set preferred state in sfPearEnvironment |
|
|
|
@6216
|
[6216]
|
11/30/07 01:12:51 |
dwhittle |
dwhittle: fixed typos in widget form date, dateTime, time tests |
|
|
|
@6215
|
[6215]
|
11/30/07 01:12:09 |
dwhittle |
fixed typo in sfXCacheCache::clean + getTimeout |
|
|
|
@6211
|
[6211]
|
11/29/07 17:18:48 |
fabien |
fixed typo in the submit_tag() of the UrlHelper?.php (closes #2493) |
|
|
|
@6202
|
[6202]
|
11/29/07 11:32:33 |
fabien |
removed the loading of the Form helper when compat_10 is false |
|
|
|
@6197
|
[6197]
|
11/28/07 08:50:09 |
fabien |
replaced sfException exceptions to SPL exceptions |
|
|
|
@6196
|
[6196]
|
11/28/07 08:49:12 |
fabien |
replaced sfException exceptions to SPL exceptions |
|
|
|
@6176
|
[6176]
|
11/27/07 08:13:54 |
fabien |
removed sfView::isAttributeHolderEscaped() and added isEscaped() method to … |
|
|
|
@6175
|
[6175]
|
11/27/07 07:30:09 |
fabien |
fixed instanceof usage |
|
|
|
@6174
|
[6174]
|
11/27/07 07:22:40 |
fabien |
added form support for Propel objects |
|
|
|
@6173
|
[6173]
|
11/27/07 07:20:23 |
fabien |
deprecated sfAction::getRequestMethods() and sfAction::getDefaultView() … |
|
|
|
@6158
|
[6158]
|
11/24/07 17:32:49 |
fabien |
added missing phpdoc for sfForm |
|
|
|
@6157
|
[6157]
|
11/24/07 17:29:30 |
fabien |
removed the CSRF filter as sfForm forms are protected by default |
|
|
|
@6156
|
[6156]
|
11/24/07 16:04:20 |
fabien |
removed comment from generated files |
|
|
|
@6155
|
[6155]
|
11/24/07 16:02:07 |
fabien |
removed vendor/ directories from being included in the autoloaded classes |
|
|
|
@6154
|
[6154]
|
11/24/07 16:00:00 |
fabien |
switched the default MySQL tables to use InnoDB engine instead of MyISAM |
|
|
|
@6153
|
[6153]
|
11/24/07 15:59:21 |
fabien |
fixed a bug in sfWidget required options management |
|
|
|
@6130
|
[6130]
|
11/21/07 11:06:14 |
noel |
sfBrowser : ->click() also search for HTML button elements (closes #2342) |
|
|
|
@6128
|
[6128]
|
11/21/07 10:50:37 |
gregoire |
Added a commented relative_url_root with its default value in settings.yml |
|
|
|
@6126
|
[6126]
|
11/21/07 10:33:51 |
noel |
sfRouting : allow numeric parameters (closes #2317) |
|
|
|
@6121
|
[6121]
|
11/20/07 13:45:23 |
fabien |
updated URLs in the symfony default module and for error pages |
|
|
|
@6116
|
[6116]
|
11/20/07 13:28:21 |
fabien |
updated package.xml with the new symfony-project domain name |
|
|
|
@6115
|
[6115]
|
11/20/07 13:16:49 |
fabien |
added unit tests for sfFormField |