Project

General

Profile

Activity

From 2009-06-29 to 2009-07-28

2009-07-27

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

2009-07-24

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

2009-07-23

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

2009-07-22

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

2009-07-21

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

2009-07-20

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

2009-07-19

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

2009-07-18

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

2009-07-16

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

2009-07-15

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

2009-07-14

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

2009-07-13

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

2009-07-12

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

2009-07-11

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

2009-07-10

18:21 Revision 0361d35f: FLuid:
* Adjustments to make it work with the new persistence rewrite Sebastian Kurfuerst
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...
Sebastian Kurfuerst

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 Martin Kutschker
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 Martin Kutschker
16:51 Revision 169d57ae: Cleanup: Fixed ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5705 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
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 Ingo Renner

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 Rupert Germann
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 Michael Stucki
10:12 Revision 64a5d8b1: Cleanup: Fixed ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5701 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
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 Oliver Hader
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 Oliver Hader
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 Oliver Hader

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 Steffen Kamper
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 Steffen Kamper

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 Steffen Kamper
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 Michael Stucki

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 Michael Stucki
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 Michael Stucki
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 Michael Stucki
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 Michael Stucki
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 Michael Stucki
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 Michael Stucki
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 Ingmar Schlecht
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 Michael Stucki
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 Ingmar Schlecht
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 Michael Stucki
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 Oliver Hader
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 Oliver Hader
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 Oliver Hader

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 Oliver Hader
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 Oliver Hader
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 Oliver Hader
23:04 Revision f042a410: Fluid:
[+FIX] (ViewHelpers): Removed trailing whitespace in FormViewHelper, fixes #3814 Sebastian Kurfuerst
22:58 Revision 8b698268: Extbase:
[+FEAT]: Added TypoScript converter method (to convert from new TS to classic TS). Fixes #3293. Sebastian Kurfuerst
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 Ingo Renner
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 Ingo Renner
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 Ingo Renner
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 Ingmar Schlecht
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 Ingmar Schlecht
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 Ingmar Schlecht
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 Stanislas Rolland
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 Stanislas Rolland
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 Stanislas Rolland

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 Oliver Hader

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 Michael Stucki
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 Michael Stucki
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 Michael Stucki
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 Michael Stucki
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 Michael Stucki
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 Michael Stucki
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 Benni Mack
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 Michael Stucki
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 Steffen Kamper
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 Steffen Kamper
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 Ernesto Baschny
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 Ernesto Baschny
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 Benni Mack
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 Benni Mack
 

Also available in: Atom