Activity
From 2010-05-16 to 2010-06-14
2010-06-14
-
11:54 Bug #8207: CGL naming violation in Locale subsystem
- Similar issue with variables like @$rootXMLNode@, should be @$rootXmlNode@...
-
11:32 Bug #8207 (Resolved): CGL naming violation in Locale subsystem
- Currently the Locale code uses CLDR all uppercase in class names, namespaces and variable names. This violates our (a...
-
11:43 Task #8208 (Resolved): Define public API in Locale subsystem
- The Locale subsystem needs to have the public API defined (using @api annotations) on classes and methods that are in...
-
11:28 Task #8206 (Resolved): Update CLDR data to current version
- The CLDR data in the Resources folder is currently 1.6.1 as of 2008-07-23. An upgrade to the current version will a) ...
2010-06-13
-
20:05 Feature #7722: Implement CLDR data reader
- _DatesReader_ implemented.
Date and time format syntax: "Date Format Patterns":http://www.unicode.org/reports/tr35...
2010-06-11
-
16:00 Feature #8133 (Resolved): ObjectAccess::setProperty() should support arrays as a subject
- Applied in changeset r4494.
-
13:00 Bug #8156 (Resolved): ResourceStreamWrapper no longer able to handle non-existent files
- Applied in changeset r4491.
2010-06-10
-
23:03 Bug #8156 (Resolved): ResourceStreamWrapper no longer able to handle non-existent files
- The ResourceStreamWrapper no longer works when trying to use it to create files or directories. This is because @eval...
-
22:00 Feature #6143 (Resolved): Handle expiry time smarter in memcache and APC backends
- Applied in changeset r4486.
-
21:53 Feature #6143 (Accepted): Handle expiry time smarter in memcache and APC backends
- APC needs to special handling according to the PHP manual.
-
16:00 Task #7682 (Resolved): Replace generic exceptions by proper exceptions
- Applied in changeset r4483.
-
14:55 Task #7682 (Accepted): Replace generic exceptions by proper exceptions
-
14:00 Bug #8074 (Resolved): memcached backend: No exception thrown if set() fails and wrong boolean comparison
- Applied in changeset r4482.
-
13:08 Bug #8074 (Accepted): memcached backend: No exception thrown if set() fails and wrong boolean comparison
-
14:00 Feature #6736 (Resolved): Allow comfortable chaining of constraints with Query::logicalAnd() and logicalOr(), or not? ;-)
- Applied in changeset r4481.
-
13:00 Feature #6736 (Accepted): Allow comfortable chaining of constraints with Query::logicalAnd() and logicalOr(), or not? ;-)
-
13:00 Bug #8132 (Resolved): Checking for objects in array properties during persistence is broken
- Applied in changeset r4479.
-
12:28 Bug #8132 (Resolved): Checking for objects in array properties during persistence is broken
- When an object with an array property containing another object is persisted, the object is removed, as the check mis...
-
12:37 Feature #8133 (Resolved): ObjectAccess::setProperty() should support arrays as a subject
- Currently only getProperty() allows to use arrays as $subject - setProperty() doesn't support this.
2010-06-07
-
18:00 Feature #8088 (Resolved): API method for retrieving the original filename of recently imported resources
- Applied in changeset r4446.
-
14:39 Feature #8088 (Resolved): API method for retrieving the original filename of recently imported resources
- When a file is uploaded to FLOW3, there's currently no viable way to get knowledge of the original filename - all you...
-
18:00 Feature #8082 (Resolved): API for accessing persisted resources
- Applied in changeset r4446.
-
11:46 Feature #8082 (Resolved): API for accessing persisted resources
- Currently there is no clean way to retrieve a resource object representing a persisted resource. The only way to use ...
-
17:11 Bug #6315 (Accepted): Input fields with a name attribute with more than 64 characters are ignored
-
11:43 Task #8063 (Resolved): Rename the resource stream wrapper's scheme from "package://" to "resource://"
- Committed as part of r4443
2010-06-06
-
18:56 Feature #7722: Implement CLDR data reader
- _PluralsReader_ and _NumbersReader_ are done.
Parsing of plurals rules as in UTS 35 - "Language Plural Rules":http... -
15:37 Bug #8074 (Resolved): memcached backend: No exception thrown if set() fails and wrong boolean comparison
- http://bugs.typo3.org/view.php?id=14632
2010-06-04
-
12:37 Task #8063 (Resolved): Rename the resource stream wrapper's scheme from "package://" to "resource://"
- The "protocol" we're currently using for retrieving static resources is "package://" - however, that doesn't fit comp...
-
11:58 Feature #7221 (Closed): Automatic accessor methods (especially for models)
-
11:54 Task #8056 (Closed): Remove configuration option for mirrorMode
- The resource publisher can mirror resources either be creating symlinks or copying the files. This can be configured ...
2010-05-30
-
15:19 Feature #7722 (Accepted): Implement CLDR data reader
- Basic classes for CLDR are done. There is CLDRModel which represents data from one CLDR file, and HierarchicalCLDRMod...
2010-05-28
-
17:35 Bug #7847 (Resolved): Missing trailing slash in FLOW3_ROOTPATH causes fatal error
- Resolved as of r4338.
-
14:09 Bug #7847 (Accepted): Missing trailing slash in FLOW3_ROOTPATH causes fatal error
-
15:00 Feature #7960 (Resolved): Implement getClassNameByObjectName()
- Applied in changeset r4337.
-
13:59 Feature #7960 (Resolved): Implement getClassNameByObjectName()
- For the Request Builder we need an API for retrieving the class name by specifying the object name in the ObjectManager.
-
14:16 Bug #7564: Dynamic Object Container does not support scope session
- Andreas Förthner:
_ich hab das bisher nur debugged und festgestellt, dass ganz am anfang wenn mein persistence aspek... -
14:00 Bug #7929 (Resolved): Wrong variable in Memcached backend
- Applied in changeset r4336.
-
13:54 Bug #7929 (Accepted): Wrong variable in Memcached backend
2010-05-27
-
08:41 Feature #7930: Show versions in package list
- Attached screenshot *issue7930-packageList.png* shows correct output of FLOW3 Command Line Interface (issue tracker r...
-
08:29 Feature #7930 (Resolved): Show versions in package list
- The "FLOW3 Command Line Interface" offers a functionality to list available and active packages. In current FLOW3 ver...
2010-05-26
-
23:16 Bug #7929 (Resolved): Wrong variable in Memcached backend
- Same issue as in TYPO3 4.3:
http://bugs.typo3.org/view.php?id=14455
Patch resolves the problem.
2010-05-21
-
19:28 Feature #7721 (Accepted): Implement locale-aware resource management subsystem
- Finding localized versions of resource files is done, it will be a base for all other locale-resource functionality.
-
19:23 Task #7719 (Accepted): Implement Locale class
-
19:21 Feature #7720: Implement automatic locale detection
- Removed the tree as k-fish said (now there are just two arrays :-) ). Implemented the idea with locale resources. I t...
2010-05-20
-
09:47 Bug #7847 (Resolved): Missing trailing slash in FLOW3_ROOTPATH causes fatal error
- Trailing slash "/" at environment variable FLOW3_ROOTPATH is absolutely required in file .htaccess - a missing traili...
2010-05-19
-
08:52 Bug #7831: Router interprets negative integer values of a match result as "matched"
- Robert Lemke wrote:
Hi, I have a little remark here:
> The DynamicRoutPart::match() [...] wrongly interprets in... -
01:00 Bug #7831 (Resolved): Router interprets negative integer values of a match result as "matched"
- Applied in changeset r4321.
-
00:52 Bug #7831 (Resolved): Router interprets negative integer values of a match result as "matched"
- The DynamicRoutPart::match() method doesn't do strict comparison of the route's return value and therefore wrongly in...
-
01:00 Bug #7820 (Resolved): Configuration Manager doesn't properly check for existence of uriPattern
- Applied in changeset r4321.
-
00:00 Bug #7454 (Resolved): Manual: Correct spelling of initializeObject()
- Applied in changeset r4320.
2010-05-18
-
18:10 Feature #7720 (Accepted): Implement automatic locale detection
- I just discussed this with Robert and we would opt for a different solution:
* all files should be localizable (grap... -
17:15 Bug #7820 (Resolved): Configuration Manager doesn't properly check for existence of uriPattern
- If "uriPattern" is not set for a route in the YAML file, the Configuration Manager will fail:...
2010-05-17
-
20:03 Feature #7720: Implement automatic locale detection
- I rewrote the Detector class and implemented a LocaleTree class, which represents all available locales in a tree str...
Also available in: Atom