Project

General

Profile

Activity

From 2009-09-16 to 2009-10-15

2009-10-15

22:30 Revision 18dcd33e: Fixed bug #12196: PHP warning in FE with activated DLOG and mbstring set as t3lib_cs_utils
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6152 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
14:23 Revision fa903f02: Fixed bug #11963: MEDIA.renderType in TypoScript is reset
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6151 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
11:39 Revision b23bf13f: Fixed bug #12207: $this->doc->sectionHeader return wrong HTML
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6150 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
10:56 Revision 6a6c8ff9: Fixed bug #8728: PHP Warning, if SQL error occurs in class t3lib_db in functions which depend on an existing resultset (thanks to Felix Oertel)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@6149 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
10:51 Revision aabc2a88: fixed changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6148 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
10:48 Revision 78b06247: Fixed bug #8728: PHP Warning, if SQL error occurs in class t3lib_db in functions which depend on an existing resultset (thanks to Felix Oertel)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6147 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann

2009-10-14

15:55 Revision a97b31d1: Reverted bugfix #10050: Traversing back page records used in CONTENT object does not work on root page
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6146 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:20 Revision 455545c1: Cleanup: Fixed ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6145 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
09:55 Revision 815d6ad4: [+BUGFIX] Extbase (Persistence): Added loadTCA() to ensure the $TCA is loaded in FE (with check). Resolves #4683.
Jochen Rau

2009-10-13

17:30 Revision 9e4076c4: [+BUGFIX] Fluid (ViewHelpers): Added check, if the given value implements the Iterator interface. This is important to allow objects like the Object Storage to be traversed.
Jochen Rau
09:31 Revision d368b844: [+BUGFIX] Extbase (Security): Fixed two issues with Request Hashing. Changed hash implementation from normal SHA1 to a real HMAC. Thanks to Markus Krause for pointing this out. Relates to #4960.
[+BUGFIX] Extbase (Persistence): Fixed a syntax error I introduced with last commit. Sorry :-) Sebastian Kurfuerst
08:53 Revision 392feb40: [+BUGFIX] Extbase (Persistence): Added a check for PID column in Typo3DBBackend - Cache Clearing. In case no PID is found, but we are in FE, we clear the current page as best-effort. Resolves #4969.
Sebastian Kurfuerst

2009-10-12

19:51 Revision adf993ee: [+BUGFIX] Extbase (Tests): Fixed several unit tests. Speeded up unit tests by replacing markSkipped() by markIncomplete() (maybe a bug in tx_phpunit).
[+BUGFIX] Extbase (MVC): Added missing Tx_Extbase_MVC_Exception_InvalidOrNoRequestHash. Jochen Rau
19:51 Revision f95b0353: [+BUGFIX] Extbase (Persistence): The LazyLoadingProxy implements the Iterator interface now. Resolves #4956.
Jochen Rau
19:51 Revision 57081954: [+BUGFIX] Extbase (Tests): Fixed a problem with autoloading the BaseTestCase twice by adding the file to ext_autoload.php.
Jochen Rau
12:48 Revision b98a7a40: Fixed bug #12209: [felogin] lang label for send change password link misses variable for valid end time
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6144 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
08:30 Revision 78797da5: [+BUGFIX] Extbase (MVC): Fixed redirects in Backend. Resolves #4970.
Sebastian Kurfuerst
08:27 Revision 5b29df95: [!!!][+FEATURE] Extbase (Security): Added a HMAC generator and checker to prevent unauthorized access on objects where no edit fields were generated for. It is mandatory in case objects are modified on the server side. See the issue for a more in-depth explanation. This feature does NOT break backwards-compatibility as long as you use only Fluid for form-generation. In case of custom fields, it WILL break backwards compatibility, and you might need the @dontverifyrequesthash annotation. Relates to #4960.
Sebastian Kurfuerst
08:23 Revision 360c781d: [+FEATURE] tx_fluid (ViewHelpers): Prepared ViewHelpers for Request Hash (HMAC) generation. Relates to #4960.
[+FEATURE] tx_fluid (Core): Implemented editing of properties for nested objects in forms. Resolves #3702.
[+TASK] tx...
Sebastian Kurfuerst
00:20 Revision 83b48c6b: Fixed bug #10971: Fatal error in impexp module: Call to a member function includeLLFile() on a non-object (thanks to Andre Steiling)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@6143 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
00:07 Revision 9cd95dca: Fixed bug #10971: Fatal error in impexp module: Call to a member function includeLLFile() on a non-object (thanks to Andre Steiling)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@6142 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann

2009-10-11

