Activity
From 2008-08-13 to 2008-09-11
2008-09-11
-
18:38 Revision 6de68947: * FLOW3: (Locale) Started implementing the new sub package "Locale". Nothing exciting yet, but a first start ...
- * FLOW3: Added the current version of the Unicode CLDR to the private resources
-
12:21 Revision 2e3eeb30: * FLOW3: Moved the private resource into a "Private" directory.
2008-09-10
-
16:36 Revision 603e0ca5: * FLOW3: (Property) Fixed a failing test from the last commit (r1197).
-
16:30 Revision 00fbdae9: * FLOW3: (MVC) If the name of a valid controller component could not be resolved, the Request will now throw a "No Such Controller" exception. Earlier, the default controller was chosen which made debugging quite hard in some situations.
- * FLOW3: (MVC) Removed the Presentation Controller which had no functionality (yet) anyway and wasn't used either.
* ...
2008-09-08
-
11:32 Revision fb01a51f: FLOW3:
- * small change in persistence layer to allow both int and integer as type names in class schemata, thanks to Matthias...
2008-09-05
2008-09-04
-
17:44 Revision 44eac8e6: * FLOW3: (MVC) More features for the Web Response object - it is now possible to set custom headers
- * FLOW3: (MVC) Improvement of the forward() method in the RequestHandlingController: After calling forward(), the con...
-
13:57 Revision 175503cf: * FLOW3: (MVC) Started implementing more features for the Web Response: It now supports custom HTTP status headers
- * TYPO3: Commit of the latest backend experiments
2008-09-02
-
23:35 Revision 908105e7: FLOW3: make sure only allowed property types are accepted and used in class schemata, fixes #1456.
-
17:26 Revision 273aa22b: FLOW3:
- * now the Persistence Manager uses getObjects() instead of findAll() on the found repositories
-
13:29 Revision 34181e4d: * FLOW3: The default setting for the temporary directory base is now Data/Temporary/ instead of trying to use the system's temporary directory
- * TYPO3: Added a fallback route to the TYPO3 routes configuration
-
12:34 Revision 094a7523: * FLOW3: Moved the php version check to the very beginning of the FLOW3 bootstrap - otherwise __DIR__ is used and results in an error if the PHP version is below 5.3.0. Closes #1402
-
11:30 Revision 7e01f18c: FLOW3: some (mostly) cosmetic changes to Robert's (mostly) cosmetic changes from yesterday.
2008-09-01
-
20:46 Revision b0e1788c: * FLOW3: (Cache) Cosmetic changes
- * FLOW3: (Persistence) Added a getObjects() method to the Repository class.
* TYPO3: Commit of my pre-holiday develop... -
16:39 Revision 0841573c: * FLOW3: (MVC) Implemented first version of a "reverse routing" mechanism which is the first step for creating proper URLs in FLOW3. Now you can generate links like this:
- $router->resolve(array('@package' => 'myPackage', '@controller' => 'myController'));
But beware, naming will probably... -
15:40 Revision a6151838: FLOW3: fixed an error caused by a missing variable in a testcase.
2008-08-27
-
17:05 Revision ee5a2fd6: FLOW3:
- * fixed a bunch of CGL violations
* some TODO comments converted into @todo annotations -
12:38 Revision c657fe0a: FLOW3: Changed misspelled variable name, fixes #1355.
2008-08-25
-
13:42 Revision 04984332: FLOW3, TYPO3CR:
- * class schemata now hold information about an object's identifier property (marked with @identifier)
* when storing ...
2008-08-22
-
18:02 Revision 69d15f6b: FLOW3: Fixed a bug resulting in an exception if more than one new object with new sub-objects was to be persisted. Thanks to Matthias Hörmann for noticing...
-
12:38 Revision c9f0ecfe: FLOW3: autowired setter injectors are now required by default, see r1145, relates to #1209.
-
12:13 Revision b92f826d: FLOW3: autowired setter injectors are now required by default, fixes #1209.
-
10:45 Revision 3aa913a7: FLOW3: memcached backend now returns only identifiers in findEntriesByTag(), fixes #1198.
2008-08-20
2008-08-15
-
18:00 Revision ae1e2e15: Summary: the persistence layer now handles updates to objects...
- FLOW3:
* Advice on __wakeup() is now taken into account, despite the special handling of __wakeup and even if it does...
2008-08-14
-
15:15 Revision 0f5c55ab: FLOW3:
- * Advice on non-existing constructors is now taken into account, fixes #1257
* AOP only now recognizes __construct() ...
2008-08-13
-
21:33 Revision 26143959: * FLOW3: (MVC) Added check to F3_FLOW3_MVC_Web_Routing_StaticRoutePart: if its the last route part in the current URL segment, name of the route part must be exactly the same as the remaining string in the segment. This is a temporary fix and will be refactored soon. This fixes #1278.
-
16:58 Revision 992811af: FLOW3:
- * When reconstituting objects, properties are no longer serialized/deserialized but fetched through the __wakeup() me...
-
16:46 Revision 3e72dc4d: * FLOW3: Marked the previously, mistakenly committed test as skipped. Relates to #1278
-
16:34 Revision dd08efba: * FLOW3: (Configuration) Made sure that the global settings and the routing configuration is always loaded in the same order (and does not depend on the file system's ordering abilities). Asserted that the FLOW3 routing and settings are always loaded first. Relates to #1278
- * FLOW3: (MVC) A few cosmetic changes.
-
11:16 Revision e7a3f070: FLOW3 (Utility): emptyDirectoryRecursively now explicitly skips '.' and '..' directories
Also available in: Atom