Project

General

Profile

Activity

From 2009-07-11 to 2009-08-09

2009-08-09

21:41 Revision 3197b416: [~BUGFIX] Fluid (ViewHelpers): Replaced usage of $GLOBALS['TSFE']->cObj by t3lib_div::makeInstance('tslib_cObj') in CObjectViewHelper, HtmlViewHelper and ImageViewHelper. Note: In CropViewHelper & EmailViewHelper it does no harm to use $GLOBALS['TSFE']->cObj. Thanks for the patch. Resolves #4063.
Bastian Waidelich
21:34 Revision 9cc19bb3: [+FEATURE] Fluid (ViewHelpers): Added "absolute" argument to link.action and uri.action viewhelpers. Resolves #4202.
Bastian Waidelich
21:33 Revision 372fe324: [+FEATURE] Extbase (MVC): Added "absolute" argument to URIBuilder::URIFor() and URIBuilder::typolinkURI. Relates to #4202.
Bastian Waidelich
10:55 Revision 9094d92d: Added feature #4270: displayCond for flexforms, that affects on row of element (thanks to Tolleiv Nietsch and Rupert German)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5769 709f56b5-9817-0410-a4d7-c38de5d9e867 Andreas Otto †

2009-08-07

18:57 Revision 070098ad: [+BUGFIX] Fluid (ViewHelpers): Adjusted FormViewHelper to work together with updated persistence and form resubmission. Related to #4178.
Sebastian Kurfuerst
18:54 Revision b7749b43: [TASK] Extbase (Utility): Extracted cache clearing methods into new Utility class
[+BUGFIX] Extbase (MVC): The cache is now cleared if ActionController's errorAction is called. Resolves #4185.
[+BUGF...
Sebastian Kurfuerst
08:18 Revision c343c8ff: [+FEATURE] Extbase (DomainObject): Added _isClone() property on abstract domain object. Relates to #4178.
Sebastian Kurfuerst

2009-08-06

23:37 Revision 77b740f6: [TASK] Extbase (ValidatorResolver): Fixed order of ConjunctionValidators. Related to #4178
[+FEATURE] Extbase (Repository): Implemented an "Update" method. this is work in progress. Related to #4178. Sebastian Kurfuerst
23:21 Revision bf0bded1: [+FEATURE] Extbase (MVC): Added support of @dontvalidate annotations. Relates to #4178.
Sebastian Kurfuerst
23:01 Revision 4d5076a2: [!!!][+FEATURE] Extbase (Settings): Custom settings now reside in plugin.tx_extensionnname.settings instead of plugin.tx_extensionname. THIS IS A BREAKING CHANGE, big impact as every Extension using settings needs to be adjusted. Resolves #4177
[!!!][+FEATURE] Extbase (Settings): Persistence settings now reside in plugin.tx_extensionnname.persistence instead o... Sebastian Kurfuerst
15:21 Revision f9ef6638: [+TASK] Fluid: Fresh backport with updated FluidBackporter from Fluid package r2990
[~TASK] Fluid (ViewHelpers): FormViewHelper now extends AbstractFormViewHelper and uses PersistenceManager to render ... Bastian Waidelich
10:49 Revision d9aeaacb: Fixed Changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5768 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
10:12 Revision a6a75b53: [~BUG] Extbase (Persistence): The findByFooBar maps the property name to column name (fooBar -> foo_bar) now. Renamed method DataMapper::convertClassNameToSelectorName to DataMapper::convertClassNameToTableName(). Added Method DataMapper::convertPropertyNameToColumnName(). Resolves #4033.
[+FEATURE] Extbase (Persistence): Parameters can be passed separately to Query::statement($statement, array $paramete... Jochen Rau
08:23 Revision dcf544a0: [+BUGFIX] Extbase (Persistence): Fixed a typo in the Typo3QuerySettings. Thanks to Mathias Gisch for pointing this out! Resolves #4164.
Sebastian Kurfuerst

2009-08-05

23:59 Revision 0dbf79f2: [TASK] Extbase (Documentation): Added preliminary (and really ugly) script to render API documentation
[TASK] Extbase (Documentation): Added generated API documentation so people can have a look at them right now. I thin... Sebastian Kurfuerst
23:51 Revision 81416246: [TASK] Extbase (Persistence): Removed PreparedQuery for now, as it is not used at all.
[TASK] Extbase (Persistence): Removed work-in-progress TCEMAIN hook as it was not working reliably anyways.
[TASK] Ex...
Sebastian Kurfuerst
22:42 Revision 75987f07: [TASK] Extbase: Removed Extbase_Exception and renamed everything to use Extbase_MVC_Exception instead. This is consistent with FLOW3.
[TASK] Extbase: Removed @internal annotations and started with @api annotations. This is still work in progress. Rela... Sebastian Kurfuerst
21:25 Revision 20f99f84: [!!!][TASK] Extbase (Persistence): Renamed two QuerySettings: from "setRespectStoragePageState()" to "setRespectStoragePage()" and from "setCheckVisibilityState()" to "setRespectEnableFields()". This change is non-backwards-compatible! Please adjust your repositories accordingly.
Sebastian Kurfuerst
17:56 Revision 02c30d47: changed the extension and module icon to use the bin icon form the famfamfam silk family of icons and thus fit better with the rest of the backend
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5767 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
14:49 Revision d7568fcd: Fixed #11475: Add 'doNotLoadInFE' => 1 (introduced with 11474), to several system extensions, speeding up the frontend
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5766 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
14:42 Revision 4fa50cbd: Fixed #11474: Performance improvement: Store separate extlist for the frontend
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5765 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
13:24 Revision 9202a015: Fixed #11512: Performance improvement: replace while(list()...) by foreach in the TYPO3 core (part 1)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5764 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
13:01 Revision 8fafc2b7: Fixed bug #11627: Add CSS-Class and Ids to fields in TCEFORMS
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5763 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
12:25 Revision 33d21516: Fixed bug #11539: t3ver_stage will not be resetted when t3ver_stage was >0 before
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5762 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
12:05 Revision 0a3f721d: Fixed #11430: Performance improvement: use $GLOBALS['EXEC_TIME'] instead of time() where it makes sense
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5761 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann

2009-08-04

17:20 Revision 6a45ec8e: Fix spelling in ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5760 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
17:18 Revision 2da79159: Follow-up to bug #11410: Non-functional code cleanup
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5759 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
13:58 Revision 4360dc9f: reverted to r5756
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5758 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
13:37 Revision a5f6927c: Fixed bug #7264: Generating extension import list takes very long (credits Michiel Roos)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5757 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
02:18 Revision b28e9b4c: [BUGFIX] moved cache definition for FE to ext_localconf
Steffen Kamper

2009-08-03

21:15 Revision 6cc71107: follow-up to #11585, renamed class t3lib_utility_client to t3lib_utility_Client
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5756 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
17:11 Revision 2cd6c1a2: Fixed #11628: Frontend Editing does not work with an iframe
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5755 709f56b5-9817-0410-a4d7-c38de5d9e867 Benni Mack
15:21 Revision dae838f4: [BUGFIX] use cache table "cache_extbase_reflection" as default for extbase, make it clearable with "clear all cache" command. Resolves #4086
Steffen Kamper
12:52 Revision 785ba07f: [+BUGFIX] Fluid (View): Refactored TemplateView, which is now automatically backported to FLOW3
[+FEATURE] Fluid: Added Layout and Partial support. This adds <f:render>, <f:layout> and <f:section> as ViewHelpers. ... Sebastian Kurfuerst
12:42 Revision ffcfb755: [!!!] [TASK] Extbase (Persistence): Renamed Persistence_Backend->getUidByObject to getIdentifierByObject to be compatible with FLOW3 (and to ease backporting). This change is non-backwards-compatible, but it is unlikely that you use this method in custom code.
Sebastian Kurfuerst
11:30 Revision 2ee5d9b4: [~BUGFIX] Configuration: Fixed storagePid detection in Configuration Manager. This fixes #4087
Bastian Waidelich
11:14 Revision 13581d54: added missing ChangeLog entry for previous commit
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5754 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
11:09 Revision d8d48ede: Updated Caching Framework to be in sync with FLOW3 revision 2953
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5753 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
09:31 Revision ba5dd700: [TASK] Extbase (View): Added assign() and assignMultiple() to AbstractView, as it is in FLOW3
Sebastian Kurfuerst
09:30 Revision 50af2479: [~TASK] Fluid: Removed @internal annotations and added @api annotations
[~TASK] Fluid: Now, one ViewHelperNode only ever uses one instance of a ViewHelper Sebastian Kurfuerst

2009-08-02

16:08 Revision 29638a57: Added test #11626: Extend unit tests for t3lib_matchCondition globalVar comparison
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5752 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
10:22 Revision 80ba744f: Follow-up to bug #10769: Added unit tests for t3lib_div::encodeHeader()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5751 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
10:15 Revision be36f571: Fixed bug #10769: Wrong encoded email header
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5750 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
10:09 Revision 321ee89f: Fixed bug #10769: Wrong encoded email header
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5749 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
01:07 Revision 07ffea62: Follow-up to bug #11585: Added unit test for t3lib_matchCondition
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5748 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
00:56 Revision 12fb9385: Fixed bug #11585: Faulty usage of t3lib_matchCondition in backend template
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5747 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
00:22 Revision b46e9555: Fixed Changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5746 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
00:15 Revision 71152389: Feature #11500: Order fe_groups in select fields alphabetically (Thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5745 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn

2009-08-01

20:11 Revision a4a3e2e0: Feature #6039: TCA group -> file absolute path without uploadfolder extended (Thanks to Martin Borer)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5744 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn

2009-07-31

18:04 Revision 97f2de19: Follow-up for bug #11410: Speed up BEgetRootLine even more by adding a real 2-level cache
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5743 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
14:17 Revision a0192e14: Feature #11581: Small speed improvement in class.t3lib_tstemplate.php (Thanks to Dan Osipov)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5742 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
13:38 Revision 80f32a12: [+FEATURE] Fluid: Added ext_autoload.php. The core autoloader uses this file as a registry.
Jochen Rau
11:56 Revision c97e5311: Fixed bug #11601: Copyright-Notice is hardcoded (Thanks to Christopher Stelmaszyk)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5741 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
10:23 Revision 3dc86386: fixed typos in ChangeLog #11605
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5740 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
10:03 Revision f693ceb1: [!!!][+FEATURE] Extbase (Persistence): Improved handling of PID columns. There are now only three concepts explaining the mapping of records to pages. 1) For FETCHING objects, a configurable list of pages is used. This list is configurable inside the FE plugin options (startingpoint). If that is empty, fall back to "General record storage page" of the current page. If empty, fall back to the storage PIDs of the website. (getStorageSiterootPids). 2) PIDs of UPDATED objects are never changed by the system. Of course, you can include a "pid" property inside your domain model and thus change the PID explicitely. 3) The PID of INSERTED objects is determined by a TypoScript setting: [extensionConfiguration].classes.MODEL_CLASSNAME.newRecordStoragePid. If this setting is empty, the first entry of the PID list used for fetching objects is used. NOTE: It is the user's responsibility that all _added_ records are fetchable as well. THIS CHANGE BREAKS BACKWARDS COMPATIBILITY: If no storage PID is explicitely defined, the method "getStorageSiterootPids" is used. (Before, it used the current page.)
Sebastian Kurfuerst
09:39 Revision 37ae8cbd: [~TASK] Extbase (Dispatcher): Small whitespace and doc comment changes
Sebastian Kurfuerst
00:49 Revision e23e9bf5: [BUGFIX] Extbase (Persistence): TYPO3DbBackend->addEnableFieldsStatement is now Backend aware (patch provided by Xavier). Resolves #4081.
Jochen Rau
00:36 Revision 572981e7: [TASK] Extbase: Revised and cleaned up autoloader. Autoloader is now registered inside the Dispatcher (at construction time). The autoloader of Extbase is only invoked for extension classes. The core autoloader takes care of the Extbase and Fluid classes (auto-generated ext_autoload.php file). Medium performance improvement.
[~TASK] Extbase (Utility): Improved the conversion CamelCase to under_scored. Implemented Ulility methods. Small perf... Jochen Rau

