Activity
From 2008-04-10 to 2008-05-09
2008-05-09
-
23:53 Bug #491: FLOW3 not working under Windows
- the mkdir change is ok, that should resist.
i did some very little changes which solve the problem nearly (see pat... -
23:36 Bug #491 (Accepted): FLOW3 not working under Windows
- Still open, the mkdir() change did not solve it, as reported by Tim Eilers.
-
19:25 Bug #491 (Needs Feedback): FLOW3 not working under Windows
- #497 changed the mkdir use in F3_FLOW3_Utility_Files, please check if that helps (partly).
-
01:13 Bug #491: FLOW3 not working under Windows
- After long way of bug searching i found out that:
Windows is to lazy to create dirs recursively, so in my opinion ev... -
23:12 Bug #507: DebugExceptionHandler prints arguments at wrong place
- I have also wondered about the argument to mirrorPublicPackageResources() in this issue report #491. I'll try to chec...
-
23:08 Bug #507 (Closed): DebugExceptionHandler prints arguments at wrong place
- Don't know if i am the only one, or if it is a windows problem again, but i strongly believe the arguments are printe...
-
19:28 Feature #502 (Resolved): Make error message from exception handler in production mode more user-friendly
- The simple "500 internal server error" is misleading, this should be better-looking and at least reveal that the erro...
-
18:33 Bug #499 (Resolved): Replace TYPO3 with FLOW3 in F3_FLOW3_Error_DebugExceptionHandler
- Applied in changeset r823.
-
18:33 Bug #499 (Accepted): Replace TYPO3 with FLOW3 in F3_FLOW3_Error_DebugExceptionHandler
- Makes sense.
-
18:21 Bug #499 (Resolved): Replace TYPO3 with FLOW3 in F3_FLOW3_Error_DebugExceptionHandler
- The exception handler outputs "TYPO3 Exception" as the title and the text "Uncaught TYPO3 Exception" at the top of th...
-
18:08 Task #497 (Resolved): Remove createDirectoryRecursively() and replace by recursive mkdir() call
- Applied in changeset r822.
-
18:01 Task #497: Remove createDirectoryRecursively() and replace by recursive mkdir() call
- Removing this is not a good idea, as we currently have control over the umask/mode when creating the directories, we ...
-
17:29 Task #497 (Resolved): Remove createDirectoryRecursively() and replace by recursive mkdir() call
- createDirectoryRecursively() in F3_FLOW3_Utility_Files can be removed, as PHP since 5.0.0 supports creating directori...
-
17:46 Major Feature #368: Caching Manager with support for different kinds of caches and stores.
- A memcached backend has been added in r686 and touched in r734, r756 and r820.
-
17:13 Bug #495 (Resolved): memcached cache backend with multiple FLOW3 installations will fail
- Applied in changeset r820.
-
16:44 Bug #495 (Resolved): memcached cache backend with multiple FLOW3 installations will fail
- _(as reported by Axel Hoogestraat)_
The memcached backend (the filecache, as well) will not work properly, if ther... -
00:10 Task #480 (Resolved): Unnecessary methodcall in F3_Flow_Resource_Manager?
- Applied in changeset r813.
2008-05-08
-
23:35 Bug #491: FLOW3 not working under Windows
- its not only a vista only problem. i do have exactly the same on windows xp (with xampp).
it would really be nice ... -
14:54 Bug #491 (Resolved): FLOW3 not working under Windows
- After Revision 784 I get this StackTrace under Windows Vista.
I also checked it on Ubuntu 8.04. It works on Linux.
...
2008-04-29
-
13:22 Bug #486 (Resolved): Configuration from Components.php is not merged among different packages
- The situation: Package A configures some component of package B. If the configuration of package B is processed after...
2008-04-24
-
10:59 Task #480 (Resolved): Unnecessary methodcall in F3_Flow_Resource_Manager?
- In the class F3_Flow_Resource_Manager, method "instantiateResource" is a call to
F3_FLOW3_Utility_FileTypes::mimeTy... -
08:45 Feature #478 (Resolved): More speed for object creation
- I attached the file F3_FLOW3_Component_ObjectBuilder.php with some changes in the methods createComponentObject and i...
2008-04-23
-
10:52 Task #477 (Resolved): Globally adjust copyright notice
- Due to the new copyright / licensing situation, the copyright notice in all files need to be adjusted:
old: @copyr...
2008-04-21
-
18:09 Task #474 (Rejected): Refactor the MVC controller class names
- For consistency, the following classes should be renamed:
F3_FLOW3_MVC_Controller_ActionController -> F3_FLOW3_MVC...
2008-04-16
-
11:01 Feature #11 (Closed): Add wildcard support for components in Components.ini
- Configuration format has switched to .php - so an optimization is not necessary anymore.
-
11:01 Feature #339 (Closed): Improve the Components.ini format
- Configuration format has switched to .php - so an optimization is not necessary anymore.
-
10:59 Feature #459 (Closed): Implement dependency injection via abstract factory methods
- Dependency injection works fine so far as long as components in a singleton scope are requested. Protoype components ...
Also available in: Atom