Activity
From 2010-04-29 to 2010-05-28
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...
2010-05-14
-
22:25 Feature #7720 (Needs Feedback): Implement automatic locale detection
- The commit in Revision 4308 was done mainly for the record. I plan to reimplement this part anyway in order to use tr...
-
22:08 Task #7719: Implement Locale class
- The Locale class was changed a little in Revision 4308. Default values were removed (all fields are now NULL by defau...
2010-05-12
-
12:34 Bug #7580 (Resolved): There's no default context (anymore)
- This has already been resolved as of r4263, no?
-
12:32 Bug #7454 (Accepted): Manual: Correct spelling of initializeObject()
2010-05-09
-
19:44 Bug #7727 (Resolved): Better handling of "wrong" parameters in ./flow3
- Just did a fresh "svn export ..." and tried to list the available packages...
-
17:16 Feature #7725 (Resolved): Implement Input Parser subsystem
- Input Parser is a class which parses user's input based on locale used by him / her, and converts it to the internal ...
-
17:03 Feature #7724 (Resolved): Implement Message Formatter subsystem
- Message Formatter is a class which formats a string given by substituting placeholders with properly formatted values...
-
16:52 Feature #7723 (Resolved): Implement message resources support (XLIFF, plural forms)
- Locale-dependent messages (texts) will be stored in XLIFF format. Because of that FLOW3 needs to be capable of readin...
-
16:46 Feature #7722 (Resolved): Implement CLDR data reader
- CLDR data contains information in XML format about many different aspects related to localization. FLOW3 18n / l10n s...
-
16:34 Feature #7721 (Resolved): Implement locale-aware resource management subsystem
- Existing resource management subsystem needs to be extended in order to provide convenient API for management of loca...
-
16:18 Feature #7720 (Resolved): Implement automatic locale detection
- Locale detection can be done in web application framework in three ways:
* using HTTP "Accept-Language" header
* u... -
16:10 Task #7719 (Resolved): Implement Locale class
- Locale class is a base for all i18n / l10n functionality in FLOW3. There already exists simple Locale class, so it sh...
2010-05-06
-
17:01 Bug #7687 (Resolved): ObjectAccess doesn't allow numeric indexes for arrays
- Applied in changeset r4276.
-
16:22 Bug #7687 (Resolved): ObjectAccess doesn't allow numeric indexes for arrays
- When trying to retrieve a value from an array with a numeric index, the ObjectAccess::getProperty() method throws an ...
-
17:00 Task #7688 (Resolved): Don't reflect Exception classes
- Applied in changeset r4276.
-
16:27 Task #7688 (Resolved): Don't reflect Exception classes
- Currently the Reflection Service will even reflect *Exception classes. That's unnecessary because we never instantiat...
-
13:00 Task #7682 (Resolved): Replace generic exceptions by proper exceptions
- Well, the subject says all: we shouldn't use RuntimeException, LogicException etc. because they undermine our hierarc...
2010-05-03
-
12:00 Bug #7598 (Resolved): Automatically set context not checked in Bootstrap
- Applied in changeset r4263.
-
11:33 Bug #7598 (Resolved): Automatically set context not checked in Bootstrap
- Exception is thrown in Production context...
2010-05-02
-
17:00 Feature #7588 (Resolved): ObjectAccess::getPropertyPath should support Closures
- Applied in changeset r4256.
-
16:20 Feature #7588 (Resolved): ObjectAccess::getPropertyPath should support Closures
- We need support for Closures in ObjectAccess::getPropertyPath.
2010-05-01
-
11:11 Bug #7580 (Resolved): There's no default context (anymore)
- Since the possible contexts have been reduced to "Production" and "Development" you get the following error, if you d...
2010-04-30
-
18:00 Bug #7567 (Resolved): During persistence all objects inside array/SplObjectStorage are removed
- Applied in changeset r4252.
-
17:11 Bug #7567 (Resolved): During persistence all objects inside array/SplObjectStorage are removed
- Even objects that are still in an array/SplObjectStorage are removed, due to use of the (useless) AbstractBackend->ge...
-
18:00 Feature #7495 (Resolved): Implement support for persistence of nested arrays
- Applied in changeset r4252.
-
16:47 Bug #7564 (Closed): Dynamic Object Container does not support scope session
- This ends up in a duplication of session objects that are beeing injected before the static object container is built...
-
11:41 Bug #7426 (Resolved): Catch fatal error message when running PHP < 5.3
- As of r4228:
[+BUGFIX] FLOW3 Distribution: The Web/index.php used __DIR__, thus breaking our carefully crafted path ...
Also available in: Atom