23:55 Revision 696ac311: Fixed bug #10971: Fatal error in impexp module: Call to a member function includeLLFile() on a non-object (thanks to Andre Steiling)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6141 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
23:17 Revision 8c8378cd: Fixed bug #12186: EM sends Location-header without exit (thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6140 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
19:59 Revision 3939233e: Fixed bug #12164: Use flashmessages to display messages in fileadmin
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6139 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
16:56 Revision e680680e: Added ext_icon for sysext version (thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6138 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
16:40 Revision 74474547: Whitespace cleaning of typo3 sysext files
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6137 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
16:15 Revision c46f54e7: Follow-up to bug #9355: Fixed some broken utf-8 chars in class t3lib_error_debugexceptionhandler
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6136 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
16:02 Revision 7f13ea61: Whitespace cleaning of typo3 files
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6135 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
15:05 Revision 238abe0e: Whitespace cleaning of t3lib files
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6134 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:32 Revision 81cdbed6: Follow-up to bug #12154: renamed t3lib_MessageQueue to t3lib_FlashMessageQueue, changed some some function names in t3lib_flashmessages and t3lib_FlashMessageQueue.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6133 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann

2009-10-10

14:36 Revision 88cae913: * Backported a few testcases
Sebastian Kurfuerst
11:48 Revision 6cb226fd: Fixed bug #12129 (follow-up to bug #11986): Translation update broken with activated output compression (thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6132 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
11:40 Revision 13567dcc: Fixed bug #12129 (follow-up to bug #11986): Translation update broken with activated output compression (thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@6131 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann

2009-10-09

20:38 Revision 5fe863f0: Fixed bug #12111: Improve output of extension details (thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6130 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
20:00 Revision 77a4af8c: Fixed bug #12110: Show status of flag doNotLoadInFE in extension details
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6129 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
19:40 Revision 1c8a7711: Moved unit tests around
Sebastian Kurfuerst
19:35 Revision c754efe7: [+BUGFIX] Extbase (MVC): Fixed a temporary bug which has been introduced with the last Fluid commit.
Sebastian Kurfuerst
18:32 Revision b80ccd3e: Fixed bug #12119: PHP warning shown in EM, if webserver can't remove extension dir (thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6128 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
16:57 Revision c48ae261: [TASK] tx_fluid: Backported some non-functional changes
Sebastian Kurfuerst
13:38 Revision 15697541: Fixed bug #12166: Scheduler: Gathered TODOs from Forge bug tracker into the Scheduler's manual
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6127 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
10:52 Revision b7f68583: Follow-up to issue #12162: Reverted modification of existing locallang labels and introduced new labels instead
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6126 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
10:21 Revision 1d24b1b3: Fixed bug #12154: Improve API of flashmessages
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6125 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
10:08 Revision ecb51568: Fixed bug #12117: Added use of flash messages to the Extension Manager
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6124 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
09:23 Revision dabdf3fc: Fixed bug #12078: Scheduler: Check if additional fields indeed provide fields
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6123 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
09:07 Revision 8c026a55: git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6122 709f56b5-9817-0410-a4d7-c38de5d9e867
Kasper Skårhøj
09:06 Revision 1cfc4984: Fixed bug in Addwizard: It didn't work properly with wizard for other pages. Took the wrong table name. Thanks to Hassan AIT ABDELLAH, Dassault Systemes, for the fix.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6121 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
09:06 Revision 1619b5fc: * Expanded the feature that disables/enables login in a branch so now you can allow a login but force the usergroups to be "0,-2" (basically, that no usergroups are set for the user). This can help to reduce multiple caching of similar pages in case of many usergroup combinations in a system.
* Implemented a simple hook after retrieval of a page from cache.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tr...
Kasper Skårhøj
09:05 Revision 61d3f532: Implemented an override of allowed language per workspace. This is an expert feature available as a USER TSconfig option "options.workspaces.allowed_languages"
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6119 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
09:05 Revision 7367be8a: * Fixed problem with notification emails to users when a workspace review rejection happens. Now it works
* Added possibility to reset the diff-information for localizations so translators or admins can click a button that ... Kasper Skårhøj
09:04 Revision b1398473: Added User TSconfig option "options.checkPageLanguageOverlay" so flexforms only show language fields for languages available on the page.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6117 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
09:03 Revision 6401d85f: Tiny bug with date function in t3lib_befunc. Casted timestamp to integer.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6116 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj

2009-10-08

22:35 Revision c9edce52: Follow-up to #12128: Added unit tests for t3lib_div::get_dirs() (thanks to Peter Foerger)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6115 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
22:21 Revision b967493a: Fixed bug #12128: Performance improvement in t3lib_div::get_dirs() (thanks to Dan Osipov)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6114 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
22:14 Revision 3cbe21f7: Fixed bug #12121: "Installation Type: L" - tell the user, what's "L" (thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6113 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
21:37 Revision 94100fe2: [+BUGFIX] Extbase (Persistence): Fixed a problem where Objects are deleted from the database by accident (mm-relations). Related to #4716.
[-TASK] Extbase (Persistence): Removed support for 'tablenames' in relation tables. Will be added again later. Jochen Rau
17:56 Revision 268edab1: Cleanup: Fixed ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6112 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
17:46 Revision 51badff0: Follow-up to test #12153: Added unit tests for simulated conditions via TypoScript object browser
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6111 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
16:29 Revision 91d347af: Added test #12153: Add more unit tests for t3lib_matchCondition
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6110 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:43 Revision 8c36ec53: [-TASK] Extbase (Tests): Removed obsolete file Base_testcase.
Jochen Rau
15:27 Revision 075b9069: [-TASK] Fluid (Core): Removed previous added registration of event handler attributes. Use "additionalAttributes" instead.
Jochen Rau
15:15 Revision a26e2da0: [~CONFIGURATION] Extbase: Set lockType to empty string instead of 'system'.
[+BUGFIX] Extbase (Tests): Fixed and renamed BaseTestCase. It supports now Data Providers.
[+TASK] Extbase (Tests): A...
Jochen Rau
07:14 Revision 7d40ac53: Fixed bug #6953: Mapping of fieldnames in SQL-functions like MIN(), MAX() or SUM() does not work (Thanks to Christian and Michael Miousse)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@25171 735d13b6-9817-0410-8766-e36946ffe9aa Xavier Perseguers

2009-10-07

14:58 Revision 990a1c27: Fixed bug #12078: Scheduler: Wrong example of cronjob configuration in the manual
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6109 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
11:51 Revision 8af5be77: Fixed bug #11451: Wrong pattern modifier in t3lib_htmlmail
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6108 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader

2009-10-06

12:01 Revision b7f6ca85: added Media doc to relase-excluded dir typo3/contrib/flashmedia/src until it's released
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6107 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
10:43 Revision fde32b09: [+BUGFIX] Fluid (Core): Added event handler tags to universal tags in TagBasedViewHelper.
Jochen Rau
10:43 Revision 7e4a8c74: [~TASK] Fluid: Tweaked icon.
[~TASK] Fluid: Recreated ext_autoload.php. Jochen Rau

2009-10-05

17:10 Revision a6654b79: * Committing some changes Bastian made on the translate viewhelper which I forgot to forward-port. Always do an svn update before you start working ;-)
Sebastian Kurfuerst
17:09 Revision dc6ebe74: * Small bugfix. sorry guys :-)
Sebastian Kurfuerst
17:08 Revision dbfb0391: [TASK] BlogExample: Adjusted TypoScript _LOCAL_LANG settings as needed in recent commit. Related to #4905.
Sebastian Kurfuerst
16:57 Revision fc29cc4f: [!!!][BUGFIX] Extbase (Configuration): Moved _LOCAL_LANG from plugin.tx_XXX.settings._LOCAL_LANG to plugin.tx_XXX._LOCAL_LANG. THIS IS A BREAKING CHANGE for Users. Resolves #4905.
[BUGFIX] Extbase (Utility): Extracting translation code from Translation ViewHelper to utility class. Related to #4905. Sebastian Kurfuerst
15:31 Revision 2dcd4646: * Small cleanup - check if controllerContext is set to prevent fatal error in rare cases.
Sebastian Kurfuerst
10:49 Revision 947880d9: Cleanup: Whitespace cleanup in extension manager
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6106 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper

