Activity
From 2009-12-20 to 2010-01-18
2010-01-18
-
16:15 Bug #6047 (Resolved): ./flow3 - wrong flush cache controller
- Resolved in r3654
-
16:14 Bug #6059 (Resolved): ./flow3 - wrong package controller
- Resolved in r3654
-
09:45 Bug #6059 (Accepted): ./flow3 - wrong package controller
-
12:00 Bug #6073 (Resolved): ObjectAccess::getProperty() causes warning with array and non-existing property
- Applied in changeset r3658.
-
11:33 Bug #6073 (Resolved): ObjectAccess::getProperty() causes warning with array and non-existing property
- If you use getProperty() to ask for a non-existing property on an array, the input is eventually passed to get_object...
-
11:00 Bug #5599 (Resolved): Various typos in documentation
- Applied in changeset r3656.
-
11:00 Bug #6069 (Resolved): PdoBackend cannot handle uninitialized SplObjectStorage properties
- Applied in changeset r3653.
-
09:49 Bug #6069 (Resolved): PdoBackend cannot handle uninitialized SplObjectStorage properties
- Properties with a declared type of @SplObjectStorage@ that have a NULL value break persistence.
Zachary Davis
> I...
2010-01-16
-
20:39 Bug #6059 (Resolved): ./flow3 - wrong package controller
- I believe that line 127 should be changed from:
CONTROLLER='Manager'
to:
CONTROLLER='PackageManager'
Seem... -
13:52 Bug #6047 (Accepted): ./flow3 - wrong flush cache controller
-
00:18 Bug #6047 (Resolved): ./flow3 - wrong flush cache controller
- Hi,
the commandline script ./flow3 calls a wrong controller by flushing the cache
line 177
CONTROLLER='Manage...
2010-01-15
-
16:00 Task #5658 (Resolved): Inconsistent class names in sub namespaces (Part II)
- Applied in changeset r3643.
-
15:53 Task #5658: Inconsistent class names in sub namespaces (Part II)
- Attached script which I used to migrate the class names of the FLOW3 Base distribution.
2010-01-14
-
18:00 Bug #6030 (Resolved): Router needlessly lowercases names of package, controller, action
- Applied in changeset r3633.
-
17:30 Bug #6030 (Resolved): Router needlessly lowercases names of package, controller, action
- Templates in Fluid need to be in a path whose parts have to be lowercased, which breaks consistency. That is caused b...
-
18:00 Bug #6029 (Resolved): PdoBackend cannot handle uninitialized DateTime properties
- Applied in changeset r3633.
-
17:26 Bug #6029 (Resolved): PdoBackend cannot handle uninitialized DateTime properties
- Properties with a declared type of DateTime that have a NULL value break persistence, because the PdoBackend tries to...
-
18:00 Bug #6028 (Resolved): DataMapper cannot handle wrongly typed input.
- Applied in changeset r3633.
-
17:24 Bug #6028 (Resolved): DataMapper cannot handle wrongly typed input.
- When a property value comes back from the persistence depths as string, but is supposed to be an integer (or some oth...
2010-01-13
-
18:04 Bug #5889 (Resolved): Kickstart twice defined as svn:external
- Resolved in r3613
-
16:45 Bug #5889 (Accepted): Kickstart twice defined as svn:external
-
18:00 Feature #6006 (Resolved): Base FLOW3 persistence directly on database, not on TYPO3CR
- Applied in changeset r3616.
-
16:55 Feature #6006 (Resolved): Base FLOW3 persistence directly on database, not on TYPO3CR
- Once upon a time we decided to use JSR-283 for storing our content. That still makes sense for the CMS, but for the f...
-
17:03 Feature #342 (Resolved): Support for file uploads
-
16:59 Feature #6008 (Resolved): Automatically purge files of removed resources
- When a resource object is discarded, the related file should be removed as well.
However, such a mechanism require... -
16:53 Feature #5481 (Resolved): Implement meaningful logging for security / authentication
-
16:51 Bug #6005 (Resolved): ObjectAccess::getProperty() behaves not as documented when property does not exist
- The method should throw an exception as per it's documentation, but returns NULL, which is not really the same thing ...
-
14:00 Feature #5998 (Resolved): More flexible subpackage directory structure
- Applied in changeset r3606.
-
12:32 Feature #5998 (Resolved): More flexible subpackage directory structure
- Currently there is an option to set a @subpackage in a route configuration which will later be translated into a clas...
-
14:00 Feature #5995 (Resolved): Implicitly call __toString method if action result is an object
- Applied in changeset r3606.
-
11:57 Feature #5995 (Resolved): Implicitly call __toString method if action result is an object
- If an action method returns an object, the ActionController should check if a __toString method exists and if so call...
-
12:09 Task #5658 (Accepted): Inconsistent class names in sub namespaces (Part II)
2010-01-08
-
09:32 Task #5927 (Resolved): Write documentation for Cache Framework
- The basic use of the cache framework and the setup of its different backends needs to be documented.
2010-01-05
-
14:33 Bug #5889 (Resolved): Kickstart twice defined as svn:external
- In the base distribution (https://svn.typo3.org/FLOW3/Distributions/Base) the Kickstart is defined twise as svn:exter...
2010-01-04
-
14:30 Feature #5882 (Closed): Caching for Package Manager/Package file listing
- Currently, everytime FLOW3's Package Manager initializes it will traverse the folder structure via a DirectoryIterato...
2009-12-28
-
19:31 Task #5851 (Resolved): Security Context Holder redundant?
- It's a bit inconvenient to get hold of the security context because you need to get the Security Context Holder injec...
-
13:16 Feature #5849 (Resolved): Rebuild proxy classes if security policy changes
- We need to monitor the settings (or probably later called "Policies.yaml") file and rebuild the AOP proxy classes if ...
-
11:19 Feature #5846 (Resolved): Implement Account Factory
- Currently the typical code for creating a password-based account looks like this:...
2009-12-21
-
18:00 Feature #5822 (Resolved): Implement proper resource management
- Applied in changeset r3548.
-
16:55 Feature #5822 (Resolved): Implement proper resource management
- The Resource sub package must be redone. It should support:
* automatic publishing of static package resources
* ... -
16:52 Feature #369 (Resolved): Replace path constants by resource manager calls
Also available in: Atom