2009-07-30

20:36 Revision a269cd0c: Cleanup: Fixed ChangeLog and moved information concerning database updates to NEWS.txt
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5739 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
20:08 Revision 1e2d1dd2: fixed bug 11602: Reset filter above the page-tree is not translatable (Thanx to Christopher Stelmaszyk)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5738 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
20:02 Revision 50ec9529: !!! fixed bug #11593: Field t3ver_label is to small for uids >= 100000 (thanks to Fabrizio Branca)
Attention: DB update required
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5737 709f56b5-9817-0410-a4d7-c38d...
Rupert Germann
18:45 Revision c0e5c9f7: Fixed bug #11603: BE-Log: "Changes in fields" and "Show history" are not translatable (Thanx to Christopher Stelmaszyk)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5736 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
11:35 Revision 098f251b: [BUGFIX] Extbase (Domain): Fixed typo in FrontendUserGroupRepository.
Jochen Rau

2009-07-29

23:40 Revision e7f36e1e: [FEATURE] Extbase (Persistence): Comma separated lists are now fully supported to store relations - although this way is deprecated. Use foreign keys instead.
[BUGFIX] Extbase (Persistence): Related objects are now deleted if they were detached from the parent object (e.g. $b... Jochen Rau
18:47 Revision c56b4490: [~TASK] Extbase (Configuration): Removed some method signature for getSettings which were not used.
Sebastian Kurfuerst

2009-07-27

14:36 Revision 50809b2a: Cleanup: Updated t3lib/core_autoload.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5735 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader

2009-07-24

01:23 Revision a8b49144: [!!!] [~TASK] BlogExample (Domain): The directory structure of the Domain has changed accordting to changes in FLOW3. The Domain folder holds now different folders for the Model, the Repository, and-if needed-the Validator, and Service. Please Change your folder structure AND your class names!
[!!!] [~TASK] Extbase (Domain): The directory structure of the Domain has changed accordting to changes in FLOW3 (see... Jochen Rau

2009-07-23

23:27 Revision 0f86076b: Fixed bug: System extension feedit misspelled
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5734 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:42 Revision bd70c768: Fixed bug #11296: Login-Page: function makeCopyrightNotice() uses hardcoded text
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5733 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann

2009-07-22

10:54 Revision 8991e2b4: corrected white spaces
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5732 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
10:54 Revision 2e96f781: [+FEATURE] Extbase (Persistence): Implemented support for mm_opposite_field now. Still needs some testing in the wild. Relates to #3947.
Jochen Rau
10:50 Revision 824d6f20: Fixed bug #11566: Missing css for grouping grid collapse/expand (ExtJS)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5731 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
00:06 Revision 8f5f093d: [TASK] Extbase: Added some comments
[TASK] Extbase: Added unit test class for the TYPO3DbBackend (empty by now) Jochen Rau

2009-07-21

22:17 Revision fdcc85c2: [+FEATURE] Fluid (ViewHelpers): Implemented automatic error handling for forms. Relates to #3861
Sebastian Kurfuerst
22:14 Revision a1ac1b5d: [+FEATURE] Extbase (MVC): Added automatic form highlighting if there is an error. Fixes #3861.
[+TASK] Extbase (Property): Updated Property Mapper to latest FLOW3 version.
[+BUGFIX] Extbase (Persistence): Fixed c...
Sebastian Kurfuerst
21:12 Revision a9b6f5a3: [+BUGFIX] Extbase (Utility): Fixed a really severe caching issue. The TS conditions were wrong - mixed up = and :. I'm really happy I've found this :-)
Sebastian Kurfuerst
17:47 Revision b9e1f934: [~CONF] Extbase (Configuration): The configuration is now stored in ext_typoscript_setup.txt. The TS path is now "config.tx_extbase.". You don't need to include a static template anymore. But clear your caches, please.
Jochen Rau
17:06 Revision c2e50161: minor improvement to phpDoc
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5730 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
14:48 Revision a7fddc8c: [+TASK] Extbase: Added Extbase Settings Configuration/Settings/setup.txt (defines table to object mapping); please include the static template (only a preliminary solution)
[-TASK] Extbase: Removed Typo3Query files (follow up) Jochen Rau
14:44 Revision 91ec3447: [!!! +FEATURE] Extbase (DataMapper, DataMap): Extbase resolves the table name for a given class name. Extbase searches for configured mappings by crawling thorough the extended classes. As default, it takes the class name in lower case as table name. The configuration of the mapping can be found in EXT:extbase/Configuration/Settings/setup.txt. The place for the settings (plugin.tx_extbase) is only a preliminary solution. PLEASE INSERT THE STATIC TEMPLATE!
[~CONF] Extbase: Changed the initialization of the Plugin and Extbase Settings; These are now initialized in the Disp... Jochen Rau

2009-07-20

18:05 Revision 1f0beacd: Fixed bug: #11006: Tooltip for page path in Page/List module is missing (thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5729 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
17:49 Revision 721dc80a: Added feature #11264: Add an opacity option to the GIFBUILDER BOX object
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5728 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
13:36 Revision 53b0c8d2: Added feature #11509: Move automatic session data garbage collection to separate method
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5727 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader

2009-07-19

15:58 Revision 80749ce7: Fixed bug #11267: Use PHP5 version of function microtime()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5726 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:36 Revision 6381d4b7: Fixed bug #6875: IRRE - Sorting of child records is inverted on moving parent record to different page
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5725 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:35 Revision 66051b0b: Fixed bug #6875: IRRE - Sorting of child records is inverted on moving parent record to different page
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5724 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
13:18 Revision 888c8422: [+BUGFIX][~API]: Extbase (Utility): Fixed caching issue by providing two methods to register a plugin now: Tx_Extbase_Utility_Plugin::configureDispatcher() invoked in ext_localconf.php and Tx_Extbase_Utility_Plugin::registerPlugin() invoked in ext_tables.php. Thanks to Xavier Persegures who provided the patch.
Jochen Rau
12:05 Revision c5ddbc6f: [+BUGFIX] Extbase (Configuration): Tx_Extbase_Configuration_Manager is not t3lib_Singleton anymore, as it needs to be Plugin-local. This fixes a strange problem experienced by Steffen Kamper.
Sebastian Kurfuerst
11:16 Revision 6adce26d: [+BUGFIX][~API] Extbase (Persistence): Cleaned up implementation of TYPO3-specific query options, like PID checking or enableFields. CHANGES API! $this->createQuery(FALSE) is not available anymore inside the repository. Instead, create the query and call $query->useStoragePage(FALSE)->... instead. Related to #3698. Related to #3912.
Sebastian Kurfuerst

2009-07-18

12:56 Revision cbb7ed39: Fixed bug #11556: missing quotes in loginrefresh.js
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5723 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper

2009-07-16

22:55 Revision b2fb9125: Added feature #9808: Popup-functionality for Pages using target field
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5722 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
21:19 Revision e7acd0c5: Added feature #11544: select/deselect all checkbox in db compare tool and extension manager for each type of modification
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5721 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
21:13 Revision c048a325: Bug #11249: Abusive deprecation logging in tslib_content::getData()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5720 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
14:42 Revision 714aef4a: [+FEATURE] Extbase (Dispatcher): dispatcher::extractStoragePageId() now takes pages storage_pid into account. Relates to #3698
Nikolas Hagelstein

2009-07-15

22:46 Revision 7562960e: Added forgotten locallang file for RFC #11408
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5719 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
22:45 Revision 0c73692b: Cleanup #11408: Object Browser uses hardcoded texts (plus some CGL cleanup)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5718 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
20:46 Revision d9ea58f3: [+BUGFIX] Extbase (Persistence): Now, _isDirty() works correctly if checking a single property only. Fixes #3907.
Sebastian Kurfuerst
17:23 Revision 83d39493: Added feature #11510: Store timestamp of last modification of session data to frontend user object
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5717 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
11:34 Revision caa4c24b: [+FEATURE] Extbase (Persistence): Added Ordering class (follow up); related to #3874
Jochen Rau
11:31 Revision 4bc54e0d: [+FEATURE] Extbase (Persistence): Implemented ordering (eg. $query->setOrderings(array('name' => Tx_Extbase_Persistence_QueryInterface::ORDER_DESCENDING));
Jochen Rau
09:54 Revision cdfe561a: Initializing DBAL structure.
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@22325 735d13b6-9817-0410-8766-e36946ffe9aa Karsten Dambekalns
00:19 Revision e4aebdd7: [+BUGFIX] Extbase (DataMapper): Fixed wrong key in $row array (credit goes to Frans van der Veen)
Jochen Rau

2009-07-14

23:41 Revision 89d15509: [+BUGFIX] Extbase (AbstractDomainObject): Made Identifier return NULL in case it is not set yet.
Sebastian Kurfuerst
22:44 Revision 59953baa: [+BUGFIX] Extbase (Persistence): Only set the PID in case it is not part of your domain object.
Sebastian Kurfuerst
22:25 Revision b2472a1e: [+FEATURE] Extbase (Persistence): Added autopopulation of PID column and use of selected storage folder. Resolves #3698
[TASK] Extbase (Persistence): Added an exception in case of an SQL error by the database. Sebastian Kurfuerst
20:32 Revision 525c977f: Extbase:
* Fixed issue that cache is tried to be cleared even if a relation is changed Sebastian Kurfuerst
20:24 Revision dd17a789: Extbase:
* fixed a potential bug in Persistence_Query. Please review @Jochen! Sebastian Kurfuerst
18:04 Revision a00ac9fa: Extbase:
* Implemented the handling of values === NULL in Queries; related to #3838 (needs feed-back)
* Changed all calls to t...
Jochen Rau
17:37 Revision af040c06: Extbase:
* Implemented a static function Tx_Extbase_Dispatcher::getPersistenceManager()
* Changed Repository to invoke Tx_Extb...
Jochen Rau
17:32 Revision 95150d59: added issue number to the previous change
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5716 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
14:27 Revision 3b96e1e5: Extbase:
* The Persistence Backend will now be injected via setter injection rather than via constructor injection. The Persis... Jochen Rau
13:43 Revision ea350d12: Fixed bug #11526: Hanging record sets in tslib_feUserAuth
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5715 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:29 Revision 9b8314c2: Added feature #11508: Integrate possibility to define lifetime of frontend session data
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5714 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:04 Revision 8bc2e42f: Extbase:
* Changed Argument: Check for is_object($result) instead of $result !== NULL prevents fatal error; empty result shoul... Jochen Rau

2009-07-13

23:34 Revision b9a0d318: Extbase:
* Implemented cache clearing by TYPO3s clearCacheCmd. This is not particularily fine-grained, but works. references #... Sebastian Kurfuerst
18:36 Revision a12f79cf: Extbase:
* added small comments and cleaned up PHPDoc Sebastian Kurfuerst
15:15 Revision 71b8dcba: Extbase (follow up to r930):
* The SQL string should be syntactically correct now (needs some more testing)
* Implemented a test before calling en...
Jochen Rau
10:45 Revision 8a3f44ca: Extbase:
* Fixed internal method _memorizeCleanState($propertyName); nothing was memorized if $property name was set
* Removed...
Jochen Rau
09:40 Revision a1365f76: Extbase:
* Fixed typo in Action Controller; Resolves #3531 Jochen Rau

2009-07-12

20:46 Revision dd263084: Replaced t3lib_div::GParrayMerged() with new method t3lib_div::_GPmerged()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5713 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner

2009-07-11

18:32 Revision f42f247f: Extbase:
* Reviewed code
* Biggest issue: Objects must be registered manually as reconstituted in the Persistence Session. I t...
Sebastian Kurfuerst
12:51 Revision 8dc37ebf: fixed bug #11379: TStemplate Info/Modify uses hardcoded texts (Thanx to Christopher Stelmaszyk)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5708 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
12:12 Revision 3d3c9eda: Extbase:
* Removed unused class Literal
* Added check for having the same number of $parameters and placeholders ("?") in a st...
Jochen Rau
11:59 Revision eb8d7696: Extbase:
* Added some review comments for Extbase persistence rewrite Sebastian Kurfuerst
11:35 Revision d19f3514: Extbase:
* Change: Using $GLOBALS['EXEC_TIME'] instead of time(); resolves #3782
* Fixed: back-ported LiteralInterface
Jochen Rau
 

Also available in: Atom