2009-10-02

16:21 Revision 89736ece: git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6101 709f56b5-9817-0410-a4d7-c38de5d9e867
Kasper Skårhøj

2009-10-01

20:34 Revision ae8b1dfc: Updating version number to 4.3-dev after release of 4.3.0beta1
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6098 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
20:27 Revision b0c44a5d: Tagging TYPO3 4.3.0beta1
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-3-0beta1@6097 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
20:27 Revision c406a75f: Release of TYPO3 4.3.0beta1
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6096 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:40 Revision 0a14d6ef: Follow-up to bug #11903: Use two queries to clean tags for DBAL reasons
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6095 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:29 Revision 9d43a55c: Follow-up to feature #7461: Fixed bug in using the cookieDomain value
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6094 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:59 Revision 95dc8e9e: Fixed typo in tslib_content::cImage (changed $this->stdwrap to $this->stdWrap)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6093 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
15:19 Revision 3a8dc4a0: Added feature #12055: Add missing sysexts to update wizard (thanks to Steffen Kamper)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6092 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
14:59 Revision c14cbf8d: Corrected wrong date in ChangeLog entry (sorry)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6091 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
14:58 Revision ab5fdcf2: Follow-up to #11855: Use flash message API instead of custom markup for highlighting security link
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6090 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
14:48 Revision 9150f777: Cleanup: Updated NEWS.txt
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6089 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:27 Revision d117db19: Fixed bug #12092 (Follow-up to bug #9355): The errorhandling can make TYPO3 Backend unusable
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6088 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
13:15 Revision 12fa0736: Follow-up to #12089: Cleanup: unescaped &
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6087 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
12:36 Revision b51b1f95: Follow-up to #12089: Make messages in reports module collapsible: add error/warning icon to header
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6086 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
12:34 Revision 842c39d4: Raised DBAL version from 0.9.21 to 0.9.22
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6085 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:26 Revision b7e3f9c9: Follow-up to #11843 Add a reports module: endPage was applied twice
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6084 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
12:24 Revision 380034cd: Fixed bug #11979: TCEforms suggest doesn't find everything on large sites and is slow (thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6083 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
12:20 Revision d2a907ba: Cleanup: Updated ext_emconf.php MD5 sums
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@24957 735d13b6-9817-0410-8766-e36946ffe9aa Oliver Hader
12:10 Revision ba99b03c: Cleanup: Fixed ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@24956 735d13b6-9817-0410-8766-e36946ffe9aa Oliver Hader
11:52 Revision f5d6a19c: Fixed bug #12071: t3lib_sqlparser is not able to parse alias of a joined table
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6082 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
11:31 Revision b647f1d2: Updated version number to prepare Core's svn:externals synchronization
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@24954 735d13b6-9817-0410-8766-e36946ffe9aa Xavier Perseguers
10:23 Revision 8d1a63c2: Follow-up to bug #11357: fixed a parse error in index_re.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6081 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann

2009-09-30

23:57 Revision 9c1eef73: Added feature #7461: Transfer cookies via SSL only whenever possible
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6080 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
22:43 Revision 194d1a7f: corrected date in ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6079 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
21:10 Revision 5b3b2c25: Fixed bug 12089: Make messages in reports module collapsible
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6078 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
17:05 Revision b00940f9: Fixed bug #12085: Memcached Configuration status report is broken
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6077 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
15:49 Revision abba4bc8: Fixed bug #12082: PHP fatal error with frameset page
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6076 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
15:45 Revision 2e0d3c00: Updating version number to 4.1.13-dev
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@6075 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:22 Revision 01ca25b3: Fixed bug #12036: BE style must match t3skin in Install Tool
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6074 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:19 Revision 3f5a3b73: Fixed bug #12035: BE style must match t3skin in reports module and flash messages
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6073 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:18 Revision d268d9b0: Fixed bug #12080 (Follow-up to bug #11505): pageCacheToExternalFiles=1 breaks db-caching in 4.3
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6072 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann

2009-09-29

