Activity




Activity

From 2008-07-30 to 2008-08-28

2008-08-27

17:05 Packages Revision 1159: FLOW3: * fixed a bunch of CGL violations * some TODO comments converted into @todo...
FLOW3: * fixed a bunch of CGL violations * some TODO comments converted into @todo annotations k-fish
12:38 Packages Revision 1158: FLOW3: Changed misspelled variable name, fixes #1355.
FLOW3: Changed misspelled variable name, fixes #1355. k-fish

2008-08-25

23:58 Packages Revision 1157: FLOW3CGL: Moved Sebastians Checkstyle view tunings to its own subclass
FLOW3CGL: Moved Sebastians Checkstyle view tunings to its own subclass timmy
21:01 Packages Revision 1156: FLOW3CGL: * HTML Entity for quotation mark is quot, not amp * Updated package meta...
FLOW3CGL: * HTML Entity for quotation mark is quot, not amp * Updated package metadata Package.xml timmy
13:42 Packages Revision 1155: FLOW3, TYPO3CR: * class schemata now hold information about an object's identifier...
FLOW3, TYPO3CR: * class schemata now hold information about an object's identifier property (marked with @identifier) * when storing new obejcts, an identifier from the object is suggested if available * when reconstituting objects the node identi... k-fish
13:26 Packages Revision 1154: Fixed encoding, so it works correctly with hudson
Fixed encoding, so it works correctly with hudson sebastian
12:44 Packages Revision 1153: Checkstyle did not return valid XML, fixed this.
Checkstyle did not return valid XML, fixed this. sebastian

2008-08-22

19:22 Packages Revision 1152: PHPCR: * added third optional parameter to Node.addNode(), relates to #1291 TYPO3...
PHPCR: * added third optional parameter to Node.addNode(), relates to #1291 TYPO3CR: * Node.addNode() now accepts a third optional parameter allowing to suggest an identifier for the new node, fixes #1291 * Node.addNode() now uses the requested n... k-fish
18:29 Packages Revision 1151: Blog: Once again pimped the test data setup.
Blog: Once again pimped the test data setup. k-fish
18:28 Packages Revision 1150: PHPCR, TYPO3CR: * Moved method to translate PHP type names into JCR type integers ...
PHPCR, TYPO3CR: * Moved method to translate PHP type names into JCR type integers from the persistence backend to the PropertyType class. * Slightly more useful exception message in case persistence encounters objects it cannot handle. k-fish
18:02 Packages Revision 1149: FLOW3: Fixed a bug resulting in an exception if more than one new object with new ...
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... k-fish
13:15 Packages Revision 1148: PhoneBookTutorial, Testing, TYPO3CR, Widget: Removed @required annotations; autowi...
PhoneBookTutorial, Testing, TYPO3CR, Widget: Removed @required annotations; autowired setter injectors are now required by default in FLOW3, see r1145, relates to #1209. k-fish
13:12 Packages Revision 1147: Blog: Removed @required annotations; autowired setter injectors are now required b...
Blog: Removed @required annotations; autowired setter injectors are now required by default in FLOW3, see r1145, relates to #1209. k-fish
12:38 Packages Revision 1146: FLOW3: autowired setter injectors are now required by default, see r1145, relates ...
FLOW3: autowired setter injectors are now required by default, see r1145, relates to #1209. k-fish
12:13 Packages Revision 1145: FLOW3: autowired setter injectors are now required by default, fixes #1209.
FLOW3: autowired setter injectors are now required by default, fixes #1209. k-fish
10:45 Packages Revision 1144: FLOW3: memcached backend now returns only identifiers in findEntriesByTag(), fixes...
FLOW3: memcached backend now returns only identifiers in findEntriesByTag(), fixes #1198. k-fish

2008-08-21

