Jochen Rau [Mon, 9 Nov 2009 11:46:20 +0000 (11:46 +0000)]
[+BUGFIX] Extbase (Persistence): Fixed a problem where the cache was cleared at every hit.
[+TASK] Extbase (Persistence): The uid of a ValueObject is cleared now if it gets cloned.
[!!!][-TASK] Extbase (Persistence): Removed buggy implementation of comma separated lists. Will be reimplemented later again.
Jochen Rau [Sun, 8 Nov 2009 16:37:01 +0000 (16:37 +0000)]
[+BUGFIX] Extbase (Persistence): Fixed typo.
Sebastian Kurfürst [Sun, 8 Nov 2009 08:52:41 +0000 (08:52 +0000)]
* increased version numbers to 0.9.17
Jochen Rau [Sun, 8 Nov 2009 08:11:57 +0000 (08:11 +0000)]
[+TASK] Extbase (Persistence): Improved first-level caching of pageTSConfig in Storage Backend. Configs from different pages are now cached within a request, too.
Sebastian Kurfürst [Sun, 8 Nov 2009 07:19:38 +0000 (07:19 +0000)]
[+BUGFIX] Extbase (Dispatcher): Now, Extbase in the backend again uses the correct BackendConfigurationManager, making it work correctly again. This regression was introduced in r1600. Thanks to Bastian for pinpointing the error! Resolves #5266. Relates to #3348.
Sebastian Kurfürst [Sun, 8 Nov 2009 07:12:51 +0000 (07:12 +0000)]
[+BUGFIX] Extbase (Dispatcher): Time tracking is not available in the backend. This adds the required checks in front of all $GLOBALS['TT'] uses and makes Extbase work in the backend again.
Jochen Rau [Sat, 7 Nov 2009 17:30:05 +0000 (17:30 +0000)]
[+TASK] Extbase: Raising version number to 0.9.16.
Jochen Rau [Sat, 7 Nov 2009 17:30:02 +0000 (17:30 +0000)]
[+BUGFIX] Extbase (Persistence). Again a follow-up, sorry.
Jochen Rau [Sat, 7 Nov 2009 17:29:59 +0000 (17:29 +0000)]
[+TASK] Extbase: Raising version number to 0.9.14.
Jochen Rau [Sat, 7 Nov 2009 17:29:56 +0000 (17:29 +0000)]
[+BUGFIX] Extbase (Persistence): Follow up.
Jochen Rau [Sat, 7 Nov 2009 17:00:14 +0000 (17:00 +0000)]
[+TASK] Extbase: Raising version number to 0.9.13.
Jochen Rau [Sat, 7 Nov 2009 17:00:11 +0000 (17:00 +0000)]
[+BUGFIX] Extbase (Persistence): Fixed handling of cloned object storages.
Jochen Rau [Sat, 7 Nov 2009 15:49:23 +0000 (15:49 +0000)]
[+BUGFIX] Extbase (Persistence): Fixed a bug with a property set to NULL but was expected to be set to Tx_Extbase_Persistence_ObjectStorage.
Jochen Rau [Sat, 7 Nov 2009 14:10:03 +0000 (14:10 +0000)]
[+TASK] Extbase: Raising version number to 0.9.12
Jochen Rau [Sat, 7 Nov 2009 14:04:29 +0000 (14:04 +0000)]
Merge branch 'issue3875'
Sebastian Kurfürst [Fri, 6 Nov 2009 04:55:35 +0000 (04:55 +0000)]
* Raising version number to 0.9.12
Sebastian Kurfürst [Thu, 5 Nov 2009 08:35:44 +0000 (08:35 +0000)]
[+BUGFIX] Extbase (Dispatcher): Fixed a regression which was introduced in #4833, preventing backend modules to work. Relates to #4833
Sebastian Kurfürst [Thu, 5 Nov 2009 08:15:43 +0000 (08:15 +0000)]
[+BUGFIX] Extbase (Domain): Fixed a spelling error in the FrontendUserGroup Domain Model. Resolves #5210.
Bastian Waidelich [Tue, 3 Nov 2009 13:39:10 +0000 (13:39 +0000)]
[+FEATURE] Extbase: Made current CObject data available in controller & view helpers. Now you can access data of the current cObj with $this->request->getContentObjectData(). Resolves #4833
Sebastian Kurfürst [Tue, 3 Nov 2009 10:48:49 +0000 (10:48 +0000)]
[!!!][+FEATURE] Extbase (Configuration): Made it possible to override controller and action from FlexForm by defining a FlexForm field "switchableControllerActions" which is a semicolon-separated list of Controller->Action combinations. Also, all flexform values are merged on top of the framework configuration. This change is not backwards-compatible in case you used FlexForm settings. Before this change, a flexform setting "foo" has been merged onto "settings.foo". Now, the flexform setting needs to be called "settings.foo" to be merged correctly into the settings (note the prefixing). This enables to override ALL TypoScript configuration from FlexForms, not just extension specific settings. Resolves #3348.
Jochen Rau [Tue, 27 Oct 2009 23:55:06 +0000 (23:55 +0000)]
[+FEATURE] Extbase (Persistence): Implemented support for multiple valued static operands. Resolves #5154.
Jochen Rau [Tue, 27 Oct 2009 20:56:56 +0000 (20:56 +0000)]
[~TASK] Extbase (Persistence): Added count() to the QueryInterface. Related to #4991.
Jochen Rau [Tue, 27 Oct 2009 20:51:10 +0000 (20:51 +0000)]
[+FEATURE] Extbase (Persistence): Implemented Query::count() supplementary to Query::execute(). Resolves #4991.
Jochen Rau [Tue, 27 Oct 2009 20:51:03 +0000 (20:51 +0000)]
[+BUGFIX] Extbase (Persistence): Fixed typo in Exception class.
[-TASK] Extbase (Persistence): Removed implementation of ArrayObject from Tx_Extbase_Persistence_RowInterface. You have to say $row->getValue('foo') instead of $row['foo'] now. This was necessary to get in sync with FLOW3 again.
Jochen Rau [Mon, 26 Oct 2009 17:03:19 +0000 (17:03 +0000)]
[+BUGFIX] Extbase (Persistence): The Storage Backend invokes t3lib_db::admin_get_fields() now to determine wether a 'pid' column exists or not. Resolves #5124.
Sebastian Kurfürst [Mon, 26 Oct 2009 12:42:23 +0000 (12:42 +0000)]
[~TASK] Extbase (Documentation): Removed API and Manual directory as they are obsolete. Now, linking to doc_extbase
Jochen Rau [Mon, 26 Oct 2009 09:54:48 +0000 (09:54 +0000)]
[+BUGFIX] Extbase (Persistence): Implemented support for mm-relations configured with IRRE. Resolves #5062.
Jochen Rau [Mon, 26 Oct 2009 09:54:41 +0000 (09:54 +0000)]
[+BUGFIX] Extbase (Persistence): Revised patch from Steffen Ritter. Resolves #4470.
Sebastian Kurfürst [Mon, 26 Oct 2009 09:48:45 +0000 (09:48 +0000)]
[+FEATURE] Extbase (Utility): Localization Helper now supports sprintf format strings and an optional array argument. Most of this patch has been provided by Bastian. Relates to #4858. Resolves #5003
[+FEATURE] Fluid (Utility): Translation ViewHelper now supports sprintf format strings and an optional array argument. Relates to #5003
[~TASK] Viewhelpertest: Adjusted examples for f:translate. Relates to #5003
Sebastian Kurfürst [Mon, 26 Oct 2009 06:24:44 +0000 (06:24 +0000)]
[+BUGFIX] Extbase (Persistence): Added a missing hasPIDColumn check. Resolves #4979.
Sebastian Kurfürst [Mon, 26 Oct 2009 06:21:06 +0000 (06:21 +0000)]
[+BUGFIX] Extbase (Persistence): Now, the sorting of relations is evaluated as well. Patch is from Steffen Ritter. @Jochen: Please cross-check! Relates to #4470.
Sebastian Kurfürst [Mon, 26 Oct 2009 06:13:25 +0000 (06:13 +0000)]
[+BUGFIX] Extbase (Dispatcher): Resolved a bug where the reflection service is not initialized correctly. This prevented two plugins from appearing on the same page. Patch is from Jochen, and has been confirmed to work by Steffen Ritter and Xavier Perseguers. Thanks everybody!
Sebastian Kurfürst [Sat, 24 Oct 2009 10:49:41 +0000 (10:49 +0000)]
* Adding API annotations to classes
Jochen Rau [Wed, 21 Oct 2009 10:32:06 +0000 (10:32 +0000)]
[-TASK] Exbase (Persistence): Removed option deleteChildObjects.
[+BUGFIX] Extbase (MVC): The dataTypeClassSchema is now set again when datatype changes.
[~TASK] Extbase (Persistence): Refactored DataMap and added som unit tests.
Sebastian Kurfürst [Wed, 21 Oct 2009 10:18:44 +0000 (10:18 +0000)]
* Increasing version number to 0.9.11
Sebastian Kurfürst [Wed, 21 Oct 2009 09:44:20 +0000 (09:44 +0000)]
[+TASK] Extbase (Reflection): ObjectAccess::getProperty now also supports arrays, and not only ArrayObjects.
Jochen Rau [Tue, 20 Oct 2009 21:38:16 +0000 (21:38 +0000)]
[~TASK] Extbase: Refactored Dispatcher. Moved initialization of cache and reflection to separate methods to decrease cohesion.
[~TASK] Extbase (MVC): Refactored classes and unit tests of Abstract Controller, Argument and Arguments. Moved creation of new Argument to separate method in Arguments class. Decoupled constructor from object initialization to improve testability.
[~TASK] Extbase (MVC): Backported some changes to Argument performed in FLOW3. Second parameter of Argument constructor is now required.
[~TASK] Extbase (Persistence): Refactored ObjectStorage to remove duplicated code.
[+TASK] Extbase (Persistence): Refactored method setRelations() to single level of responsibility. this will enable to implement handling of mm relations defined with IRRE.
[+FEATURE] Extbase (Persistence): If a property is an ObjectStorage and annotated with @lazy a LazyObjectStorage is instanciated instead.
[~BUGFIX] Extbase (Persistence): The sorting field is now prefixed with the table name. Related to #4470.
Jochen Rau [Tue, 20 Oct 2009 21:38:01 +0000 (21:38 +0000)]
[+BUGFIX] Extbase: Removed new line at the end of class file.
Sebastian Kurfürst [Tue, 20 Oct 2009 03:38:20 +0000 (03:38 +0000)]
Raising version to 0.9.10
Steffen Kamper [Fri, 16 Oct 2009 07:44:14 +0000 (07:44 +0000)]
justified report module register to new array var after #12167 in core
Jochen Rau [Wed, 14 Oct 2009 07:55:48 +0000 (07:55 +0000)]
[+BUGFIX] Extbase (Persistence): Added loadTCA() to ensure the $TCA is loaded in FE (with check). Resolves #4683.
Sebastian Kurfürst [Tue, 13 Oct 2009 07:31:01 +0000 (07:31 +0000)]
[+BUGFIX] Extbase (Security): Fixed two issues with Request Hashing. Changed hash implementation from normal SHA1 to a real HMAC. Thanks to Markus Krause for pointing this out. Relates to #4960.
[+BUGFIX] Extbase (Persistence): Fixed a syntax error I introduced with last commit. Sorry :-)
Sebastian Kurfürst [Tue, 13 Oct 2009 06:53:07 +0000 (06:53 +0000)]
[+BUGFIX] Extbase (Persistence): Added a check for PID column in Typo3DBBackend - Cache Clearing. In case no PID is found, but we are in FE, we clear the current page as best-effort. Resolves #4969.
Jochen Rau [Mon, 12 Oct 2009 17:51:54 +0000 (17:51 +0000)]
[+BUGFIX] Extbase (Tests): Fixed several unit tests. Speeded up unit tests by replacing markSkipped() by markIncomplete() (maybe a bug in tx_phpunit).
[+BUGFIX] Extbase (MVC): Added missing Tx_Extbase_MVC_Exception_InvalidOrNoRequestHash.
Jochen Rau [Mon, 12 Oct 2009 17:51:48 +0000 (17:51 +0000)]
[+BUGFIX] Extbase (Persistence): The LazyLoadingProxy implements the Iterator interface now. Resolves #4956.
Jochen Rau [Mon, 12 Oct 2009 17:51:44 +0000 (17:51 +0000)]
[+BUGFIX] Extbase (Tests): Fixed a problem with autoloading the BaseTestCase twice by adding the file to ext_autoload.php.
Sebastian Kurfürst [Mon, 12 Oct 2009 06:30:06 +0000 (06:30 +0000)]
[+BUGFIX] Extbase (MVC): Fixed redirects in Backend. Resolves #4970.
Sebastian Kurfürst [Mon, 12 Oct 2009 06:27:19 +0000 (06:27 +0000)]
[!!!][+FEATURE] Extbase (Security): Added a HMAC generator and checker to prevent unauthorized access on objects where no edit fields were generated for. It is mandatory in case objects are modified on the server side. See the issue for a more in-depth explanation. This feature does NOT break backwards-compatibility as long as you use only Fluid for form-generation. In case of custom fields, it WILL break backwards compatibility, and you might need the @dontverifyrequesthash annotation. Relates to #4960.
Sebastian Kurfürst [Fri, 9 Oct 2009 17:35:17 +0000 (17:35 +0000)]
[+BUGFIX] Extbase (MVC): Fixed a temporary bug which has been introduced with the last Fluid commit.
Jochen Rau [Thu, 8 Oct 2009 19:37:15 +0000 (19:37 +0000)]
[+BUGFIX] Extbase (Persistence): Fixed a problem where Objects are deleted from the database by accident (mm-relations). Related to #4716.
[-TASK] Extbase (Persistence): Removed support for 'tablenames' in relation tables. Will be added again later.
Jochen Rau [Thu, 8 Oct 2009 13:43:38 +0000 (13:43 +0000)]
[-TASK] Extbase (Tests): Removed obsolete file Base_testcase.
Jochen Rau [Thu, 8 Oct 2009 13:15:09 +0000 (13:15 +0000)]
[~CONFIGURATION] Extbase: Set lockType to empty string instead of 'system'.
[+BUGFIX] Extbase (Tests): Fixed and renamed BaseTestCase. It supports now Data Providers.
[+TASK] Extbase (Tests): Added Data Provider for Typo3DbBackend.
[+BUGFIX] Extbase (Persistence): Added LazyObjectStorage to the list of types in property meta-data.
[+BUGFIX] Extbase (Persistence): Fixed a problem with value object database tables without deleted and/or hidden column.
[~BUGFIX] Extbase (Persistence): Added the same ugly hack (setRespectStoragePage(FALSE)) to mm-relations.
[+BUGFIX] Extbase (Persistence): The Lazy Object Storage really counts stored items (foreign key, relation table) without loading them.
Sebastian Kurfürst [Mon, 5 Oct 2009 15:10:56 +0000 (15:10 +0000)]
* Committing some changes Bastian made on the translate viewhelper which I forgot to forward-port. Always do an svn update before you start working ;-)
Sebastian Kurfürst [Mon, 5 Oct 2009 14:57:32 +0000 (14:57 +0000)]
[!!!][BUGFIX] Extbase (Configuration): Moved _LOCAL_LANG from plugin.tx_XXX.settings._LOCAL_LANG to plugin.tx_XXX._LOCAL_LANG. THIS IS A BREAKING CHANGE for Users. Resolves #4905.
[BUGFIX] Extbase (Utility): Extracting translation code from Translation ViewHelper to utility class. Related to #4905.
Jochen Rau [Mon, 28 Sep 2009 10:02:03 +0000 (10:02 +0000)]
[+TASK] Extbase: Recreated ext_autoload.php.
Bastian Waidelich [Fri, 25 Sep 2009 13:11:59 +0000 (13:11 +0000)]
[+TASK] Extbase: Re-created ext_autoload.php
Jochen Rau [Thu, 24 Sep 2009 22:50:34 +0000 (22:50 +0000)]
[~BUGFIX] Extbase (Persistence): Added table names to ORDER statement. Relates to #4470.
[+TASK] Extbase (Persistence): Added several unit tests for the Storage Backend.
[~TASK] Extbase: Tweaked the icon.
Bastian Waidelich [Thu, 24 Sep 2009 16:24:58 +0000 (16:24 +0000)]
[+FEATURE] Extbase (Configuration): Cleaned up FlexForm Configuration source and added support for multiple FlexForm sheets. This resolves #4756
Sebastian Kurfürst [Thu, 24 Sep 2009 09:00:18 +0000 (09:00 +0000)]
Raising version to 0.9.9
Bastian Waidelich [Wed, 23 Sep 2009 15:36:47 +0000 (15:36 +0000)]
!!![~BUGFIX] Extbase: Changed registration of extbase dispatcher in BE mode. See bug report at bugs.typo3.org/view.php?id=12037
[+TASK] Extbase (Tests): Added require statement to Base_testcase to avoid error message in case Tx_Extbase_Utility_ClassLoader has not been loaded yet
Sebastian Kurfürst [Mon, 21 Sep 2009 13:11:38 +0000 (13:11 +0000)]
Raising extbase version number to 0.9.8
Sebastian Kurfürst [Mon, 21 Sep 2009 13:06:24 +0000 (13:06 +0000)]
[+BUGFIX] Extbase (Reflection): Made reflection service caching work correctly
[+BUGFIX] Extbase (Persistence): Resolved an error inside Typo3DbBackend when wanting to use Lower or Upper case. Thanks to Christoph Daehne for reporting this.
[+BUGFIX] Extbase: Adjusted cache configuration to fit to the improved caching framework
Bastian Waidelich [Mon, 21 Sep 2009 09:53:20 +0000 (09:53 +0000)]
[~BUGFIX] Extbase (Utility): Fixed typo in default TypoScript setup. This resolves #4689
[~TASK] Extbase (Utility): Tweaked and cleaned up default TypoScript setup. Now all common settings will appear in the "TypoScript Object Browser"
Sebastian Kurfürst [Fri, 18 Sep 2009 13:10:46 +0000 (13:10 +0000)]
Raising version to 0.9.7
Sebastian Kurfürst [Fri, 18 Sep 2009 13:10:15 +0000 (13:10 +0000)]
[+BUGFIX] Extbase (Caching): Using reworked caching framework now. Patch by Olly Hader.
Sebastian Kurfürst [Fri, 18 Sep 2009 10:29:25 +0000 (10:29 +0000)]
[+FEATURE] Extbase (Utility): Added a check for the new TYPO3 backend module "Reports" which checks whether PHP Doc Comments are stripped away or not. Resolves #3309.
Sebastian Kurfürst [Fri, 18 Sep 2009 09:31:14 +0000 (09:31 +0000)]
[+BUGFIX] Extbase (Persistence): Replaced an "empty" by "!isset" as this fits here better inside the DataMapper. Might lead to better caching.
Sebastian Kurfürst [Fri, 18 Sep 2009 09:21:20 +0000 (09:21 +0000)]
[+BUGFIX] Extbase (Persistence): Wrote unit tests for the AbstractEntity to ensure the last bug will not happen again, and fixed another smaller bug.
[+BUGFIX] Extbase (Persistence): Changed some doc comments.
Sebastian Kurfürst [Fri, 18 Sep 2009 08:19:43 +0000 (08:19 +0000)]
[+BUGFIX] Extbase (Persistence): Fixed a severe bug which always updated all loaded records, making Extbase quite slow.
Sebastian Kurfürst [Fri, 18 Sep 2009 07:35:04 +0000 (07:35 +0000)]
[+BUGFIX] Extbase (Persistence): Corrected a wrong exception message in Persistence Repository.
Sebastian Kurfürst [Thu, 17 Sep 2009 13:59:01 +0000 (13:59 +0000)]
Raising Version Number to 0.9.6 in preparation for 4.3beta1
Bastian Waidelich [Thu, 17 Sep 2009 13:56:32 +0000 (13:56 +0000)]
[+FEATURE] Extbase (MVC): flashMessages work in backend mode too now
Sebastian Kurfürst [Thu, 17 Sep 2009 10:50:35 +0000 (10:50 +0000)]
[-API] Extbase (MVC): Removed enableValidation() and disableValidation() on the Controller Argument. They are not needed anymore.
[!!!][+BUGFIX] Extbase (MVC): Now, in case people do not specify an @param annotation, they will get an exception instead of Text being used.
[+BUGFIX] Extbsee (MVC): Cleaned up validator registration in ActionController. Now, @dontvalidate annotations only disable the model-based validators.
[+BUGFIX] Extbase (Validation): Cleaned up ValidatorResolver. Now, Validators which check the data type from the @param annotation are also added to the validator chain.
[!!!][+BUGFIX] Extbase (Validation): @param string is now validated as string, and not anymore as Text. This fixes numerous bug reports in Fluid.
Bastian Waidelich [Thu, 17 Sep 2009 10:30:44 +0000 (10:30 +0000)]
[+FEATURE] Extbase (MVC): made layoutRootPath and partialRootPath configurable. Now view.templateRootPath defines the path to the "Templates" folder. view.layoutRootPath & view.partialRootPath can be specified independently. Related to #3296.
[~TASK] Extbase (MVC): Fixed doc comment in UriBuilder
Jochen Rau [Thu, 17 Sep 2009 10:25:16 +0000 (10:25 +0000)]
[+BUGFIX] Extbase (Persistence): The function in_array is now used to determine which objects of an aggregate were removed as array_diff tries to convert objects to strings. Resolves #4655.
[~BUGFIX] Extbase (Persistence): Reverted the method to count elements of a comma separated list relation because it ignores hidden elements. Related to #3596, #4669, #4635.
[~TASK] Extbase: Changed status from alpha to beta. Extbase is now attached to category "misc".
Jochen Rau [Thu, 17 Sep 2009 08:46:28 +0000 (08:46 +0000)]
[+BUGFIX] Extbase (Tests): Added and fixed unit tests for the Repository. We are now green again.
Jochen Rau [Thu, 17 Sep 2009 07:23:38 +0000 (07:23 +0000)]
[+BUGFIX] Extbase (MVC): Fixed instanciation of Reflection Service (instanciated twice).
[+BUGFIX] Extbase (Persistence): Fixed wrong variable name ($uid -> $identifier).
[+TASK] Extbase (Persistence): Implemented a first level cache to reduce number of calls to the storage backend (in the Repository).
[+TASK] Extbase: Minor cleanups.
Bastian Waidelich [Wed, 16 Sep 2009 11:23:51 +0000 (11:23 +0000)]
[~TASK] Extbase (Tests): fixed configuration manager tests that were broken in r1269
Sebastian Kurfürst [Wed, 16 Sep 2009 10:00:10 +0000 (10:00 +0000)]
[!!!][~FEATURE] Extbase (MVC): Improved the way flash messages are handled. Now there is a separate "FlashMessages" object which encapsulates handling the flash messages. This removes $this->pushFlashMessage and $this->popFlashMessages inside the Controller and {flashMessages} inside Fluid Template. PLEASE UPGRADE by replacing "$this->pushFlashMessage(" with "$this->flashMessages->add(" inside your Controllers, and use <f:renderFlashMessages /> instead of the custom for loop inside your templates. Note: You can set a custom CSS class for outputting flash messages by using <f:renderFlashMessages class="..." /> inside your templates. Related to #4638.
Sebastian Kurfürst [Wed, 16 Sep 2009 09:56:09 +0000 (09:56 +0000)]
[+BUGFIX] Extbase (Configuration): Fixed the configuration manager so that the storage PID can be set from the plugins "Startingpoint" selector.
Jochen Rau [Tue, 15 Sep 2009 22:36:08 +0000 (22:36 +0000)]
[+BUGFIX] Extbase (Persistence): Removed call to undefined method Tx_Extbase_Persistence_Query::getSource(). Thanks to Nikolas Hagelstein. Resolves #4642.
Steffen Kamper [Tue, 15 Sep 2009 18:45:18 +0000 (18:45 +0000)]
Renamed reflection cache table to "tx_extbase_cache_reflection" to fit conventions
Bastian Waidelich [Tue, 15 Sep 2009 14:45:33 +0000 (14:45 +0000)]
[+FEATURE] Extbase (Configuration): Configuration is available in Backend modules now! Depending on TYPO3_MODE the dispatcher now creates an instance of Frontend- or BackendConfigurationManager. TypoScriptSource has been adjusted to support Backend mode. This resolves #4418
[~TASK] Extbase (Configuration): Moved Configuration Source Interface from Classes/Configuration to Classes/Configuration/Source
[+TASK] Extbase (MVC): AbstractController::redirectToURI() prepends 'typo3/' to the absolute URI when in Backend mode
[+FEATURE] Extbase (MVC): added a call to t3lib_div::getFileAbsFileName() for templateRootPath to allow notations like "EXT:extension/path" and to validate the template path
[+FEATURE] Extbase (MVC): settings are now assigned to the view in AbstractController::resolveView. Now settings are available in your template as {settings}!
[+FEATURE] Extbase (MVC): UriBuilder can now create absolute URIs in Backend mode too
[+BUGFIX] Extbase (Persistence): added t3lib_BEfunc::deleteClause() call to enableFieldsStatement in Backend mode. Otherwise deleted records would be selected in BE
Jochen Rau [Tue, 15 Sep 2009 14:41:23 +0000 (14:41 +0000)]
[+BUGFIX] Extbase (Persistence): Fixed sorting of m:m relations (sorting and sorting_foreign fields in the relation table). Resolves #4470.
Jochen Rau [Tue, 15 Sep 2009 14:23:25 +0000 (14:23 +0000)]
[+TASK] Extbase: The Configuration Manager is now stored in a static class member variable and can be retrieved by Tx_Extbase_Dispatcher::getConfigurationManager() (not an API function!).
Jochen Rau [Tue, 15 Sep 2009 14:10:53 +0000 (14:10 +0000)]
[~TASK] Extbase (Domain): Changed property usergroups to usergroup (FrontendUser) and sungroups to subgroup (FrontendUserGroup) equal to the field names in the database (to avoid confusion).
Sebastian Kurfürst [Tue, 15 Sep 2009 11:40:09 +0000 (11:40 +0000)]
[+FEATURE] Extbase (MVC): Now, non-domain-objects can be mapped inside an argument as well. Additionally, improved the exceptions in these cases. Related to #4631
Jochen Rau [Tue, 15 Sep 2009 11:22:59 +0000 (11:22 +0000)]
[+BUGFIX] Extbase (Persistence): Fixed a problem with empty $fieldValue causing an SQL error.
[!!!][+BUGFIX] Extbase (Domain): Fixed support for usergroups and subgroups. Renamed properties subgroup to subgroups and usergroup to usergroups as they can hold multiple instances. Added mapping configuration. Resolves #4620.
Jochen Rau [Tue, 15 Sep 2009 10:26:32 +0000 (10:26 +0000)]
[-TASK] Extbase (MVC): Removed check for multiple data types. It makes no sense to allow multiple types.
Bastian Waidelich [Tue, 15 Sep 2009 08:59:06 +0000 (08:59 +0000)]
[~BUGFIX] Extbase (MVC): fixed a typo in reflection service that was introduced in r1242 and completely disabled reflection for arguments
Sebastian Kurfürst [Mon, 14 Sep 2009 17:35:52 +0000 (17:35 +0000)]
[+BUGFIX] Extbase: fixed testcases
Sebastian Kurfürst [Mon, 14 Sep 2009 17:11:56 +0000 (17:11 +0000)]
[+BUGFIX] Extbase (Reflection): Fixed buildClassSchema() to prevent a PHP warning.
Sebastian Kurfürst [Mon, 14 Sep 2009 17:05:04 +0000 (17:05 +0000)]
[+BUGFIX] Extbase (Persistence): Reverted a small change from Jochen, as I think he broke behavior here. @Jochen, please recheck :-)
Jochen Rau [Mon, 14 Sep 2009 09:51:58 +0000 (09:51 +0000)]
[+FEATURE] Extbase (MVC): Implemented flash messages.
Jochen Rau [Mon, 14 Sep 2009 09:37:35 +0000 (09:37 +0000)]
[+FEATURE] Extbase (Persistence): Implemented a second Lazy Loading strategy called "storage". In contrast to the LazyLoadingProxy it is a StorageObject which loads its internal storage array lazy. This enables the framework to intercept count($propertyValue). Furthermore, you don't have to load the real instance inside your domain model class. Related to #3596.
[+BUGFIX] Extbase (Persistence): It is now possible to pass an object as operand of a comparison.
Jochen Rau [Mon, 14 Sep 2009 07:45:12 +0000 (07:45 +0000)]
[~TASK] Extbase: Some minor cleanup.
Jochen Rau [Mon, 14 Sep 2009 07:04:28 +0000 (07:04 +0000)]
[-TASK] Extbase: Some cleanup of ext_typoscript_setup.txt.
Sebastian Kurfürst [Sun, 13 Sep 2009 18:50:42 +0000 (18:50 +0000)]
[+BUGFIX] Extbase: Removed a var_dump I committed accidentaly in the last commit
[TASK] Extbase: Went through TODO in code and changed some of them
[TASK] Extbase (Persistence): Deleted ChildNodeJoinCondition, as it is never used.
Sebastian Kurfürst [Sat, 12 Sep 2009 14:19:17 +0000 (14:19 +0000)]
[+BUGFIX] Extbase (Property): Fixed the property mapper by backporting the FLOW3 changes. Now we support mapping of 1:1 relations as well. Resolves #4357.
Ingmar Schlecht [Sat, 12 Sep 2009 10:17:58 +0000 (10:17 +0000)]
[+BUGFIX] Extbase (Validation): Temporarily fixed the ValidatorResolver so that it checks the Validator ends with "Validator" (by Sebastian)