23:42 Revision ba845acd: Fixed bug #12032: The message "The selected language is not available..." in EM tranlation handling wrong if no language can be chosen (Thanks to Georg Ringer)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6071 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
22:15 Revision 863e3877: Removed ChangeLog from scheduler sysext
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6070 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
22:10 Revision 1ac200a4: Fixed bug #12068: Scheduler: Improper skipping of running tasks in case multiple execution denied
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6069 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
21:19 Revision cd136c17: Added improvement #11855: security related links in EM are not marked as links.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6068 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
20:39 Revision c8d2ff03: Added feature #12076: Integration of saltedpasswords as system extension
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6067 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:09 Revision 0ac5b38a: Fixed bug #12071: t3lib_sqlparser is not able to parse alias of a joined table
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@24890 735d13b6-9817-0410-8766-e36946ffe9aa Xavier Perseguers
18:56 Revision 4326c7df: Added feature #9355: Add an error and exception handler (files part 2)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6066 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
18:55 Revision 5571ee7a: Added feature #9355: Add an error and exception handler (backported from FLOW3) (thanks to Ingo Renner)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6065 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
18:15 Revision 6b33fcbc: Fixed bug #11433: touch(): Utime failed in install tool
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@6064 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:14 Revision 5654a891: Fixed bug #11433: touch(): Utime failed in install tool
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@6063 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:07 Revision edcdb26b: Fixed bug #11433: touch(): Utime failed in install tool
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6062 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader

2009-09-28

22:59 Revision a0140f62: [+BUGFIX] Fluid(ViewHelpers): Replaced calls to $GLOBALS['LANG'] by $GLOBAL['TSFE'] if $GLOBALS['LANG'] is not available. This fixes #4794
Bastian Waidelich
20:09 Revision 4f1a28de: Updating version number to 4.2.10-dev after release of 4.2.9
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@6061 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingmar Schlecht
19:57 Revision 51631fc2: Tagging TYPO3 4.2.9
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-2-9@6060 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingmar Schlecht
19:57 Revision 91c04a3c: Release of TYPO3 4.2.9
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@6059 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingmar Schlecht
15:13 Revision d37c6a9b: Fixed a bug introduced by patch from benni on 1/1 09. This prevented the TypoScript FORM object to render forms...(! - and nobody discovered that for 9 months???)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6058 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
12:02 Revision cc8b6a8f: [+TASK] Extbase: Recreated ext_autoload.php.
Jochen Rau
11:50 Revision 811adeae: Fixed inclusion paht for svn:externals --- Included feeditadvanced as system extension through svn:externals (tag 43beta1)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6057 709f56b5-9817-0410-a4d7-c38de5d9e867 Benni Mack
09:37 Revision 879afe89: Included feeditadvanced as system extension through svn:externals (tag 43beta1)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6056 709f56b5-9817-0410-a4d7-c38de5d9e867 Benni Mack

2009-09-25

17:44 Revision 3f05b9a7: Fixed bug #12064: Warning when edit form is rendered with wizards in backend
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6055 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:42 Revision 5fb37499: Fixed #8802: Fileadmin: extensions of new files should only show allowed extensions (Thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6054 709f56b5-9817-0410-a4d7-c38de5d9e867 Benni Mack
15:36 Revision bd1675e1: Cleanup #11357: Make use of new t3lib_div::redirect function throughout the core
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6053 709f56b5-9817-0410-a4d7-c38de5d9e867 Benni Mack
15:11 Revision ae386ea7: [+TASK] Extbase: Re-created ext_autoload.php
Bastian Waidelich
14:09 Revision 5157f435: Cleanup: Updated NEWS.txt
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6050 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
11:33 Revision 975665d1: Fixed bug #12046: Skinning possibilities are not available with frontend editing
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6049 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
11:09 Revision 3fec0c69: Cleanup: Fixed ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6048 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
00:50 Revision 98382f94: [~BUGFIX] Extbase (Persistence): Added table names to ORDER statement. Relates to #4470.
[+TASK] Extbase (Persistence): Added several unit tests for the Storage Backend.
[~TASK] Extbase: Tweaked the icon.
Jochen Rau
00:23 Revision b1c26d84: Added feature #11793: Give CONTENT.table stdWrap properties (thanks to Sebastian Gebhard)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6046 709f56b5-9817-0410-a4d7-c38de5d9e867 Benni Mack

2009-09-24

18:24 Revision 7440d1e7: [+FEATURE] Extbase (Configuration): Cleaned up FlexForm Configuration source and added support for multiple FlexForm sheets. This resolves #4756
Bastian Waidelich
13:25 Revision abacc135: Fixed bug #12025: Make statuses in the status report sorted and grouped
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6045 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
13:16 Revision d9272a71: Follow-up to bug #12021: Extension Manager is not translatable (part 8) (thanks to Christopher Stelmaszyk)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6044 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
13:07 Revision ece5893f: Cleanup #12053: Cleanup of Extension Manager
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6043 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
11:36 Revision 96374cc5: Fixed bug #12021: Extension Manager is not translatable (part 8) (thanks to Christopher Stelmaszyk)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6042 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
11:04 Revision d8076723: * Raised extbase and fluid versions to 0.9.9
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6041 709f56b5-9817-0410-a4d7-c38de5d9e867 Sebastian Kurfuerst
11:00 Revision e6a8b802: Raising version to 0.9.9
Sebastian Kurfuerst
11:00 Revision 2b7d8657: Raising version to 0.9.9
Sebastian Kurfuerst

2009-09-23