17:22 Packages Revision 1143: TYPO3CR: * some cleanup to code and tests * renamed storageAccess to storageBacken...
TYPO3CR: * some cleanup to code and tests * renamed storageAccess to storageBackend globally * Session->logout() now disconnects from the storage backend * Searching is now delegated to a subsystem, currently implemented using Zend_Search_Lucene (... k-fish

2008-08-20

13:29 Packages Revision 1142: FLOW3: Fixed some tiny spots in the CGL appendix.
FLOW3: Fixed some tiny spots in the CGL appendix. k-fish

2008-08-15

18:00 Packages Revision 1141: Summary: the persistence layer now handles updates to objects... FLOW3: * Advice ...
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 not exist in target class * Reflection_FakeConstructor is now R... k-fish
17:58 Packages Revision 1140: Blog: * Removed __construct() dummy in F3_Blog_Domain_Tag (no longer needed since ...
Blog: * Removed __construct() dummy in F3_Blog_Domain_Tag (no longer needed since r1139) * More robust checking for existing Blog in default controller k-fish
17:08 Distribution Task #1287: .htaccess in root of FLOW3 Distribution makes no sense
Since the index(_dev).php files have been removed from the root of the FLOW3 Distribution, the .htaccess makes no sense there anymore. It either should be removed or rewritten, so that it calls the Public subfolder... Tim Eilers

2008-08-14

15:15 Packages Revision 1139: FLOW3: * Advice on non-existing constructors is now taken into account, fixes #125...
FLOW3: * Advice on non-existing constructors is now taken into account, fixes #1257 * AOP only now recognizes __construct() as constructor, no more PHP4-style classname constructors * some cleanup to comments and whitespace TestPackage: * "fixed"... k-fish
13:17 Packages Revision 1138: TYPO3CR: * added disconnect to the storage backend * fixed potential issue with te...
TYPO3CR: * added disconnect to the storage backend * fixed potential issue with tearDown() in PDO storage tests k-fish

2008-08-13

21:33 Packages Revision 1137: * FLOW3: (MVC) Added check to F3_FLOW3_MVC_Web_Routing_StaticRoutePart: if its the...
* 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... bwaidelich
18:12 Packages Revision 1136: * TYPO3CR: Fixed a bug in Property->getValues() which resulted in a fatal error if...
* TYPO3CR: Fixed a bug in Property->getValues() which resulted in a fatal error if no values exist * TYPO3CR: Optimized the Property class (removed the component factory) and adapted the tests accordingly robert
18:09 Packages Revision 1135: TYPO3CR: * the QueryManager now advocates it's support for JCR_QOM * when usign se...
TYPO3CR: * the QueryManager now advocates it's support for JCR_QOM * when usign setProperty() an array has NULL values removed * in the persistence data mapper getPropertyValue() has the more common case in the try block now k-fish
16:58 Packages Revision 1134: FLOW3: * When reconstituting objects, properties are no longer serialized/deserial...
FLOW3: * When reconstituting objects, properties are no longer serialized/deserialized but fetched through the __wakeup() method that is now introduced into every AOP proxy class. * Reconstituted objects may now have advices attached, as the neede... k-fish
16:46 Packages Revision 1133: * FLOW3: Marked the previously, mistakenly committed test as skipped. Relates to #...
* FLOW3: Marked the previously, mistakenly committed test as skipped. Relates to #1278 robert
16:34 Packages Revision 1132: * FLOW3: (Configuration) Made sure that the global settings and the routing config...
* 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 loa... robert
13:48 Packages Revision 1131: TYPO3CR: * the setup controller also accepts Web requests * the admin JS calls the...
TYPO3CR: * the setup controller also accepts Web requests * the admin JS calls the correct URLs for fetching node and property data k-fish
13:34 Packages Revision 1130: * TYPO3: ... and here are the icons.
* TYPO3: ... and here are the icons. robert
13:16 Packages Revision 1129: * TYPO3: (Backend) Latest work on the default view.
* TYPO3: (Backend) Latest work on the default view. robert
11:16 Packages Revision 1128: FLOW3 (Utility): emptyDirectoryRecursively now explicitly skips '.' and '..' direc...
FLOW3 (Utility): emptyDirectoryRecursively now explicitly skips '.' and '..' directories andi

2008-08-12

17:05 Packages Revision 1127: * FLOW3: (MVC) The action controller now automatically sets the request object in ...
* FLOW3: (MVC) The action controller now automatically sets the request object in the resolved view. * TYPO3: Further implementation of the Pages service * TYPO3: Further work on the backend prototype robert
12:33 Packages Revision 1126: * FLOW3: (MVC) Enhanced the behaviour of the Action Controller's view resolver: It...
* FLOW3: (MVC) Enhanced the behaviour of the Action Controller's view resolver: It will now try to find a view component following the pattern F3_@package_..._View_@controller_@action@format and then only ..._@action. Example: F3_TYPO3_Service_Vie... robert
12:13 Packages Revision 1125: * FLOW3: (Security) Added a __sleep() method to the security context. Without it, ...
* FLOW3: (Security) Added a __sleep() method to the security context. Without it, the session will try to recursively serialize the context, including the request object which contains a lot of other references causing trouble (PDO for example). T... robert
11:14 Packages Revision 1124: FLOW3: Fixed wrong output in case of exception #1218473352.
FLOW3: Fixed wrong output in case of exception #1218473352. k-fish
09:35 Packages Revision 1123: * FLOW3: (Validation) Added a "raw" validator which accepts just everything. Resol...
* FLOW3: (Validation) Added a "raw" validator which accepts just everything. Resolves #1092 robert

2008-08-11

21:55 Packages Revision 1122: * FLOW3: (MVC) Add route part handler support. A route part handler is basically n...
* FLOW3: (MVC) Add route part handler support. A route part handler is basically nothing else than a specialized F3_FLOW3_MVC_Web_Routing_DynamicRoutePart and can be used to resolve one or multiple URL segments. Resolves #1251. Note: There is no i... bwaidelich
21:03 Packages Revision 1121: * FLOW3: (MVC) Implemented support for case insensitve URLs. The package key and c...
* FLOW3: (MVC) Implemented support for case insensitve URLs. The package key and controller component name can now be any case, the action name must still be studly caps (like the action method name). Resolves #1253. * FLOW3: (Package) Added new m... robert
20:28 Packages Revision 1120: * FLOW3: (MVC) Added new property "lastRoutePartInSegment" to F3_FLOW3_MVC_Web_Rou...
* FLOW3: (MVC) Added new property "lastRoutePartInSegment" to F3_FLOW3_MVC_Web_Routing_StaticRoutePart to indicate whether a route part is the last in the current url segment. This fixes #1264. Routing classes are quite messy and complex at the mo... bwaidelich
18:45 Packages Revision 1119: FLOW3: * getAdvicechain() is now getAdviceChain() as intended and documented. * Fi...
FLOW3: * getAdvicechain() is now getAdviceChain() as intended and documented. * Fixed some wrong method names in the AOP documentation k-fish
18:05 Packages Revision 1118: * FLOW3: (MVC) Added "splitString"-property to F3_FLOW3_MVC_Web_Routing_DynamicRou...
* FLOW3: (MVC) Added "splitString"-property to F3_FLOW3_MVC_Web_Routing_DynamicRoutePart to add support for multiple route parts within one URL pattern segment. This resolves #1250. * FLOW3: (MVC) Removed F3_FLOW3_MVC_Web_Routing_SubRoutePart as a... bwaidelich
12:56 Packages Revision 1117: TYPO3CR: Moved the admin part to a subpackage to keep the structure clean. Now on ...
TYPO3CR: Moved the admin part to a subpackage to keep the structure clean. Now on to more important internals... k-fish
12:53 Packages Revision 1116: * FLOW3: (Validation) Implemented new validator for UUIDs. * TYPO3: (Domain) Enhan...
* FLOW3: (Validation) Implemented new validator for UUIDs. * TYPO3: (Domain) Enhanced the Page model by implementing start and end time. * TYPO3: (Domain) Created initial models for workspace and content. * TYPO3: (Service) Implemented the Time Se... robert
10:18 Packages Revision 1115: Initializing project Package (4/4)
Initializing project Package (4/4) www
10:18 Packages Revision 1114: Initializing project Package (3/4)
Initializing project Package (3/4) www
10:18 Packages Revision 1112: Initializing project Package (1/4)
Initializing project Package (1/4) www
10:18 Packages Revision 1113: Initializing project Package (2/4)
Initializing project Package (2/4) www
04:03 Packages Revision 1111: FLOW3CGL: * improved GeneralIndentSniff, fixes Bug #673 * correcting Errors found ...
FLOW3CGL: * improved GeneralIndentSniff, fixes Bug #673 * correcting Errors found by the corrected Sniff timmy

2008-08-09

16:12 Packages Revision 1110: FLOW3CGL: * Making Images working again * Making Tests run green * Making FLOW3CGL...
FLOW3CGL: * Making Images working again * Making Tests run green * Making FLOW3CGL run a bit greener in the FLOW3CGL Validator timmy

2008-08-08

20:33 Packages Revision 1109: Testing: Moved the used images into the public resources folder and adjusted the H...
Testing: Moved the used images into the public resources folder and adjusted the HTML output to fit the new paths. Fixes #838. k-fish
19:16 Packages Revision 1108: TYPO3CR: ExtJS-ified the CR admin, it looks way better now.
TYPO3CR: ExtJS-ified the CR admin, it looks way better now. k-fish
19:15 Packages Revision 1107: FLOW3: Allow fetching of non-public package resources through the resource manager.
FLOW3: Allow fetching of non-public package resources through the resource manager. k-fish
13:51 Packages Revision 1106: TYPO3: Updated the backend prototype, layout now works as expected so far.
TYPO3: Updated the backend prototype, layout now works as expected so far. k-fish
13:51 Packages Revision 1105: ExtJS: * Updated to ExtJS 2.2 * Removed some unused cruft: source, build
ExtJS: * Updated to ExtJS 2.2 * Removed some unused cruft: source, build k-fish
12:00 Packages Revision 1104: * FLOW3: (MVC) Ooops, this change belongs to the last revision ...
* FLOW3: (MVC) Ooops, this change belongs to the last revision ... robert
11:58 Packages Revision 1103: * FLOW3: (MVC) Adapated the view resolving mechanism in the Action Controller so t...
* FLOW3: (MVC) Adapated the view resolving mechanism in the Action Controller so that it can handle controllers in sub packages, too (eg. in TYPO3/Backend/Controller robert
11:44 Packages Revision 1102: * TYPO3: ExtJS backend prototyping - results of the session with Karsten and Ingmar.
* TYPO3: ExtJS backend prototyping - results of the session with Karsten and Ingmar. robert
10:45 Packages Revision 1101: TYPO3CR: The Repository again connects to the storage backend only when login() is...
TYPO3CR: The Repository again connects to the storage backend only when login() is called. k-fish
10:19 Packages Revision 1100: * FLOW3: Removed the check for iconv - effectively that means that you now need to...
* FLOW3: Removed the check for iconv - effectively that means that you now need to have mbstring installed. Fixes #719 * PHP6: Updated the Package.xml and added a few constraints robert
01:44 Packages Revision 1099: FLOW3CGL: implementing very basic Checkstyle view
FLOW3CGL: implementing very basic Checkstyle view timmy

2008-08-07

23:08 Packages Revision 1098: FLOW3CGL: * Correcting little typos * Making CLI/XML View basically working again
FLOW3CGL: * Correcting little typos * Making CLI/XML View basically working again timmy
15:44 Packages Revision 1097: TYPO3CR: * a little restructuring of the storage backend structure * small changed...
TYPO3CR: * a little restructuring of the storage backend structure * small changed to the way Repository handles Session instances k-fish

2008-08-06

22:04 Packages Revision 1096: TYPO3CR, Blog: Ridiculously tiny update to Package.xml
TYPO3CR, Blog: Ridiculously tiny update to Package.xml k-fish
21:59 Packages Revision 1095: Blog: * now uses the persistence framework to query for a blog in findByName() * a...
Blog: * now uses the persistence framework to query for a blog in findByName() * added a setup controller to put some data into the BlogRepository * some minor cleanup * maximum number of items to show in latest view now in settings * removed the ... k-fish
21:45 Packages Revision 1094: FLOW3: * fixed a forgotten wrong method call in Persistence_Manager * added interf...
FLOW3: * fixed a forgotten wrong method call in Persistence_Manager * added interfaces for Query an QueryFactory to persistence subpackage * Repository now holds a QueryFactory by default PHPCR: * adjusted createQuery() signature to spec requirem... k-fish
21:35 Packages Revision 1093: Initializing project Podcast (4/4)
Initializing project Podcast (4/4) www
21:35 Packages Revision 1090: Initializing project Podcast (1/4)
Initializing project Podcast (1/4) www
21:35 Packages Revision 1091: Initializing project Podcast (2/4)
Initializing project Podcast (2/4) www
21:35 Packages Revision 1092: Initializing project Podcast (3/4)
Initializing project Podcast (3/4) www
20:30 Packages Revision 1089: * FLOW3: (Session) Further clean up of the PHP session * Testing: Adapted the test...
* FLOW3: (Session) Further clean up of the PHP session * Testing: Adapted the test runner which now makes sure than no second session is started while creating the sandbox instance of FLOW3. robert
19:04 Packages Revision 1088: * FLOW3: (Session) Refactored and renamed method names of the PHP Session implemen...
* FLOW3: (Session) Refactored and renamed method names of the PHP Session implemenation and the general interface * FLOW3: (Session) Implemented the "Transient Session" * FLOW3: The Transient Session is now selected by default in CLI mode, and the... robert
17:20 Packages Revision 1087: FLOW3: removed unused option for specifying the persistence backend PHP6: complete...
FLOW3: removed unused option for specifying the persistence backend PHP6: completely removed the check for the PHP version, we fulfill it anyway Install, TypoScript: replaced dirname(__FILE__) with __DIR__ k-fish
16:54 Packages Revision 1086: FLOW3, PHP6, Testing: * removed some require_once() calls no longer needed * chang...
FLOW3, PHP6, Testing: * removed some require_once() calls no longer needed * changed some require_once() calls to require() k-fish
16:54 Distribution Revision 1086: FLOW3, PHP6, Testing: * removed some require_once() calls no longer needed * chang...
FLOW3, PHP6, Testing: * removed some require_once() calls no longer needed * changed some require_once() calls to require() k-fish
16:16 Packages Revision 1085: FLOW3, PHP6: * bumped PHP version requirement to 5.3.0alpha1 * replaced dirname(__...
FLOW3, PHP6: * bumped PHP version requirement to 5.3.0alpha1 * replaced dirname(__FILE__) with __DIR__ * removed definitions of FILE_BINARY, FILE_TEXT in F3_PHP6_Functions.php * replaced phpversion() with PHP_VERSION k-fish
16:16 Distribution Revision 1085: FLOW3, PHP6: * bumped PHP version requirement to 5.3.0alpha1 * replaced dirname(__...
FLOW3, PHP6: * bumped PHP version requirement to 5.3.0alpha1 * replaced dirname(__FILE__) with __DIR__ * removed definitions of FILE_BINARY, FILE_TEXT in F3_PHP6_Functions.php * replaced phpversion() with PHP_VERSION k-fish
12:01 Packages Revision 1084: * FLOW3: Added an environment check: If DocComments cannot be reflected properly, ...
* FLOW3: Added an environment check: If DocComments cannot be reflected properly, an exception is thrown. robert
11:39 Packages Revision 1083: FLOW3: Made sure F3_FLOW3_Component_ObjectBuilder is registered as component (so i...
FLOW3: Made sure F3_FLOW3_Component_ObjectBuilder is registered as component (so it can be used with DI). k-fish
11:37 Packages Revision 1082: FLOW3: Added message and error code to an exception.
FLOW3: Added message and error code to an exception. k-fish

2008-08-05

21:39 Packages Revision 1081
robert
21:38 Packages Revision 1080: * FLOW3: (Configuration) Configuration containers are now locked recursively. Fixe...
* FLOW3: (Configuration) Configuration containers are now locked recursively. Fixes #1064. * FLOW3: (MVC) Since recently it was allowed to set keys like "FLOW3_MVC" as package key in the Request object in order to route into sub packages. That was... robert
17:54 Distribution Revision 1079: Removed ExtJS, ExtJSWidgetViews, Widget and Log from the FLOW3 distribution.
Removed ExtJS, ExtJSWidgetViews, Widget and Log from the FLOW3 distribution. robert
17:53 Packages Revision 1078: * FLOW3: (MVC) Reverted the splitting by "." in the Route again due to the failing...
* FLOW3: (MVC) Reverted the splitting by "." in the Route again due to the failing tests (sorry). robert
17:45 Packages Revision 1077: * FLOW3: (MVC) Added support for representation formats to the Request object * FL...
* FLOW3: (MVC) Added support for representation formats to the Request object * FLOW3: (MVC) Roughly implemented path segement parts (or whatever we call it): the URL path is not split by forward slash and dot * FLOW3: (MVC) Added the special rout... robert
14:29 Packages Revision 1076: * TYPO3: Some more restructuring and experiments with the routes. Note: If you wa...
* TYPO3: Some more restructuring and experiments with the routes. Note: If you want to access the test runner from the current t3v5 distribution, you'll have to enter the full URI like this: http://yourhost/index_dev.php/Testing/Default/Default robert
09:44 Packages Revision 1075: * GUI: Deleted the old GUI package implementation (which was just a proof of concept)
* GUI: Deleted the old GUI package implementation (which was just a proof of concept) robert

2008-08-04

17:39 Packages Revision 1074: * FLOW3: (Utility) added concatenatePaths() helper method which combines file path...
* FLOW3: (Utility) added concatenatePaths() helper method which combines file paths and -names by taking care of correct slashes between directories. * FLOW3: (Utility) added test case for F3_FLOW3_Utility_Files Class. Includes unit tests for getU... bwaidelich
16:05 Packages Revision 1073: * FLOW3: (Cache) It's not always possible to check whether a file or directory is ...
* FLOW3: (Cache) It's not always possible to check whether a file or directory is writable or not on Windows. Solution for now: Skip setCacheDirectoryThrowsExceptionOnNonWritableDirectory() in Windows environments. Fixes #918. * FLOW3: (Utility) g... bwaidelich
16:03 Packages Revision 1072: * FLOW3: (Component) Fixed a the component configuration source hint detection whi...
* FLOW3: (Component) Fixed a the component configuration source hint detection which failed with PHP 5.3.0 * FLOW3: (Security) Some cosmetic changes robert
14:53 Packages Revision 1071: * TYPO3: Updated the routes configuration and added some output for displaying the...
* TYPO3: Updated the routes configuration and added some output for displaying the module and submodule arguments. robert
14:40 Packages Revision 1070: * FLOW3: (MVC) Renamed the Default Controller. Addresses #474 * FLOW3: (MVC) Imple...
* FLOW3: (MVC) Renamed the Default Controller. Addresses #474 * FLOW3: (MVC) Implemented the dispatch loop: The request object now contains a flag which tells if the dispatcher needs to dispatch the request again because it contains new informatio... robert
00:32 Packages Revision 1069: FLOW3CGL: * Refactoring due to the big ComponentManager/Factory change * Fixes bu...
FLOW3CGL: * Refactoring due to the big ComponentManager/Factory change * Fixes bug #539 * Fixes bug #540 timmy

2008-08-03

18:45 Packages Revision 1068: * FLOW3: (MVC) Implemented tests for the F3_FLOW3_MVC_Request class. * FLOW3: (Uti...
* FLOW3: (MVC) Implemented tests for the F3_FLOW3_MVC_Request class. * FLOW3: (Utility + MVC) Added support for PUT, DELETE, HEAD and OPTIONS request methods. robert

2008-07-31

17:27 Packages Revision 1067: * FLOW3: (MVC) Added test for the MVC Web Router * FLOW3: (Package) Made sure that...
* FLOW3: (MVC) Added test for the MVC Web Router * FLOW3: (Package) Made sure that the in the list of available packages FLOW3 appears as the first one. This has an impact on what configuration is loaded in which order and we want the FLOW3 config... robert
15:33 Packages Revision 1066: * TYPO3: Disabled the default route of the Page Controller for now because ... you...
* TYPO3: Disabled the default route of the Page Controller for now because ... you can't access the test runner anymore if it's active. robert
12:06 Packages Revision 1065: * FLOW3: (Documentation) Extended the section about Configuration and added a few ...
* FLOW3: (Documentation) Extended the section about Configuration and added a few examples. robert
09:55 Packages Revision 1064: * FLOW3: Removed the checks for eAccelerator from the bootstrap. Generally eAccele...
* FLOW3: Removed the checks for eAccelerator from the bootstrap. Generally eAccelerator can be used if compiled with the -with-eaccelerator-doc-comment-inclusion switch. This needs to be checked / issued a warning for in the (future) installer for... robert

2008-07-30

16:41 Packages Revision 1063: * FLOW3: (Configuration) Implemented the configuration cascade for Routes settings...
* FLOW3: (Configuration) Implemented the configuration cascade for Routes settings as well - now each package can truly define routes in their Routes.php which are merged into the master routing configuration * TYPO3: Implemented some dummy output... robert
15:05 Packages Revision 1062: * Global Configuration: Moved the default routes configuration to within the FLOW3...
* Global Configuration: Moved the default routes configuration to within the FLOW3 package * FLOW3: (Configuration) Refactored the configuration manager. Now there's a dedicated method getSettings() for retrieving settings for a certain package. Y... robert
15:05 Distribution Revision 1062: * Global Configuration: Moved the default routes configuration to within the FLOW3...
* Global Configuration: Moved the default routes configuration to within the FLOW3 package * FLOW3: (Configuration) Refactored the configuration manager. Now there's a dedicated method getSettings() for retrieving settings for a certain package. Y... robert
« Previous
 

Also available in: Atom