Activity
From 2010-03-30 to 2010-04-28
2010-04-28
-
16:00 Task #7479 (Resolved): Move context configuration defaults to package
- Applied in changeset r4230.
-
14:42 Task #7479: Move context configuration defaults to package
- For the time being (until we need something more sophisticated), this feature is now implemented as follows:
* Onl... -
12:20 Task #7479 (Accepted): Move context configuration defaults to package
-
15:18 Feature #7516 (Resolved): Create encryption hash if none was defined
- Currently you'll get an exception if you didn't define an encryption hash:...
-
11:37 Feature #7495 (Accepted): Implement support for persistence of nested arrays
-
11:29 Bug #7426 (Accepted): Catch fatal error message when running PHP < 5.3
-
10:02 Bug #7426: Catch fatal error message when running PHP < 5.3
- Hi Karsten,...
2010-04-27
-
15:23 Feature #7495 (Resolved): Implement support for persistence of nested arrays
- At the moment nested arrays cannot be persisted (see exception no. 1260284934). However, this is currently needed by ...
-
13:00 Task #7480 (Resolved): Integrate PHP6 features in FLOW3
- Applied in changeset r4216.
-
12:47 Task #7480 (Resolved): Integrate PHP6 features in FLOW3
- The features of the PHP6 package need to be available, but the package itself should not be there anymore. Move the s...
-
12:45 Bug #7426 (Needs Feedback): Catch fatal error message when running PHP < 5.3
- What exact error message do you get?
-
11:27 Task #7479 (Resolved): Move context configuration defaults to package
- Currently we deliver certain configuration defaults for the Testing and Production context in the global Configuratio...
2010-04-26
-
19:00 Feature #7474 (Resolved): Implement a "LabelValidator"
- Applied in changeset r4213.
-
17:02 Feature #7474 (Resolved): Implement a "LabelValidator"
- Many models have properties which are used as labels. These usually may contain any (unicode) character, space " " an...
2010-04-24
-
10:48 Bug #7454 (Resolved): Manual: Correct spelling of initializeObject()
- I just copied the method from the manual and wondered why it didn't work ;)
See here: http://flow3.typo3.org/docum...
2010-04-22
-
13:28 Bug #7426 (Resolved): Catch fatal error message when running PHP < 5.3
- I thought that I have PHP 5.3 installed but got a fatal error message instead of FLOW3 welcome message.
Finally I re...
2010-04-21
-
18:26 Feature #7407 (Resolved): Edit nested properties of a domain model within a form
- *Motivation*
This should give some background information and introduce the issue for a special example:
I am plann...
2010-04-16
-
14:53 Feature #7113: Make view resolution in ActionController independent from Fluid
- I'll be available for such discussions
-
14:00 Feature #6390 (Resolved): ObjectAccess::getPropertyPath doesn't support Arrays
- Applied in changeset r4185.
-
12:17 Feature #6390 (Accepted): ObjectAccess::getPropertyPath doesn't support Arrays
2010-04-15
-
22:24 Task #7163 (Resolved): Remove code that is not needed anymore
- Resolved as of r4149 - used wrong issue number on commit message...
-
13:01 Task #7163 (Accepted): Remove code that is not needed anymore
-
22:00 Bug #7286 (Resolved): Undefined FLOW3 root path does not issue an error in CLI mode
- Applied in changeset r4166.
-
21:40 Bug #7286 (Resolved): Undefined FLOW3 root path does not issue an error in CLI mode
- When FLOW3 is run in CLI context, the environment variable FLOW3_ROOTPATH must be set. If this is not the case, FLOW3...
-
20:00 Feature #6913 (Resolved): Implement a FLOW3 optimized var_dump function
- Applied in changeset r4160.
-
19:00 Task #7031 (Resolved): Unsafe masking of a dynamic regex pattern
- Applied in changeset r4155.
-
18:27 Task #7031 (Accepted): Unsafe masking of a dynamic regex pattern
-
18:29 Major Feature #6267 (Resolved): Speed up persistence
-
18:09 Feature #7221: Automatic accessor methods (especially for models)
- Hmm, didn't think of unit tests. Too bad. Guess you would have implemented this already if it were possible ;)
-
17:35 Feature #7221: Automatic accessor methods (especially for models)
- That sounds great... on first read. But in a scripting language like PHP those methods are only available when you us...
-
00:58 Feature #4426 (Needs Feedback): Provide Windows compatible version of the FLOW3 Command Line Tool
- Attached version works for me. With following snippet pasted to "Settings.yaml":...
2010-04-12
-
14:59 Feature #7221 (Closed): Automatic accessor methods (especially for models)
- When writing models, there is a lot of code to be written for getters/setters. I understand why __get() and __set() i...
-
01:08 Feature #7216 (Closed): Custom CLI Controller without Modification of flow3.sh
- I'm currently putting an Doctrine2 Package together and wanted to add the Doctrine2 schema-tools to the flow3 cli scr...
2010-04-09
-
18:00 Bug #7199 (Resolved): Persistence Manager retrieves repository objects by class name instead of object name
- Applied in changeset r4043.
-
17:28 Bug #7199 (Resolved): Persistence Manager retrieves repository objects by class name instead of object name
- The persistence manager uses the class name as an argument to the Object Manager's get() method. This usually works -...
-
18:00 Bug #7198 (Resolved): Reflection Service should ignore leading backslashes in class names
- Applied in changeset r4043.
-
17:25 Bug #7198 (Resolved): Reflection Service should ignore leading backslashes in class names
- While reflecting classes it could happen that the reflection service caches for example class names of interface impl...
2010-04-08
-
19:05 Bug #7182: Throw an exception if class for annotated dataType is missing
- @Robert: We talked about this issue in Lübeck already. It's hard to track this error and the framework should provide...
-
18:51 Bug #7182: Throw an exception if class for annotated dataType is missing
- I filed a bug report for this before in #7076 for extbase. But I agree with Jochen that we should solve this in FLOW3...
-
18:48 Bug #7182 (Resolved): Throw an exception if class for annotated dataType is missing
- Hey,
if you have a typo in the annotation of an argument of your method, FLOW3 throws some kind of confusing excep... -
09:55 Task #7163 (Resolved): Remove code that is not needed anymore
- After the introduction of the TypeHandling class the following lines can be safely removed from \F3\FLOW3\Reflection\...
2010-04-07
-
18:25 Task #7031: Unsafe masking of a dynamic regex pattern
- I am for leaving it like it is, but making clear what happens in the documentation.
-
16:14 Task #7031: Unsafe masking of a dynamic regex pattern
- yes, I'm all for leaving it as a real regex configuration option. But you are right that the current situation is som...
-
12:18 Task #7031 (Needs Feedback): Unsafe masking of a dynamic regex pattern
- Well, @preg_quote()@ masks all characters that have a meaning in a regex. This is not wanted in this case, at least j...
-
17:18 Bug #7055: possible reflection problem.
- I dit not realize, that calling a function without paramter and with an unset paramter (NULL) is making a difference....
-
12:13 Bug #7055 (Closed): possible reflection problem.
- The issue you refer to does is caused by a NULL being given to the constructor. Well, either an array or nothing work...
2010-04-02
-
11:11 Feature #7113 (Resolved): Make view resolution in ActionController independent from Fluid
- Currently the view for any ActionController is tied to Fluid. For every action processed, a Fluid @TemplateView@ will...
2010-03-30
-
11:55 Bug #7069 (Closed): Value objects no longer used after being replaced are not removed
- When a value object is replaced (but not "actively deleted") it is not removed from the storage layer. In case of Res...
Also available in: Atom