22:47 Revision ec01954b: [~BUGFIX] Fluid (ViewHelpers): fixed and tweaked format.crop view helper (BE mode)
[-TASK] Fluid (ViewHelpers): removed instanceof check from be.menus.actionMenu view helper to enable wrapping of menu... Bastian Waidelich
21:27 Revision 7b9570b3: Cleanup: Fixed ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6040 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
17:51 Revision ab4ae5a1: Fixed bug #12037: Fatal Error in Configuration > $TBE_MODULES
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6039 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
17:36 Revision 3ac4408b: !!![~BUGFIX] Extbase: Changed registration of extbase dispatcher in BE mode. See bug report at http://bugs.typo3.org/view.php?id=12037
[+TASK] Extbase (Tests): Added require statement to Base_testcase to avoid error message in case Tx_Extbase_Utility_C... Bastian Waidelich
17:33 Revision ff44e717: [+FEATURE] Fluid(ViewHelpers): Added BE view helpers be.container, be.buttons.csh, be.buttons.icon, be.menus.actionMenu, be.pageInfo & be.tableList. NOTE: BE view helpers are still experimental and subject of change!
[+FEATURE] Fluid(ViewHelpers): TranslateViewHelper now fully works in BE mode and respects BE user language. This rel... Bastian Waidelich
13:22 Revision 498bb7e7: Follow-up to bug #12014: Extension Manager is not translatable: corrected typo
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6038 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
13:19 Revision aa07c477: Follow-up to bug #12014: Extension Manager is not translatable: corrected typo
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6037 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
11:31 Revision b2656ca2: Fixed bug #12042: BE_USER object is cleared with assigning an empty string
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6036 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
09:35 Revision 3560f0b8: Follow-up 2 to bug #12017: Respect full path of CSS inclusion (RTE)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6035 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper

2009-09-22

22:53 Revision 48a29388: Cleanup: Updated NEWS.txt
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6034 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:30 Revision 4e4d1266: Fixed bug #11496: Text and headers are bad readable
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6033 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
17:20 Revision c8d80ac8: Fixed bug #12041: felogin - Checking for cHashes results in the whole page being uncached
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6032 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
17:05 Revision 5e4d0f29: Reverted bugfix #9599: felogin - forget password action and logout action are still cached
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6031 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
16:32 Revision a5d7d8af: Follow-up to bug #12017: Added vars from tbe_editor.js to TS-object
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6030 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
00:51 Revision 36a21bd3: Fixed bug #11994: Add more Flexibility to PageRenderer
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6029 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper

2009-09-21

21:10 Revision d46a1dac: Fixed bug #12014: Extension Manager is not translatable (part 7) (thanks to Christopher Stelmaszyk)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6028 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
15:28 Revision 424c0cf7: * Raised extbase version to 0.9.8. This is a follow-up to bug #11903 and additionally makes the reflection cache work.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6027 709f56b5-9817-0410-a4d7-c38de5d9e867 Sebastian Kurfuerst
15:15 Revision 435c66c5: Follow-up to bug #11505: clearing page cache from adminpanel didn't work
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6026 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
15:11 Revision 0999e331: Raising extbase version number to 0.9.8
Sebastian Kurfuerst
15:11 Revision 08967c34: Fixed bug #11903: Use separate tables for tags in the caching framework
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6025 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:06 Revision f6c451e4: [+BUGFIX] Extbase (Reflection): Made reflection service caching work correctly
[+BUGFIX] Extbase (Persistence): Resolved an error inside Typo3DbBackend when wanting to use Lower or Upper case. Tha... Sebastian Kurfuerst
11:53 Revision 1974f3a9: [~BUGFIX] Extbase (Utility): Fixed typo in default TypoScript setup. This resolves #4689
[~TASK] Extbase (Utility): Tweaked and cleaned up default TypoScript setup. Now all common settings will appear in th... Bastian Waidelich

2009-09-20

22:44 Revision 7ef1a3e1: Cleanup #12020: Made proper use of t3lib_pageRenderer for all inclusions of JS and CSS files in the Scheduler's BE module
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6024 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
21:47 Revision 5a61d524: Added Id keyword property
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6023 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
21:39 Revision afabebed: Cleanup #12018: Added an icon for notice-level flash messages
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6022 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
21:00 Revision 49d0f433: Fixed bug #12017: Wrong Inclusion in tceforms and tceforms_fe
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6021 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
20:11 Revision 4e85eb98: Fixed bug #12016: JS and CSS inclusion may contain path/../path2/file
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6020 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
18:54 Revision 68c11516: Removed left-over debug output
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6019 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
18:49 Revision 21989abe: Cleanup #11989: Install Tool message colors should match flash message colors
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6018 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
18:27 Revision a2b97421: Fixed bug #11224: Special menu directory only renders 1st level if special.value is a mount point
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6017 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
18:22 Revision 75a288ab: Fixed bug #11224: Special menu directory only renders 1st level if special.value is a mount point
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@6016 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
17:55 Revision a7e5f277: Fixed bug #11995: Prompt for keyboard input does not get displayed in CLI scripts
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@6015 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
17:54 Revision 9df325b3: Fixed bug #11995: Prompt for keyboard input does not get displayed in CLI scripts
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@6014 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
17:52 Revision 48339050: Fixed bug #11995: Prompt for keyboard input does not get displayed in CLI scripts
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6013 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
15:11 Revision d619f5ad: Fixed bug #11834: Field handling API in t3lib_extMgm does not check for duplicates on insertion and runs superflouos insertions
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6012 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:05 Revision 99ba716f: Fixed bug #11642: filelinks are now created via the typolink method
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6011 709f56b5-9817-0410-a4d7-c38de5d9e867 Benni Mack
12:55 Revision 43c60742: Follow-up to UI-Bug #F3282: Changed icon_warning.gif to match flash messages' warning icon
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6009 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
11:58 Revision caaf5b77: Follow-up to feature #10585: Fixed PHPdoc comments and field rendering
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6008 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
11:35 Revision 389908ff: Cleanup: Set SVN properties
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6007 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
11:27 Revision 557ebdbc: Fixed bug #12010: Task uid should be displayed in Scheduler's BE module list view
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6006 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
10:58 Revision 8ae14d61: Added additional documentation for feature #12008: User setup misses a function for inserting fields at a position
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6005 709f56b5-9817-0410-a4d7-c38de5d9e867 Benni Mack
10:11 Revision e0d956c9: Fixed bug #11933: FrontendEditing (classic) does not work when editing forms on page
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6004 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
08:09 Revision bb5bfd34: Fixed bug #12012: admin_get_tables() method is using PHP5.3-deprecated function mysql_list_tables
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@24646 735d13b6-9817-0410-8766-e36946ffe9aa Xavier Perseguers
00:38 Revision ecd0f158: Added feature #10585: Enable BE-User to change their OpenID
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6003 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
00:34 Revision ca87f22c: Added feature #12008: User setup misses a function for inserting fields at a position
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6002 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
00:14 Revision cfa6e5ec: Follow-up to feature #12001: Add checks from t3lib_BEfunc::displayWarningMessages() to the status report
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6001 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner

