Activity
From 2008-08-16 to 2008-09-14
2008-09-12
-
18:32 Revision ca510ba4: * FLOW3: Fixed the fallback route configuration. Relates to r1210.
-
17:07 Revision 5c216e57: !!! Major change, will break existing code.
- Part 3 - Packages
FLOW3, most other packages:
* added namespaces to the code of FLOW3 and all packages in the curren... -
15:27 Revision c8aefae4: * FLOW3: (Documentation) Some minor documentation updates.
-
12:45 Revision d62fe25a: * FLOW3: (Locale) Added the initial, very basic implementation of the Locale Service - it currently does nothing but taking the defaultLocaleIdentifier, creating a Locale object out of it and put it into $c->locale->defaultLocale
-
12:16 Revision 5cacadd4: * FLOW3: (Configuration) Finally fixed the behaviour of a configuration container's lock() method. Instead of locking the container for any write access, it is now only protected against introduction of new option keys. Adapted the configuration manager and tests accordingly.
- * FLOW3: (Locale) Introduced two new configuration options for setting / retrieving the default locale of the applica...
-
11:39 Revision c9d4fc91: * FLOW3: Changed the FLOW3 default configuration a little: There's now a configuration option for the default cache backend (+ options) which can be referred to by any other configuration in need of a cache backend. By this it will be easier for an administrator to define all cache backends with a single option while still having the chance to choose alternative backends for specific parts of FLOW3.
-
11:26 Revision 6116b88f: * FLOW3: (Utility) Took the "FLOW3/" out of the temporary directory name (now resides in Data/Temporary/[md5]... instead of Data/Temporary/FLOW3/[md5]...)
- * FLOW3: (Locale) Made Locale a prototype
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
Also available in: Atom