Activity
From 2009-10-02 to 2009-10-31
2009-10-30
-
17:04 Feature #3337 (Accepted): Allow to count lazy-loaded objects without fetching them from the persistence layer
-
17:04 Bug #5171 (Accepted): Property Mapper: different action required when identity query returned more than 1 object
-
17:00 Bug #5047 (Resolved): Validationresovler regex fails for more than one validator with options
- Applied in changeset r3386.
-
16:54 Bug #5185 (Resolved): ValidatorResolver fails to parse @validate annotations with complex options
- When options like @Bar(Quux=123, Pax="a weird \"string\" with *freaky* stuff")@ are given, they are not parsed correc...
-
15:00 Bug #5182 (Resolved): Routing: @action should not be case sensitive
- Applied in changeset r3384.
-
14:25 Bug #5182: Routing: @action should not be case sensitive
- Bastian Waidelich wrote:
> uses native strtolower() instead of the PHP6-methods, as discussed with Karsten
The ra... -
14:16 Bug #5182: Routing: @action should not be case sensitive
- v2 contained changes from another patch, sorry.
-
14:13 Bug #5182: Routing: @action should not be case sensitive
- v2 of the patch also lower cases format and uses native strtolower() instead of the PHP6-methods, as discussed with K...
-
13:37 Bug #5182: Routing: @action should not be case sensitive
- Attached patch fixes the issue by lower-casing all MVC parameters (@package, @subpackage, @controller & @action) befo...
-
13:22 Bug #5182 (Resolved): Routing: @action should not be case sensitive
- With the default routing setup, following is (and should be) possible:...
-
15:00 Bug #5180 (Resolved): Documentation: Security Framework, 2 examples have a mistake.
- Applied in changeset r3383.
-
14:36 Bug #5180 (Accepted): Documentation: Security Framework, 2 examples have a mistake.
-
12:59 Bug #5180: Documentation: Security Framework, 2 examples have a mistake.
- Andreas Förthner wrote:
> Hi,
>
> thanks for your findings. I would say the first one is no documentation mistake... -
11:41 Bug #5180: Documentation: Security Framework, 2 examples have a mistake.
- Hi,
thanks for your findings. I would say the first one is no documentation mistake, but an actual bug in the poli... -
00:50 Bug #5180 (Resolved): Documentation: Security Framework, 2 examples have a mistake.
- I think I have found 2 errors in the documentation.
*Example roles definition in the FLOW3.yaml file*
@Customer... -
15:00 Feature #2237 (Resolved): URLs can only be lowercase
- Applied in changeset r3382.
-
14:00 Feature #5152 (Resolved): Make package settings available in view
- Applied in changeset r3381.
-
13:01 Feature #5152: Make package settings available in view
- I'd do the assign before the call to initializeView(), so that it could be overridden there, if needed.
2009-10-29
-
18:32 Feature #2237: URLs can only be lowercase
- Bastian Waidelich wrote:
> The change should be backwards compatible though!
I correct myself. The v2 should be b... -
18:01 Feature #2237: URLs can only be lowercase
- @Karsten: Can you please apply the patch if you have no objections? I wasn't sure whether to commit this before alpha...
-
12:57 Bug #5171 (Resolved): Property Mapper: different action required when identity query returned more than 1 object
- Currently, when \F3\FLOW3\Property\Mapper::findObjectByIdentityProperties finds more than 1 object, it returns FALSE,...
2009-10-27
-
19:18 Bug #5153 (Resolved): Routing: RouterCacheAspect only converts objects in the first dimension of route values
- in @Classes/MVC/Web/Routing/Aspect/RouterCachingAspect.php@ we currently have...
-
19:09 Feature #5152: Make package settings available in view
- Patch:...
-
19:08 Feature #5152 (Resolved): Make package settings available in view
- to be able to write...
-
18:08 Bug #5047: Validationresovler regex fails for more than one validator with options
- Karsten Dambekalns wrote:
> Your suggested fix indeed breaks an existing test (using ")" inside an option value). I'... -
17:04 Feature #5149 (Resolved): Support counting objects in persistence queries
- To count results currently something like this is needed:...
-
16:48 Feature #4426: Provide Windows compatible version of the FLOW3 Command Line Tool
- Bastian Waidelich wrote:
> I can't apply your patch for some reason - can you please recreate it only for FLOW3 pack... -
15:15 Feature #4426: Provide Windows compatible version of the FLOW3 Command Line Tool
- Karsten Dambekalns wrote:
Hi Karsten,
> v2: The patch has been updated in some areas:
I can't apply your pat... -
15:22 Feature #3846 (Accepted): Enforce validation before persisting model objects
-
15:21 Feature #342 (Accepted): Support for file uploads
2009-10-26
-
13:51 Bug #5047: Validationresovler regex fails for more than one validator with options
- Your suggested fix indeed breaks an existing test (using ")" inside an option value). I'll look into that for alpha6.
-
13:16 Bug #5047 (Accepted): Validationresovler regex fails for more than one validator with options
-
13:15 Bug #5077 (Resolved): Getting started tutorial links to old flow3 release
- Thanks for the hint.
-
13:13 Bug #5077 (Accepted): Getting started tutorial links to old flow3 release
2009-10-21
-
17:58 Bug #5077 (Resolved): Getting started tutorial links to old flow3 release
- The "Getting Started Distribution" link in the downloads section in the sidebar of the "Getting started tutorial" lin...
-
14:21 Feature #5068 (Resolved): Implement validation for settings (or configuration in general)
- Currently settings, which are typically defined in .yaml files, won't be validated by FLOW3. It would, however, be qu...
2009-10-20
-
13:15 Bug #5047 (Resolved): Validationresovler regex fails for more than one validator with options
- A validation consisting of 2 validations having options makes the regex fail.
E.g.: @validate $whatever stringLength...
2009-10-19
-
16:27 Feature #4668: Validation improvement
- Karsten Dambekalns wrote:
> In the example above one would simply leave out NotEmpty, as EmailAddress implies NotEm...
2009-10-09
-
22:32 Bug #4870 (Resolved): Tests with RSAWalletServicePHP fail on Windows
- Ok, glad you got it working now.
-
22:04 Bug #4870: Tests with RSAWalletServicePHP fail on Windows
- You were right, it was installed, but not working... I solved it by installing "Win32 OpenSSL v0.9.8k Light" from htt...
-
15:00 Feature #4960 (Resolved): There should be a Request hash check when objects are modified
- Applied in changeset r3309.
-
14:50 Feature #4960 (Resolved): There should be a Request hash check when objects are modified
- h2. Scenario:
The developer programmed a form to edit a "Customer", and he can select one role from a dropdown lis...
2009-10-08
-
14:27 Bug #4952 (Resolved): Reflection cache of subclasses are not flushed if parent classes change
- If a parent class is changed (e.g. new properties are added, properties removed, new methods ...) the reflection cach...
-
11:40 Bug #4870: Tests with RSAWalletServicePHP fail on Windows
- David Bruehlmeier wrote:
> OpenSSL is installed and working according to phpinfo():
*Installed* yes, working - no...
2009-10-07
-
20:00 Bug #4870: Tests with RSAWalletServicePHP fail on Windows
- Hi
OpenSSL is installed and working according to phpinfo():... -
15:06 Task #4931 (Closed): Check correct behaviour of object replacement in persistence
- When an object that is a persisted entity is cloned, we (through AOP) set a cloned flag -and drop the memorized clean...
2009-10-06
-
16:07 Bug #4870 (Accepted): Tests with RSAWalletServicePHP fail on Windows
- It seems @openssl_pkey_new()@ in @generateNewKeyPair()@ returns FALSE instead of the expected resource. There are two...
2009-10-02
-
20:56 Bug #4870 (Resolved): Tests with RSAWalletServicePHP fail on Windows
- ...
-
14:00 Bug #4859 (Resolved): findOneBy*() in persistence repository does not limit result set size
- Applied in changeset r3289.
-
13:20 Bug #4859 (Resolved): findOneBy*() in persistence repository does not limit result set size
- The @findOneBy*()@ methods should obviously limit the result set size to, well, 1.
-
14:00 Bug #4857 (Resolved): ValidatorResolver tries to use data type as validator type
- Applied in changeset r3288.
-
12:17 Bug #4857: ValidatorResolver tries to use data type as validator type
- Bastian Waidelich wrote:
> Additional note: IIRC @resolveValidatorObjectName()@ calls @isObjectRegistered()@ on the ... -
11:03 Bug #4857: ValidatorResolver tries to use data type as validator type
- Additional note: IIRC @resolveValidatorObjectName()@ calls @isObjectRegistered()@ on the object manager (and fires th...
-
10:49 Bug #4857 (Resolved): ValidatorResolver tries to use data type as validator type
- When buildMethodArgumentsValidatorConjunctions() iterates over method arguments, it tries to get a validator for each...
-
11:00 Bug #4856 (Resolved): Use of uninitialized $exception variable in APCBackend->set()
- Applied in changeset r3286.
-
10:44 Bug #4856 (Resolved): Use of uninitialized $exception variable in APCBackend->set()
- .
-
11:00 Bug #4850 (Resolved): errorAction() of the MVC ActionController doesn't work correct
- Applied in changeset r3284.
-
10:09 Bug #4850 (Accepted): errorAction() of the MVC ActionController doesn't work correct
- We missed that one, indeed.
-
10:01 Task #4855 (Closed): Investigate APC slam problem
- See http://t3.dotgnu.info/blog/php/user-cache-timebomb for the problem and http://pecl.php.net/bugs/bug.php?id=16814 ...
Also available in: Atom