2009-09-19

22:59 Revision ff4af926: Follow-up to bug #11505: added a forgotten comma to table definition of cache_hash
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6000 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
22:19 Revision a7e25e8c: Added entry about Scheduler bugfixing also in main ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5999 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
22:15 Revision bb83bafd: Fixed bug #12011: Wrong layout of datepicker
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5998 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
21:13 Revision 3b186bf3: Fixed bug #11992: treelist cache fills devlog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5997 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
21:00 Revision 92bbd0e9: Fixed bug #11875: list module doesn't show '0' values (thanks to David Bruchmann and Bastian Waidelich)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5996 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
20:30 Revision 5f1bd114: Fixed bug #11013: Generate Random Key still does not work (thanks to Marcus Krause)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5995 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
18:42 Revision f7f44c3c: Fixed bug #12003: EncryptionKey generation in install tool (1-2-3-mode) still uses old encryption
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5994 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
18:40 Revision bf671ce4: Fixed bug #11884: User setup: buttons for create/delete ENABLE_INSTALL_TOOL-file are not integrated in user setup
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5993 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
18:39 Revision 6f75b955: Fixed bug #11986: dynamic update of translation status im EM is broken
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5992 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
18:35 Revision 7bfe16bb: Fixed bug #11896: User Setup miss save of be_users fields and miss handling of default value
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5991 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
18:30 Revision 2d698454: Fixed bug #11986: dynamic update of translation status im EM is broken
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5990 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
18:07 Revision f9ff3473: Fixed bug #12005: Reports don't have a back reference to the reports module
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5989 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
17:51 Revision 74f66994: Fixed bug #11988: Extension Manager is not translatable (part 6) (thanks to Christopher Stelmaszyk)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5988 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
16:13 Revision 08c3600b: Fixed bug #11917: TCEforms suggest fails with empty label or label_alt field (thanks to Andreas Wolf)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5987 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann

2009-09-18

16:37 Revision a0eda820: Follow-up to bug #11505: removed superfluous fields from caching framework tables, fixed indizes
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5984 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
15:59 Revision 9bf8afcd: Raised DBAL version from 0.9.20 to 0.9.21
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5982 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:35 Revision fbecf574: Follow-up to bug #11505: Extended the checks whether the caching framework was initialized before
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5981 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:13 Revision 11e194d1: * Raising Extbase version to 0.9.7 so that it plays nicely with the caching framework changes.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5980 709f56b5-9817-0410-a4d7-c38de5d9e867 Sebastian Kurfuerst
15:10 Revision 855bbbc5: Raising version to 0.9.7
Sebastian Kurfuerst
15:10 Revision 866b036c: [+BUGFIX] Extbase (Caching): Using reworked caching framework now. Patch by Olly Hader.
Sebastian Kurfuerst
14:57 Revision bcde9e64: Follow-up to #11843: Lists in statuses didn't look too good due to top margin
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5979 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
14:47 Revision e98cc365: Fixed bug #11505: TYPO3 4.3 is slower than 4.2 -> re-implement native db caching and make the use of the caching framework configurable. !!! DB update required
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5978 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
13:27 Revision 3206ce45: Fixed bug #11990: Optimize output of TCEforms suggest results (thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5977 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
13:09 Revision f696c560: Fixed bug #11970: RTE in quickedit mode (page module) is broken
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5976 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
13:06 Revision ec224916: Fixed bug #11996: Change compreed to compress with adding JS/CSS
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5975 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
12:44 Revision f32a015e: Follow-up to bug #11831: Removed reference operator from an object
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5974 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:29 Revision 8ce7a1bf: [+FEATURE] Extbase (Utility): Added a check for the new TYPO3 backend module "Reports" which checks whether PHP Doc Comments are stripped away or not. Resolves #3309.
Sebastian Kurfuerst
12:16 Revision 4cfdb0bb: Added feature #11843: Add a reports module
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5973 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
11:32 Revision 1a4b643c: Follow-up to bug #11985: Move ExtJs CSS-assignment to renderJsKibraries
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5972 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
11:31 Revision 38583184: [+BUGFIX] Extbase (Persistence): Replaced an "empty" by "!isset" as this fits here better inside the DataMapper. Might lead to better caching.
Sebastian Kurfuerst
11:21 Revision 899b31e4: [+BUGFIX] Extbase (Persistence): Wrote unit tests for the AbstractEntity to ensure the last bug will not happen again, and fixed another smaller bug.
[+BUGFIX] Extbase (Persistence): Changed some doc comments. Sebastian Kurfuerst
10:19 Revision 1e75f370: [+BUGFIX] Extbase (Persistence): Fixed a severe bug which always updated all loaded records, making Extbase quite slow.
Sebastian Kurfuerst
09:49 Revision a7b23d28: corrected date in ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5971 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
09:47 Revision 4f3c95b9: Follow-up to bug #11985: backPath in FE is set too late
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5970 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
09:35 Revision b5e23fcc: [+BUGFIX] Extbase (Persistence): Corrected a wrong exception message in Persistence Repository.
Sebastian Kurfuerst
01:37 Revision fcdfd8fd: Cleanup #11991: Cleanup TCEforms suggest CSS
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5969 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
01:27 Revision f58076e3: Fixed bug #11396: redirects not working for felogin on pages with access set
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5968 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
01:20 Revision 98ba2d15: Fixed bug #11984: Remove reference operators for objects
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@24610 735d13b6-9817-0410-8766-e36946ffe9aa Xavier Perseguers

