Activity
From 2010-10-17 to 2010-11-15
2010-11-15
- 23:50 Revision 59d568db: Added feature #16111: Change the layout of thumbnails and allowed file types so that they don't waste so much space anymore (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9391 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:38 Revision 2adc8347: Added feature #16410: [Caching framework] Implement redis as cache backend
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9390 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:16 Revision 02aa33eb: [+FEATURE] Extbase (Utility): Allow plugins to be registered as new content element
- Added a fifth parameter to Tx_Extbase_Utility_Extension::configurePlugin that allows
you to specify the plugin type (... - 22:58 Revision b0d38318: [+BUGFIX] Extbase (Utility): Added condition to Tx_Extbase_Utility_Extension::getTargetPidByPlugin() in order to only select tt_content entries that are of CType "list". Thanks to Marc Bastian Heinrichs
- 22:55 Revision 7ced9a0b: [!!!][~TASK] Extbase (Configuration): Major rework of the ConfigurationManager
- Configuration of controllers and actions is now stored in a global registry
($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['... - 21:59 Revision c3421b9e: Added feature #16403: Integrate modernizr into the TYPO3 Backend
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9389 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:55 Revision f25e0544: [+BUGFIX] Fluid (Core/Widget): AjaxWidgetContextHolder now uses a unique id for the Ajax WidgetContext. This makes sure, that the ajax response gets the right context, even if you open multiple browser windows in the same session
- [+BUGFIX] Fluid (Core): The Fluid Widget Bootstrap now initializes the object manager in order to respect "config.tx_...
- 16:39 Revision d6ee3dc0: [~TAKS] Extbase (MVC): FrontendRequestHandler now retrieves the current cObject through the ConfigurationManager
- [+BUGFIX] Extbase (MVC): FrontendRequestHandler was refering to $this->frameworkConfiguration which wasn't available
... - 16:29 Revision 7331c860: Added an empty line.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9388 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:21 Revision 239ad9fd: Follow-up to #14658: Feature: internal links with parameters outside the RTE (headlines, images ...)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9387 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:08 Revision 0d65cae1: Fixed bug #16383: BE Module are complicate to render
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9386 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:49 Revision 79a9316f: Add feature #16374: Implement Inline Relational Record Editing (IRRE) in Workspaces
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9385 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:20 Revision ff725ef8: [+BUGFIX] Extbase (MVC): Flashmessages now share a scope throughout the extension. Before, every plugin had it's own scope leading to the messages only being output when entering the same plugin again (e.g. redirecting from one plugin to another would never display the messages)
- [~TASK] Extbase (Core): The Flashmessages now get persisted in the Bootstrap in resetSingletons()
[-TASK] Extbase (Co... - 11:39 Revision c3388e2b: Added feature #16170: Increase DB-fields spaceBefore and spaceAfter (tt_content) (Thanks to Henrik Ziegenhain)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9384 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:36 Revision 3a066e84: [FEATURE] Extbase (Object): Make DI Class Mapping configurable through TS
- It is now possible to configure the Dependency Injection class mapping by specifying:
config.tx_extbase.objects.[Full...
2010-11-14
- 20:58 Revision 9b345144: Changed the overview menu to use the core t3-overview-list CSS class for styling
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9383 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:55 Revision c11f98d0: Follow-up to #16315: Wrong reference to unzip class
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9382 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:44 Revision 58a1802c: [-TASK] Extbase (Utility): Removed two obsolete checks for $GLOBALS['TSFE']->tmpl->setup['tt_content.']['list.']['20.'] in Tx_Extbase_Utility_Extension
- [~TASK] Extbase: added two doc comments that were missing
- 17:09 Revision 3f0d0e5a: [+BUGFIX] Fluid (ViewHelpers): Fixed Widget URI generation in widget.link/widget.uri ViewHelpers/Link/WidgetViewHelpers
- [~TASK] Fluid (ViewHelpers/Widget): Tweaked PaginateViewHelper: Minor refactoring of controller & template
- 15:56 Revision 77b4c1d2: [+BUGFIX] Extbase (Persistence): Extbase still used PHPs current() on some QueryResults in Persistence/Repository. Replaced these by calls to the getFirst() method of the QueryResult
- [+TASK] Extbase (Persistence): added a private field to the QueryResult to make the above case easier to debug: When ...
- 14:54 Revision 3386f870: [+BUGFIX] Extbase (MVC): view configuration (templateRootPath, ...) has to be set before View::canRender() is called
- 14:43 Revision aa4606d7: [-TASK] Fluid (Compatibility): Forgot to remove obsolete Tx_Fluid_Compatibility_ObjectManager in previous commit
- 14:38 Revision 5c8c4d60: [+FEATURE] Fluid (Core/Widget): Added Tx_Fluid_Core_Widget_Bootstrap that is used to dispatch Ajax requests (see ext_typoscript_setup.txt).
- [~TASK] Fluid (Compatibility): Removed Tx_Fluid_Compatibility_ObjectManager and replaced instances by Tx_Extbase_Obje...
- 13:43 Revision f82e144d: Raised DBAL to version 1.2.0beta1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9381 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:34 Revision 2fd0675c: Changed back version to 1.2-dev
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@40182 735d13b6-9817-0410-8766-e36946ffe9aa
- 13:33 Revision 6da27af2: Updated dependency
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@40180 735d13b6-9817-0410-8766-e36946ffe9aa
- 13:31 Revision 08d97b0c: Updated checksums
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@40179 735d13b6-9817-0410-8766-e36946ffe9aa
- 13:29 Revision a732cb5e: Set version to 1.2.0beta1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@40178 735d13b6-9817-0410-8766-e36946ffe9aa
- 13:26 Revision 9cd21c6f: Added feature #15755: Allow DBAL to interact with EM to configure remapping
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@40177 735d13b6-9817-0410-8766-e36946ffe9aa
- 13:22 Revision c2fbd0ea: Added feature #16215: Allow array as localconf.php configuration values
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9380 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:46 Revision 96230b09: Fixed some minor style issues caused by Ext Js' style reset definitions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9379 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:10 Revision 7c493710: Follow-up to #16302: Fixes missing tplRow leading to a broken "Edit TypoScript file content in t3editor" (Thanks to Fabrizio Branca)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9378 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:08 Revision e7641c21: Added feature #15666: sys_language table icon should be the flag you selected, using the new flag sprite (Thanks to Steffen Ritter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9377 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:06 Revision 601a59af: fixed instanciation of t3lib_FlashMessage to put all the parameters in the constructor instead of separate method calls
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9376 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:05 Revision 1ae48499: removed whitespace at EOL, fixed an indentation issue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9375 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-13
- 23:41 Revision 93ae57e8: Removed an unnecessary strict check, the affected method will return only booleans anyway
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9374 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:38 Revision 138f3c4f: [!!!][+TASK] Extbase (MVC): The UriBuilder now uses the current cObject instead of creating a new instance in the constructor. This is a breaking change if you instantiated the UriBuilder in your code. Please use the Extbase ObjectManager or inject the ConfigurationManager manually.
- [+BUGFIX] Extbase (Reflection): ReflectionService now uses a cacheIdentifier per Extension. Besides the Bootstrap now...
- 19:07 Revision abc50aca: minor CGL fixes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9373 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:06 Revision 8ea36314: fixed a typo in a variable name
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9372 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:25 Revision 454ef25a: Added feature: New option "noScale" for getImgResource() to display the original image instead of a scaled one (Thanks to Stefan Geith)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9371 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:05 Revision 84cc529a: Fixed bug #7855: IRRE doesn't save collapse/expand state of nested IRRE records
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9370 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:05 Revision 8d0c917e: Fixed bug #7855: IRRE doesn't save collapse/expand state of nested IRRE records
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9369 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:59 Revision 6050231c: Fixed bug #9508: Workspace preview link should work in multidomain-environments (Thanks to Michael Klapper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9368 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:57 Revision 718eabaa: Fixed bug #9508: Workspace preview link should work in multidomain-environments (Thanks to Michael Klapper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9367 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:36 Revision 0b9f1cde: Added feature #13170: Workspace Owners should be manageable with groups as well (Thanks to Tolleiv Nietsch)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9366 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:10 Revision 546c900d: adjusted TYPO3_MOD_PATH for em
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9365 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:05 Revision b2695fbd: removed an empty line
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9364 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:05 Revision 8ead5685: Added feature #16315: New extension manager part 1: splitting classes: em files: fixed tiny cosmetic
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9363 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:05 Revision 1393a528: minor code beautification
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9362 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:52 Revision ab31a8fb: Added feature #16315: New extension manager part 1: splitting classes: em files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9361 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:51 Revision 5fe602ac: minor code beautification
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9360 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:50 Revision f049f272: Added feature #16315: New extension manager part 1: splitting classes: core files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9359 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:00 Revision 4bd5f15b: Added feature #16338: Scheduler task to regularly execute the status report checks
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9358 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-12
- 23:54 Revision 85240050: minor code beautification
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9357 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:35 Revision c1c310ea: Added feature #16337: System health status self monitoring
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9356 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:47 Revision 29fd83a8: Fixed bug #6001: Install Tool image tests fail when there are spaces in the path name of im_path, and auto-detection of IM under Windows improved
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9355 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:45 Revision a8823848: Fixed bug #6001: Install Tool image tests fail when there are spaces in the path name of im_path, and auto-detection of IM under Windows improved
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9354 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:58 Revision 8f3d20bd: Follow-up to #16357: Removed redundant code
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9353 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:56 Revision 0c3a0a1f: Fixed bug #15456: Changes made by ColorPicker Wizard are not saved (Thanks to Tobias Hoevelborn)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@9352 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:55 Revision 6fe318fe: Fixed bug #15456: Changes made by ColorPicker Wizard are not saved (Thanks to Tobias Hoevelborn)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9351 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:54 Revision 385d4614: Fixed bug #15456: Changes made by ColorPicker Wizard are not saved (Thanks to Tobias Hoevelborn)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9350 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:54 Revision 1979d945: Fixed bug #15456: Changes made by ColorPicker Wizard are not saved (Thanks to Tobias Hoevelborn)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9349 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:31 Revision 7935d8d7: Updated ChangeLog: Added credits for previous commit
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9348 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:29 Revision 8c7f7277: Added feature #16357: visualize beeing in an workspace by coloring the topbar
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9347 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:25 Revision cfd0976c: Fixed bug #16370, Follow-up to #15094: SVG TypoScript object unuseable after tslib_content splitup
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9346 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:25 Revision 1b6f3f4b: Fixed issue: #10763: The mailtemplate setting should have a default setting
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40125 735d13b6-9817-0410-8766-e36946ffe9aa
- 17:23 Revision 236991c0: Fixed bug #16347: htmlArea RTE: PHP Warning: Invalid argument supplied for foreach() in ext_tables.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9345 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:47 Revision 3b0573c1: CGL adjustments / non functional changes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40124 735d13b6-9817-0410-8766-e36946ffe9aa
- 16:34 Revision c3119a1e: Added feature #16365: htmlArea RTE: Delete compressed files when clearing RTE cache
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9344 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:31 Revision c9cbe572: CGL adjustments / non functional changes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40120 735d13b6-9817-0410-8766-e36946ffe9aa
- 15:27 Revision 1ea9184a: Fixed issue: #10598 - "Check links" button must be hideable with TS - renamed noUpdateButton to showUpdateButton, manual updated
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40114 735d13b6-9817-0410-8766-e36946ffe9aa
- 15:24 Revision 411f3673: Updated ChangeLog to reflect Michaels changes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40113 735d13b6-9817-0410-8766-e36946ffe9aa
- 13:26 Revision 1833eb76: Cleanup: Fixed undefined variables and added PHPdoc comments
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2743 743128fe-103e-dd11-99c4-001b2...
- 13:13 Revision 318751da: Cleanup: Remover superfluous quotes
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2740 743128fe-103e-dd11-99c4-001b2...
- 13:08 Revision 7430a032: Cleanup: Defined fixed width of ExtJS components
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2739 743128fe-103e-dd11-99c4-001b2...
- 13:07 Revision e7dc9012: Cleanup: Added language label for swap workspace column
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2738 743128fe-103e-dd11-99c4-001b2...
- 12:51 Revision c860b10f: Cleanup: Fixed formatting and configuration in the ExtJS part
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2736 743128fe-103e-dd11-99c4-001b2...
- 12:50 Revision ea15f52a: Cleanup: Defined svn:eol-style property
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2735 743128fe-103e-dd11-99c4-001b2...
- 12:22 Revision af56dd59: Fixed bug: Missing fields in SQL definition reviewers, stagechg_notification
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2733 743128fe-103e-dd11-99c4-001b2...
- 11:12 Revision 82e574a1: Fixed bug: Typing error and superfluous labels in locallang file
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2732 743128fe-103e-dd11-99c4-001b2...
- 10:43 Revision f0001a26: Cleanup: Added ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2731 743128fe-103e-dd11-99c4-001b2...
- 04:33 Revision 0d44fe38: Feature #10740: news field added in the table tx_linkvalidator_links, 2 new index in locallang.xml for the header of the new column and the format of the string in the column,
- news column added in tx_linkvalidator_modfunc1 and time() saved in the new field added to the table tx_linkvalidator_...
- 04:02 Revision f98af290: Feature #10737: news mod tsconfig added to remove the check link button.
- mod.linkvalidator.noUpdateButton = 0
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40100 ... - 03:49 Revision 4d2e423e: Feature #10739 : Button added in tx_linkvalidator_modfunc1, news index in the locallang file, new marquer in the template mod_template.html and new css
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40099 735d13b6-9817-0410-8766-e36946ffe9aa
- 03:01 Revision 49448f4a: Feature #10736: automatic refresh on changing selection of depth level has been removed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40098 735d13b6-9817-0410-8766-e36946ffe9aa
- 00:38 Revision 6bc39e11: Fixed bug #16361: Javascript returns 'FALSE' instead of 'false' in class.tslib_content.php (Thanks to Krystian Szymukowicz)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9343 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:35 Revision e2692ba0: Fixed bug #16307: Remove Workspace Module and Autopublishing from the system extension Version (Thanks to Tolleiv Nietsch)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9342 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:16 Revision 06e37df0: Fixed bug #16311: move workspace-selector to sysext workspaces (Thanks to Tolleiv Nietsch)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9341 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-11
- 23:12 Revision ebc700d0: Added feature #16247: Integrate new workspace module based on ExtJS
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9340 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:07 Revision 350b41d1: Added feature #16345: User Tools>User settings: get csh from any specified csh file
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9339 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:34 Revision d3387f04: Cleanup: Fixed ext_emconf.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2730 743128fe-103e-dd11-99c4-001b2...
- 22:34 Revision 96c1bb21: Cleanup: Fixed copyright notices
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2729 743128fe-103e-dd11-99c4-001b2...
- 22:29 Revision aca187ed: Cleanup: Fixed formatting issues
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2728 743128fe-103e-dd11-99c4-001b2...
- 22:21 Revision 461bd7a9: Cleanup: Added PHPdoc comments and some formatting changes
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2727 743128fe-103e-dd11-99c4-001b2...
- 20:42 Revision 19462ec3: Imported workspaces system extension from GitHub repository after commit f1cd6371d96faa8a8d35
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2726 743128fe-103e-dd11-99c4-001b2...
- 20:40 Revision 09e85a95: Cleaned workspaces system extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2725 743128fe-103e-dd11-99c4-001b2...
- 20:28 Revision fa11f88c: Imported workspaces system extension from GitHub repository after commit f1cd6371d96faa8a8d35
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2724 743128fe-103e-dd11-99c4-001b2...
- 20:22 Revision ab43cfc8: Created structure for workspaces and version system extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@2723 743128fe-103e-dd11-99c4-001b210b...
- 20:22 Revision 3f59ea72: Created structure for workspaces and version system extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2723 743128fe-103e-dd11-99c4-001b2...
- 16:57 Revision 8db65535: Fixed bug #16314: Incorrect use of is_dir in class.tx_rtehtmlarea_clearrtecache.php (Thanks to Juergen Deisenroth)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9338 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:51 Revision 55997fed: Fixed bug #16314: Incorrect use of is_dir in class.tx_rtehtmlarea_clearrtecache.php (Thanks to Juergen Deisenroth)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9337 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:28 Revision 113835c4: Fixed bug #16314: Incorrect use of is_dir in class.tx_rtehtmlarea_clearrtecache.php (Thanks to Juergen Deisenroth)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9336 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:57 Revision 3f49ab8f: Fixed bug #16352: [saltedpasswords] Login with bulk updated passwords from t3sec_saltedpw not working (Thanks to Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9335 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:56 Revision dace5f1f: Fixed bug #16352: [saltedpasswords] Login with bulk updated passwords from t3sec_saltedpw not working (Thanks to Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9334 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:56 Revision fdf47227: Fixed bug #16352: [saltedpasswords] Login with bulk updated passwords from t3sec_saltedpw not working (Thanks to Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9333 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:58 Revision 7ab15d52: Fixed bug #16346: htmlArea RTE: fontstyle/fontsize may raise js error on toolbar update
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9332 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:42 Revision acc41ad9: Fixed bug #16346: htmlArea RTE: fontstyle/fontsize may raise js error on toolbar update
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9331 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:06 Revision cf34d888: Added feature #16344: htmlArea RTE: New options to configure RTE size/resize
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9330 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-10
- 23:43 Revision 2c9dfa06: [+BUGFIX] Extbase: fixed php warning in Tx_Extbase_Persistence_LazyLoadingProxy when loading the real instance would return NULL. Resolves #10683
- 23:42 Revision b5d6c694: [+BUGFIX] Extbase: fixed php warning in Tx_Extbase_Persistence_LazyLoadingProxy when loading the real instance would return NULL. Resolves #10683
- 23:34 Revision 885cf0df: [+BUGFIX] Extbase: use 3rd parameter = TRUE of t3lib_div::trimExplode to split switchableControllerActionParts from flexform. Thanks to Georg Ringer. Resolves #10688
- 23:33 Revision 396da3ec: [+BUGFIX] Extbase: use 3rd parameter = TRUE of t3lib_div::trimExplode to split switchableControllerActionParts from flexform. Thanks to Georg Ringer. Resolves #10688
- 23:23 Revision f562ce4f: Fixed bug #16335: Workspace Draft Records are shown in Live Workspace in some cases (Thanks to Joerg Kinast)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9329 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:19 Revision ae08c65a: Fixed bug #16335: Workspace Draft Records are shown in Live Workspace in some cases (Thanks to Joerg Kinast)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9328 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:09 Revision 97d03926: Added feature #16032: Overwork tree frame design (Thanks to Lars Zimmermann)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9327 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:05 Revision d63983f9: [+TASK] Extbase: Replaced "public static" by "static public" in various places to be CGL conform
- [+TASK] Extbase: Marked Utitlity_Extension camelCase/underscore helper functions deprecated
[+TASK] Extbase: Removed ... - 19:56 Revision 330c6c72: [!!!] Extbase: Reintegrating branch "dispatcher" to trunk. Resolves: #10605
- Branch history:
[+FEATURE] Extbase (Configuration): Extend ConfigurationManager so that it can load configuration of ... - 17:21 Revision 61de65dc: Fixed bug #16327: JS error after feature #16257: Rewrite stylesheets parsing functions (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9326 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:29 Revision cffd2a26: Added feature #8349: htmlArea RTE: Clean paste feature with three options
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9325 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-09
- 23:09 Revision 17f560e0: Reverted #16136: make it possible to really restrict to certain file extensions for filemounts
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9324 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:13 Revision 422fd2b3: Fixed bug #16262: Link browser shows wrong title for pages and tt_content elements (Thanks to Reinhard Führicht)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9323 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:52 Revision 12c6d123: Fixed bug #16279: Use class constants for pages:shortcut_mode in tbl_pages.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9322 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:48 Revision 005ab12f: Fixed bug #16280: Field size for shortcut is 3, although maxitems is 1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9321 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:02 Revision b7f8e3f1: Follow-up to #15184: Fixed CGL
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9320 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:20 Revision bdb669b6: Follow-up to #16302: CGL fixes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9319 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:17 Revision 48b68884: Fixed bug #16302: Template module crashes, if no template exists on a page (Thanks to Reinhard Führicht and Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9318 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:46 Revision c9b947d2: Fixed bug #15184: Generation transparent images with GMENU fails (Thanks to Mathias Schreiber)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9317 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:45 Revision f0cf9886: Fixed bug #15184: Generation transparent images with GMENU fails (Thanks to Mathias Schreiber)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9316 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:41 Revision f43ec4d6: Fixed bug #16298: Set focus to password field when "loginRefreshLayer" shows up (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9315 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:51 Revision 2e008034: Fixed bug #16313: htmlArea RTE: WebKit does not support copy and cut commands anymore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9314 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:33 Revision 22fe4d06: Fixed bug #16313: htmlArea RTE: WebKit does not support copy and cut commands anymore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9313 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:27 Revision 24f682e7: Bug #10643: modification of the line 166, add of is_array check before doing a array_search
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@39964 735d13b6-9817-0410-8766-e36946ffe9aa
2010-11-08
- 23:46 Revision 41592659: Fixed bug #14901: Forgotten styling: User Name at the top misses a CSS definition (Thanks to Christopher Stelmaszyk)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9312 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:42 Revision a7ece59b: Fixed bug #14901: Forgotten styling: User Name at the top misses a CSS definition (Thanks to Christopher Stelmaszyk)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9311 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:32 Revision 307f4e5c: Added feature #16133: Introduce new config setting to completely disable the preview notification box (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9310 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:58 Revision 4cc6c666: Updated htmlArea RTE version to 2.0.7
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9309 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:32 Revision 5efaee99: Updated htmlArea RTE version to 2.1.3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9308 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:09 Revision 796f7719: Fixed bug #16245: htmlArea RTE: When inserting link with IE8, trailing line break is also linked
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9307 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:50 Revision 1a5cb4ed: Fixed bug #16245: htmlArea RTE: When inserting link with IE8, trailing line break is also linked
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9306 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-07
- 21:52 Revision 93b93edc: Reverted changes to loginrefresh.js which shouldn't belong to previous commit
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9305 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:47 Revision 005bdb50: Follow-up to #16136: Added unit-tests for t3lib_basicFileFunctions (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9304 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:34 Revision e9cacf32: Fixed bug #16252: Apply "bookmarks" naming to UserTS options
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9303 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:47 Revision 172a9912: Fixed bug #16246: Create class constants for pages.doktype
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9302 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:50 Revision 4459aeb9: Added feature #16293: htmlArea RTE: Add quick tips to insert emoticon dialogue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9301 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:39 Revision d5cf84c7: [!!!][+BUGFIX] Extbase: fixed typo in getter and setter of Tx_Extbase_Domain_Model_FrontendUser::lastlogin . Thanks to Christian Schwan. Resolves #9345
- 01:47 Revision 9833a476: Follow-up to feature #7872: htmlArea RTE: Allow CSS-styles for tables without having to enable blockstyle
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9300 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:32 Revision 9c0b84f6: Added feature #16281: htmlArea RTE: Add context sensitive help to remove format dialogue (BE only)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9299 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-06
- 14:58 Revision 21f92c26: Fixed bug #16187: Optimize stdWrap usage for TypoScript content element CASE (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9298 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:04 Revision daa06e10: Fixed bug #16261: Clearing input field using clear icon doesn't get saved. (Thanks to Peter Beernink)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9297 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:56 Revision 124a9fdf: Fixed bug #16250: prototype methods are used to determine the available viewport dimensions in ExtJS plugins
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9296 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:53 Revision fbeb2036: Fixed bug #16254: Dead logo function in backend.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9295 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:50 Revision 6fa61af6: Fixed bug #16116: Configuration module is hard to find the array key because it's not sorted
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9294 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:45 Revision aa2ff473: Fixed bug #15587: Bug: htmlspecialchars called twice (Thanks to Mickel Ricky)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9293 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:45 Revision 16065bde: Fixed bug #15587: Bug: htmlspecialchars called twice (Thanks to Mickel Ricky)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9292 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:30 Revision 3d1cd742: Fixed bug #16214: Bug: Change value of Media(Flash) parameter (Thanks to Janos Thiele)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9291 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:30 Revision 266ca579: Fixed bug #16214: Bug: Change value of Media(Flash) parameter (Thanks to Janos Thiele)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9290 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:30 Revision 5d6cc61d: Fixed bug #16214: Bug: Change value of Media(Flash) parameter (Thanks to Janos Thiele)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9289 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-05
- 22:36 Revision 5a2c6be4: Fixed bug #16136: make it possible to really restrict to certain file extensions for filemounts (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9288 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:12 Revision bee1f02a: Fixed bug #16130: buggy initialization of flash uploader when only certain file extensions are allowed (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9287 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:11 Revision e0d0d013: Fixed bug #16130: buggy initialization of flash uploader when only certain file extensions are allowed (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9286 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:09 Revision 1a3d3fc4: Fixed bug #16130: buggy initialization of flash uploader when only certain file extensions are allowed (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9285 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:06 Revision f05b31b5: Added feature #7872: htmlArea RTE: Allow CSS-styles for tables without having to enable blockstyle
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9284 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:33 Revision 350c7329: Added feature #16258: Add Khmer language to TYPO3 core (Thanks to Keo Visay)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9283 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:10 Revision df8a85a1: [+FEATURE] First step of "Fluid widget" backport
- This is the first step of the Widget backport (#8773). This contains all the core classes that are required for the w...
- 04:53 Revision a6a1a480: Fixed bug #16248: htmlArea RTE: Mistake in locallang file of character map
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9282 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:48 Revision 706d6914: Added feature #16257: htmlArea RTE: Rewrite stylesheets parsing functions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9281 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-04
- 21:06 Revision 0ba10a82: Added feature #6147: Sitemaps/Menu of subpages with active state (Part II)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9280 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:03 Revision e2371ee4: Added feature #6147: Sitemaps/Menu of subpages with active state - Prerequisite (Part I): new csc version template
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9279 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:39 Revision 146ec7d8: Added feature #1333: stdWrap.age should differenciate between singular/plural
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9278 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:51 Revision 4956165b: Fixed bug #15537: Rename "Shortcuts" to "Bookmarks"
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9277 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:56 Revision eee63e20: Backported changeset 9274 from trunk: Fixed bug #15656
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9276 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:55 Revision d0af1130: Backported changeset 9274 from trunk: Fixed bug #15656
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9275 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:52 Revision 0bed3dec: Fixed bug #15656: indexed_search: Template corrections of #14130 not applied to the CSS template (Thanks to Lorenz Ulrich)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9274 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:19 Revision a616c7b3: added feature #16183: Edit TypoScript file content in t3editor (Thanks to Fabrizio Branca)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9273 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:12 Revision b33c6eea: followup to #16228: [Feature] TCA tree
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9272 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:14 Revision 42cd37b2: Follow-up to #16228: [Feature] TCA tree
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9271 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:45 Revision beefb5ad: Fixed bug #16190: Optimize stdWrap usage for TypoScript content element COLUMNS (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9270 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:41 Revision ea1b4716: Fixed bug #16192: Optimize stdWrap usage for TypoScript content element COA (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9269 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:38 Revision 85e91bf8: Fixed bug #16193: Optimize stdWrap usage for TypoScript content element COA_INT (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9268 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:34 Revision 11e9a546: Fixed bug #16191: Optimize stdWrap usage for TypoScript content element CONTENT (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9267 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:27 Revision 38294db4: Fixed bug #16196: Optimize stdWrap usage for TypoScript content element CTABLE (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9266 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:20 Revision 0ecff15a: Fixed bug #16197: Optimize stdWrap usage for TypoScript content element FILE (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9265 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:17 Revision 0c488324: Fixed bug #16199: Optimize stdWrap usage for TypoScript content element HMENU (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9264 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:11 Revision 8f4baa47: Fixed bug #16189: Optimize stdWrap usage for TypoScript content element CLEARGIF (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9263 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-03
- 20:06 Revision a01594d5: Fixed bug #16217: Regression : Typoscript "required" did not work anymore (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9262 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:59 Revision 91c71751: Fixed bug #16227: Optimize stdWrap usage for TypoScript content element HTML (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9261 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:55 Revision e6485647: Fixed bug #16226: Optimize stdWrap usage for TypoScript content element HRULER (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9260 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:31 Revision 80ca083f: remove trailing lines with new added files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9259 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:35 Revision fd624e0b: Fixed bug #15995: Bug: doktype limitation is not applied to alternative page languages (pages_language_overlay) (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9258 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:34 Revision 8b24b602: Fixed bug #15995: Bug: doktype limitation is not applied to alternative page languages (pages_language_overlay) (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9257 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:34 Revision cba59300: Fixed bug #15995: Bug: doktype limitation is not applied to alternative page languages (pages_language_overlay) (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9256 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:59 Revision 23847fa5: Fixed bug #16225: Disable draft workspace and migrate it to a real workspace (Thanks to Tolleiv Nietsch)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9255 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:54 Revision 441fd031: Added feature #16228: [Feature] TCA tree (Thanks to Steffen Ritter) - part 5 (styling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9254 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:53 Revision 80c076f2: Added feature #16228: [Feature] TCA tree (Thanks to Steffen Ritter) - part 4 (TCA)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9253 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:52 Revision f219ca75: Added feature #16228: [Feature] TCA tree (Thanks to Steffen Ritter) - part 3 (ExtJS)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9252 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:51 Revision b7ab5b20: Added feature #16228: [Feature] TCA tree (Thanks to Steffen Ritter) - part 2 (abstract classes)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9251 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:50 Revision 5ac8dd06: Added feature #16228: [Feature] TCA tree (Thanks to Steffen Ritter) - part 1 (sprites)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9250 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:54 Revision f5d236f8: Fixed bug #16175: htmlArea RTE: The paths of classesAnchor images are modified when saving
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9249 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:44 Revision b5054e8d: Fixed bug #16175: htmlArea RTE: The path of classesAnchor images are modified when saving
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9248 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:49 Revision 1bcf0a44: Fixed TYPO3 version to be 4.4.5-dev
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9247 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:10 Revision e41cef15: Fixed issue: #10598 - extend tx_linkvalidator_checkbase API a bit
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@39815 735d13b6-9817-0410-8766-e36946ffe9aa
- 10:33 Revision 9eeda068: Changelog whitespace fix
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9246 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:41 Revision c46e5c75: Fixed bug #16167: htmlArea RTE: Doesn't work in IE6 in current trunk
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9245 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-02
- 20:07 Revision 4aff3723: [!!!][+BUGFIX] Fluid (View): Adjust fluid to recent resolveView() backport
- Tx_Fluid_View_AbstractTemplateView now implements the Tx_Extbase_MVC_View_ViewInterface that was changed in r2675.
NO... - 20:03 Revision 21a0771d: [+FEATURE] Extbase (MVC): Backport possibility to change the view object class name more easily
- Backported FLOW3s improved resolveView() mechanism. Tx_Fluid_View_TemplateView is still the default implementation, b...
- 19:23 Revision d9f909f3: Follow-up to feature #14994: Fixed call to log deprecated function
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9244 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:20 Revision 35ce4341: [+BUGFIX] Extbase: Some smaller tweaks and fixes
- [!!!][+FEATURE] Extbase (Persistence): Backport QueryResult from FLOW3
Now Query::execute() returns an instance of Q... - 19:06 Revision 3a19439c: [+BUGFIX] Extbase (Object): Minor fix in ObjectManager to make it compatible with PHP 5.2.x
- Relates to: #9062
- 19:02 Revision 69e259f8: Follow-up to feature #16079: htmlArea RTE: Register RTE scripts with the autoloader
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9243 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:05 Revision 26659536: Fixed bug #16173: Refactor FLUIDTEMPLATE cObject to use the new Fluid standalone view (Thanks to Bastian Waidelich)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9242 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:24 Revision 902aa6ba: [+BUGFIX] Fluid: Adjust Fluid to Dependency Injection changes
- Relates to: #9062
- 14:23 Revision be7751b1: [+BUGFIX] Extbase (Object): Refactor Object Manager
- The Object Manager is now at the same location and
has the same API as in FLOW3.
[+BUGFIX] Extbase: Major cleanups t... - 11:32 Revision ba605450: Added feature #16177: Add DB structure update pre-processing hook in EM
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9241 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:42 Revision b4f6706a: * Cleaned up Persistence Backend
- 10:42 Revision 63bf0285: * Cleaned up QOM Factory
- 10:41 Revision 8f4d14be: [+BUGFIX] Extbase (MVC): Fix arguments object
- The arguments object is now correctly inheriting from ArrayObject
Resolves: #10562
[+BUGFIX] Extbase (MVC): Make da... - 00:04 Revision b4898f81: Fixed bug #11957: Close Button is at the wrong place when editing a file in filelist (Thanks to Simon Schaufelberger)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9240 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-01
- 23:45 Revision 201c9159: Fixed issue #16151: The rearranged TCA layout of tt_content still contains hardcoded labels (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9239 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:27 Revision 5297310a: Fixed sub-issue of #16151: replacements of all ocurrences of LLL:locallang_*.php with LLL:locallang_*.xml in TCA definitions of sysext cms
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9238 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:38 Revision a824e432: [+FEATURE] Extbase (DI): merging DI into trunk. (resolves #10558)
- 18:44 Revision 79e7ce32: [+TASK] Extbase: Undefined identifier in Tx_Extbase_Persistence_Storage_Typo3DbBackend::removeRow
- Method clearPageCache was given an undefined variable $uid as second parameter.
Resolves: #10570 - 18:38 Revision f2dc4ec9: [+TASK] Extbase: $query->contains generate incomplete SQL
- Use FIND_IN_SET instead of a self-constructed query of LIKE statements
Resolves: #8959 - 08:39 Revision 5530078a: Fixed bug #16195: author/author_email are not shown when author_company exists
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9237 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-10-31
- 20:20 Revision 2584c980: Fixed bug #15583: Core calls deprecated function tslib_pibase::pi_list_query()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9236 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:06 Revision a3c49829: Added feature 15645: Make checkboxes at the bottom of modules configurable (Thanks to Jörg Klein)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9235 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:15 Revision 93f494cc: Follow-up to #15830: Sprite - IRRE record synchronization icon missing (icon was missing)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9234 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:54 Revision bf1e2d34: Follow-up to #15745: Integrate generic notification methods to show windows and dialogs based on ExtJS
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9233 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:29 Revision 18f97051: Follow-up to #15966: Enable debug mode in BE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9232 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-10-30
- 14:52 Revision 0d5063c3: Added feature #15306: [Caching framework] Add scheduler task to execute garbage collection
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9231 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:41 Revision a2ce0382: Fixed bug #16179: 1-2-3 install tool wizard does not let DBAL load early enough
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39699 735d13b6-9817-0410-8766-e36946ffe9aa
- 11:28 Revision c78d208b: Fixed bug #15941: Log deprecated functions (and adjust comments)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39696 735d13b6-9817-0410-8766-e36946ffe9aa
- 11:20 Revision f0912b84: Backported changeset 39693 from trunk: Fixed bug #15960
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-0@39695 735d13b6-9817-0410-8766-e36946ffe9aa
- 11:19 Revision 149c748b: Backported changeset 39693 from trunk: Fixed bug #15960
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-1@39694 735d13b6-9817-0410-8766-e36946ffe9aa
- 11:17 Revision 64a346ba: Fixed bug #15960: Misleading error message in ux_t3lib_DB->cacheFieldInfo() (thanks to Martin Kuster)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39693 735d13b6-9817-0410-8766-e36946ffe9aa
- 11:12 Revision fa9cbf61: Backported changeset 39691 from trunk: Fixed bug #16120
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-1@39692 735d13b6-9817-0410-8766-e36946ffe9aa
- 11:10 Revision 40fa12a6: Fixed bug #16120: UPDATE queries fails for ['TYPO3_DB']->sql_query (thanks to Alan Oguzhan)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39691 735d13b6-9817-0410-8766-e36946ffe9aa
- 11:09 Revision df99e0de: Fixed case
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39690 735d13b6-9817-0410-8766-e36946ffe9aa
2010-10-29
- 20:45 Revision defcda5a: Fixed bug #15551: [IRRE] Open all child records when opening parent records (Thanks to Sebastian Fischer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9230 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:38 Revision 55d8ba3c: Fixed bug #15551: [IRRE] Open all child records when opening parent records (Thanks to Sebastian Fischer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9229 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:38 Revision f92628a0: Fixed bug #15551: [IRRE] Open all child records when opening parent records (Thanks to Sebastian Fischer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9228 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:58 Revision 23ac0ee2: Fixed bug #15042: Accessing BE in fresh install fails with "No database selected" (Thanks to Lars Peipmann)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9227 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:57 Revision 1801efb8: * Updated Fluid to 1.3.0alpha3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9226 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:52 Revision 745fed9f: * Updated version to 1.3.0alpha3.
- 16:32 Revision f95fa167: Fixed bug #16140: [reports] PHP warning on missing array in reports system extension (Thanks to Rudi Meyer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9225 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:31 Revision 06de85d1: Fixed bug #16140: [reports] PHP warning on missing array in reports system extension (Thanks to Rudi Meyer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9224 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:29 Revision e65b7ce6: Fixed bug #16140: [reports] PHP warning on missing array in reports system extension (Thanks to Rudi Meyer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9223 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:30 Revision fc075dc2: Added feature #16137: [em] Task to update extension list
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9222 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:30 Revision 03154277: Fixed bug #4272: Inconsistent return values of ini_get() produce false positives for safe_mode detection (Thanks to Peter Beernink)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9221 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:05 Revision b08686a7: Fixed bug #16155: t3lib_db::INSERTquery misses a space when generering the INSERT INTO statement
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9220 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:05 Revision e48f6af5: Fixed bug #16155: t3lib_db::INSERTquery misses a space when generering the INSERT INTO statement
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9219 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:05 Revision 190c238a: Fixed bug #16155: t3lib_db::INSERTquery misses a space when generering the INSERT INTO statement
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9218 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-10-28
- 09:59 Revision cc5b00a3: Follow-up to #15745: Integrate generic notification methods to show windows and dialogs based on ExtJS
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9217 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-10-27
- 21:13 Revision cfa9b3fa: Fixed bug #16135: Output of superfluous "&qout;" in title of TCEform icon for record in group of type "db" (Thanks to Sven Juergens)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9216 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:12 Revision 8555e684: Fixed bug #16135: Output of superfluous "&qout;" in title of TCEform icon for record in group of type "db" (Thanks to Sven Juergens)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9215 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:53 Revision 27bebe43: MS-DOS line ending fix
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9214 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:52 Revision 263fcb79: Indention fix
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9213 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:56 Revision 490817cf: Fixed bug #16148: htmlArea RTE: Missing cancel browser default after inserting character or emoticon
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9212 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:53 Revision 43540cab: Fixed bug #16148: htmlArea RTE: Missing cancel browser default after inserting character or emoticon
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9211 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:16 Revision 3687e72f: Fixed bug #16122: Improve tooltip behaviour
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9210 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:09 Revision 37963354: Fixed bug #15094: Refactor of content objects of tslib_content
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9209 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:59 Revision 048cfa17: Fixed bug #15503: Improve t3lib_userAuth::getCookie() (Thanks to Michael Bürgi)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@9208 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:55 Revision 108f0903: Fixed bug #15503: Improve t3lib_userAuth::getCookie() (Thanks to Michael Bürgi)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9207 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:45 Revision a97337b8: Fixed bug #15503: Improve t3lib_userAuth::getCookie() (Thanks to Michael Bürgi)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9206 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:30 Revision 29661d3d: Fixed bug #15503: Improve t3lib_userAuth::getCookie() (Thanks to Michael Bürgi)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9205 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-10-26
- 23:37 Revision a5bb4c1f: Fixed bug #15936: [Caching framework] Entry identifier needs to be sanitized in FileBackend
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9204 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:30 Revision 860759ad: Fixed bug #15936: [Caching framework] Entry identifier needs to be sanitized in FileBackend
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9203 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:27 Revision d172402d: [+TASK] Fluid (ViewHelpers): Minor tweak in CObject ViewHelper
- Make sure, that the configurationManager is initialized.
This is just a preliminary solution that will be replaced as... - 16:27 Revision 5362c078: [+FEATURE] Fluid (View): Fluid Standalone view
- In order to be able to use Fluid templates beyond the Extbase plugin context
(e.g. to render E-Mail templates or to u...
2010-10-25
- 18:22 Revision 2050506d: Reverted #16011: Incomplete implementation
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9202 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:58 Revision 85f1be57: Added feature #16127: htmlArea RTE: Add quick tips in character map
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9201 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:13 Revision d9a37911: Fixed bug #16087: htmlArea RTE: Missing soft hyphen entity in CharacterMap
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9200 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:10 Revision 832369eb: Fixed bug #16087: htmlArea RTE: Missing soft hyphen entity in CharacterMap
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9199 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-10-24
- 16:49 Revision 788dc481: Follow-up to feature #16118: htmlArea RTE: cleanup/rewrite DOM to html rendering
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9198 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:15 Revision f4209255: Added feature #16118: htmlArea RTE: cleanup/rewrite DOM to html rendering
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9197 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-10-23
- 20:45 Revision 19c520e9: Added feature #16011: getUrl function support for sending POST data (Thanks to Jigal van Hemert)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9196 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:30 Revision bb97794d: Fixed bug #16110: stdWrap functions stop working as soon as there is one conditional function returning false (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9195 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:23 Revision 92ec126e: Added feature #16114: htmlArea RTE: cleanup some js code generation code
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9194 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-10-22
- 15:18 Revision f4b1822d: Follow-up to 16094, adding the missing label to locallang_ttc.xml
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9193 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:30 Revision ff64ae36: Fixed bug #16094: Label "on-click" for formerly "click-enlarge" does not make sense
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9192 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:31 Revision e865ff67: Follow-up to bug #15622: t3lib_TCEforms_inline registers superfluous nested level when renderFieldsOnly is set
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9191 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:24 Revision 9191197c: Follow-up to bug #15622: t3lib_TCEforms_inline registers superfluous nested level when renderFieldsOnly is set
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9190 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-10-21
- 11:13 Revision 68b65945: Fixed bug #16065: New layout and labels for tt_content show palette labels without content (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9189 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-10-20
- 21:01 Revision f76d1087: Follow-up to feature #16079: htmlArea RTE: Register RTE scripts with the autoloader
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9188 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:36 Revision 48450e35: initial upload
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@39380 735d13b6-9817-0410-8766-e36946ffe9aa
- 19:21 Revision 2c95ea07: Initializing project linkvalidator (4/4)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@39379 735d13b6-9817-0410-8766-e36946ffe9aa
- 18:03 Revision a188ca5c: Added feature #16079: htmlArea RTE: Register RTE scripts with the autoloader
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9187 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:49 Revision 2d740dd4: Updating version number to 4.5-dev after release of 4.5.0alpha3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9186 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:39 Revision 3c762cd6: Tagging TYPO3 4.5.0alpha3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-5-0alpha3@9185 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:39 Revision 3ecad1fa: Release of TYPO3 4.5.0alpha3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9184 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:31 Revision cc276a05: Fixed bug #16074: Add new API t3lib_befunc::helpTextArray and use it in the ExtDirect tooltips
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9183 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:17 Revision ef19b55b: Follow-up to #15950: use t3editor in file_edit to edit files in fileadmin
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9182 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:51 Revision 36d09734: Fixed bug #16019: Workspaces - Stage notification emails should be localizable
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9181 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:35 Revision 0b99a213: Fixed bug #16077: Palette titles have no margin to the left in the new page / tt_content form layouts
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9180 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:48 Revision 9bd04581: Fixed bug #16075: Add IfModule mod_rewrite.c to misc/advanced.htaccess
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9179 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:47 Revision c9390468: Fixed bug #16075: Add IfModule mod_rewrite.c to misc/advanced.htaccess
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9178 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:28 Revision 6d7057ae: Fixed bug #16049: Loading mask doesn't disappear on hitting Esc/cancel loading
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9177 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:59 Revision 023182ce: Fixed line endings to Unix
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9176 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:19 Revision 08c80f27: Follow-up to feature #16073: htmlArea RTE: Add paste as plain text feature
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9175 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:04 Revision b961b3da: Follow-up to bug #15339: htmlArea RTE: tkr_rteanchors breaks the link editing dialogue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9174 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:36 Revision d9520088: Added feature #16073: htmlArea RTE: Add paste as plain text feature
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9173 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:56 Revision 4d2624bc: Fixed bug #16059: Use ExtJS Tooltips for CSH labels
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9172 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:52 Revision 8d4e0f0d: Fixed bug #16071: PHP Fatal error in t3lib_contextmenu_renderer_Abstract (Thanks to Stefan Kowalke)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9171 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-10-19
- 23:42 Revision 00fef58b: Added feature #3613: additional wrap for FORM radio buttons
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9170 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:53 Revision 3fd8d2f8: Removal of unused and illegal files inside of codemirror library
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9169 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:19 Revision f65a64f3: Fixed bug #16000: Move versioning selector to the version extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9168 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:37 Revision 53fcfb40: Fixed bug #16000: Move versioning selector to the version extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9167 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:50 Revision e7790e8b: [+BUGFIX] Extbase (Persistence): Removed method createQuery from the QOMFactory. It is neither part of the API nor is it used by Extbase.
- Resolves #10215
- 16:01 Revision f8dc68e9: Fixed bug #13294: IRRE deleted combo records are still validated by TBE_EDITOR (Thanks to Marcel Greter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9166 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:00 Revision 19be13b4: Fixed bug #13294: IRRE deleted combo records are still validated by TBE_EDITOR (Thanks to Marcel Greter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9165 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:31 Revision a70059ee: Backported character set update for all TYPO3 core files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39335 735d13b6-9817-0410-8766-e36946ffe9aa
- 15:30 Revision 8f809393: Set back version to 1.2-dev
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39333 735d13b6-9817-0410-8766-e36946ffe9aa
- 15:27 Revision 131314a9: Raised DBAL to version 1.2.0alpha3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9164 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:17 Revision d8abd60f: Updated checksums
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39331 735d13b6-9817-0410-8766-e36946ffe9aa
- 15:16 Revision f24037d0: Set version to 1.2.0alpha3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39330 735d13b6-9817-0410-8766-e36946ffe9aa
- 12:24 Revision 0f6c0b35: Fixed bug #16055: BE debug mode should also enable debug mode for libraries
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9163 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:04 Revision db1f22ba: Fixed bug #15095: Bug: The Web>Versioning view has style issues resulting in "wrong layers"
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9162 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:52 Revision 4dd008ce: Fixed bug #15095: Bug: The Web>Versioning view has style issues resulting in "wrong layers"
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9161 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:42 Revision b14e176b: Added feature #16008: A new TypoScript cObject: FLUIDTEMPLATE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9160 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:32 Revision 0f31bb0e: Updated htmlArea RTE version to 1.8.13
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9159 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:29 Revision b6fb9732: Added feature #16031: Feature - Implement new layout and labels for tt_content as result of T3UXW09 (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9158 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:26 Revision 3a484381: Updated htmlArea RTE version to 2.0.6
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9157 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:23 Revision 3be53aad: Updated htmlArea RTE version to 2.1.2
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9156 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:16 Revision d21fbd1c: Fixed bug #16050: htmlArea RTE: Backspacing in empty editing area may raise js error
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9155 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:08 Revision d83542aa: Fixed bug #16050: htmlArea RTE: Backspacing in empty editing area may raise js error
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9154 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:06 Revision ad7f80b1: Fixed bug #16051: Palette render wrong and throw php warning if fieldset starts with palette
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9153 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:00 Revision 5abb83ce: Fixed bug #16050: htmlArea RTE: Backspacing in empty editing area may raise js error
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9152 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-10-18
- 23:38 Revision b38c230f: Added feature #16015: Feature - Implement new layout and labels for pages as result of T3UXW09 (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9151 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:30 Revision 16f63a75: added missing files for #16033: API for Trees and ContextMenus (Thanks to Stefan Galinski)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9150 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:15 Revision 9faec327: Added feature #16033: API for Trees and ContextMenus (Thanks to Stefan Galinski)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9149 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:33 Revision 9f83a436: Added feature #16046: Improve ExtJS skin: Loading mask (Thanks to Lars Zimmermann)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9148 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:00 Revision 20bfb38b: Added feature #16047: htmlArea RTE: Add word count in the status bar
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9147 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:56 Revision 73e2a92d: [+BUGFIX] Extbase (Property): Minor fix in PHP doc comment
- Fix the order of @param annotation in Tx_Extbase_Property_Mapper::mapAndValidate()
Resolves: #5887 - 18:24 Revision c0bfccb6: Fixed ChangeLog entry
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9146 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:23 Revision 6a2e94df: Added feature #15991: Style error messages in the TYPO3 way
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9145 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:40 Revision 787afe21: Fixed bug #1318: 'removeTag' does not remove closing tags
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-8@9144 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:37 Revision e291789d: Fixed bug #1318: 'removeTag' does not remove closing tags
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@9142 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:35 Revision b2a9aa28: Fixed bug #1318: 'removeTag' does not remove closing tags
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@9141 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:33 Revision 3583f235: Fixed bug #1318: 'removeTag' does not remove closing tags
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@9140 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:31 Revision 6e9f397d: Fixed bug #1318: 'removeTag' does not remove closing tags
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9139 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:29 Revision f4665661: Fixed bug #1318: 'removeTag' does not remove closing tags
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9138 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:27 Revision 5925185d: Fixed bug #1318: 'removeTag' does not remove closing tags
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9137 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:40 Revision 07dc434b: Added feature #16037: htmlArea RTE: Bring custom events under HTMLArea namespace
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9136 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:21 Revision e1149dc1: Fixed bug #15657: IRRE: Foreign selector with groupdb won't add new items (Thanks to Thomas Maroschik)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9135 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:16 Revision 9c467788: Fixed bug #15657: IRRE: Foreign selector with groupdb won't add new items (Thanks to Thomas Maroschik)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9134 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:59 Revision a916ec0c: Fixed bug #15657: IRRE: Foreign selector with groupdb won't add new items (Thanks to Thomas Maroschik)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9133 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:03 Revision ff6f5243: Follow-up to #16018: Remove CSH icons from Core and replace by new CSH API
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9132 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-10-17
- 16:24 Revision 96835bcc: Added feature #16018: Remove CSH icons from Core and replace by new CSH API
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9131 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:22 Revision 420ebe91: Followup to #16006: Remove the checkbox that clears the input fields in TCE-forms and replace it with a sprite icon - fix for flexforms (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9130 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:50 Revision ea132748: Fixed bug #16030: Page tree root node lacks white-space: nowrap
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9129 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:57 Revision e969fe1f: Follow-up to 15998. Don't pass by reference (deprecated in 5.3). Thanks to Steffen Gebert.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9128 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:50 Revision d2c29c4f: Fixed bug #15830: Sprite - IRRE record synchronization icon missing (Thanks to Stefan Galinski)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9127 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:49 Revision bd38e2cd: Fixed bug #15830: Sprite - IRRE record synchronization icon missing (Thanks to Stefan Galinski)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9126 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:08 Revision b0135c76: Added feature #15844: Use HTML5 as the default TYPO3 Backend doktype
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9125 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:59 Revision 6b4213e3: Follow-up to #15998: let the Transport be configurable in the t3lib_mail_mailer constructor, like in the parent class
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9124 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:59 Revision 22540783: Added feature #16026: Added hook / Cannot hook into the marker replacement functionality for BE templates
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9123 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:55 Revision 24b0d993: Fixed bug #16020: Streamline usage of template.php:dynTabMenu
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9122 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:52 Revision 8905b980: Fixed bug #16022: Size calculation function can only deal with integers
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9121 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:50 Revision 71ec121b: Fixed bug #16022: Size calculation function can only deal with integers
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9120 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:48 Revision 19d995ec: Fixed bug #16022: Size calculation function can only deal with integers
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9119 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:39 Revision e596e55f: Follow-up to #15663: SpriteGenerator adds empty folder to spritebase, which results in wrong css (Thanks to Steffen Ritter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9118 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:34 Revision cff83ff5: Fixed bug #16023: Deprecate unused / old files in typo3/ that belong to the old, removed backend
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9117 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:19 Revision 78dda152: Added feature #15998: Create a new API to send mails based on SwiftMailer to replace t3lib_htmlmail
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9116 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:39 Revision c1831eed: Fixed bug #16006: Remove the checkbox that clears the input fields in TCE-forms and replace it with a sprite icon (Thanks to Jo Hasenau) - added the icon
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9115 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:33 Revision 96145e7c: Fixed bug #16006: Remove the checkbox that clears the input fields in TCE-forms and replace it with a sprite icon (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9114 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:54 Revision 60dd6b96: Followup to #14396: Warn when KEEP_FILE is set
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9113 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:09 Revision f289a39b: Cleanup #16002: Refactoring of t3lib_spritemanager_SimpleHandler (Thanks to Steffen Ritter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9112 709f56b5-9817-0410-a4d7-c38de5d9e867
Also available in: Atom