Activity
From 2008-10-11 to 2008-11-09
2008-11-08
-
10:24 Feature #1991 (Resolved): AbstractView should have access to request in initialaizeView()
- Hello,
I think it would make sense if the AbstractView had access to the $this->request in the $this->initializeVi...
2008-11-07
-
17:06 Revision 05ecfc36: * FLOW3: Fixed a few tests which only failed when run from the CLI
-
16:25 Revision d8c9f74b: * FLOW3: (Security) Fixed the configuration usage in the Security Context class
-
16:05 Feature #1852 (Resolved): Add YAML configuration source
- Applied in changeset r1448.
-
16:02 Revision 3637985f: COMMIT PART 1
- * FLOW3: Implemented a YAML configuration source, resolves #1852
* Globally refactored code and converted configurati...
2008-11-06
-
21:15 Revision 62f9e0a0: FLOW3:
- * refactored cache frontend and backend API: save() is now set(), load() is now get(), findByTag() is now loadByTag()...
2008-11-05
-
19:30 Feature #1852: Add YAML configuration source
- Here's another variant, with ArrayObjects
-
18:56 Feature #1852 (Accepted): Add YAML configuration source
- Did some profiling to see how expensive the usage of configuration containers is (instead of using plain arrays). See...
2008-11-04
-
19:13 Revision 895b4a99: FLOW3 (Security): Fixed a DocComment.
-
19:10 Bug #1948 (Resolved): Fatal error when tokens are retrieved from session
- Applied in changeset r1428.
-
13:27 Bug #1948 (Resolved): Fatal error when tokens are retrieved from session
- As soon as a session is present FLOW3 is unable to start up because of
@Fatal error: Call to a member function getPO... -
19:06 Revision 46a7a094: This temporary fixes #1948 until we have a proper session scope. For now it only fixes the problem for UsernamePassword tokens (as this is the only token type we have at the moment)
-
14:02 Revision 3193d6a9: FLOW3:
- * removed some unused code from component factory
* fixed component factory usage in CLI request handling -
13:46 Revision 6dabd8be: FLOW3:
- * adjusted test for getContext() to new behaviour as of r1423
-
13:40 Revision 4f04907e: FLOW3:
- * getContext() in ContextHolder no longer creates a context if none is found but throws an exception instead
-
13:26 Feature #1947 (Resolved): Implement session scope for object manager
- We need to implement @@scope session@
2008-11-03
-
19:25 Task #1846 (Resolved): Rename getComponent() to create() in component factory
- Applied in changeset r1422.
-
19:23 Revision c89382bd: * FLOW3: (Component) Renamed the method Component::Factory->getComponent() to Component::Factory->create(). Resolves #1846
- * FLOW3: (Component) Component::Factory->create() will now throw an exception on trying to create a component of scop...
2008-10-31
-
13:45 Revision 5b55a309: FLOW3:
- * cleaned up some more validator tests
* using filter_var() for integer validator now (other validators cannot be swi... -
12:36 Revision d20a7c77: FLOW3:
- * streamlined the test for the email address validator
2008-10-30
-
14:14 Revision 3affb5c6: FLOW3:
- * added array_reduce() variant to Utility::Arrays that accepts any type for $initial
* removed some whitespace in Rou... -
13:50 Bug #1635 (Resolved): Routing: Routes should ignore query parameters if not configured
- Applied in changeset r1408.
-
13:46 Revision 7c04992d: * FLOW3: (MVC) Changed handling of Query parameters in URIs. They are ignored now, unless explicitly configured in URI pattern. This fixes #1635. Note: if you want to access a query parameter, you still have to add it to your route.
- * FLOW3: (MVC) Some smaller tweaks and fixes in Route class.
-
10:53 Revision 42edf775: * FLOW3: Updated the PHP version constraint in the package meta information
- * TYPO3: Implemented a new TS processor: toInteger()
2008-10-29
-
16:22 Revision 520b8d0a: FLOW3:
- * changed the name of an internal variable in memcached cache backend
2008-10-28
-
18:07 Task #1844: Check memcached cache backend
- * make sure two or more FLOW3 instances can share a memcached server without conflicting
* check ways of dealing wit... -
16:50 Feature #1199 (Resolved): Add a method findByTag() to F3_FLOW3_Cache_AbstractCache
- Applied in changeset r1395.
-
16:46 Revision ef993404: FLOW3:
- * some cleanup in Cache component, refs #1843, refs #1844
* added findByTag() to cache frontends, fixes #1199 -
13:03 Task #1891 (Resolved): Adjust license to LGPL
- .
2008-10-27
-
18:56 Feature #1884 (Resolved): Add more query options
- -Querying is very basic right now.-
When doing a query against object properties the following should work:
* equ... -
18:53 Feature #1882 (Resolved): Objects can be deleted
- .
-
18:20 Feature #1856 (New): The Package Manager checks dependencies between packages on each activation / deactivation
- .
-
18:10 Feature #1852 (Resolved): Add YAML configuration source
- .
-
18:07 Feature #1849 (Resolved): Inject dependencies after object reconstitution
- .
-
18:03 Feature #1848 (Closed): ComponentManager->getComponent() throws an exception on trying to retrieve a component of prototype scope
- .
-
18:03 Feature #1847 (Resolved): ComponentFactory->create() throws an exception on trying to create a component of singleton scope
- .
-
18:01 Task #1846 (Resolved): Rename getComponent() to create() in component factory
- .
-
17:58 Task #1844 (Resolved): Check memcached cache backend
- Make sure it does all it needs to do and does it well.
-
17:56 Task #1843 (Resolved): Check file cache backend
- Make sure it does all it needs to do and does it well.
-
17:53 Feature #1786 (Closed): findByTag support for the cache frontend
-
12:10 Bug #1727 (Resolved): Unable to install FLOW3/TYPO3v5 (Uncaught FLOW3 Exception)
- The README now states install.sh is not needed for most users.
-
12:04 Revision f37e5ae4: FLOW3:
- * fixed documentation typo in UUID validator
-
11:45 Bug #1200 (Resolved): F3_FLOW3_Cache_Backend_File does not honor an entries lifetime
- Applied in changeset r1387.
-
11:40 Revision 2883367f: FLOW3:
- * the file cache backend now checks the lifetime of entries, fixes #1200
* added collectGarbage() to cache front- and... -
11:33 Revision 1a4f5b7b: FLOW3:
- * enabled SuperGlobalReplacement disallowing access to $_GET, $_POST and $_SERVER. If your code breaks now, fix it. :)
-
11:32 Revision 35ab163a: * FLOW3: (Cache) Fixed method names of some cache manager tests.
2008-10-25
-
00:23 Task #1822 (Closed): Tag SVN before major changes and "stable" versions
- Just a hint or comment:
Would be cool to have sme tags for a working vrsion of the FLOW3 Distribution folder and/o...
2008-10-23
-
10:48 Feature #1791 (Resolved): Routing: Implement Caching
- Routes are not cached at the moment.
Todo:
* Whenever calling match() or resolve() the Cache must be checked for ap... -
10:40 Feature #1790 (Resolved): Routing: optional RouteParts
- We were thinking about a possibility to mark parts of the uriPattern optional. This could look something like:
<pr... -
10:38 Feature #1789 (Resolved): Routing: Implement automatic UUID to object conversion
- Fluid already converts objects used as arguments for URIs (in forms and action links) to uuids and if no custom route...
2008-10-22
-
23:08 Feature #19 (Closed): Add a feature for replacing "new" with "getComponent" in php source files
- This feature is postponed for now as we probably find a better solution with spl_factory_register()
-
23:06 Feature #1787 (Resolved): Improved cache registration
- Currently there is no fixed time during the app flow when a cache needs to be registered. That might / will raise pro...
-
23:04 Feature #1786 (Closed): findByTag support for the cache frontend
- Cache entries need to be found by tag through the cache frontend. That method is still missing ...
-
23:02 Feature #1785 (New): Automatic garbage collection for expired cache entries
- Expired cache entries - even those of caches which are not registered (anymore) - should be cleaned up from time to t...
-
19:21 Revision 0afcfa38: FLOW3:
- * the email address validator now accepts IP addresses as host parts
* the regex is formatted more readable
2008-10-17
-
14:10 Bug #1727: Unable to install FLOW3/TYPO3v5 (Uncaught FLOW3 Exception)
- I don't acctually know what happend the first time when I did a test run without using the installer, but I think the...
-
11:30 Bug #1727 (Accepted): Unable to install FLOW3/TYPO3v5 (Uncaught FLOW3 Exception)
- Looks like the Routes.php is outdated.
-
11:12 Feature #1634: Allow omitting the @reference annotation for object properties
- Check: maybe we have to keep @reference because FLOW3 cannot know the type if the array is empty.
2008-10-16
-
08:58 Bug #1727 (Resolved): Unable to install FLOW3/TYPO3v5 (Uncaught FLOW3 Exception)
- After checking out FLOW3 (r1360) or TYPO3v5 (r838) from the SVN repository, I get an uncaught FLOW3 Exception (The co...
2008-10-15
-
18:52 Bug #1724 (Resolved): Unserialzing of persisted objects will call the __wakeup function
- If a user for some reason wants to serializa an object that has been persisted, it will call the persistence framewor...
2008-10-14
-
18:56 Revision b52fa4ac: FLOW3:
- * Throwing a die() if magic_quotes_gpc is enabled.
2008-10-11
-
11:19 Bug #1635: Routing: Routes should ignore query parameters if not configured
- Todo: When a query string is given in the UriPattern, this should be matched exactly. If not, query strings are ignored.
-
11:09 Feature #1677 (Resolved): Query: add convenience method returning the first object of a result set
- To retrieve one single object from a repository, one has to do something like this currently:...
-
11:02 Feature #1676 (Resolved): FLOW3, Persistence: support for "magic finder methods"
- it would be great, if the base repository would offer interceptor methods returning a subset of stored objects based ...
Also available in: Atom