2009-09-17

23:42 Revision c5b5ad9b: Added tweak #11881: Add pencil icon to "Edit the whole template record." in Template editor (thanks to Patrick Gaumond)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5967 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
23:41 Revision f6a637d5: Follow-up to bug #11985: corrected calls loadScriptaculous() in tceforms
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5966 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
23:06 Revision 17576c96: Fixed bug #11987: Extension Manager is not translatable (part 5) (thanks to Christopher Stelmaszyk)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5965 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
22:19 Revision dbd24281: Follow-up to bug #11983: label 'Searching...' was not translatable
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5964 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
21:53 Revision 0a2f0f1c: reverted an additional change in sysext/install
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5963 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
21:40 Revision f41470c1: Fixed bug #9270: Editors can´t undelete records in history (thanks to Christian Hernmarck)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5962 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
21:37 Revision 573c898f: Fixed bug #9270: Editors can´t undelete records in history (thanks to Christian Hernmarck)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5961 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
21:32 Revision c8df8690: Fixed bug #9270: Editors can´t undelete records in history (thanks to Christian Hernmarck)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5960 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
21:26 Revision 1f2e2a9d: Follow-up to feature #2278: Added unit tests for the new checkModifyAccessList hook
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5959 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
21:24 Revision 8d33abf0: Added feature #2278: Add hook to t3lib_TCEmain::checkModifyAccessList()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5958 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
21:17 Revision 07108a89: Fixed bug #11564: Change Hardcoded MD5 Password Encryption in User->Setup. Needed for extension "saltedpasswords" (thanks to Steffen Ritter)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5957 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
20:41 Revision a64d9e0a: Added feature #11669: Provide a reason for why $TSFE->set_no_cache() has been triggered
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5956 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:59 Revision d6b20de8: Fixed bug #11985: Optimize disposal of t3lib_PageRenderer
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5955 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:55 Revision c471285a: Fixed bug #11983: TCEforms suggest has no search indicator, credits Steffen Gebert
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5954 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
17:32 Revision 5c827601: Fixed bug #11906: Extension Manager is not translatable (part 4) (thanks to Christopher Stelmaszyk)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5953 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
17:23 Revision 15e0331e: Cleanup: Set SVN properties
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5952 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
17:20 Revision 97956df6: Cleanup: Set SVN properties
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5951 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
17:19 Revision be436751: Cleanup: Fixed ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5950 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
16:02 Revision 293bf7c0: * Raising Extbase and Fluid Versions from 0.9.5 to 0.9.6
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5949 709f56b5-9817-0410-a4d7-c38de5d9e867 Sebastian Kurfuerst
15:59 Revision 1a1e8595: Raising Version Number to 0.9.6 in preparation for 4.3beta1
Sebastian Kurfuerst
15:59 Revision d456ba2d: Raising Version Number to 0.9.6 in preparation for 4.3beta1
Sebastian Kurfuerst
15:56 Revision 3f704e9c: [+FEATURE] Extbase (MVC): flashMessages work in backend mode too now
Bastian Waidelich
15:14 Revision 4c5b3976: [+FEATURE] Fluid (Viewhelpers): Added uri.resource view helper
Bastian Waidelich
14:50 Revision fbf5ce23: [~BUGFIX] Fluid (Tests): Fixed two test cases that broke due to the fact that unit tests run in BE mode.. We'll have to find a way to simulate FE mode in unit tests!
Bastian Waidelich
14:44 Revision a737739a: [+FEATURE] Fluid (Viewhelpers): Added backend mode support for view helpers base, cObject, format.crop (partly), link.email, translate (partly), uri.email. Now only image- and renderFlashMessages view helpers are not working in BE
Bastian Waidelich
12:50 Revision 67098a0d: [-API] Extbase (MVC): Removed enableValidation() and disableValidation() on the Controller Argument. They are not needed anymore.
[!!!][+BUGFIX] Extbase (MVC): Now, in case people do not specify an @param annotation, they will get an exception ins... Sebastian Kurfuerst
12:30 Revision 7f8e8c8a: [+FEATURE] Extbase (MVC): made layoutRootPath and partialRootPath configurable. Now view.templateRootPath defines the path to the "Templates" folder. view.layoutRootPath & view.partialRootPath can be specified independently. Related to #3296.
[~TASK] Extbase (MVC): Fixed doc comment in UriBuilder Bastian Waidelich
12:27 Revision 5e7dc700: [!!!][+FEATURE] Fluid (TemplateView): made layoutRootPath and partialRootPath configurable. Now templateRootPath defines the path to the "Templates" folder. LayoutRootPath & PartialRootPath can be specified independently. Related to #3296.
[~TASK] Fluid: Backported some whitespace changes from Fluid package Bastian Waidelich
12:25 Revision 303f69fa: [+BUGFIX] Extbase (Persistence): The function in_array is now used to determine which objects of an aggregate were removed as array_diff tries to convert objects to strings. Resolves #4655.
[~BUGFIX] Extbase (Persistence): Reverted the method to count elements of a comma separated list relation because it ... Jochen Rau
10:46 Revision f10bebe7: [+BUGFIX] Extbase (Tests): Added and fixed unit tests for the Repository. We are now green again.
Jochen Rau
09:23 Revision 6e89064e: [+BUGFIX] Extbase (MVC): Fixed instanciation of Reflection Service (instanciated twice).
[+BUGFIX] Extbase (Persistence): Fixed wrong variable name ($uid -> $identifier).
[+TASK] Extbase (Persistence): Impl...
Jochen Rau

