Development

/branches/1.1 (log)

You must first sign up to be able to contribute.

root/branches/1.1


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9438 [9438] 06/06/08 09:03:30 fabien fixed sfForm cannot handle sfValidatorFile in embed form (closes #3679 - …
(edit) @9437 [9437] 06/06/08 08:51:12 fabien fixed default error messages for sfValidatorNumber (closes #3681)
(edit) @9411 [9411] 06/02/08 19:02:26 nicolas Changed default required option value to false for both …
(edit) @9410 [9410] 06/02/08 14:15:22 nicolas fixed phpdoc for sfContext::getConfiguration()`
(edit) @9409 [9409] 06/02/08 13:41:00 fabien fixed internal URI when a route has some default parameters not present in …
(edit) @9408 [9408] 06/02/08 13:40:28 fabien fixed sfViewCacheManager when using sf_cache_namespace_callable setting
(edit) @9407 [9407] 06/02/08 11:13:10 nicolas Fixed typo in sfValidatorFile::getSavedName() function phpDoc
(edit) @9403 [9403] 06/02/08 03:14:43 Carl.Vondrick 1.1: changed ->getPluginPaths() to ignore hidden directories
(edit) @9402 [9402] 06/02/08 02:52:26 dwhittle 1.1: fixed filter config handler unit test
(edit) @9400 [9400] 06/02/08 02:47:11 dwhittle 1.1: fixed file includes in config handlers (closes #3669)
(edit) @9398 [9398] 06/02/08 02:30:31 dwhittle 1.1: fixed config handlers fatal + coding standard
(edit) @9394 [9394] 06/01/08 22:56:54 nicolas Added tainted files parameter to sfPropelForm::bindAndSave() method. Sorry …
(edit) @9381 [9381] 05/30/08 16:18:32 fabien removed old directory
(edit) @9372 [9372] 05/29/08 20:35:54 dwhittle 1.1: fixed persistent option in sfPDODatabase (so it works with all pdo …
(edit) @9362 [9362] 05/29/08 16:06:46 fabien fixed cloning unbound sfForm triggers unnecessary validation (closes #3541
(edit) @9361 [9361] 05/29/08 14:44:18 hartym Fixed I18n forms saving twice the i18n objects, once with empty default …
(edit) @9340 [9340] 05/28/08 14:32:30 FabianLange 1.1: made the key method configurable for object_select_tag. no BC changes …
(edit) @9336 [9336] 05/28/08 11:28:59 FabianLange 1.1: added a select_currency_tag to FormHelper?. This is a often …
(edit) @9335 [9335] 05/28/08 10:09:29 FabianLange 1.1: added testcase for testing additional options like defer in …
(edit) @9325 [9325] 05/27/08 22:54:15 FabianLange 1.1: added anchor option to link_to helper to work in conjunction with …
(edit) @9316 [9316] 05/27/08 15:32:04 fabien moved template.filter_parameters event to escape sf_* objects
(edit) @9313 [9313] 05/27/08 12:50:00 fabien fixed template.filter_parameters event + added a sf_type variable in all …
(edit) @9301 [9301] 05/27/08 03:08:46 dwhittle 1.1: tweaked module skeleton (added $request for executeIndex)
(edit) @9286 [9286] 05/26/08 20:47:36 Carl.Vondrick 1.1: added helper to get public path from web root (fixes #1390)
(edit) @9285 [9285] 05/26/08 19:49:13 Carl.Vondrick 1.1: fixed default log level (fixes #3455)
(edit) @9264 [9264] 05/26/08 12:58:37 fabien fixed sfWidgetFormSchema rendering when there are only hidden fields …
(edit) @9261 [9261] 05/26/08 12:20:00 fabien added some sanity checks when generating modules + changed the default …
(edit) @9253 [9253] 05/25/08 20:48:32 Carl.Vondrick 1.1: fixed spelling in sfTestBrowser
(edit) @9238 [9238] 05/25/08 11:18:37 nicolas added an $attributes parameter to sfFormField::renderLabel() and …
(edit) @9232 [9232] 05/24/08 21:16:36 nicolas fixed php warning displayed when checking if a Propel object is being …
(edit) @9229 [9229] 05/24/08 17:51:28 nicolas Reverted r9228 - wrong commit
(edit) @9228 [9228] 05/24/08 16:10:21 nicolas * migrated user registration form to sf1.1 form * templating
(edit) @9219 [9219] 05/23/08 17:28:53 FabianLange 1.1: added some more fillin filter tests to get some regressions under …
(edit) @9217 [9217] 05/23/08 17:01:57 FabianLange 1.1: fillin: fixed bug with html documents having extra attributes in head …
(edit) @9210 [9210] 05/23/08 11:59:45 fabien changed the generate:app help message to avoid a warning
(edit) @9208 [9208] 05/23/08 09:47:51 FabianLange 1.1: added third mode for fillin xhtml, same as xml but without prolog …
(edit) @9207 [9207] 05/23/08 09:42:06 fabien fixed autoload again in dev environment
(edit) @9192 [9192] 05/22/08 20:22:49 fabien reverted r9165 and r9074 (refs #3589, #3612)
(edit) @9191 [9191] 05/22/08 19:47:29 fabien fixed sfConfigUpgrade to allow optional whitespaces after the closing PHP …
(edit) @9190 [9190] 05/22/08 19:42:21 FabianLange fixed coding standards. closes #3605
(edit) @9187 [9187] 05/22/08 19:09:33 dwhittle 1.1: fixed test count
(edit) @9186 [9186] 05/22/08 17:19:18 FabianLange fixes urls treated as key: value mappings in yaml, as the parser did not …
(edit) @9183 [9183] 05/22/08 11:40:42 FabianLange fixed my last commit, seems that i wasn't fully awake yet.
(edit) @9180 [9180] 05/22/08 10:49:37 FabianLange restored undocumented way to pass null to setPage to select the first …
(edit) @9178 [9178] 05/22/08 10:09:33 FabianLange 1.1: added test for #2161, which was solved as side effect in r8926. refs …
(edit) @9173 [9173] 05/22/08 08:50:20 dwhittle 1.1: fixed attributes in date time widgets (closes #3601)
(edit) @9172 [9172] 05/22/08 08:47:18 dwhittle 1.1: fixed mysql* storage test + memcache cache test (skip if server not …
(edit) @9167 [9167] 05/22/08 08:05:49 dwhittle 1.1: tweaked phpdoc
(edit) @9165 [9165] 05/22/08 08:02:24 dwhittle 1.1: fixed sfBrowser has duplicate listeners (closes #3612)
(edit) @9161 [9161] 05/21/08 23:25:43 FabianLange take care of any closing ?> tags at end of file in front controllers by …
(edit) @9159 [9159] 05/21/08 22:46:45 dwhittle 1.1: fixed factory config handler possible fatal (closes #3607)
(edit) @9158 [9158] 05/21/08 22:32:00 FabianLange fixed sfOutputEscaper* to return isset($var[index]) correctly. Fixes #3415
(edit) @9151 [9151] 05/21/08 17:09:46 fabien reverted r7949 (refs #3151, closes #3595)
(edit) @9150 [9150] 05/21/08 16:25:20 fabien added an exception if the sfValidatorPropelUnique is not used as a post …
(edit) @9146 [9146] 05/21/08 16:03:26 fabien fixed double-loading of core_compile.yml.php file
(edit) @9145 [9145] 05/21/08 14:30:21 FabianLange fix for non web environments. sfFactoryConfigHandler called getMethod and …
(edit) @9144 [9144] 05/21/08 13:56:58 FabianLange created sfMySQLiDatabase that inherits from sfMySQLDatabase but uses some …
(edit) @9143 [9143] 05/21/08 13:01:43 FabianLange forgot to increment the lime test number
(edit) @9142 [9142] 05/21/08 12:58:36 FabianLange added test for get by reference to parameter holder
(edit) @9132 [9132] 05/21/08 06:28:03 Carl.Vondrick 1.1: fixed @param phpdoc in sfPropelPlugin (refs #2991). many methods …
(edit) @9131 [9131] 05/21/08 06:12:00 Carl.Vondrick 1.1: fixed @param phpdoc to fit specs in plugin (refs #2991)
(edit) @9128 [9128] 05/21/08 02:58:19 Carl.Vondrick 1.1: fixed @param phpdoc to fit specs in i18n (refs #2991)
(edit) @9125 [9125] 05/21/08 02:44:28 dwhittle 1.1: fixed coding standard
(edit) @9124 [9124] 05/21/08 02:32:32 dwhittle 1.1: fixed propel base task from creating duplicate schema (when no …
(edit) @9123 [9123] 05/21/08 01:30:02 Carl.Vondrick 1.1: fixed @param in phpdoc to fit specs in generator (refs #2991)
(edit) @9103 [9103] 05/20/08 10:56:56 FabianLange made sfValidatorOrTest robust against different line endings
(edit) @9102 [9102] 05/20/08 10:48:51 FabianLange made sfValidatorAndTest robust against different line endings
(edit) @9101 [9101] 05/20/08 10:38:20 FabianLange 1.1: fixed @param phpdoc to fit specs in helper (refs #2991)
(edit) @9100 [9100] 05/20/08 10:34:25 fabien reverted r9092 (there is no sfException used in the form system)
(edit) @9098 [9098] 05/20/08 09:57:54 FabianLange 1.1: fixed @param phpdoc to fit specs in request (refs #2991)
(edit) @9097 [9097] 05/20/08 09:40:01 FabianLange 1.1: fixed @param phpdoc to fit specs in task (refs #2991)
(edit) @9092 [9092] 05/20/08 09:23:20 FabianLange changed exception in sfValidatorErrorSchema from LogicException? to …
(edit) @9091 [9091] 05/20/08 09:19:07 FabianLange 1.1: fixed @param phpdoc to fit specs in response (refs #2991)
(edit) @9090 [9090] 05/20/08 09:04:32 FabianLange 1.1: fixed @param phpdoc to fit specs in routing (refs #2991)
(edit) @9089 [9089] 05/20/08 08:52:38 FabianLange 1.1: fixed @param phpdoc to fit specs in storage (refs #2991)
(edit) @9087 [9087] 05/20/08 04:00:40 Carl.Vondrick 1.1: fixed phpdoc to fit specs in filter (refs #2991)
(edit) @9086 [9086] 05/20/08 03:56:29 Carl.Vondrick 1.1: fixed @param phpdoc to fit specs in database (refs #2991)
(edit) @9085 [9085] 05/20/08 03:53:23 Carl.Vondrick 1.1: fixed @param phpdoc to fit specs in config (refs #2991)
(edit) @9084 [9084] 05/20/08 03:29:54 Carl.Vondrick 1.1: fixed @param phpdoc to fit specs in cache (refs #2991)
(edit) @9083 [9083] 05/20/08 03:25:36 Carl.Vondrick 1.1: fixed @param phpdoc to fit specs in addon
(edit) @9082 [9082] 05/20/08 03:08:42 Carl.Vondrick 1.1: partially reverted r9079 to remove a mistake
(edit) @9081 [9081] 05/20/08 02:47:12 Carl.Vondrick 1.1: fixed @param phpdoc to fit specs for log (refs #2991)
(edit) @9080 [9080] 05/20/08 02:40:15 Carl.Vondrick 1.1: fixed @param phpdoc to fit specs in exception (refs #2991)
(edit) @9079 [9079] 05/20/08 02:38:07 Carl.Vondrick 1.1: fixed @param phpdoc to fit specs in debug (refs #2991)
(edit) @9078 [9078] 05/20/08 02:33:39 Carl.Vondrick 1.1: fixed @param phpdoc to fit specs in controller (refs #2991)
(edit) @9076 [9076] 05/20/08 01:19:44 Carl.Vondrick 1.1: fixed @param phpdoc to fit specs in command (refs #2991)
(edit) @9075 [9075] 05/20/08 01:07:50 Carl.Vondrick 1.1: fixed @param phpdoc to fit specs in autoload (refs #2991)
(edit) @9074 [9074] 05/20/08 00:39:53 dwhittle 1.1: fixed sfBrowser does not persist root directory or dispatcher (closes …
(edit) @9069 [9069] 05/20/08 00:24:23 dwhittle 1.1: added test for truncate_text helper + silenced possible notice
(edit) @9068 [9068] 05/20/08 00:11:54 dwhittle 1.1: fixed exception type to use spl in sfValidatorErrorSchema (fixed unit …
(edit) @9065 [9065] 05/20/08 00:05:22 dwhittle 1.1: fixed typo
(edit) @9062 [9062] 05/20/08 00:01:27 dwhittle 1.1: added mbstring support in text helpers (if mbstring is available)
(edit) @9061 [9061] 05/19/08 23:43:10 FabianLange 1.1: fixed @param phpdoc to fit specs in lib/test (refs #2991)
(edit) @9060 [9060] 05/19/08 23:31:17 FabianLange 1.1: fixed @param phpdoc to fit specs in user (refs #2991)
(edit) @9055 [9055] 05/19/08 20:13:58 FabianLange 1.1: fixed notice when either from or to option in date range tag was not …
(edit) @9051 [9051] 05/19/08 13:43:00 FabianLange 1.1: fixed @param phpdoc to fit specs in util (refs #2991)
(edit) @9048 [9048] 05/19/08 11:11:23 FabianLange 1.1: fixed @param phpdoc to fit specs in validator (refs #2991)
(edit) @9047 [9047] 05/19/08 10:43:05 FabianLange 1.1: fixed @param phpdoc to fit specs in view and escaper (refs #2991)
(edit) @9046 [9046] 05/19/08 10:13:51 FabianLange 1.1: fixed @param phpdoc to fit specs in widgets (refs #2991)
(edit) @9045 [9045] 05/19/08 08:33:56 Carl.Vondrick 1.1: fixed @param phpdoc to fit specs in forms (refs #2991)
Note: See TracRevisionLog for help on using the revision log.