Activity
From 2010-03-05 to 2010-04-03
2010-04-03
- 16:35 Revision 2b25a00b: Fixed bug #13625: Scheduler: tx_scheduler_TestTask fails to execute successfully due to missing mail initialization
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7238 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:30 Revision b7ac5573: Fixed bug #13625: tx_scheduler_TestTask fails to execute successfully due to missing mail initialization
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7237 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:22 Revision 05bfa37b: Cleanup #13869: Scheduler: editTasks() calls all registered tasks to edit just one
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7236 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-04-01
- 18:07 Revision a39f5651: Fixed bug #13557: t3editor/codecompletion: add new typoscript properties and update tsref descriptions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7235 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:00 Revision 59b4b9d9: Fixed bug #11839: t3editor doesn't have an API for using at other places
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7234 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:56 Revision dfcc631a: Fixed bug #13557: t3editor/codecompletion: add new typoscript properties and update tsref descriptions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7233 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:57 Revision 98d71d3d: Fixed bug #13980: PageRenderer renderJsLibraries should be after the hook
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7232 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:56 Revision 5370a9ee: Fixed bug #13980: PageRenderer renderJsLibraries should be after the hook
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7231 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-31
- 12:28 Revision 6e9a82a9: [+BUGFIX] Extbase: Environment variables (context) are now recognized with FCGI + Apache. Related to #6840, #6596. Resolves #7085.
- 00:21 Revision b5e01171: added missing files from #13899
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7230 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-30
- 23:38 Revision 998eaea8: Fixed bug #13011: Bug: borders for single image rendering [css styled content] (thanks to Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7229 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:38 Revision 5a0e9513: Fixed bug #13011: Bug: borders for single image rendering [css styled content] (thanks to Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7228 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:33 Revision e749e244: Fixed bug #11386: t3lib_cache_backend_FileBacked violates open_basedir_restrictions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7227 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:32 Revision da2e96b2: Fixed bug #11386: t3lib_cache_backend_FileBacked violates open_basedir_restrictions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7226 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:19 Revision ac2ca7ef: Added feature #13899: Add Viewport layout to BE (thanks to Stefan Galinski)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7225 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:07 Revision 81459026: Follow-up to feature #13954: htmlArea RTE: Extjize TYPO3 link, image and user elements dialogue windows
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7224 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:28 Revision d8e30a9b: [+TASK] Extbase (Persistence): The storage pid is now added to relation tables defined for some special IRRE setups. Related to #6899.
- 11:28 Revision a8c1cb83: [~TASK] Extbase (Persistence): Heavily refactored DataMap building process. Implemented DataMapFactory. Resolves #3772.
- [~TASK] Extbase (Reflection): Improved handling of array to be accessed via ObjectAccessors.
- 11:28 Revision 961770c1: [+BUGFIX] Extbase (Persistence): Fixed broken IRRE setups. The type of relation is now determined as follows: There is a relation only if there is a "foreign_table" defined. If there is a "MM" or "foreign_selector" defined, an intermediate table is/must be used to store the relation information. If there is a "foreign_field" defined, the relation information is stored in a field on the child side. If not, a CSV on the parent side is expected.
- 11:28 Revision 3af03d36: [+TASK] Extbase (Persistence): Replaced get_class() by getRepositoryClassName(). Resolves #6760.
- 11:28 Revision 8169292e: [+BUGFIX] Extbase (Persistence): Removed deprecated code. Resolves #6850.
- 11:28 Revision d7a2ad09: [+TASK] Extbase (Persistence): Added type check before invoking count().
- 11:28 Revision 1e1ea646: [!!!][+FEATURE] Extbase: Implemented the possibility to set the context extbase extensions are running in. Default is "Production". You can set the context in the .htaccess file e.g. by "SetEnv EXTBASE_CONTEXT Development". If Extbase runs in "Production" context no exception messages are shown in FE but an empty plugin content. The message is logged by t3lib_div::sysLog(). In any other context the exception is catched an thrown again to be handled by the appropriate handler defined in the Install Tool. The next step is to be able to define different TS settings for different contexts. Resolves #6840.
- 11:28 Revision 03e855c5: [+BUGFIX] Extbase (Domain): Fixed unused constructor argument. Resolves #6896.
- 11:28 Revision 24e34dbe: [-CONFIGURATION] Extbase: Removed obsolete and thus confusing configuration options.
2010-03-29
- 21:23 Revision d1eb77eb: Added feature #13954: htmlArea RTE: Extjize TYPO3 link, image and user elements dialogue windows
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7223 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:39 Revision ec01a69e: Fixed bug #1436: Meta tag output in indexed search result breaks layout
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@7222 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:35 Revision 9f2040c9: Fixed bug #12375: typo3temp got filled with thousands of EXTERNAL_URL* files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@7221 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:33 Revision eeafbfd0: Fixed bug #11696: External files with Umlauts/special chars in filename are not indexed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@7220 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:42 Revision 298bbff8: Fixed bug #13935: t3lib_fullsearch has a lot of hanging SQL record sets
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7219 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:41 Revision ff87dfb5: Fixed bug #13935: t3lib_fullsearch has a lot of hanging SQL record sets
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7218 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:35 Revision b7628656: Fixed bug #1044: Indexed Search results always on same page as search
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7217 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:26 Revision 9523a28d: Fixed bug #1436: Meta tag output in indexed search result breaks layout
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7216 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:25 Revision ab34e752: Fixed bug #1436: Meta tag output in indexed search result breaks layout
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7215 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:16 Revision 8771b4b2: Fixed bug #12254: Double wrap of rules subpart with template_css.tmpl
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7214 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:12 Revision fe394785: Fixed bug #12375: typo3temp got filled with thousands of EXTERNAL_URL* files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7213 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:11 Revision 72a117e9: Fixed bug #12375: typo3temp got filled with thousands of EXTERNAL_URL* files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7212 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:08 Revision bc6d9dcd: Fixed bug #11696: External files with Umlauts/special chars in filename are not indexed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7211 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:07 Revision 3030ede7: Fixed bug #11696: External files with Umlauts/special chars in filename are not indexed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7210 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:54 Revision bcd7a7a5: Fixed bug #13677: margin-bottom on images was missing in the "single image" rendering (thanks to Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7209 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:52 Revision 452a6dbe: Fixed bug #13677: margin-bottom on images was missing in the "single image" rendering (thanks to Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7208 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-28
- 16:16 Revision 8fcdb241: Follow-up to #13273: Improve caching framework dbBackend testcase to catch not deleted rows in tag table
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7207 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:15 Revision 68ac7c0e: Fixed bug #13273: Caching framework sub-select is slow because mysql does not use indexes on outer query
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7206 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:12 Revision 7d81a1ec: Follow-up to #13273: Improve caching framework dbBackend testcase to catch not deleted rows in tag table
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7205 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:10 Revision 141198d3: Fixed bug #13273: Caching framework sub-select is slow because mysql does not use indexes on outer query
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7204 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-27
- 13:10 Revision 8444a53b: Updated ext_autoload.php to match Backport in Rev 2043
- 09:43 Revision 80748c2d: Fixed bug #12794: t3lib_TStemplate::getFileName() handles path starting with media/ as magic
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7203 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:42 Revision 31940b2a: Fixed bug #12794: t3lib_TStemplate::getFileName() handles path starting with media/ as magic
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7202 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:28 Revision 79346684: Fixed bug #13590: felogin adds field felogin_forgotHash to tca but does not add field to database (Thanks to Fabrizio Branca)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7201 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:27 Revision 0abb21d5: Fixed bug #13590: felogin adds field felogin_forgotHash to tca but does not add field to database (Thanks to Fabrizio Branca)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7200 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-26
- 23:05 Revision 96011ed2: Added feature #13697: Add possibility to retrieve extension version
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7199 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:50 Revision 54973781: Fixed bug #13775: Missing <tr> in "Admin Tools -> User Admin" (thanks to Stephan Kellermayr)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7198 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:42 Revision da5bec67: Fixed bug #13775: Missing <tr> in "Admin Tools -> User Admin" (thanks to Stephan Kellermayr)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7197 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:24 Revision 3c0fa64e: Fixed bug #13737: Unit test failures in scheduler if the extension is not installed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7196 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:16 Revision c62b469e: Follow-up to #13418: Removed a duplicate reset in tearDown of testcase
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7195 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:00 Revision ae3fb0ee: Follow-up to #13418: Added testcase for t3lib_div::_getSET
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7194 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:58 Revision 548010a7: Added Feature #13418: Allow t3lib_div::_GETset() to set specified key
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7193 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:14 Revision 1138ba7d: Fixed bug #13813: Using ExtJS with debug should also use debug-files of adapter
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7192 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:14 Revision c95cf042: Fixed bug #13813: Using ExtJS with debug should also use debug-files of adapter
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7191 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:36 Revision 6ccfe743: Fixed bug #13595: loginform has <table> stdWrap, but <div>s inside [css styled content] (Thanks to Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7190 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:34 Revision ac685b46: Fixed bug #13595: loginform has <table> stdWrap, but <div>s inside [css styled content] (Thanks to Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7189 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:31 Revision 2c7d53d1: Fixed bug #13832: Wrong flash message when clearing temporary data
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7188 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:04 Revision 3dc9fb1d: Fixed Changelog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7187 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:04 Revision 13f60ab9: Follow-up to #13554: Make the code in line with follow-up to #13739
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@7186 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:03 Revision 1d3268f2: Follow-up to #13554: Make the code in line with follow-up to #13739
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7185 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:02 Revision 01eadf9f: Fixed bug #13792: Double semicolon in css styled content
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7184 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:01 Revision 49d712ae: Follow-up to #13554: Make the code in line with follow-up to #13739
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7183 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:59 Revision 0c16395c: Fixed bug #13792: Bug: Double semicolon in css styled content
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7182 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:06 Revision 753af5d3: "Clear temporary data" in setup module misses JS confirm
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7181 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:29 Revision cf4b99ee: Removed unused property $additionalStyleSheets in template.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7180 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:27 Revision e0de4181: Fixed a mistyped bug number in the ChangeLog (sorry)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7179 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:08 Revision 003b7587: Follow-up to #13678: Remove cleanup of recipient_copy which is now unused
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7178 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:05 Revision c8e406d8: Follow-up to #13678: Remove cleanup of recipient_copy which is now unused
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7177 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:01 Revision 322b690b: Fixed bug #13678: Bug: htmlmail send mail twice if cc recipient is set
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7176 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:52 Revision 9742a295: Fixed bug #13678: Bug: htmlmail send mail twice if cc recipient is set
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7175 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:13 Revision 1702bb66: Fixed Changelog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7174 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:12 Revision 0cc1dff1: Fixed bug #13386: Bug: mod.web_list.hideTables doesn't accept spaces
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7173 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:51 Revision 316e6553: Fixed bug #13681: Improve performance of t3lib_div::revExplode
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7172 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:50 Revision bd657516: Follow-up to bug #13681: Added testcase for t3lib_div::revExplode
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7171 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:48 Revision b894a05e: Fixed bug #13681: Improve performance of t3lib_div::revExplode
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7170 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:07 Revision 144e7935: Fixed bug #3716: includeCSS changed behavior, must default to media="all"
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7169 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:05 Revision 99a673ba: Fixed bug #3716: includeCSS changed behavior, must default to media="all"
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7168 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-25
- 16:44 Revision 8cbf6cf9: Follow-up to #13739: Make the clickmenu work for the case when "Substitute Mount Point" is not set
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7167 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:43 Revision 52099986: Follow-up to #13739: Make the clickmenu work again and also for the case when "Substitute Mount Point" is not set
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7166 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:39 Revision 6fce93e9: Follow-up to #13739: Make the clickmenu work again and also for the case when "Substitute Mount Point" is not set
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@7165 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:33 Revision e0d15c25: Fixed bug #13901: GIFBULDER generates same picture twice (in typo3temp/GB) (thanks to Vladimir Podkovanov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@7164 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:32 Revision 15a7c11e: Fixed bug #13901: GIFBULDER generates same picture twice (in typo3temp/GB) (thanks to Vladimir Podkovanov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7163 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:31 Revision 2b17f514: Fixed bug #13901: GIFBULDER generates same picture twice (in typo3temp/GB) (thanks to Vladimir Podkovanov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7162 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:20 Revision 9a05ec73: Follow-up to bug #11239: Added testcase for tslib_content->getQueryArguments()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7161 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:18 Revision a03ebc25: Follow-up to bug #11239: Added testcase for t3lib_div::arrayDiffAssocRecursive()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7160 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:16 Revision c7e576fd: Follow-up to bug #11239: typolink addQueryString.exclude does not support arrays, main patch for tslib_content
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7159 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:15 Revision dd80e6d3: Follow-up to bug #11239: typolink addQueryString.exclude does not support arrays, main patch for tslib_content
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7158 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:12 Revision 0648de8b: Fixed bug #11239: typolink addQueryString.exclude does not support arrays, pre-patch to add t3lib_div::arrayDiffAssocRecursive()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7157 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:11 Revision 08ac8d8c: Fixed bug #11239: typolink addQueryString.exclude does not support arrays, pre-patch to add t3lib_div::arrayDiffAssocRecursive()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7156 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-24
- 23:19 Revision dda15048: Added feature #9289: Missing index for deleting outdated session data in fe_session_data
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7155 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:13 Revision c35f84a8: Fixed bug #9769: Organisation in mail header should be Organization
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7154 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:46 Revision eeeaee57: Follow-up to feature #13785: htmlArea RTE: Extjize Find & Replace dialogue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7153 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:36 Revision 068bf8ca: Follow-up to feature #13878: htmlArea RTE: Extjize the default non-TYPO3 link dialogue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7152 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:15 Revision 3255d264: Added feature #13909: htmlArea RTE: Extjize the default non-TYPO3 image dialogue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7151 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-23
- 21:42 Revision ff5be534: Fixed bug #13811: Missing formHandler in ExtDirect API (Thanks to Stefan Galinski)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7150 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:54 Revision 5bc633b3: Fixed bug #8933: icons in indexed search modfunc1 are not skinned
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7149 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:53 Revision 57c366c3: Fixed bug #8933: icons in indexed search modfunc1 are not skinned
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7148 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:50 Revision 53aaf691: Fixed bug #9229: indexing of records containing HTML leads to concatenated words
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7147 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:49 Revision 459da16d: Fixed bug #9229: indexing of records containing HTML leads to concatenated words
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7146 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-22
- 16:54 Revision 51b16182: Added feature #13889: htmlArea RTE: Cleanup some unused scripts (Quick Tag)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7145 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:34 Revision 8903111d: Follow-up to feature #13796: htmlArea RTE: Extjize Remove format dialogue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7144 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:13 Revision 59e19bcb: Added feature #13888: htmlArea RTE: Add border around toolbar
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7143 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:53 Revision 9e622a73: Fixed bug #13887: htmlArea RTE: Table dialogues may raise js error
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7142 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:46 Revision 221606fd: Added feature #13878: htmlArea RTE: Extjize the default non-TYPO3 link dialogue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7141 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-20
- 23:42 Revision 89c448fb: Fixed bug #12845: RTE link query parameters cannot contain "id="
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7140 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:25 Revision 11bc8ce8: Fixed bug #12845: RTE link query parameters cannot contain "id="
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7139 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:55 Revision d2953aa2: Added feature #13870: htmlArea RTE: Extjize the spell checker
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7138 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:58 Revision 5c0f701f: Fixed bug #13871: Field data_page_type in table index_phash is too small.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7137 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-19
2010-03-18
- 17:10 Revision 868d8349: Cleanup: Removed whitespaces at end of line
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7136 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:30 Revision f4d800b0: Fixed bug #10392: Indexed search does not use config.fileTarget for files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7135 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:29 Revision 289b7778: Fixed bug #10392: Indexed search does not use config.fileTarget for files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7134 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:25 Revision eed03702: Fixed bug #12434: Name attribute in search form - invalid XHTML strict
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7133 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:57 Revision bb0c2887: Fixed bug #12434: Name attribute in search form - invalid XHTML strict
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7132 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:33 Revision 1eba7564: Follow-up to bug #13739: CGL false=>FALSE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@7131 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:33 Revision d09a24f9: Follow-up to bug #13739: CGL false=>FALSE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7130 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:33 Revision 29e1ebc9: Follow-up to bug #13739: CGL false=>FALSE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7129 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:28 Revision 79d01a84: Fixed bug #13740: "Show" clickmenu in page tree generates wrong URL if no sys_domain is present
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7128 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:22 Revision 7b7ac39b: Fixed bug #13739: "Show" clickmenu in page tree does not work for mount pages
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@7127 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:20 Revision ff95bdb1: Fixed bug #13739: Show clickmenu in page tree does not work for mount pages
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7126 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:18 Revision 5dbfbe8b: Fixed bug #13739: Show clickmenu in page tree does not work for mount pages
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7125 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-17
- 21:39 Revision ea5eba92: Fixed bug #8597: Defining alternative icons with specConfs.[pid].pageIcon does not work in indexed_search (thanks to Steffen Müller).
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7124 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:27 Revision 77b43ffd: Fixed bug #8597: Defining alternative icons with specConfs.[pid].pageIcon does not work in indexed_search (thanks to Steffen Müller).
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7123 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:04 Revision 4a415a4b: Fixed bug #12959: cHashParams in index_phash is too small (thanks to Dmitry Dulepov).
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7122 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-16
- 21:24 Revision 5323b35b: Fixed bug #13823: Backend not printable if more than one page (thanks to Stefan Geith)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7121 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:12 Revision f0dca58d: Added feature #13825: TypoScript object browser - Show all TS (thanks to Stefan Geith)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7120 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:56 Revision 8ffc97e1: [+TASK] Fluid (ViewHelpers): Improved Documentation in *PageViewHelper. Thanks to Falk Kühnel for the suggestion! Resolves #6297.
- 11:54 Revision 8ddee19c: Updating version number to 4.4-dev after release of 4.4.0alpha2
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7119 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:51 Revision dd3895af: [+BUGFIX] Fluid (ViewHelpers): f:link.action can now be used inside f:form without breaking hmac verification. Resolves #6809, Resolves #6808, Resolves #6514. Thanks to Peter Niederlag for providing a patch!
- 11:47 Revision cd7c777f: Tagging TYPO3 4.4.0alpha2
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-4-0alpha2@7118 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:47 Revision 709292e9: Release of TYPO3 4.4.0alpha2
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7117 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:34 Revision da754f4d: * Raised Fluid version to 1.1.0alpha2, due to a regression in PHP 5.2.X.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7116 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:31 Revision 2efa884d: * Raised version number to alpha2
- 11:31 Revision bdb0eed3: [+BUGFIX] Fluid (Core): Fixing a parse error in PHP 5.2.X in TemplateParser. Resolves #6870.
- 10:09 Revision be0c282e: * Raising Extbase and Fluid versions to 1.1.0alpha1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7115 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:05 Revision f3cc609a: * Removing Extbase and Fluid, will be re-added as version 1.1.0alpha1 in a few minutes.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7114 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:49 Revision aa1fb6f5: [!!!][TASK] Fluid: Raised version number to 1.1.0. This version needs Extbase 1.1.0 as well!
- [TASK] Fluid: Backported all changes from Fluid v5 again. This includes mostly some internal restructurings.
[!!!][TA... - 09:47 Revision 53cb36cc: [TASK] Extbase: Raised version to 1.1.0alpha1
- [+FEATURE] Extbase (Tests): Added one more functionality to BaseTestCase
[!!!][TASK] Extbase: Renamed viewData in Abs... - 09:32 Revision eb056351: [+BUGFIX] Extbase (Persistence): For MM_match_fields the fieldname got prefixed twice. Resolves #6864.
- 09:32 Revision 76bd00e1: [+BUGFIX] Extbase (Persistence): Object access fails on arrays as subject. This must be fixed in FLOW3, too. Resolves #6862.
- 09:27 Revision 106de175: * Re-adding tests
- 09:26 Revision 45103a0b: * Temporarily deleting tests. Will be re-added at next commit.
2010-03-15
- 21:53 Revision d64ba0ca: [+BUGFIX] Extbase (Reflection): Fixed a bug that would occur if an array with a non-existing key would be passed to ObjectAccess::getProperty(). Related to #6073.
- [+BUGFIX] Extbase (Reflection): ObjectAccess::getProperty() now throws an exception when a property does not exist, f...
- 21:20 Revision 2969ca7e: * Follow-up to #1104: fix 'required' validation for IRRE records
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7113 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:20 Revision 3d6a032b: * Follow-up to #1104: fix 'required' validation for IRRE records
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@7112 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:19 Revision 5b63b213: * Follow-up to #1104: fix 'required' validation for IRRE records
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7111 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:19 Revision 5753d510: [+BUGFIX] Extbase (Persistence): The child class name is not determined by reverse mapping (table name -> class name) of the extbase persistence settings anymore. Only the annotation above the property definition is taken into account. Removed methods setChildClassName(), getChildClassName(), and determineChildClassName(). Resolves #6805.
- [TASK] Extbase (Persistence): Changed signature of DataMapper::getType($class, $propertyName) to getType($className, ...
2010-03-14
- 21:28 Revision 0370c816: Fixed bug #11805: IRRE does not work correctly with FE-editing
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7110 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:27 Revision 489f5246: Fixed bug #11805: IRRE does not work correctly with FE-editing
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7109 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:23 Revision fde6b2d4: Fixed bug #13690: Clean up class definition of frontendDoc in template.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7108 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:22 Revision 5a6d9c0a: Fixed bug #13690: Clean up class definition of frontendDoc in template.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7107 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:01 Revision f269ff6b: Fixed bug #13283: Thumbnail generation broken for PDF files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7106 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:00 Revision 33294c5b: Fixed bug #13283: Thumbnail generation broken for PDF files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7105 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:59 Revision 7e0c27f6: Fixed bug #13283: Thumbnail generation broken for PDF files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@7104 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:46 Revision fff5a43b: Fixed bug #13371: cropHTML not honoring whole word setting
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7103 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:35 Revision 7a806691: Fixed bug #13371: cropHTML not honoring whole word setting
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7102 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-12
- 03:42 Revision 3f925eee: Added feature #2342: htmlArea RTE: "abbr" attribute for table header cells
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7101 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-11
- 23:14 Revision 01903c05: Fixed bug #9218: htmlArea RTE: "Remove format" messes up some inline formats
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@7100 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:13 Revision 82fbd093: Fixed bug #9218: htmlArea RTE: "Remove format" messes up some inline formats
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7099 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:12 Revision 762d2c00: Fixed bug #9218: htmlArea RTE: "Remove format" messes up some inline formats
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7098 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:36 Revision 61445832: Added feature #13796: htmlArea RTE: Extjize Remove format dialogue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7097 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:28 Revision 7ae04dd0: Added feature #13795: htmlArea RTE: Extjize About dialogue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7096 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-10
- 16:54 Revision e7a611c2: [+BUGFIX] Extbase (Persistence): Fixed a regression where objects were retrieved even if they were deleted. Related to #6755.
- 16:44 Revision 5ff24a3e: [+BUGFIX] Extbase (Persistence): Fixed a regression with contains(). Related to #6755.
- 15:24 Revision 1d028d0d: [+FEATURE] Extbase (Persistence): Implemented (still experimental) feature to be able to formulate constraints accessing the object graph. It is now possible to use the same object accessor syntax as in Fluid: $query->lessThanOrEqual('ageRange.minimumValue', $age). Resolves #6755.
- [-TASK] Extbase (Tests): Marked several tests as incomplete.
- 11:26 Revision 6d05eccd: Fixed bug #11576: Colorpicker has no usable icon (Thanks to Stefan Geith)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7095 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:25 Revision b56742a3: Fixed bug #11576: Colorpicker has no usable icon (Thanks to Stefan Geith)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7094 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:19 Revision 7a289bf0: [+BUGFIX] Extbase (Persistence): Replaced $dateTime->getTimestamp() with $dateTime->format('U') to be compatible to PHP 5.2.x. Thanks to Dennis Ahrens. Resolves #6745.
- 06:24 Revision 1a27fd6d: Fixed bug #13786: htmlArea RTE: ExtJS raises JS error on opening resizable window in IE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7093 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:41 Revision d473e1d7: Added feature #13785: htmlArea RTE: Extjize Find & Replace dialogue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7092 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-09
- 22:44 Revision 38233183: [+BUGFIX] Extbase (Persistence): Re-implemented support for $query->statement().
- 22:44 Revision 5289ca54: [~TASK] Extbase (Utility): Performance optimization: changed while(list() to foreach(). Thanks to Georg Ringer who provided the patch. Resolves #6709.
- 10:20 Revision c3898f0d: [+BUGFIX] Extbase (Utility): Extbase uses the right BE charset now when forceCharset is not used. Thanks to Martin Kutschker who provided the patch. Resolves #6236.
- [+BUGFIX] Extbase (Utility): Fixed broken charset conversion in BE. Thanks to Martin Kutschker who provided the patch...
2010-03-08
- 19:49 Revision af21ce8d: Backported changeset 7089 from trunk: Fixed bug #13766
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7091 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:48 Revision 3a43c317: Backported changeset 7089 from trunk: Fixed bug #13766
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7090 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:45 Revision 811ea8b9: Fixed bug #13766: Auto-increment does not work with driver odbc_mssql [adodb]
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7089 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:59 Revision 2e551285: [-TASK] Extbase (Persistence): Removed unnecessary classes, code and empty interfaces.
- [!!!][~API] Extbase (Persistence): Marked Query::withUid() as deprecated. Will be removed with Extbase 3.0.
[+TASK] E... - 17:59 Revision ac8aad91: [!!!][~API] Extbase (Persistence): $query->execute() now returns a plain array of row-arrays instead of an RowIterator. This is a breaking change if you use your own Query object in combination with $querySettings->getRawQueryResult = TRUE.
- [~TASK] Extbase (Persistence): Refactored persistence layer (part I). Dropped QueryObjectModel. The Query-Object is n...
2010-03-07
- 23:37 Revision 5d6db7c4: Updated ExtJs library from 3.1.0 to 3.1.1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7088 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:28 Revision 10384369: Fixed bug #13738: Unit test failure: t3lib_PageRenderer_testcase::testAddCssFile (Thanks to Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7087 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:12 Revision 25d560ed: Backported changeset 30854 from trunk: Fixed bug #4640
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-0@30855 735d13b6-9817-0410-8766-e36946ffe9aa
- 23:10 Revision 5be60f85: Fixed bug #4640: Backend login impossible with MSSQL via ODBC (thanks to Felix Eckhofer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@30854 735d13b6-9817-0410-8766-e36946ffe9aa
- 10:16 Revision d8593392: Fixed bug #13669: Performance: Inefficient fetch of templates from table sys_template (Thanks to Alexander Weggerle)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7086 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-06
- 01:20 Revision ca30c196: Fixed bug #1104: Setting file fields in TCA to "required" makes it impossible to save the record
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7085 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:20 Revision 21a14a1e: Fixed bug #1104: Setting file fields in TCA to "required" makes it impossible to save the record
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7084 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:19 Revision e28901fb: Fixed bug #1104: Setting file fields in TCA to "required" makes it impossible to save the record
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@7083 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-03-05
- 15:12 Revision cb2a18a5: Follow-up to #13668: htmlArea RTE: Cleanup some unused code (statusbar)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7082 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:23 Revision da21a808: Fixed bug #9056: htmlArea RTE: Accessibility problem with smileys
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7081 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:32 Revision 7a198966: Fixed bug #13057: htmlArea RTE sometimes deletes contents
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@7080 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:31 Revision 568cff2d: Fixed bug #13057: htmlArea RTE sometimes deletes contents
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@7079 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:45 Revision 2afcf223: Added feature #13748: htmlArea RTE: Extjize character map
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7078 709f56b5-9817-0410-a4d7-c38de5d9e867
Also available in: Atom