2009-09-16

21:41 Revision 78f48083: Fixed bug #11824: Links accross Domains not known by linkData and therefore also RealURL
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5948 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:57 Revision ec7f31c7: Fixed bug #11831: Remove reference operators for objects
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5947 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:56 Revision ed44bf76: 4207[~TASK] Fluid: made action argument optional in Uri/ActionViewHelper. Relates to #4207.
Bastian Waidelich
18:52 Revision dca2931e: [~TASK] Fluid: tweaked exception that is thrown when trying to iterate through non-traversable objects in ForViewHelper
[~TASK] Fluid: fixed typo in ForViewHelperTest
[+FEATURE] Fluid: added CycleViewHelper. Resolves #4458
[+FEATURE] Flu...
Bastian Waidelich
18:44 Revision e8de3c92: [~TASK] Fluid: Backported fixed method parameter documentation found by new reflection service checks.
Bastian Waidelich
16:52 Revision 442daa41: Fixed bug #11361: Backend TYPO3 AJAX-Interface: json encoded result empty if it contains non-utf-8 characters (thanks to Benjamin Mack)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5946 709f56b5-9817-0410-a4d7-c38de5d9e867 Jeff Segars
16:33 Revision 62ae4cf7: Added feature #11819: Added inline Javascript rendering type for TYPO3AJAX
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5945 709f56b5-9817-0410-a4d7-c38de5d9e867 Jeff Segars
14:58 Revision abaad804: Fixed bug #11905: Extension Manager is not translatable (part 3) (thanks to Christopher Stelmaszyk)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5944 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
14:18 Revision 888f9ae4: Added feature #11927: Use suggest feature in system extensions
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5943 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
13:23 Revision d0b8fdfb: [~TASK] Extbase (Tests): fixed configuration manager tests that were broken in r1269
Bastian Waidelich
13:05 Revision 1a02ed2a: Fixed bug #11967: allowSystemInstall should be a checkbox and not an input field (thanks to Georg Ringer)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5942 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
12:44 Revision e618638c: Fixed bug #11899: Make resizable and flexible textareas configurable, set default maxHeight to 600
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5941 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
12:40 Revision 4e02b4b4: [+FEATURE] Fluid (ViewHelpers): Added a Form Password ViewHelper, to generate password input boxes. Resolves #4648.
Sebastian Kurfuerst
12:34 Revision d547efdc: Fixed bug #11965: Content Element Media needs stdWrap to change path (e.g. for DAM) (thanks to Georg Ringer)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5940 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
12:34 Revision 957193ed: Updated version number to prepare Core's svn:externals synchronization
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@24538 735d13b6-9817-0410-8766-e36946ffe9aa Xavier Perseguers
12:30 Revision ff37c81b: Fixed bug #11902: [MediaCE] works only with absRefPrefix and doesn't support flowplayer
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5939 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
12:06 Revision c2898a43: [+FEATURE] Fluid (ViewHelpers): Added a PaddingViewHelper
[+FEATURE] Fluid (ViewHelpers): Added a RenderFlashMessages ViewHelper
[TASK] Fluid (Core): Added a PaddingViewHelper...
Sebastian Kurfuerst
12:00 Revision 2b027798: [!!!][~FEATURE] Extbase (MVC): Improved the way flash messages are handled. Now there is a separate "FlashMessages" object which encapsulates handling the flash messages. This removes $this->pushFlashMessage and $this->popFlashMessages inside the Controller and {flashMessages} inside Fluid Template. PLEASE UPGRADE by replacing "$this->pushFlashMessage(" with "$this->flashMessages->add(" inside your Controllers, and use <f:renderFlashMessages /> instead of the custom for loop inside your templates. Note: You can set a custom CSS class for outputting flash messages by using <f:renderFlashMessages class="..." /> inside your templates. Related to #4638.
Sebastian Kurfuerst
11:56 Revision de2c7407: [+BUGFIX] Extbase (Configuration): Fixed the configuration manager so that the storage PID can be set from the plugins "Startingpoint" selector.
Sebastian Kurfuerst
10:52 Revision f9d0f9fb: [~TASK] Fluid: Added the debug mode constant from Fluid v5 to ease backporting
Sebastian Kurfuerst
09:47 Revision c18c41f6: Updated htmlArea RTE manual
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5938 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
09:43 Revision daef8b42: Added feature #11966: htmlArea RTE: Restrict access to "Clear RTE Cache" option in clear cache menu
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5937 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
02:52 Revision 69e4345d: Follow-up to bug #11946: htmlArea RTE: reference was made to context menu item after context menu was closed
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5936 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
02:50 Revision 9e3f1ac4: Follow-up to bug #11946: htmlArea RTE: reference was made to context menu item after context menu was closed
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5935 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
02:45 Revision e837a9a3: Follow-up to bug #11946: htmlArea RTE: reference was made to context menu item after context menu was closed
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5934 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
00:36 Revision 83f387f4: [+BUGFIX] Extbase (Persistence): Removed call to undefined method Tx_Extbase_Persistence_Query::getSource(). Thanks to Nikolas Hagelstein. Resolves #4642.
Jochen Rau
 

Also available in: Atom