Activity
From 2009-06-21 to 2009-07-20
2009-07-20
- 18:05 Revision 1f0beacd: Fixed bug: #11006: Tooltip for page path in Page/List module is missing (thanks to Steffen Gebert)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5729 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:49 Revision 721dc80a: Added feature #11264: Add an opacity option to the GIFBUILDER BOX object
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5728 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:36 Revision 53b0c8d2: Added feature #11509: Move automatic session data garbage collection to separate method
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5727 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-07-19
- 15:58 Revision 80749ce7: Fixed bug #11267: Use PHP5 version of function microtime()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5726 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:36 Revision 6381d4b7: Fixed bug #6875: IRRE - Sorting of child records is inverted on moving parent record to different page
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5725 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:35 Revision 66051b0b: Fixed bug #6875: IRRE - Sorting of child records is inverted on moving parent record to different page
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5724 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:18 Revision 888c8422: [+BUGFIX][~API]: Extbase (Utility): Fixed caching issue by providing two methods to register a plugin now: Tx_Extbase_Utility_Plugin::configureDispatcher() invoked in ext_localconf.php and Tx_Extbase_Utility_Plugin::registerPlugin() invoked in ext_tables.php. Thanks to Xavier Persegures who provided the patch.
- 12:05 Revision c5ddbc6f: [+BUGFIX] Extbase (Configuration): Tx_Extbase_Configuration_Manager is not t3lib_Singleton anymore, as it needs to be Plugin-local. This fixes a strange problem experienced by Steffen Kamper.
- 11:16 Revision 6adce26d: [+BUGFIX][~API] Extbase (Persistence): Cleaned up implementation of TYPO3-specific query options, like PID checking or enableFields. CHANGES API! $this->createQuery(FALSE) is not available anymore inside the repository. Instead, create the query and call $query->useStoragePage(FALSE)->... instead. Related to #3698. Related to #3912.
2009-07-18
- 12:56 Revision cbb7ed39: Fixed bug #11556: missing quotes in loginrefresh.js
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5723 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-07-16
- 22:55 Revision b2fb9125: Added feature #9808: Popup-functionality for Pages using target field
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5722 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:19 Revision e7acd0c5: Added feature #11544: select/deselect all checkbox in db compare tool and extension manager for each type of modification
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5721 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:13 Revision c048a325: Bug #11249: Abusive deprecation logging in tslib_content::getData()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5720 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:42 Revision 714aef4a: [+FEATURE] Extbase (Dispatcher): dispatcher::extractStoragePageId() now takes pages storage_pid into account. Relates to #3698
2009-07-15
- 22:46 Revision 7562960e: Added forgotten locallang file for RFC #11408
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5719 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:45 Revision 0c73692b: Cleanup #11408: Object Browser uses hardcoded texts (plus some CGL cleanup)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5718 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:46 Revision d9ea58f3: [+BUGFIX] Extbase (Persistence): Now, _isDirty() works correctly if checking a single property only. Fixes #3907.
- 17:23 Revision 83d39493: Added feature #11510: Store timestamp of last modification of session data to frontend user object
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5717 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:34 Revision caa4c24b: [+FEATURE] Extbase (Persistence): Added Ordering class (follow up); related to #3874
- 11:31 Revision 4bc54e0d: [+FEATURE] Extbase (Persistence): Implemented ordering (eg. $query->setOrderings(array('name' => Tx_Extbase_Persistence_QueryInterface::ORDER_DESCENDING));
- 09:54 Revision cdfe561a: Initializing DBAL structure.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@22325 735d13b6-9817-0410-8766-e36946ffe9aa
- 00:19 Revision e4aebdd7: [+BUGFIX] Extbase (DataMapper): Fixed wrong key in $row array (credit goes to Frans van der Veen)
2009-07-14
- 23:41 Revision 89d15509: [+BUGFIX] Extbase (AbstractDomainObject): Made Identifier return NULL in case it is not set yet.
- 22:44 Revision 59953baa: [+BUGFIX] Extbase (Persistence): Only set the PID in case it is not part of your domain object.
- 22:25 Revision b2472a1e: [+FEATURE] Extbase (Persistence): Added autopopulation of PID column and use of selected storage folder. Resolves #3698
- [TASK] Extbase (Persistence): Added an exception in case of an SQL error by the database.
- 20:32 Revision 525c977f: Extbase:
- * Fixed issue that cache is tried to be cleared even if a relation is changed
- 20:24 Revision dd17a789: Extbase:
- * fixed a potential bug in Persistence_Query. Please review @Jochen!
- 18:04 Revision a00ac9fa: Extbase:
- * Implemented the handling of values === NULL in Queries; related to #3838 (needs feed-back)
* Changed all calls to t... - 17:37 Revision af040c06: Extbase:
- * Implemented a static function Tx_Extbase_Dispatcher::getPersistenceManager()
* Changed Repository to invoke Tx_Extb... - 17:32 Revision 95150d59: added issue number to the previous change
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5716 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:27 Revision 3b96e1e5: Extbase:
- * The Persistence Backend will now be injected via setter injection rather than via constructor injection. The Persis...
- 13:43 Revision ea350d12: Fixed bug #11526: Hanging record sets in tslib_feUserAuth
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5715 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:29 Revision 9b8314c2: Added feature #11508: Integrate possibility to define lifetime of frontend session data
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5714 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:04 Revision 8bc2e42f: Extbase:
- * Changed Argument: Check for is_object($result) instead of $result !== NULL prevents fatal error; empty result shoul...
2009-07-13
- 23:34 Revision b9a0d318: Extbase:
- * Implemented cache clearing by TYPO3s clearCacheCmd. This is not particularily fine-grained, but works. references #...
- 18:36 Revision a12f79cf: Extbase:
- * added small comments and cleaned up PHPDoc
- 15:15 Revision 71b8dcba: Extbase (follow up to r930):
- * The SQL string should be syntactically correct now (needs some more testing)
* Implemented a test before calling en... - 10:45 Revision 8a3f44ca: Extbase:
- * Fixed internal method _memorizeCleanState($propertyName); nothing was memorized if $property name was set
* Removed... - 09:40 Revision a1365f76: Extbase:
- * Fixed typo in Action Controller; Resolves #3531
2009-07-12
- 20:46 Revision dd263084: Replaced t3lib_div::GParrayMerged() with new method t3lib_div::_GPmerged()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5713 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-07-11
- 18:32 Revision f42f247f: Extbase:
- * Reviewed code
* Biggest issue: Objects must be registered manually as reconstituted in the Persistence Session. I t... - 12:51 Revision 8dc37ebf: fixed bug #11379: TStemplate Info/Modify uses hardcoded texts (Thanx to Christopher Stelmaszyk)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5708 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:12 Revision 3d3c9eda: Extbase:
- * Removed unused class Literal
* Added check for having the same number of $parameters and placeholders ("?") in a st... - 11:59 Revision eb8d7696: Extbase:
- * Added some review comments for Extbase persistence rewrite
- 11:35 Revision d19f3514: Extbase:
- * Change: Using $GLOBALS['EXEC_TIME'] instead of time(); resolves #3782
* Fixed: back-ported LiteralInterface
2009-07-10
- 18:21 Revision 0361d35f: FLuid:
- * Adjustments to make it work with the new persistence rewrite
- 17:42 Revision db92f57d: Extbase:
- (Changes by Jochen)
This commit merges the rewrite of the persistence layer back to trunk. It will probably break you...
2009-07-09
- 22:11 Revision 39b5742a: same error message is used twice for different errors
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5707 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:10 Revision 9fd7d7bf: same error message is used twice for different errors
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5706 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:51 Revision 169d57ae: Cleanup: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5705 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:28 Revision 196079f5: removed an @see annotation to a deprecated function
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5704 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-07-08
- 15:15 Revision c4da4551: Feature #11499: database compare in install tool can require a huge amount of clicks. Added select/deselect all links.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5703 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:34 Revision be52e3ef: Fix Ext JS spelling in ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5702 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:12 Revision 64a5d8b1: Cleanup: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5701 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:09 Revision 8b48b818: Cleanup: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5700 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:54 Revision f797bac4: Fixed bug #11412: Using typolinkLinkAccessRestrictedPages does not take different domain names into account
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5699 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:53 Revision ba5a1ae1: Fixed bug #11412: Using typolinkLinkAccessRestrictedPages does not take different domain names into account
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5698 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-07-07
- 15:01 Revision ed209db2: Fixed Bug #11493: Ext Js with debug setting now also deliver debug versions of adapters
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5697 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:29 Revision 1340b84f: Update #11492: Update Ext Js to 3.0 final
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5696 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-07-06
- 20:06 Revision de6b538f: Fixed Bug #11480: missing BACK_PATH in css inclusion of Ext Js Stylesheets
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5695 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:46 Revision db045dc3: Revert old change from 2006-09-01: Remove key length for sys_refindex table (was needed by [SYS][multiplyDBfieldSize] which is considered deprecated nowadays) (thanks to Xavier Perseguers)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5694 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-07-03
- 21:54 Revision edf81ced: Fix ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5693 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:53 Revision 629a5264: Tagging TYPO3 4.2.8
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-2-8@5692 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:52 Revision d6685a3d: Release of TYPO3 4.2.8
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5691 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:36 Revision f1fd5803: Fix ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5690 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:35 Revision 39a68c1a: Tagging TYPO3 4.1.12
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-1-12@5689 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:35 Revision b392b360: Release of TYPO3 4.1.12
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5688 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:35 Revision 1c6d6308: Updated htmlArea RTE version to 1.7.11
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5687 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:12 Revision bc886ced: Follow-up to issue #11391: Backport of the admin button was only half-way finished, in fact it was never visible due to a missing variable
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5686 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:12 Revision e6dec72c: Raised version number of rtehtmlarea
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5685 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:05 Revision 0a76d3c4: Follow-up to issue #11391: Backport of the admin button was only half-way finished, in fact it was never visible due to a missing variable
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5684 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:31 Revision f74bfff4: Fixed issue #10656: htmlArea RTE: Initialization fails in presence of Firefox extension Ant.com Toolbar 1.3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5682 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:30 Revision 4670550f: Fixed issue #10656: htmlArea RTE: Initialization fails in presence of Firefox extension Ant.com Toolbar 1.3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@5681 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:05 Revision ccd9a6b0: Added feature #11460: felogin - Integrate possibility to disable redirects on the fly
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5679 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-07-02
- 23:46 Revision fe2e9749: Updating version number to 4.0.14-dev after release of 4.0.13
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@5678 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:42 Revision 5059b04f: Tagging TYPO3 4.0.13
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-0-13@5677 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:27 Revision 3b8115ce: Release of TYPO3 4.0.13
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@5676 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:04 Revision f042a410: Fluid:
- [+FIX] (ViewHelpers): Removed trailing whitespace in FormViewHelper, fixes #3814
- 22:58 Revision 8b698268: Extbase:
- [+FEAT]: Added TypoScript converter method (to convert from new TS to classic TS). Fixes #3293.
- 15:06 Revision 26ea332b: Updating version number to 4.2.8-dev after release of 4.2.7
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5675 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:00 Revision f5cd0448: Tagging TYPO3 4.2.7
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-2-7@5674 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:00 Revision 5f9b2e9e: Release of TYPO3 4.2.7
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5673 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:40 Revision 4ae6abe2: Updating version number to 4.1.12-dev after release of 4.1.11
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5672 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:32 Revision 7733538b: Tagging TYPO3 4.1.11
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-1-11@5671 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:31 Revision 0e611541: Release of TYPO3 4.1.11
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5670 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:18 Revision 49da1799: Follow-up to issue #11009: External links get prepended with base url in RTE htmlArea in Firefox 3.0.11/3.5b4
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5669 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:15 Revision 96257238: Follow-up to issue #11009: External links get prepended with base url in RTE htmlArea in Firefox 3.0.11/3.5b4
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5668 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:08 Revision 0ffda111: Follow-up to issue #11009: External links get prepended with base url in RTE htmlArea in Firefox 3.0.11/3.5b4
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5667 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-07-01
- 19:18 Revision 2f92a057: Follow-up to feature #9615: Renamed extension from fe_edit to feedit
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5666 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-06-29
- 17:53 Revision 8f47bd58: Update ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5665 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:53 Revision 0aabfae9: Update ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5664 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:53 Revision 6d1512aa: Update ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5663 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:49 Revision b2bd7a8e: Added feature #11391: Add a button to let admins create the file ENABLE_INSTALL_TOOL from the backend (since it is automatically removed after 1 hour since this version)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5662 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:40 Revision 49fe9363: Added feature #11391: Add a button to let admins create the file ENABLE_INSTALL_TOOL from the backend (since it is automatically removed after 1 hour since this version)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5661 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:36 Revision 19dbbaf2: Added feature #11391: Add a button to let admins create the file ENABLE_INSTALL_TOOL from the backend (since it is automatically removed after 1 hour since this version)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5660 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:32 Revision 4ca617db: Fixed bug #6215: MENU before/after* might create invalid HTML output (Thanks to Nabil Saleh)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5659 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:59 Revision 8b25cc26: Fix wrong bug number in the ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5658 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:53 Revision d9701be8: Followup to #9991: one checkbox in version module was accidental deleted
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5657 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:07 Revision 571bcddb: deleted Thumbs.db and folder "Corel Auto-Preserve" from t3skin extJs
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5656 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:43 Revision 6dbc4e60: * Added feature #2421: CSC: Move static HTML from render_uploads to TypoScript, providing flexible rendering of "Filelinks" content elements
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5655 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:34 Revision bacb53ea: * Fixed Bug #5381: Added htmlSpecialChars to rendering page titles in Sitemap/menu content elements
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5654 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:03 Revision 67e2560f: Followup to #4361 / New Hook: removed the "&" when calling the hook method (Thanks to Xavier Perseguers)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5653 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:56 Revision 4f4d0449: Followup to #9947: Deprecated class t3lib/class.gzip_encode.php as the ob_gzhandler methods are used
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5652 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-06-28
- 13:21 Revision a3f7aa81: Fixed #10136: tslib_pibase page browser may hurt search engines by the incorrect "Next" link (On behalf of Dmitry Dulepov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5651 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:19 Revision 600f5e64: Fixed #10136: tslib_pibase page browser may hurt search engines by the incorrect "Next" link (On behalf of Dmitry Dulepov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5650 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:18 Revision 6f5c14e6: Fixed #10136: tslib_pibase page browser may hurt search engines by the incorrect "Next" link (On behalf of Dmitry Dulepov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5649 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:14 Revision b3bfc364: Followup to #4361 / New Hook: removed the "&" when calling the hook method (Thanks to Xavier Perseguers)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5648 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-06-27
- 22:08 Revision eabe791c: Fixed bug #11406: querygenerator/fullsearch doesn't use t3lib_iconWorks::skinImg, added alignment for images
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5647 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:04 Revision 4c9ca716: Fixed bug #11409: backend.php don't use API to include JS/CSS files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5646 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:33 Revision 9a1e88fd: Added #4361: Added new hook in class.db_list.inc for the list module (On behalf of Michael Stucki)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5645 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:18 Revision 7f516112: Fixed bug #11425: Workspace Shortcut uses hardcoded texts (thanks to Christopher Stelmaszyk)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5644 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:20 Revision 2ac6ba48: Fixed bug #6125: MENU before/after* might create invalid HTML output (Thanks to Nabil Saleh)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5643 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:39 Revision 5e282d8b: Fixed bug #5061: Message in Web > List isnt localized (thanks to Christopher Stelmaszyk)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5642 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-06-26
- 21:07 Revision d48a1298: Fixed bug #10782: Copying datasets with related data start- and endtime is recalculated (thanks to Niels Pardon)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5641 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:22 Revision cccaf518: Fixed bug #10175: Duplicated values in localconf.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5640 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:44 Revision 6811c90f: Fixed Bug #9415 - "Do" Dropdown in Workspace module doesn't respect users rights (Thanks to Franz Koch)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5639 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:30 Revision e82c5c98: Added feature #8601: Hook for debug_typo3PrintError
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5638 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:23 Revision feb13e25: Fixed Changelog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5637 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:21 Revision 3547a3c5: Added feature #11229: stdwrap to override image of imageLinkWrap
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5636 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:00 Revision e907fa7d: Added feature #11410: Speed up BEgetRootLine by reusing parts of the rootline from the cache
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5635 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:25 Revision 8306987c: Fixed bug #11154: calls to deprecated function makeInstanceClassName in core
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5634 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:20 Revision c96562bd: Added feature #11378: Constant Editor uses hardcoded texts
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5633 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:16 Revision b7090807: Added feature #11373: Template-module "ts" uses hardcoded texts
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5632 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-06-24
- 18:34 Revision 067f4443: Fixed bug #11354: Extension manager does not show up Configuration Categories Menu (thanks to Vladimir Podkovanov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5631 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:15 Revision 4cc26add: Follow-up to bugfix #9599: felogin - forget password action and logout action are still cached
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5630 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-06-23
- 16:12 Revision 8368d43c: Fixed bug #11369: jumpUrl should only allow files matching fileDenyPattern (thanks to Ingmar Schlecht)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5629 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:11 Revision 898e5c81: Fixed bug #11369: jumpUrl should only allow files matching fileDenyPattern (thanks to Ingmar Schlecht)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5628 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:10 Revision 58da58c6: Fixed bug #11369: jumpUrl should only allow files matching fileDenyPattern (thanks to Ingmar Schlecht)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5627 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:09 Revision 8edb4294: Fixed bug #11369: jumpUrl should only allow files matching fileDenyPattern (thanks to Ingmar Schlecht)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@5626 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:04 Revision 627244a9: Fix broken special characters
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5625 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:36 Revision f8bd6250: Follow-up to #9897: Rename some internal variable and function names
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5624 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:34 Revision 389ae246: Fix bug #9897: Extending palettes and fields to be displayed in back-end forms mixes up tabs (new solution)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5623 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:31 Revision 56178970: Reverted bug #9897 (rev. 4661) - will commit a new solution in a minute
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5622 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:30 Revision 367a5806: dropped unused images
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5621 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:18 Revision 87b13f62: Follow-up to #11358: Minor cleanup
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5620 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:13 Revision 5d3593a1: Fixed bug #10791: Performance improvement: Skip cHash check if page is already non-cached
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5619 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:02 Revision 900dd822: Fixed bug #11368: Ignore ENABLE_INSTALL_TOOL file if it is older than one hour
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5618 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:00 Revision 8f21fac2: Fixed bug #11368: Ignore ENABLE_INSTALL_TOOL file if it is older than one hour
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5617 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:54 Revision 326a8a05: Fixed bug #11368: Ignore ENABLE_INSTALL_TOOL file if it is older than one hour
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5616 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:04 Revision 7e130632: fixed #11377: synced extJs resources with extJs 3.0RC2, removed skins and unused css/images
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5615 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:01 Revision ce4acd49: fixed #11377: synced extJs resources with extJs 3.0RC2, removed skins and unused css/images
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5614 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:59 Revision bdc49b8a: fixed #11377: synced extJs resources with extJs 3.0RC2, removed skins and unused css/images
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5613 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-06-22
- 22:04 Revision 59dd7e1d: * Included up-to date Extbase and Fluid (revision 844, before it was 680). Lots of changes during the last development period starting at the developer days.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5612 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:57 Revision e5b26d85: replaced icon #11371: The current clear page cache icon is ugly and unclear (thanks to Uschi Renzihausen)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5611 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:13 Revision 5687331a: Convert DOS to Unix linebreaks throughout TYPO3core (text files only) except contrib projects.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5610 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:54 Revision bf83b4e8: Fix little typos
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5609 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:50 Revision 7cc3fd84: Replace whitespaces by tabs (everywhere except in codemirror/)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5608 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:32 Revision df65713a: * t3editor: Fix a little typo in tsref.xml and convert DOS to Unix linebreaks in various JS files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5607 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-06-21
- 23:20 Revision 568f6d30: Fixed bug #11372: Template-Analyzer uses hardcoded texts - added localization (thanks to Christopher Stelmaszyk)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5606 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:02 Revision f9550332: tx_fluid:
- * translate view helper: added support for LLL-references. Resolves #3525
* translate view helper: small refactoring ... - 16:50 Revision 17dc1eb8: Fixed #11356: Backend Login News is not templateable
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5605 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:09 Revision 6bf3faa0: reverted change from r5603 (Fixed bug #11358: typoLink() perfomance improvement), performance tunings are not part of maintainance releases
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5604 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:41 Revision 338cbfee: Fluid:
- * Added Docbook generator (Backported from v5)
- 11:33 Revision b5243063: * Fixed bug #11358: typoLink() perfomance improvement (thanks to Vladimir Podkovanov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5603 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:31 Revision 9d44a99f: * Fixed bug #11358: typoLink() perfomance improvement (thanks to Vladimir Podkovanov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5602 709f56b5-9817-0410-a4d7-c38de5d9e867
Also available in: Atom