Activity
From 2008-09-09 to 2008-10-08
2008-10-08
- 23:39 Feature #19439 (Closed): htmlArea RTE: factor out some functions dealing with inline elements
- Plugins InlineElements and TextStyle contain duplicate code that will also be useful in other plugins.
(issue imp... - 23:00 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- @Tobias: looks great. Could you make a patch therefore?
@Olly: i tested #9494 and works perfect, no need for the p... - 15:27 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- i'll suggest to replace this:
function typoSetup () {
this.passwordDummy = '********';
th... - 15:18 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- The Patch 0009497_4-2.patch worked for me too (4.2.2).
It also fixes #9494 (brocken password and double fields) - 11:39 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- Just implemented 0009497_4-2.patch - this fixes this rte problem on my 4.2.2 installation (no other tests...).
Thanx - 11:20 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- Please check the attached new patches (the old one was only for Trunk):
0009497_trunk.patch - TYPO3 4.3 developmen... - 09:38 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- I have problems with the patch:
...../typo3/typo3_src-4.2.2_copy# patch -p0 < 0009497.patch
patching file typo3... - 22:05 Feature #19438 (Closed): add a scheme to support singletons with t3lib_div::makeInstance
- Let makeInstance test if an object implements the t3lib_singleton interface and if so keep a reference for later use....
- 18:37 Bug #19437 (Closed): RTE doesn't work properly anymore
- Since I installed 4.2.2:
Chosing pencil icon brings up RTE, but the edit in RTE Link below only shows HTML. When y... - 18:04 Bug #19436 (Closed): BE/FE-User passwords can't be changed (undefined)
- The password fields in Backend 4.2.2 only contain the word 'undefined' and prevent editing of the password.
This... - 17:41 Bug #16483: browser cache problems when changing RTE css
- Well, I did some further tests and it does not change the behaviour of FF3 or IE7. They both ignore the modified styl...
- 17:26 Bug #16483: browser cache problems when changing RTE css
- The patch has now been committed to both trunk and branch TYPO3_4-2.
- 06:17 Bug #16483: browser cache problems when changing RTE css
- The attached patch moves the style sheet links to head, where they should be. I think that browsers will then recogni...
- 17:38 Bug #19416: getHtmlTemplate should use resolveBackPath
- Ohh.. shame on me - I couldn't remember that I already created a bug report.
Since #19432 is referenced in core li... - 17:24 Bug #19435: htmlARea RTE: Move link tags to head
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4297) and trunk (revision 4298).
- 16:51 Bug #19435 (Closed): htmlARea RTE: Move link tags to head
- The RTE inserts link tags inside the body of the page on which it is loaded which is not allowed.
(issue imported... - 17:23 Revision 791ae365: Fixed bug #9516: htmlARea RTE: Move link tags to head
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4298 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:21 Revision 93aae6ab: Fixed bug #9516: htmlARea RTE: Move link tags to head
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4297 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:03 Bug #19433: HTML tags are removed in RTE content
- Remove whatever you have put in Page TSConfig.
- 13:56 Bug #19433 (Closed): HTML tags are removed in RTE content
- I created text in rtehtmlarea with bold and italic format. I put there image too. When I saving my work RTE is removi...
- 14:49 Bug #19434 (Closed): Always date 01.01.1970
- If a user sets a date on a text-field, the date is shown in the backend as the right date, but on the frontend it is ...
- 11:47 Feature #19419: Content in generated page or editing is messed up
- What exactly do you mean by "messed up"? Is it about the special french characters (e.g. like "être")?
- 11:40 Bug #19431: Created value not checked against evalfunc
- What exactly do you mean?
Could you please give a short step by step example how to reproduce this - maybe also with... - 08:52 Bug #19431 (Closed): Created value not checked against evalfunc
- the related evalfunc of a new value is not checked
(not even printed to the template)
if you try to update the v... - 11:25 Bug #19421: Setting password for a new BE user changes the field value to "undefined"
- This problem must be solved in combination with issue #19423 - please look there for patches against Trunk and TYPO3 ...
- 11:23 Bug #19421: Setting password for a new BE user changes the field value to "undefined"
- Frank, exactly - that's why the jsfunc.tbe_editor.js file has to be loaded after that declaration.
- 11:17 Bug #19299: Could not delete directory recursively
- Problem still exists in TYPO3 4.2.2.
Patch still working. - 10:51 Bug #25539 (Closed): bad line numbering
- - not all lines are numbered in short files / line numbers are not synchron with lines (see error.jpg)
- on scrolli... - 10:36 Bug #19432: getHtmlTemplate should use resolveBackPath
- Sorry, I pasted a wrong path.
The generated path is:
../../../../typo3/../typo3conf/ext/tt_news/mod1/mod_ttnews_adm... - 09:33 Bug #19432 (Closed): getHtmlTemplate should use resolveBackPath
- getHtmlTemplate() in typo3/template.php:
t3lib_div::getURL($this->backPath . $filename)
For tt_news $this->back... - 10:30 Bug #19425: Titles of content columns in classic page module doesn't take into account backend charset
- there is a problem that the function can't be called static.
I changed it using $GLOBALS['LANG']->csConvObj->conv_ca... - 10:12 Bug #19387: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- > you need to delete all files in directory typo3temp/rtehtmlarea
That was it! I didn't know about that cache.
Th...
2008-10-07
- 22:03 Revision f925d8ff: minor cleanup
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4293 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:58 Bug #19421: Setting password for a new BE user changes the field value to "undefined"
- typo3\alt_doc.php Lines 467 to 470:
function typoSetup () { ... - 19:46 Bug #19421: Setting password for a new BE user changes the field value to "undefined"
- I can confirm the bug, and can confirm that its annoying.
- 18:39 Bug #19421: Setting password for a new BE user changes the field value to "undefined"
- The reason for the bug is, that tbe_editor.js was loaded in the HEAD section of the HTML document - what isn't bad in...
- 18:58 Bug #19425: Titles of content columns in classic page module doesn't take into account backend charset
- Hi, uploaded patch bug_0009501_3.diff includes last correction (with use of $GLOBALS['LANG']->charSet)
I've tested... - 17:25 Bug #19425: Titles of content columns in classic page module doesn't take into account backend charset
- Hi Vladimir,
you can get the actual charset very easy;
$GLOBALS['LANG']->charSet
with 4.2.2 this is always fil... - 16:25 Bug #19425: Titles of content columns in classic page module doesn't take into account backend charset
- I've uploaded last correction - patch bug_0009501_2.diff - little correction of coding style for consistency with oth...
- 15:49 Bug #19425: Titles of content columns in classic page module doesn't take into account backend charset
- Hi Steffen
I got your point, t3lib_cs::conv_case() should be used and there we have conversion via mb_strtolower or ... - 11:58 Bug #19425: Titles of content columns in classic page module doesn't take into account backend charset
- Hi,
you shouldn't use mb-functions direct., use t3lib_cs::conv_case() instead (you don't have to check for ($GLOBA... - 00:00 Bug #19425 (Closed): Titles of content columns in classic page module doesn't take into account backend charset
- Titles of content columns in classic page module doesn't take into account backend charset ($GLOBALS['TYPO3_CONF_VARS...
- 18:55 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- Please test the attached patch in combination with the patch provided at issue #9494
- 18:40 Bug #19429: Cannot enter double numbers in TCEforms anymore
- The reason for this bug is handled in issue #19421 - please test the patch that is attached there and give some feedb...
- 16:28 Bug #19429 (Closed): Cannot enter double numbers in TCEforms anymore
- Steps to reproduce:
1. In Web > List, open a record that has a double2 field, e.g. a seminar record from the semin... - 17:27 Bug #19387: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- After applying the patch, you need to delete all files in directory typo3temp/rtehtmlarea and clear the browser cache.
- 09:27 Bug #19387: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- I made the patch, cleared all possible caches, but -- the problem is still there in FF2.
- 17:25 Bug #19430 (Closed): Workspace preview link - multidomain
- Domain records from the rootline are not taken into account when the workspace-previewlinkink is created. Only "t3lib...
- 16:57 Bug #17793: Insufficient value check in record_registration()
- This is just a reminder since this bug is active for one year now.
- 16:41 Bug #16637: recs['clear_all'] should be clear as an array
- This is just a reminder since this bug is active for two years now.
- 16:39 Bug #1489 (Resolved): overwrite object-type is not recognized
- same problem as [[http://forge.typo3.org/issues/show/1489]]
- 16:37 Bug #1490 (Resolved): code Completion - trouble with conditions
- There was a problem with encoding. I am quite sure that this was the reason for this failure.
- 15:01 Bug #19428 (Closed): label uid shows not working
- $TCA['xxx'] = array (
'ctrl' => array (
'label' => 'uid',
....
in web->listview the labes shows 'no titl... - 12:25 Feature #19427 (Closed): Make the caches in TYPO3 use the new caching framework
- Problem:
Although we have a new caching framework, the caches in TYPO3 aren't using it yet.
Solution:
Change the...
2008-10-06
- 17:16 Bug #19424 (Closed): Check for extension updates always warns about changes
- The function "Check for extension updates" in extension manager always warns about changes in an extension for which ...
- 16:42 Bug #19423 (Closed): Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- If any user or admin clicks on the button "Edit in Rich Text Editor" in Web>Page Module for any text content element,...
- 16:05 Bug #18855: Wrong JavaScript inclusion in t3lib_TCEforms
- Since revisions 4256/57, the Full Screen RTE wizard fails on js error: TBE_EDITOR is not defined.
- 15:36 Bug #19422 (Closed): delete field alway inserted for "select " in Full Search
- In the "DB Check" => "Full Search" when you check "Show even deleted entries (with undelete buttons)" (eg: for table ...
- 14:53 Bug #19421 (Closed): Setting password for a new BE user changes the field value to "undefined"
- While creating and/or editing BE users the value of the password field will always switch to "undefined" after leavin...
- 14:19 Bug #17390: file module: a folder named 'fileadmin/0' is not being handled and masks out other files and folders
- Looks like this problem has been solved with http://bugs.typo3.org/view.php?id=2642
- 14:11 Bug #19420: misc/superadmin.php script does not allow arbitrary TYPO3 install scheme
- This script is "blocking" but not the whole TYPO3 install of course
- 14:10 Bug #19420 (Closed): misc/superadmin.php script does not allow arbitrary TYPO3 install scheme
- When using a configuration such as
$parentDirs = array();
$parentDirs[] = array(
'dir'=> '/var/www/data/... - 13:37 Feature #17037: Better Shortcut for pages
- Hi there,
Can someone please update this extension in the Extension Repository?
Or create a new compressed extensio... - 11:42 Revision ce8fa174: Updating version number to 4.2.3-dev after release of 4.2.2
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4291 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:34 Revision d537d074: Tagging TYPO3 4.2.2
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-2-2@4290 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:33 Revision 33faefa7: Release of TYPO3 4.2.2
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4289 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:56 Feature #19419: Content in generated page or editing is messed up
- More information:
- typo3 4.2.1 - 10:53 Feature #19419 (Closed): Content in generated page or editing is messed up
- Even if the content is correct in the database, when the page is generated or the content edited in the backend, its ...
- 04:08 Bug #19418: htmlArea RTE: Opera 9.52 sometimes refuses to insert a node
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4287) and trunk (revision 4288).
- 03:59 Bug #19418: htmlArea RTE: Opera 9.52 sometimes refuses to insert a node
- A workaround was used in order to avoid a bug in Opera. However, the problem was corrected in Opera 9.52. Now Opera h...
- 03:52 Bug #19418 (Closed): htmlArea RTE: Opera 9.52 sometimes refuses to insert a node
- When a button is used to insert a paragraph before of after an element, Opera refuses to insert emoticon or table or ...
- 04:07 Revision 1c87dbc3: Fixed bug #9490: htmlArea RTE: Opera 9.52 sometimes refuses to insert a node
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4288 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:04 Revision 00987cd7: Fixed bug #9490: htmlArea RTE: Opera 9.52 sometimes refuses to insert a node
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4287 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-10-05
- 16:23 Bug #19417 (Rejected): Status message of forgotten password template doen´t respect stdWrap
- The message after successfully sended forgotten password is not wraped by forgotMessage_stdWrap-TS setting. After a q...
- 16:02 Bug #19416 (Closed): getHtmlTemplate should use resolveBackPath
- typo3/template.php:
function getHtmlTemplate($filename) {
if ($GLOBALS['TBE_STYLES']['htmlTemplates'][$filename]... - 12:51 Bug #19415 (Closed): Using "group" field as label field
- Group fields have two display problems as label fields:
- List view shows reference value (like "123" or "fe_users_1... - 01:22 Bug #19414: htmlArea RTE: context menu raises an error when link button is not configured
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4285) and trunk (revision 4286).
- 00:49 Bug #19414 (Closed): htmlArea RTE: context menu raises an error when link button is not configured
- If the link button is not in the tool bar, context menu raises a js error.
(issue imported from #M9484) - 01:21 Revision 1c1a06ad: Fixed bug #9484: htmlArea RTE: context menu raises an error when link button is not configured
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4286 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:12 Revision e42ca307: Fixed bug #9484: htmlArea RTE: context menu raises an error when link button is not configured
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4285 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:32 Bug #19408: htmlArea RTE: Safari may crash when the RTE closes
- Follow up patch committed to SVN TYPO3core branch TYPO3_4-2 (revision 4283) and trunk (revision 4284).
- 00:03 Bug #19408: htmlArea RTE: Safari may crash when the RTE closes
- The patch was in error. One side effect was erratic behaviour of the context menu.
- 00:31 Revision 561bf505: Follow-up for issue #9472: htmlArea RTE: Safari may crash when the RTE closes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4284 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:23 Revision 26ac247a: Follow-up for issue #9472: htmlArea RTE: Safari may crash when the RTE closes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4283 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-10-04
- 19:46 Bug #19413 (Closed): Problems with the Menu Sitemap
- When I use the Menu/Sitemap feature at the Frontend the hyperlinks of the generated Menu open every time a new Window...
- 19:45 Revision e11c133b: Fixed bug #9479: Selected items are not visible after saving the form in BE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4282 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:44 Revision 039c74e5: Fixed bug #9479: Selected items are not visible after saving the form in BE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4281 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:42 Revision 1f0e3bca: Fixed bug #9479: Selected items are not visible after saving the form in BE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4280 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:53 Bug #16217: Leading and trailing blanks can't be edited
- The attached patches (one for trunk, the other for TYPO3 4.2 branch) will:
1. collapse repeating spaces into a sin... - 05:23 Bug #16217: Leading and trailing blanks can't be edited
- The problem also exists if you add leading and trailing spaces inside a paragraph in text mode. In FF, the leading sp...
2008-10-03
- 22:05 Bug #19412 (Closed): Enhance debug information with SQL data
- Method t3lib_db::debug_check_recordset() outputs a backtrace to the syslog and the devlog in case where a SQL query f...
- 19:05 Bug #19411 (Closed): Selected items are not visible after saving the form in BE
- If form has a multichoice select field with itemsProcFunc but without items, selected values will not appear in the f...
- 19:03 Bug #19410: install tool hangs on gd libary detection
- gmenu in frontend is now working, when i set the localconf values manually. there was an fault on my template setting...
- 18:02 Bug #19410 (Closed): install tool hangs on gd libary detection
- the install tool hangs in i enable "extension=gd.so" in php.ini. hangs means, that it never comes to an end (let it r...
- 16:14 Bug #16217: Leading and trailing blanks can't be edited
- Thanks. Now I understand how to reproduce.
- 09:26 Bug #16217: Leading and trailing blanks can't be edited
- I can reproduce this bug:
- Create a new textblock
- switch to source code
- type [blank]test[blank]
- switch b... - 14:34 Bug #19401: Problem with Base Href
- Even with RealUrl enable ?
- 10:25 Bug #19401: Problem with Base Href
- You do not need baseURL any more if you use TYPO3 4.2. Use config.absRefPrefix instead.
- 11:39 Feature #19409: Add support for OpenID authentication to TYPO3
- The extension should be used with TYPO3 trunk version only. It should not be used with TYPO3 4.2.x or any older versi...
- 11:13 Feature #19409 (Closed): Add support for OpenID authentication to TYPO3
- Backport OpenID sysext developed at Hackontest to TYPO3.
Demo videos and more information is here:
http://forge.t... - 11:07 Feature #17957: Improve database performance for external database host
- rev 4279
- 11:04 Revision 5d4b7400: Fixed bug #7059: Improve database performance for external database host
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4279 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:31 Revision 1475239b: Added information about additionalAbsRefPrefixDirectories
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4278 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:22 Bug #19407: Calling of mysql_connect needs to check that mysql extension exists
- TYPO3 has certain system requirements that you must fulfil before you use TYPO3. It is the same like a requirement to...
- 09:10 Bug #19407: Calling of mysql_connect needs to check that mysql extension exists
- Hello, your description of the solution seems correct.
Please post a patch that will add this test instead of just... - 09:16 Bug #19394: config.absRefPrefix is applied only to a fixed set of directories
- rev 4277
- 09:14 Revision 4411bc75: Fixed bug #9452: config.absRefPrefix is applied only to a fixed set of directories
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4277 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-10-02
- 23:32 Bug #19408: htmlArea RTE: Safari may crash when the RTE closes
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4275) and trunk (revision 4276).
- 23:27 Bug #19408: htmlArea RTE: Safari may crash when the RTE closes
- The attached patches work around the Safari issue.
- 23:19 Bug #19408 (Closed): htmlArea RTE: Safari may crash when the RTE closes
- Safari crashes when the RTE closes if certain dialogue windows where opened during the editing session.
Safari gen... - 23:31 Revision 835642fc: Fixed bug #9472: htmlArea RTE: Safari may crash when the RTE closes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4276 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:29 Revision ad0666c4: Fixed bug #9472: htmlArea RTE: Safari may crash when the RTE closes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4275 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:34 Revision 35c4a2e5: * Updated htmlArea RTE manual
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4274 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:30 Bug #19407 (Closed): Calling of mysql_connect needs to check that mysql extension exists
- In this class.t3lib_db.php, at line 898 is the following code:
function sql_pconnect($TYPO3_db_host, $TYPO3_db_us... - 17:13 Bug #17008: Script hangs by editing in Firefox Browser 2.0
- I cannot reproduce this behaviour with latest trunk. Do you still encounter this issue?
- 17:11 Bug #16688: Script doesn't answer when having list of links in text-element in Firefox 2.0
- I cannot reproduce this behaviour in latest trunk. Do you still encounter this issue?
- 17:01 Bug #16788: Quotation marks are converted to " if not wrapped in <p>
- I cannot reproduce this behaviour with latest trunk in Firefox 3. Do you still encounter this issue?
- 16:56 Bug #16217: Leading and trailing blanks can't be edited
- I cannot reproduce this behaviour with latest trunk in Firefox3 nor in IE7. Do you still encounter this issue?
- 16:49 Bug #16250: Double low-quote does not work correctly
- I cannot reproduce this behaviour in latest trunk. Do you still encounter this issue?
- 16:42 Bug #19387: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4272) (for inclusion in TYPO3 4.2.2) and trunk (revision 4273).
- 16:33 Bug #19387: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- The attached patch fixes the issue.
- 06:24 Bug #19387: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- I did some further tests with Safari, Chrome and Opera. This is a Firefox-specific issue.
- 16:41 Revision 0cc79bb5: Fixed bug #9444: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4273 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:39 Revision 3c22ce32: Fixed bug #9444: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4272 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:36 Bug #17816: Broken Rootline when a editor views a draft version in Liveworkspace
- The same problem also have the Typo3 4.1.2!
- 12:05 Bug #19406 (Closed): Failed to load magic database
- If the magic database cannot be loaded to know the mime type of the favicon, the next message appears when load every...
- 06:08 Bug #16201: Problem with default link title text in RTE with multilingual BE
- No reply. Closing this issue.
- 05:46 Feature #19405: htmlArea RTE: cleanup in FE plugin
- Committed to SVN TYPO3core trunk (revision 4271).
- 05:41 Feature #19405: htmlArea RTE: cleanup in FE plugin
- The attached patch factors out the initialization of the toolbar configuration and of registered plugins in the base ...
- 04:23 Feature #19405 (Closed): htmlArea RTE: cleanup in FE plugin
- Some cleanup is required in the RTE FE plugin.
(issue imported from #M9467) - 05:45 Revision ae9fbc3d: Fixed issue #9467: htmlArea RTE: cleanup in FE plugin
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4271 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:29 Bug #16483: browser cache problems when changing RTE css
- If the CSS style sheet contains relative URI's, the base of the URI is that of the style sheet (see http://www.w3.org...
2008-10-01
- 23:26 Bug #19404 (Closed): text in default language in xml file is overridden by random translated text
- When the default language in a XML file locallang.xml contains a label which is not available in the website language...
- 23:15 Bug #16903: Automatic detection of url's in Mozilla/Firefox doesn't work with compressed script in 1.5.2
- I re-tested this issue with the latest TYPO3 4.1 SVN branch. I could not reproduce the reported misbehaviour.
If y... - 23:00 Bug #19403: htmlArea RTE: url auto-detect feature not working in Firefox
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4269) and trunk (revision 4270).
- 22:39 Bug #19403: htmlArea RTE: url auto-detect feature not working in Firefox
- This is not working since TYPO3 4.2.0. In that release, undo/redo was modified to used intrusive bookmarks so that ca...
- 22:17 Bug #19403 (Closed): htmlArea RTE: url auto-detect feature not working in Firefox
- url's are not auto-detected in Firefox in TYPO3 4.2
(issue imported from #M9464) - 22:59 Revision 7e3f2910: Fixed bug #9464: htmlArea RTE: url auto-detect feature not working in Firefox
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4270 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:53 Revision 1d9af172: Fixed bug #9464: htmlArea RTE: url auto-detect feature not working in Firefox
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4269 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:34 Bug #19402 (Closed): sr_feuser_register 2.5.19 cannot be imported in TYPO3 4.0
- Extension version 2.5.19 cannot be imported in TYPO3 4.0 due to dependency on TYPO3 4.0.0. Please remove the last 'do...
- 20:02 Bug #19366: Selecting by tag using wildcards does not work with database disposal of t3lib_cache
- Committed to SVN Trunk (rev. 4267)
- 20:00 Revision 4f6c6458: Follow-up to #9408: Fixed ugly typo
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4268 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:56 Revision 7ec24f2e: Fixed bug #9408: Selecting by tag using wildcards does not work with database disposal of t3lib_cache
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4267 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:23 Bug #16392: Page-TSconfig ###PAGE_TSCONFIG_STR### not evaluated correctly in Backend
- Hello, is it not fixed yet in releases?
- 17:17 Bug #19385: SQL LIKE wildcards are not escaped correctly for list queries
- Committed to SVN:
* TYPO3_4-2 (rev. 4265)
* Trunk (rev. 4266) - 17:16 Revision e54e864b: Fixed bug #9442: SQL LIKE wildcards are not escaped correctly for list queries
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4266 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:15 Revision 56ddd612: Fixed bug #9442: SQL LIKE wildcards are not escaped correctly for list queries
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4265 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:00 Bug #19401: Problem with Base Href
- In the comments Dmitry Dulepov says that we can't provide invalid code.
He is correct for this but
either
<b... - 16:52 Bug #19401: Problem with Base Href
- P.S. comments are closed on the news...
I think we should implement a per doktype baseHref.
Our team could prov... - 16:48 Bug #19401: Problem with Base Href
- the problem is that the solution provided is'nt correct.
it make some problems with link to anchor on the same pag... - 16:44 Bug #19401: Problem with Base Href
- there is a workaround for that:
http://buzz.typo3.org/people/ron-hall/article/swfobject-internet-explorer-6-and-ty... - 15:32 Bug #19401 (Closed): Problem with Base Href
- This bug is highly linked with this one : http://bugs.typo3.org/bug_view_advanced_page.php?bug_id=6301
the purpose... - 15:04 Bug #18722: "Broken rootline" error when creating new page in Draft
- I have the same problem with RealURL 1.5.1.
- 14:54 Bug #19400: Indexed search doesn't find letters in Thai language.
- As i see it is not posible to copy the letters from page direct here. Here is a page with thai letters: http://www.bm...
- 14:37 Bug #19400 (Closed): Indexed search doesn't find letters in Thai language.
- I have a multilanguage site with 35 languages. Some of the langages use special letters like Russian, Chinese, Arabi...
- 13:01 Feature #19399 (Closed): Add the ability of including external files to includeJS/getFileName
- Currently it is not possible to include external JS files using includeJS (since it makes use of t3lib_TStemplate::ge...
- 12:26 Feature #17681: wrapItemAndSub for GMENU
- Commited to trunk (rev. 4264)
- 12:15 Revision 6623f0f2: Added feature #6525: .wrapItemAndSub property for GMENU
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4264 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:34 Bug #19398 (Closed): callUserFunction and getUserObj uses different object pools
- Both ways of instantiating an object has the possibility to instantitate the object as (pseudo) singleton by prefixin...
- 05:33 Bug #19397 (Closed): ###REC_FIELD_ ### markers does not work in child IRRE record in last releases (4.1.7 and 4.2.1)
- In last releases (4.1.7 and 4.2.1) is not possible to create child records (intermediate table) if the child records ...
2008-09-30
- 21:48 Bug #19316: IRRE Problem with TYPO3 4.2 - unable to delete child records
- This bug was already solved in RFC #18965 and will be part of
* TYPO3 4.1.8
* TYPO3 4.2.2
You can use the TYPO3_... - 19:53 Bug #19316: IRRE Problem with TYPO3 4.2 - unable to delete child records
- I can confirm this bug.
- 21:38 Feature #19393: Integrate license information and management
- It's not about the regular and only TYPO3 extensions - but more about third party libraries.
Imagine an extension ... - 19:46 Feature #19393: Integrate license information and management
- each file of TYPO3 start with this section
http://snippets.typo3.org/snippets/c/1/
so there is the license info, is... - 10:42 Feature #19393 (Closed): Integrate license information and management
- Currently TYPO3 Extensions don't have any information of the license used. This part gets very interesting when the e...
- 20:45 Bug #19396 (Closed): RTE incorrectly modifies external links and causes problems with subdomains
- Scenario:
- domain (www.example.com) and subdomain (sub.example.com) in the same page tree
- editor logins in BE us... - 20:38 Bug #19388: RTE changes external links using subdomains
- I found the reason (as often, 5 minutes after reporting). The problem is that RTE removes domain portion from the ext...
- 20:25 Bug #19388: RTE changes external links using subdomains
- I have the same issue in 4.2.1. The mentioned patch does not apply. I have a link to http://www.calis.lv/aprunasimies...
- 19:43 Bug #19338: XML Problems with PHP5 and libxml 2.7.1
- it reminds me to an older php-bug, where core team decided not to fix php-bugs (or workarounds) as these bugs will be...
- 13:44 Bug #19338: XML Problems with PHP5 and libxml 2.7.1
- If you have control over the server's installed software, consider downgrading to libxml2-2.6.32. This workaround sol...
- 14:04 Bug #19395 (Rejected): Add hooks for DAM
- see #8529
(issue imported from #M9454) - 11:25 Bug #19394 (Closed): config.absRefPrefix is applied only to a fixed set of directories
- tslib_fe applies config.absRefPrefix only to media/, typo3conf/ext and fileadmin/. If extension links to the external...
- 10:15 Bug #19387: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- > In what browser(s) do you get this error?
it is FF2, FF3 has some features I don't like!
You are right, IE7 has n... - 04:52 Bug #19387: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- I did some test with IE7 and FF3.
I could not produce any problem with IE7.
Note that when there is only one it...
2008-09-29
- 18:42 Revision 50b85291: added a comment about a parameter that can't be used with the new caching API anymore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4263 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:38 Bug #19387: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- In what browser(s) do you get this error?
- 10:10 Bug #19387 (Closed): htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- I use ordered list with other counters (abc, ABC, greek). With multilines all works well, but with a single line, the...
- 18:30 Bug #19392: htmlArea RTE: Opera sometimes raises a JavaScript error when the RTE closes
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4261) and trunk (revision 4262).
- 17:51 Bug #19392: htmlArea RTE: Opera sometimes raises a JavaScript error when the RTE closes
- Opera does not release the unload event set on the dialogue window when requested to do so.
The attached patch wil... - 17:37 Bug #19392 (Closed): htmlArea RTE: Opera sometimes raises a JavaScript error when the RTE closes
- JavaScript error is raised on unload if some dialogue window, usually Insert image or Insert link, was opened during ...
- 18:30 Revision bed2f2e2: Fixed bug 9449: htmlArea RTE: Opera sometimes raises a JavaScript error when the RTE closes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4262 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:28 Revision 7ef10a2f: Fixed bug 9449: htmlArea RTE: Opera sometimes raises a JavaScript error when the RTE closes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4261 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:13 Bug #19388: RTE changes external links using subdomains
- Committed to SVN TYPO3core trunk (revision 4260).
- 17:07 Bug #19388: RTE changes external links using subdomains
- Yes, I am not sure, but I think there is a bug in Firefox caching.
Thanks for testing. - 17:03 Bug #19388: RTE changes external links using subdomains
- Hi Stan,
now 2nd time it worked :-)
I was surprised as i don't use cache in Firefox, but deleting 0-byte-cache he... - 16:45 Bug #19388: RTE changes external links using subdomains
- Delete all files in folder typo3temp/rtehtmlarea and clear the Firefox cache.
- 16:21 Bug #19388: RTE changes external links using subdomains
- Hi Stan,
i applied this patch, removed temp. js-files and tested again.
Unfortunally it doesn't solves this issue. - 16:06 Bug #19388: RTE changes external links using subdomains
- Please test patch attached to issue #9375.
- 14:07 Bug #19388: RTE changes external links using subdomains
- this error occurs in trunk. i have no special settings for rte.
If i change link in source view of rte it's saved co... - 10:27 Bug #19388 (Closed): RTE changes external links using subdomains
- when i use a subdomain as external link using the link browser RTE
domain is changed from:
http://sub.domain.com/
... - 17:13 Feature #19349: add DTD to empty "template" document
- Committed to SVN TYPO3core trunk (revision 4260).
- 15:57 Feature #19349: add DTD to empty "template" document
- After adding doctype to the iframe document in Firefox, baseURL is set to the url of the parent document, base elemen...
- 17:12 Revision 6876e106: Follow-up to issue #9375: Add DTD to htmlArea RTE iframe document
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4260 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:05 Bug #19382: New Element Wizard has no option for hiding Elements via pageTS
- I went further. If you want only allow specific items it may be worse to exclude all others.
So i introduced another... - 13:25 Bug #19110: t3lib_div::removeXSS translates normal text too
- Attached is a diff with new version of removeXSS which should solve all 3 issues
- 11:47 Bug #19391 (Closed): t3lib_cache file backend: 0 means unlimited lifetime" also is not implemented
- also check the status on FLOW3
(issue imported from #M9448) - 11:46 Bug #19390 (Closed): t3lib_cache file backend: tag files stay around after a cache entry has expired and was deleted
- also check the status in FLOW3 about this
(issue imported from #M9447) - 11:45 Bug #19389 (Closed): t3lib_cache file backend ignores lifetime
- also check the status in FLOW3
(issue imported from #M9446) - 11:30 Bug #19059: Check "zend.ze1_compatibility_mode" before installing
- I had the Problem too
Installtool should check, if this option is set to 0 or one of the core files should do an
... - 10:29 Feature #19192: Add autoloading to reduce require(_once) calls
- IMO, a register of class and pathes is a good solution :
- Does not need to create many autoload functions
- Each e... - 10:19 Bug #19376: Loading the backend takes more than 70 HTTP requests
- Hi Dmitry,
not quite right. The first request when entering the backend would not be affected by this change. Of c... - 00:01 Bug #19386 (Closed): multilanguage tt_content disappears from page module
- i discovered just now (because usually i use templavoila and this problem there doesn't exist) that if a tt_content i...
2008-09-28
- 22:10 Bug #19319: Internal caching in t3lib_pageSelect::getRootLine() has no effect
- Committed to SVN:
* TYPO3_4-2 (rev. 4258)
* Trunk (rev. 4259) - 22:09 Revision 0304a62b: Fixed bug #9335: Internal caching in t3lib_pageSelect::getRootLine() has no effect
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4259 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:07 Revision 28965c22: Fixed bug #9335: Internal caching in t3lib_pageSelect::getRootLine() has no effect
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4258 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:55 Bug #18855: Wrong JavaScript inclusion in t3lib_TCEforms
- Committed to SVN:
* TYPO3_4-2 (rev. 4256)
* Trunk (rev. 4257) - 21:53 Revision e4ddd52e: Fixed bug #8518: Wrong JavaScript inclusion in t3lib_TCEforms
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4257 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:52 Revision a50c4d45: Fixed bug #8518: Wrong JavaScript inclusion in t3lib_TCEforms
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4256 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:17 Bug #19385 (Closed): SQL LIKE wildcards are not escaped correctly for list queries
- Using t3lib_db::listQuery('some_Tag') - and knowing that "_" and "%" are wildcard characters in SQL LIKE statements -...
- 17:20 Feature #19358: Setting the title len of items in web->list
- this bug was already talked and has a patch since many months! :
http://bugs.typo3.org/view.php?id=8787 - 17:18 Feature #18999: list title length fixed to 30 chars
- PLEASE apply this patch to trunk! :)
- 13:45 Revision 89037ea1: changed the way "clear all caches" is handled
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4255 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:58 Bug #19110: t3lib_div::removeXSS translates normal text too
- http://ha.ckers.org/xss.html
is a pretty good list of what is filtered by removeXSS()
Joachim's suggestion will n... - 10:06 Bug #19384: wrong cHash with additonalParams.wrap
- wrong cHash leads to no caching of the page.
- so this is the resulting problem - 10:05 Bug #19384 (Closed): wrong cHash with additonalParams.wrap
- This will lead to a wrong cHash:
typolink {
parameter.data = page:uid
no_cache = 0
useCacheHash = 1... - 01:33 Bug #19381: Problem with the Menu/Sitemap feature
- I am already using version 4.2.1 of Typo3 and there I have the Problem. I use the system 4.2.1. more than 4 times and...
2008-09-27
- 23:25 Feature #19383 (Closed): Make use of setcookie()'s additional parameters in t3lib_userAuth to prevent XSS
- Background:
Worst case in terms of XSS is the capture of an admin's cookie. If so, a malicious user has gained admin... - 20:02 Bug #17189: Replace DELETE FROM with faster TRUNCATE TABLE
- the new framework uses TRUNCATE
- 15:51 Bug #17189: Replace DELETE FROM with faster TRUNCATE TABLE
- We are going to have a new caching framework in TYPO3 v 4.3. I am not sure that this issue still applies.
- 16:30 Bug #19382 (Closed): New Element Wizard has no option for hiding Elements via pageTS
- This seems a forgotten implementation, i did this with attached patch.
Use following setting:
mod.xMOD_db_new_con... - 15:49 Bug #19376: Loading the backend takes more than 70 HTTP requests
- ah - i remember reading that in your blog. As it is still unknown to the most we should publish it official on t3.org...
- 15:44 Bug #19376: Loading the backend takes more than 70 HTTP requests
- Guys, the solutiojn exists long time ago, it is simply disabled by default. Search for three _.htaccess in the core a...
- 15:41 Bug #19381: Problem with the Menu/Sitemap feature
- This is solved in trunk (should be solved in 4.2 as well)
For older Versions use CONSTANTS to modify. - 10:38 Bug #19381 (Closed): Problem with the Menu/Sitemap feature
- When I use the Menu/Sitemap feature at the Frontend the hyperlinks open every time a new Window/Tab. But I want that ...
- 15:35 Revision 11d93113: Fixed bug #9412: config.absRefPrefix can force wrong URL when linking across domains
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4254 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:34 Revision 99d1fbbb: Fixed bug #9412: config.absRefPrefix can force wrong URL when linking across domains
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4253 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:25 Bug #19380 (Closed): missing "Order by" in typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc
- For an installation we use mth_feedit and news_feedit.
Displaying all editable records in FE shows an unordered li...
2008-09-26
- 18:18 Bug #19241: no details with error message 'is no TYPO3 language file'
- Write the patch ;)
- 17:58 Bug #19353: Acronym plugin encoding problem
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4251) and trunk (revision 4252).
- 04:23 Bug #19353: Acronym plugin encoding problem
- I assume that you are using TYPO3 4.2+.
Please apply and test the attached patch. - 17:57 Revision 6bcdc3cc: Fixed bug #9386: Acronym plugin encoding problem
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4252 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:53 Revision 36950a50: Fixed bug #9386: Acronym plugin encoding problem
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4251 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:06 Bug #19376: Loading the backend takes more than 70 HTTP requests
- i think there was already patch (from benni) to avoid double loading of a script (tabs.js was loaded several times)
... - 12:02 Bug #19379 (Closed): Mountpoint var ignored when a "Shortcut page" is in the rootline
- class.tslib_fe.php / TYPO 4.1.7 / Line 957 :
// Is the ID a link to another page??
if ($this->page['doktype']==4)... - 10:08 Revision ea09d62b: added changes from contentrss to changelog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4250 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:38 Bug #16538: rtehtmlarea 1.4.2: JS Error when loading editor in FF 1.5.0.6
- @Thomas: this problem refers to very old versions. Sorry that it could not be fixed. Is the issue still relevant?
- 04:31 Bug #19236: htmlareRTE: Click-enlarge not rendered if image is in table
- @Andreas: please confirm that table is part of externalBlocks in the configuration of lib.parsefunc_RTE in your TS Se...
- 03:31 Bug #19369: Ordered list numbering only posible from 1 to 9
- In what browser? For some reason I cannot reproduce this behaviour in Firefox 3 nor in Internet Explorer 7.
- 03:27 Bug #16647: Possible Scripting vulnerability
- If the TYPO3 Security Team has no objection, I would close it.
- 01:09 Bug #16647: Possible Scripting vulnerability
- Any objections against closing this one?
- 03:18 Bug #19378: HTMLArea RTE: Cleanup unused files
- Committed to SVN TYPO3core trunk (revision 4249).
- 03:14 Bug #19378: HTMLArea RTE: Cleanup unused files
- The attached patch deletes the obsolete files. Some locallang.xml files that are not used anymore need to be retained...
- 03:01 Bug #19378 (Closed): HTMLArea RTE: Cleanup unused files
- Since the restructuring of the RTE for TYPO3 4.2, some files have become obsolete and should be deleted.
(issue i... - 03:17 Revision 75946b91: Fixed issue #9429: htmlArea RTE: Cleanup unused files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4249 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-09-25
- 18:17 Revision 020f9f3c: fixed adding field to tt_content, did cleanup, finished manual
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4248 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:42 Revision dcc4c92e: Fixed: possible problems with multiple sites using the same cache keys for memcached (other caching Backends can be affected too!)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4247 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:09 Revision eeff7d8b: changed determination from list_type to CType
- added more comments to TS
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4246 709f56b5-9817... - 15:13 Bug #19316: IRRE Problem with TYPO3 4.2 - unable to delete child records
- Also without foreign_unique, I can confirm this behaviour in TYPO3 4.2.1. IRRE conf as follows:
'tx_cagttnews_para... - 11:20 Bug #19377 (Closed): Versioning Preview: records that require a singlePid don't work (eg tt_news)
- If you want to preview a created / edited new version of a tt_news record that is stored in a sysfolder, you won't be...
- 11:18 Bug #19376: Loading the backend takes more than 70 HTTP requests
- see also http://www.typofree.org/articles/optimizing-typo3-backend-responsiveness/
- 11:18 Bug #19376: Loading the backend takes more than 70 HTTP requests
- Hi Olly, can you please make sure that this gets onto the roadmap for 4.3? It should be really simple but effective.....
- 11:13 Bug #19376 (Closed): Loading the backend takes more than 70 HTTP requests
- See subject.
The solution should be to use external tools like MinifyJS and MinifyCSS to get the number of request... - 11:07 Revision f4657738: More clean up
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4245 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:43 Revision bf18f130: Fixed problem: normal authentication is not possible if user has configured OpenID
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4244 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:48 Revision 0e8e6294: !!! Removed option $TYPO3_CONF_VARS['FE']['pageCacheToExternalFiles'] as it's not needed anymore with the new caching framework
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4243 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:45 Feature #19349: add DTD to empty "template" document
- doctype added as part of patch attached to issue #9424.
- 05:42 Feature #19375: htmlArea RTE: Cleanup dialogue windows
- Committed to SVN TYPO3core trunk (revision 4242).
- 05:18 Feature #19375 (Closed): htmlArea RTE: Cleanup dialogue windows
- Add doctype to all documents including the RTE iframe document.
Remove class attribute from html elements.
Move any... - 05:41 Revision b5024f44: Fixed issue #9424: htmlArea RTE: Cleanup dialogue windows
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4242 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:46 Revision dae38237: Updated NEWS.txt
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4241 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:43 Revision 2344f89e: Reverted changed on typo3/index.php concerning the RSA Authentication since back-end was not accessible anymore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4240 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:35 Revision 0e640ea9: Updates and clean up for contentrss system extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4239 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:14 Revision 903d04f9: made the example for the memcached cache backend configuration more clear
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4238 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:08 Revision 2b6bd74b: Added instructions about configuring memcached to t3lib/config_default.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4237 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:07 Revision 048e6c00: Cleanup, changed comment
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4236 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:53 Revision 8260911c: Fixed bug #8195: Encoding problems with $TYPO3_CONF_VARS[SYS][sitename] - leaving the actual fix commented out as the problem should be fixed on the client side
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4235 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:49 Revision 7e4d54dd: Removed hard–coded default memcached server
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4234 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:42 Bug #18666: Encoding problems with $TYPO3_CONF_VARS[SYS][sitename]
- If you are still interested in discussing the naming of BE[forceCharset], please move that topic to a new request.
- 03:40 Bug #18666: Encoding problems with $TYPO3_CONF_VARS[SYS][sitename]
- The problem does actually not exist as long as the encoding of localconf.php matches the backend charset defined in $...
- 03:39 Revision ee0b5bf2: Added a way to define options for the different caching backends
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4233 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:38 Revision 583b3334: Renamed the "data" column in cache tables to "content" to prevent conflicts with reserved names
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4232 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:32 Revision 5d9a1573: Small text fixes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4231 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:32 Revision f0b8ddee: Changed icons for contentrss and openid extensions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4230 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:13 Revision a6a8b9df: Clean up: Added PHPdoc comments to methods
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4229 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:50 Revision f68f105b: Renamed the "data" column in cache tables to "content" to prevent conflicts with reserved names
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4228 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:39 Revision 2be165e5: more cleanup, adding manual
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4227 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:39 Revision 714b0f17: Fixed several issues in t3lib_cache_backend_file
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4226 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:31 Revision 7e8d2caf: Clean up: Removed wizard data created by kickstarted from rsaauth extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4225 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:30 Revision 0e69f5ec: Added RSA Authentication for back-end disposal (however it still has problems with decrypting)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4224 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:00 Revision 57490ca4: more cleaning
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4223 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:29 Revision ce95f1bd: Changed icons for contentrss and openid extensions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4222 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:24 Revision 5deaf0e5: Added options to change the backends used for each cache (cache_hash, cache_pages, cache_pagesection)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4221 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:22 Revision 3c26827c: removed empty line
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4220 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:04 Revision f5b1a696: renamed the array that keeps the available cache frontends in config_default.php as the name is needed for other purposes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4219 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:03 Revision fdc8cff2: renamed the array that keeps the available cache frontends in config_default.php as the name is needed for other purposes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4218 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:03 Revision 6778a40c: some more fixes, more config in TS
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4217 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:59 Revision bd604386: added a missing if that was removed by accident
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4216 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:37 Revision 9fbbc5bd: Added more logging
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4215 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:37 Revision aedb282f: Set dependencies and conflicts
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4214 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:32 Revision 67d38498: changed explode() to t3lib_div::trimExplode()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4213 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:29 Revision b93a9de1: fixed a bug in t3slib_fe::clearPageCacheContent_pidList were an array was assumed, but a string was given
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4212 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:18 Revision 33b9c6f2: Added indexes for the cache tables (cache_hash, cache_pages, cache_pagesection)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4211 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:15 Revision 143b50a6: removed now obsolete fields from table cache_hash
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4210 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:12 Revision 5c7a7859: Changed table cache_hash to use t3lib_cache
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4209 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:11 Revision 890e62cd: Added manual for the OpenID extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4208 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-09-24
- 23:34 Revision c6c8a68a: clean up, allow usage without plugin on page with TS configuration
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4207 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:19 Revision b6f87e7e: added initial work on the transition of cache_hash to use t3lib_cache
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4206 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:15 Revision 2744db53: added initial work on the transition of cache_hash to use t3lib_cache
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4205 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:06 Revision e020b9e2: moved initialization of caches in FE to a separate function in tslib_fe
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4204 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:43 Revision 8130c5a3: openid system extension is reformatted with extdeveval
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4203 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:34 Revision 7916b838: Patched OpenID library to use cURL proxy settings configured in TYPO3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4202 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:12 Revision 3177afcb: Small space clean up
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4201 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:11 Revision c845486e: Added necessary "unique" evaluations on the OpenID field
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4200 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:09 Revision b898b6e0: Changed table cache_pagesection to use t3lib_cache
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4199 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:06 Revision d439896f: Add security to file-based OpenID store
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4198 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:40 Revision c11ad666: Backend user authentication is working with OpenID
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4197 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:25 Bug #19374 (Closed): IFSUB is not handling the language selection properly
- in 4.2.1 IFSUB evaluates the existence of subpages, but it not takes into account the language of the pages. If you h...
- 19:21 Revision 296bd537: Frontend user authentication is working with OpenID
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4196 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:39 Revision eca3f420: completed transition to t3lib_cache for table cache_pages
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4195 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:37 Revision 942782a2: Added class t3lib_cache to easily initialize the various caches in TYPO3 (cache_pages only for now)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4194 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:31 Revision d0013158: fixed list_type-determination, introduced register-function for plugins
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4193 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:42 Revision b687cb25: updated changelog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4192 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:40 Revision efd65403: first working version of contentRSS - only standard CEs are supported yet
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4191 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:27 Revision 4e6065ba: Fixed bug: Problems with listQuery at single pattern matching
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4190 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:04 Revision 4b4a4d30: Added eID and Backend return scripts
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4189 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:45 Revision 7e41a2d5: Added the caching framework in typo3/init.php so that it is available in the BE, too
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4188 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:32 Revision e137e336: fixed creation of the cache_pages cache object
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4187 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:27 Revision b66dd5ee: added a method flushByTags() to the t3lib_cache classes, added a method addCacheTags() to tslib_fe so that extensions can easily tag cache entries for pages
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4186 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:25 Revision ad70bd14: added a method flushByTags() to the t3lib_cache classes, added a method addCacheTags() to tslib_fe so that extensions can easily tag cache entries for pages
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4185 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:24 Revision 06e52b2d: Fixed problem: default TYPO3 service (tx_sv_auth) prevented OpenID authentication
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4184 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:22 Revision b5e18d77: Added code to connect to the OpenID server and request authentication
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4183 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:31 Bug #14884: 'removeTag' does not remove closing tags
- Adding:
lib.parseFunc_RTE.externalBlocks.table.HTMLtableCells.default >
lib.parseFunc_RTE.externalBlocks.table.HT... - 14:18 Revision 86573df8: fixed bug in t3lib_cache: t3lib_cache_AbstractCache->save() didn't request a lifetime parameter, but the cache backends do
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4182 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:27 Revision f27d0593: Added PHP OpenID library to the service code. Updated service class to match service type
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4181 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:25 Revision 447f83dc: Removed separate ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4180 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:24 Revision 3c2837f8: Moved OpenID fields to palettes under the username fields in fe_users/be_users. Added CSH for new fields
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4179 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:22 Revision 097b648b: Added PHP OpenID library to the openid extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4178 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:59 Bug #19366: Selecting by tag using wildcards does not work with database disposal of t3lib_cache
- Committed to Hackontest SVN branch
Still pending for Trunk!
- 12:58 Revision 1dc5fb8a: Fixed bug #9408: Selecting by tag using wildcards does not work with database disposal of t3lib_cache
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4177 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:56 Revision f3ea8bf6: added columns to cache_pages needed for the t3lib_cache DB backend
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4176 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:55 Revision b145bdf0: cleaned up some code regarding the page caching to prepare for transition to t3lib_cache
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4175 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:53 Revision 80398b3c: Fixed bug: Using list query with SQL LIKE wildcards does not work
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4174 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:47 Bug #18754: improved 404 pagenotfound_handling not working for certain requested URLs/resources
- First of all thank you so much, Matt. I was really stuck with this problem for a long time and your approach worked f...
- 12:26 Revision 7ce9a124: Added typo3/sysext/openid extension (stub generated by kickstarter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4173 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:23 Revision 62e9eb03: initial upload of contentrss (RSS-Feed for Content Elements)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4172 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:15 Revision 91f2ca95: cleaned up some code regarding the page caching to prepare for transition to t3lib_cache
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4171 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:33 Revision 79ebe745: Renaming openidauth to openid
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4170 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:15 Bug #19373 (Closed): Safari or Google Chrome doesn't keep login
- Each time I use Safari or Google Chrome in order to login into the Backend the browser doesn't ask me to keep or not ...
- 11:09 Bug #19372 (Closed): options.pageTree.showNavTitle
- is missing in TSconfig
(issue imported from #M9418) - 10:53 Revision 46d9e535: Initial version generated with kickstarter
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4169 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:09 Revision b7fbaa9b: Create development branch for Hackontest 2008
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/hackontest_2008@4168 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-09-23
- 22:43 Revision 3835d317: test
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4167 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:19 Bug #19371 (Closed): Code in typo3/sysext/lang/lang.php don't match with the CGL
- Code in file typo3/sysext/lang/lang.php don't match with the Coding Guidlines.
* Add spaces
* changing boolean '0... - 18:00 Bug #19370 (Closed): "Do"-Dropdown doesn't respect current user's rights and is not localized
- The new "do" dropdown in the workspace module doesn't respect the users rights and is always showing all options - wh...
- 12:44 Bug #19369 (Closed): Ordered list numbering only posible from 1 to 9
- An ordered list in RTE with more than 9 entries.
The numbering over 9 begins with 0 again.
No numbering above 9 p... - 10:58 Bug #19368 (Closed): config.absRefPrefix can force wrong URL when linking across domains
- Suppose you have two domains: example1.com and example2.com. absRefPrefix is set as "http://example2.com/" at the sec...
- 10:44 Revision 65c762d9: #9411: Editors cannot create new translations of pages
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4166 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:43 Revision 3a5944ca: #9411: Editors cannot create new translations of pages
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4165 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:02 Bug #19367 (Closed): Editors cannot create new translations of pages
- Non-Admins (without any language restriction) cannot create a new translation in Web>pages because the drop-down to d...
2008-09-22
- 15:53 Bug #19362: Using debug for sqlDebug
- Committed to trunk in rev. 4164.
- 15:47 Revision d1fe99e5: Fixed bug #9401: Use debug() for sqlDebug (thanks to Steffen Kamper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4164 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:50 Bug #19366 (Closed): Selecting by tag using wildcards does not work with database disposal of t3lib_cache
- This issue concerns only the TYPO3 4.3 development branch.
When trying to select cached records by a tag containin... - 13:01 Bug #19365 (Rejected): Make "t3lib_beUserAuth->notifyHeader" configurable
- t3lib_beUserAuth->notifyHeader is hardcoded to 'From: TYPO3 Login notify <no_reply@no_reply.no_reply>' in class.t3lib...
- 06:13 Bug #18963: File upload ends up in parse_url-Error
- Committed to trunk (rev. 4162) and 4.2 (rev. 4163).
- 06:12 Revision 28cf8523: Fixed bug #8719: File upload ends up in parse_url error on Windows (thanks to Steffen Kamper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4163 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:08 Revision 6803fa85: Fixed bug #8719: File upload ends up in parse_url error on Windows (thanks to Steffen Kamper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4162 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:00 Feature #19364: htmlArea RTE: Cleaning out deprecated extension variables
- Committed to SVN TYPO3core trunk (revision 4161).
- 01:59 Revision 42a4d38c: Fixed bug #9404: htmlArea RTE: Cleaning out deprecated extension variables
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4161 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-09-21
- 19:51 Feature #19364 (Closed): htmlArea RTE: Cleaning out deprecated extension variables
- Extension variables plainImageMaxWidth and plainImageMaxHeight are deprecated since TYPO3 4.1. Since then they should...
- 13:23 Bug #19362 (Closed): Using debug for sqlDebug
- When using sqlDebug the error is printed with
echo t3lib_div::print_array(...)
The patch uses debug() function to... - 08:14 Feature #19361 (Closed): Integrate jb_status_code in the TYPO3 core
- This patch enables to have specific HTTP status codes on a sys_domain record when doing a redirect.
This is an alm... - 07:57 Revision cf49034e: Followup to #9393: Small code cleanup in class.t3lib_treeview.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4160 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:49 Bug #19202: Framehandling problem with FF 3
- Sent the patch to the core list.
- 07:30 Revision b09e85cd: Fixed bug #8578: Umlauts get displayed wrong in Web>Access module after updating rights (Thanks to Tobias Liebig and Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4159 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:29 Revision e49a2fda: Fixed bug #8578: Umlauts get displayed wrong in Web>Access module after updating rights (Thanks to Tobias Liebig and Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4158 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:29 Feature #18101: Sort function in file element in Backend
- Well I finally upgraded to 4.2.1 and now created a diff file. If possible can this feature be added to the core? The ...
2008-09-20
- 19:33 Bug #19195: Indexed search saves characters in word table with different encoding than in content table
- i can confirm this behaviour. i also noticed that, if the word contains a dash for instance "blöder-indexer" it's ind...
- 18:02 Bug #19359: tx_felogin template problem
- Hmm, seems to be ok now...After adding the plugin instead of adding the stuff via TS seems to work now. Sorry for pos...
- 15:14 Bug #19359 (Closed): tx_felogin template problem
- The extension tx_felogin does not understand the "templateFile" parameter from TS config correctly. The output of thi...
- 16:31 Bug #19351: FE session hijacking
- Marcus, ever heard about session lock in TYPO3?
- 16:28 Revision db875c73: Fixed bug #9384: FE session hijacking
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4157 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:27 Revision 8c0c65b9: Fixed bug #9384: FE session hijacking
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4156 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:26 Revision 311bb68b: Fixed bug #9384: FE session hijacking
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4155 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:40 Bug #18312: Constants are not correctly substituted on some PHP5 distributions
- set version to 4.2.2 as maybe this one goes in the next bugfix version.
2008-09-19
- 20:30 Feature #19358: Setting the title len of items in web->list
- [TYPO3-dev] Width of titles in Web > List view
From:
Tapio Markula <tapio.markula@xetpoint.fi>
Date:
Friday 19 ... - 20:15 Feature #19358 (Closed): Setting the title len of items in web->list
- We can't set the title len for any for the list mod in typo3 backend.
We are stuck with the default 30 len hardcoded... - 18:46 Revision 36401492: Fixed bug #9393: Cosmetic Code Cleanup for the cms sysext
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4154 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:43 Bug #19357 (Closed): Cosmetic Code Cleanup for the cms sysext
- The file "tbl_cms.php" in the sysext CMS has been cleaned to use lowercase "array(" instead of "Array (" with a simpl...
- 18:12 Feature #18902: Hook for debug_typo3PrintError"
- Hey Tom,
want to send your patch to the TYPO3 core list?
check out:
http://typo3.org/development/bug-fixing/ma... - 17:32 Bug #19356 (Closed): After some weeks with no problems a Typo3 website hangs up with a 'Cannot access protected property' error in the frontend
- Hi there,
I upgraded a Typo3 websites from 4.1.7 to 4.2.1 and everything worked perfect. But after some time the fir... - 16:36 Feature #18969: Editing related record in a mm field, and not the mm record
- Hello!
I also think it will be good feature. I know there is combined mode when you can edit records, but if you hav... - 14:55 Bug #19286: unnecessary queries for updating session data
- corrected version, there was one line missed
- 13:22 Bug #19286: unnecessary queries for updating session data
- This patch resolves the problem, as we have problems on one machine with the mysql DB. It stops sometimes between the...
- 13:33 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
- will it be integrated in futur version of typo3?
because i made an extension from the patch and i want to know if it... - 13:11 Bug #17403: In advanced search, the search in select box is not well populated
- new patch is attached, see screenshot for output
- 09:57 Bug #19355 (Closed): class.tslib_pibase.php::pi_list_query() does not support different 'pointer' - Names
- The following line at Line 1098:
$pointer = $this->piVars['pointer'];
makes it impossible to use diffrent name ... - 09:38 Bug #19354 (Closed): Acronym plugin encoding problem
- In French lng, all special characters are replaced by #65533; ( the '?' character).
The solution is to add the f... - 09:37 Bug #19353 (Closed): Acronym plugin encoding problem
- In French lng, all special characters are replaced by #65533; ( the '?' character).
The solution is to add the f... - 08:01 Bug #19061: [feature] Configuration of uploads and create folder in linkbrowser
- Committed to SVN TYPO3core trunk (revision 4153).
- 08:00 Bug #19310: Bugfix for temporary Filemounts
- Committed to SVN TYPOcore trunk (revision 4153) and branch TYPO3_4-2 (revision 4152).
- 07:58 Revision 73978a54: Fixed bug #9320: Adding a new mount-type "readonly" for temporary filemounts (thanks to Steffen Kamper)
- Added feature #8899: Configuration of uploads and create folder in linkbrowser (thanks to Steffen Kamper and Dmitry D...
- 07:50 Bug #19352 (Closed): typo3-top-toolbar popups do not open, t3 editor not working
- toolbar
when clicking on the lightning, which should cause the popup to be open nothing happens, the same problem is... - 07:17 Revision a004bfff: Fixed bug #9320: Adding a new mount-type "readonly" for temporary filemounts (thanks to Steffen kamper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4152 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-09-18
- 23:41 Revision 579877f6: #8588: Admin tools -> User Admin -> List users online broken when [BE][lockIP] is set to < 4
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4151 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:38 Revision 8d32cd1c: #8588: Admin tools -> User Admin -> List users online broken when [BE][lockIP] is set to < 4
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4150 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:37 Revision 58f8cb2f: #8588: Admin tools -> User Admin -> List users online broken when [BE][lockIP] is set to < 4
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4149 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:10 Revision 84aa7e79: Followup to bugfix #8950: clean up code
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4148 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:44 Revision 117c48b4: #8950: page id not availabe in TCEmain hook clearCachePostProc
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4147 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:32 Bug #19351: FE session hijacking
- There's no correlation between IP addresses / subnets and session ids. Session ID generation is based on process id.
- 20:42 Bug #19351 (Closed): FE session hijacking
- typo3/sysext/tslib/class.tslib_feuserauth.php limits session id to 10 characters. Session id is md5 value. If there a...
- 21:18 Bug #19317: Acronym feature: List of unabridged terms shows wrong values
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4144) and trunk (revision 4146).
- 21:18 Revision 27f76a67: Fixed bug #9331: htmlArea RTE Acronym feature: List of unabridged terms shows wrong values
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4146 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:11 Revision 213bd23f: Fixed bug #9331: htmlArea RTE Acronym feature: List of unabridged terms shows wrong values
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4145 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:50 Bug #19293: Element browser should forward readOnly state to hooking browsers
- Closing this issue as it has become a duplicate of #19310.
- 19:37 Revision 0b627b5a: Fixed bug #9346: Preinitialise GLOBALS[LANG] in init.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4144 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:29 Bug #18866: Cannot create page with Mysl in strict mode (STRICT_TRANS_TABLES)
- The diff file fix the problem for me too.
Good work. - 14:15 Bug #19350 (Closed): Editing of large files in fileadmin not possible
- If I edit a file in fileadmin which is a bit bigger (>63k) and save it, the file ends up empty (0k).
Bad thing if yo... - 10:54 Bug #19346: Code in class.tx_tstemplateanalyzer.php don't match with the new CGL
- Version 2:
* replace double quotes with single quotes
* using $GLOBALS[] instead of global - 00:59 Bug #17343: [TYPO3 V4.0] - Pagecount not correct in indexed_search
- I think i got it. Attached patch works for me with setting
exactCount = 1
2008-09-17
- 23:52 Revision c87d661b: #8995: Extension "felogin" - replace user fields in display messages
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4143 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:34 Revision 2711ee9c: bug #1957: When deleting a record in the BE, MsgBox should show the record label
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4142 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:51 Feature #19349 (Closed): add DTD to empty "template" document
- The file used as "template" for the RTE contents EXT:rtehtmlarea/htmlarea/popups/blank.html has no DTD. For IE6 and I...
- 20:50 Bug #17343: [TYPO3 V4.0] - Pagecount not correct in indexed_search
- Hi Ben,
i need to fix this within this week because of client. I will talk to Dmitry, thx! - 20:33 Bug #17343: [TYPO3 V4.0] - Pagecount not correct in indexed_search
- Hey Steffen,
Let me know if you need some help. I think Dmitry also investigated and did a little bit about it. It... - 20:43 Feature #19347: Integrate string replacement to stdWrap
- Great!
where is the patch? :D - 20:23 Feature #19347 (Closed): Integrate string replacement to stdWrap
- With stdWrap it's not possible yet to do (ordered) string replacements for processing content data.
On introducing... - 20:35 Bug #19348 (Closed): Code in typo3/sysext/tstemplate/ts/index.php don't match with the new CGL
- Code in file typo3/sysext/tstemplate/ts/index.php don't match with the Coding Guidlines.
* Add spaces
* changing ... - 20:31 Feature #19320: Enable ascii for parsefunc-short replacement
- As discussed in the TYPO3 Core List this change is too specific...
- 19:57 Bug #19346 (Closed): Code in class.tx_tstemplateanalyzer.php don't match with the new CGL
- Code in file class.tx_tstemplateanalyzer.php don't match with the Coding Guidlines.
* Add spaces
* remove obsolet... - 18:23 Bug #19236: htmlareRTE: Click-enlarge not rendered if image is in table
- Do you still encounter this issue?
- 18:10 Feature #19344: htmlArea RTE: enhanced toggleborders feature
- Committed to SVN TYPO3core trunk (revision 4141).
- 17:54 Feature #19344: htmlArea RTE: enhanced toggleborders feature
- The attached patch adds the following configuration option
RTE.default.buttons.toggleborders.setOnRTEOpen
If se... - 17:49 Feature #19344 (Closed): htmlArea RTE: enhanced toggleborders feature
- Highlight the toggleborders border button in the toolbar when table borders are shown.
Add configuration option to... - 18:09 Revision 3a380790: Added feature #9370: htmlArea RTE: enhanced toggleborders feature
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4141 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:04 Feature #19345 (Closed): Hook request in TCEforms before procItems() calls
- it would be great to have a hook in functions like getSingleField_typeXXXX() to manipulate data before the procItems ...
- 17:18 Bug #16579: Shorcut mode "First subpage" in multilanguage sites doesn't work correctly
- you should avaoid this shortcut anyway as it leads to double content (2 urls with same page)
- 17:14 Bug #16579: Shorcut mode "First subpage" in multilanguage sites doesn't work correctly
- Can confirm this, would like to see it solved. Thank you.
- 16:57 Feature #19343 (Closed): Feature: Hook in setup for additional tabs
- This hook allows to add additional tabs to user settings.
Example:
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['setup'... - 16:37 Bug #17627: External TypoScripts files will always be cached
- A possible solution: Extend the rowSum data with the file templates and their mtime, then check for modification (= n...
- 14:01 Bug #19342 (Closed): setup.default.navFrameResizable does not work
- If you change, comment out or delete
setup.default.navFrameResizable and setup.override.navFrameResizable
the UC-F... - 13:56 Bug #17619: INSERT-Error on table "index_words" on ORACLE and PostgreSQL
- Actually the error happens with MySQL too. Having SQLdebug turned on I sometimes get messages like:
Duplicate entr... - 10:38 Bug #19341 (Closed): class.t3lib_xml.php returns double encoded utf8 on a utf8 installation
- The class t3lib_xml expects always latin1 databases. It will convert
every string to utf-8 in the function utf8($con... - 04:57 Revision 2d62affa: Follow up to #9354: htmlArea RTE: no default css rule is provided for indentation: px to em
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4140 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:55 Revision 01d9b11f: Follow up to #9354: htmlArea RTE: no default css rule is provided for indentation: px to em
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4139 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:43 Bug #19335: htmlArea RTE: no default css rule is provided for indentation
- Attaching follow-up patch: Changing default indentation margin from 20px to 2em.
Commited to trunk (revision 4139)... - 04:12 Feature #19340: htmlArea RTE: highlight active items in context menu as in toolbar
- Committed to SVN TYPO3core trunk (revision 4138).
- 03:25 Feature #19340 (Closed): htmlArea RTE: highlight active items in context menu as in toolbar
- Buttons of context menu items that are "active" should be highlighted as they are in the toolbar.
(issue imported... - 04:10 Revision 3e030ad6: Added feature #9362: htmlArea RTE: highlight active items in context menu as in toolbar
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4138 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:22 Bug #17444: Inserting a mailto: link with a parameter gets rendered like an HTTP link
- Closing this issue as there is no reply and it cannot be reproduced.
- 00:49 Bug #19317: Acronym feature: List of unabridged terms shows wrong values
- Attaching second version of patch.
2008-09-16
- 21:24 Revision 1b578d70: Fixed bug #9360: TypoScript Object Browser interprets HTML Tags in comments (Thanks to Stefano Kowalke)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4137 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:22 Revision f924cb0b: Fixed bug #9360: TypoScript Object Browser interprets HTML Tags in comments (Thanks to Stefano Kowalke)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4136 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:30 Bug #19339 (Closed): TypoScript Object Browser interprets HTML Tags in comments
- In TypoScript you could add comments to your code. Comments begin with # or // and could contain HTML tags like <tabl...
- 19:07 Bug #17343: [TYPO3 V4.0] - Pagecount not correct in indexed_search
- again:
The commit from Michael solves the result count, but display is wrong.
To get this setting is needed: exactC... - 18:30 Bug #17343: [TYPO3 V4.0] - Pagecount not correct in indexed_search
- @Georg - this wasn't fixed with Michaels commit #4470, result count is still wrong
I tested it like Nico and this... - 17:06 Bug #19338 (Closed): XML Problems with PHP5 and libxml 2.7.1
- When using PHP5 with libxml 2.7.1, HTML entities are stripped from any XML content (FCEs, Flexforms, etc) when its sa...
- 16:52 Revision 8afbf618: CGL fixes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4135 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:07 Revision 22847b7e: Followup to #7537. RTE Wizard now takes docheader height into account.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4134 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:00 Feature #19337 (Closed): make showLimit of db/recordlists configurable
- method fwd_rwd_HTML of class.t3lib_recordlist.php doesn`t take a showLimit param. IMHO showLimit should be a BE-user ...
- 05:14 Bug #19263: can't use the "toggle selection" button when selecting images in FF3
- Hmm, I use ff 3.0.1 and the last typo3 release 4.2.1and nothing happens upon clicking the button. I get no errors on ...
- 03:59 Feature #19336 (Closed): Add an error and exception handler (backported from FLOW3)
- Although we we use exceptions now, we do not have an exception handler yet.
FLOW3 offers a quite nice exception hand... - 03:50 Bug #19317: Acronym feature: List of unabridged terms shows wrong values
- Do you think one could have more than one abbreviation for the same text? I assume not.
2008-09-15
- 23:47 Bug #19335: htmlArea RTE: no default css rule is provided for indentation
- Committed to SVN TYPO3core brnach TYPO3_4-2 (revision 4132) and trunk (revision 4133).
- 23:22 Bug #19335: htmlArea RTE: no default css rule is provided for indentation
- The attached patch adds the default rule for class indent to the default css file (EXT:rtehtmlarea/contentcss/default...
- 22:48 Bug #19335 (Closed): htmlArea RTE: no default css rule is provided for indentation
- The default configurations of htmlArea RTE do not include any css rule for default class indent.
(issue imported ... - 23:46 Revision 6d971dff: Fixed bug #9354: htmlArea RTE: no default css rule is provided for indentation
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4133 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:44 Revision 68ae7b76: Fixed bug #9354: htmlArea RTE: no default css rule is provided for indentation
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4132 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:50 Bug #15438: [TS] Condition hostname doesn't work
- I'm totally wrong!
hostname is the *client* hostname.
Description in doc:
"The values are compared with the fu... - 12:15 Bug #15438: [TS] Condition hostname doesn't work
- It's not wrong, as the function t3lib_div::cmpFQDN is used which expects an IP
But the method gethostbyaddr() is w... - 19:33 Bug #19333 (Closed): t3lib_htmlmail: excess newlienes in plain-text headers
- Plain text emails sent via t3lib_htmlmail have an excess blank line after the header that causes some third-party mai...
- 19:31 Feature #19298: resitrict defined colours to certain dialogues
- Since TYPO3 4.2, classes accumulate on the element on each assignment. Removing an assigned class removes the latest ...
- 19:25 Bug #19301: table border colour popups appear only when textc olour button is shown
- Committed to SVN TYPO3core trunk (revision 4130) and branch TYPO3_4-2 (revision 4131).
- 19:11 Bug #19301: table border colour popups appear only when textc olour button is shown
- The attached patch adds a new variable and method to the htmlArea RTE API so that a plugin can specify the list of pl...
- 05:04 Bug #19301: table border colour popups appear only when textc olour button is shown
- You're right. When both textcolor and bgcolor buttons are removed from the toolbar, the color plugin is just not dowl...
- 19:24 Revision d893fc45: Fixed bug #9310: table border colour popups appear only when textcolour button is shown
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4131 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:23 Revision eb28bb36: Fixed bug #9310: table border colour popups appear only when textcolour button is shown
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4130 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:48 Bug #19282: declare marker handling functions of t3lib_parsehtml static
- committed to trunk
- 17:47 Revision 5d0177b0: Fixed bug 9283: declare marker handling functions of t3lib_parsehtml static
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4129 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:42 Bug #19087: PHP-Error in class.em_index.php on line 4333
- New Version of patch: check when $this->CMD is read from GP
- 17:41 Bug #17121: Directories with a dot at the end of the name are created in fileadmin but inaccessible
- This issue is still actual.
I created a Folder called 'Dot.', which was displayed as 'Dot.' in the fileadmin of T... - 17:40 Bug #19332 (Closed): fix the memcached backend in t3lib_cache
- * class.t3lib_cache_backend_memcached.php does not implement the abstract method "findEntriesByTags(array $tags)" yet...
- 17:38 Feature #19180: Introduce a new caching framework (backported from FLOW3)
- committed to svn trunk
- 17:36 Revision fc8a59f4: Added feature 9097: Introduce a new caching framework (backported from FLOW3)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4128 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:22 Bug #19331 (Closed): links in th tags
- externalBlocks.table.HTMLtableCells does not include th tags
patch: see attached diff
(issue imported from #M9349) - 14:59 Bug #17315: Unable to provide "version" with e.g. includeJS / patch to use filemtime always
- any news on this issues?
- 14:04 Feature #17055: Enable fe_users-fields in "forgot password" mail
- multiline is possible with syntax
bla.value (
...
...
...
)
It is also possible to use a specific replace s... - 13:40 Feature #17055: Enable fe_users-fields in "forgot password" mail
- Steffen notes:
You can use the LOCAL_LANG feature with 'braces' () . . . then you can enter a multi line translat... - 13:23 Feature #17055: Enable fe_users-fields in "forgot password" mail
- It is not possible to add markers to the TS template because of the way the translation string from the translation f...
- 14:03 Bug #19330 (Closed): pages table cannot be used with t3lib_div::loadTCA
- If you are programming a backend module, then you want to load the pages TCA using t3lib_div::loadTCA('pages'). Unfor...
- 13:27 Feature #19329 (Closed): Make 'forgot password' templatable
- The 'forgot password' template can only be changed in the translation file, not via TS. This is because 'flat text' i...
- 13:26 Feature #16318: Patch: new option TSFE.jumpUrl_prefer301 = 1
- Created new Patch using t3lib_div::HTTP_STATUS_30?
File: 0003787-TSFE_jumpURL_HTTPStatusCode-V3.patch
Sent to cor... - 10:46 Bug #19328 (Closed): Preinitialise GLOBALS[LANG] in init.php
- There are several places where GLOBALS[LANG] is initialised in core
* ajax.php
* template.php
* class.modulemenu.p... - 10:18 Bug #19327: CSV Export
- File: class.db_list_extra.inc
- 10:15 Bug #19327 (Closed): CSV Export
- line 1332: if ($fN == '_CONTROL_' || $fn == '_CLIPBOARD_') {
must be: if ($fN == '_CONTROL_' || $fN == '_CLIPBO... - 09:45 Feature #19326 (Rejected): Render text with TrueType font: Add some special chars to the test text
- Feature request: Install tool -> Image Processing, add some special chars, Umlaute for testing Render text with TrueT...
- 08:06 Bug #18227: Docheaders: Module Import Export: No docheader
- Committed to trunk in rev 4127.
- 08:03 Revision 9404faee: Added feature #7552: Docheaders for Import Export module (thanks to Patrick Broens and Christian Kuhn)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4127 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:04 Revision 286887d6: Followup for missing template file in #7537.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4126 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:46 Revision e41ba564: Fixed bug #7595: Docheaders: Module Admin tools > Indexing: No docheader (Thanks to Christian Kuhn, initial patch by Patrick Broens)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4125 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:38 Revision 765e55e5: Fixed bug #7534: Docheaders: Wizard Table: No docheader (Thanks to Christian Kuhn, initial patch by Patrick Broens)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4124 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:31 Revision b4b76ee1: Fixed bug #7536: Docheaders: Wizard Table: No docheader (Thanks to Christian Kuhn and Steffen Kamper, initial fix by Patrick Broens)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4123 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:29 Bug #18216: Docheaders: Wizard RTE: No docheader
- Committed 20080818 version of the patch to trunk in rev 4122.
- 06:24 Revision e35cec34: Added feature #7537: Wizard RTE has no docheader and is not according to new BE user interface (thanks to Patrick Broens and Christian Kuhn)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4122 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:13 Revision 539508f3: Updated NEWS.txt for #9167
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4121 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:09 Revision a293b64c: Followup to #9167: Mark extension as write protected: Option now called "excludeFromUpdates"
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4120 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:02 Revision 3f59540c: Fixed Bug #8621: Whitespace and CGL cleanup for class.tx_opendocs.php (Thanks to Stefano Kowalke)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4119 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:58 Bug #19219: Wrong display of deleted owners and groups in web->access->permissions
- Committed version 4 to trunk (rev 4117) and 4.2 (rev 4118).
4.2 is a simple htmlspecialchars fix while while 4.3 a... - 05:54 Revision 31d352e1: Fixed bug #9172: Wrong display of deleted owners and groups in Web->Access->Permissions (thanks to Johannes Pieper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4118 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:49 Revision 889cf7db: Fixed bug #9172: Wrong display of deleted owners and groups in Web->Access->Permissions (thanks to Johannes Pieper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4117 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:49 Feature #14579: error in tslib_fe->getFromCache() with PHP 5
- Is only a cleanup to avoid a NOTICE, but no error. commited to 4.3-trunk.
- 05:46 Revision 5e8e7e41: Fixed Bug ##847: error in tslib_fe->getFromCache() (Thanks to Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4116 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:04 Bug #19325 (Closed): Sorting order of versions in Extension Manger Drop Down Box
- The Sorting order of versions in Extension Manger Drop Down Box seems to be wrong for me. Normally the newest version...
- 00:30 Bug #19300: link on colour name doesn't set colour
- Committed to SVN TYPO3core trunk (revision 4114) and branch TYPO3_4-2 (revision 4115).
- 00:21 Bug #19300: link on colour name doesn't set colour
- The attached patch fixes the issue.
- 00:30 Revision a695d74d: Fixed bug #9308: htmlArea RTE: link on colour name doesn't set colour
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4115 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:28 Revision 526f4f08: Fixed bug #9308: htmlArea RTE: link on colour name doesn't set colour
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4114 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-09-14
- 21:55 Feature #16251: Disable "versioning"-menuitem via contextMenu.[key].disableItems in User TSconfig
- Patch attached on 14.09.08 was committed to trunk in revision 4113.
- 21:51 Revision 8de52c23: Added feature #3687: Disable versioning and moreoptions-menuitem via contextMenu.[key].disableItems in User TSconfig (thanks to Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4113 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:14 Bug #17189: Replace DELETE FROM with faster TRUNCATE TABLE
- Hi Ingo,
Please have a look at this one.
I have seen a TYPO3 website go down completely, because of cleaning th... - 20:43 Revision e365532b: Re-committed bugfix #8985
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4112 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:40 Bug #19310: Bugfix for temporary Filemounts
- Attaching updated patch as well as TYPO3_4-2 version of the patch.
- 16:56 Revision 2eb934a6: Fixed bug #9313: Introduce HTTP_STATUS-Constants
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4111 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:15 Revision 9e78168f: Reverted change from 12.09.2008 (bug #8985)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4110 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:38 Bug #17444: Inserting a mailto: link with a parameter gets rendered like an HTTP link
- I just tried the proposed test case with TYPO3_4-2 branch of SVN.
The mailto link is left unchanged by the RTE. So... - 05:21 Bug #19324: htmlArea RTE: unable to disable the acronym element from the acronym feature
- Committed to SVN TYPO3core trunk (revision 4108) and branch TYPO3_4-2 (revision 4109).
- 05:14 Bug #19324: htmlArea RTE: unable to disable the acronym element from the acronym feature
- When no acronym record of type acronym exist in the database, the acronym section is not shown in the acronym dialogu...
- 04:54 Bug #19324 (Closed): htmlArea RTE: unable to disable the acronym element from the acronym feature
- Although the acronym element is deprecated, it is not possible to disable completely its use in the acronym feature.
... - 05:20 Revision 69ae42e4: Fixed bug #9341: htmlArea RTE: unable to disable the acronym element from the acronym feature
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4109 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:19 Revision dce20ac2: Fixed bug #9341: htmlArea RTE: unable to disable the acronym element from the acronym feature
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4108 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:41 Bug #15389: Pop-up window by "remove formatting" is too small (width).
- I believe that this issue should be fixed by #9338:
trunk (revision 4104)
TYPO3_4-2 (revision 4102)
Please co... - 04:31 Feature #19323: htmlArea RTE Configuration options for size and position of dialogue windows
- Committed to SVN TYPO3core trunk (revision 4107).
- 04:26 Feature #19323: htmlArea RTE Configuration options for size and position of dialogue windows
- The attached patch adds the following configuration options:
dialogueWindows.defaultPositionFromTop
dialogueWindows... - 04:01 Feature #19323 (Closed): htmlArea RTE Configuration options for size and position of dialogue windows
- Add configuration options to disable resizing and/or centering of all or of specific dialogue windows, to set the ope...
- 04:29 Revision 34d3bfa5: Added feature #9340: htmlArea RTE: Configuration options for size and position of dialogue windows
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4107 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:51 Revision 14724a81: Fixed bug #9339: htmlArea RTE: Enable resizing of acronym dialogue window in IE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4106 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:41 Bug #19322: htmlArea RTE: Enable resizing of acronym dialogue window in IE
- Committed to SVN TYPO3core trunk (revision 4105) and branch TYPO3_4-2 (revision 4106).
- 03:35 Bug #19322: htmlArea RTE: Enable resizing of acronym dialogue window in IE
- Resizing was disabled in IE because the window did not resize correctly. The attached patch assigns the id "content" ...
- 03:22 Bug #19322 (Closed): htmlArea RTE: Enable resizing of acronym dialogue window in IE
- Currenlty, the acronym dialogue window is never resized in IE.
(issue imported from #M9339) - 03:40 Revision 3b23d7db: Fixed bug #9339: htmlArea RTE: Enable resizing of acronym dialogue window in IE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4105 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:39 Revision 6d1e8325: Fixed bug #9338: htmlArea RTE: incorrect opening size of some dialogue windows
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4104 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:27 Revision c1a92da1: Fixed bug #9277: Incorrect size of htmlArea RTE dialogue windows in Google Chrome browser
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4103 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:11 Bug #19321: htmlArea RTE: incorrect opening size of some dialogue windows
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4102) and Trunk (revision 4104).
- 01:09 Bug #19321: htmlArea RTE: incorrect opening size of some dialogue windows
- The attached patch modifies the opening size of a few dialogue windows.
It modifies the insert smiley window so that... - 00:25 Bug #19321 (Closed): htmlArea RTE: incorrect opening size of some dialogue windows
- Some dialogue windows (table operations, findreplace, spellchecker, removeformat, emoticon and acronym) do not open ...
- 01:04 Revision e2c82c67: Fixed bug #9338: htmlArea RTE: incorrect opening size of some dialogue windows
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4102 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:12 Bug #19277: Incorrect size of htmlArea RTE dialogue windows in Google Chrome browser
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4101) and trunk (revision 4103).
- 00:12 Bug #19277: Incorrect size of htmlArea RTE dialogue windows in Google Chrome browser
- The attached patch will disable resizing and centering of RTE windows in Google Chrome. As of bulild 1798, window met...
- 00:06 Revision 20ae6e19: Fixed bug #9277: Incorrect size of htmlArea RTE dialogue windows in Google Chrome browser
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4101 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-09-13
- 16:42 Feature #19308: Enhance and fix tslib_eidtools
- NEWS.txt is also updated
- 16:40 Revision 0eea8829: Fixed bug #9318: Enhance and fix tslib_eidtools
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4100 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:08 Bug #17823: Survey results are not stored in to database
- how should this be related to felogin?
2008-09-12
- 23:57 Bug #19316: IRRE Problem with TYPO3 4.2 - unable to delete child records
- I can confim this for FF3 and for Safari3.1.2 (Mac OS X 10.5.4). If there is a foreign_selector and the option foreig...
- 17:46 Bug #25518: typoscript right to a operator is not tokenized
- Initialy i implemented that everything behind an operator is highlighted as "value" because some special cases like U...
- 14:04 Bug #18036: Corrupted flexform data
- The bug 0008232 is still not resolved in TYPO3 version 4.2.1, why is it set to resolved? When do this two bugs go int...
- 11:12 Feature #19320 (Closed): Enable ascii for parsefunc-short replacement
- It would be very nice to be able to replace a single ascii character with the parsefunc function.
this is especial... - 10:58 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Anybody knows what is going on to solve this bug?
I think it's an important problem! - But nobody is assigned to thi... - 10:52 Bug #19319 (Closed): Internal caching in t3lib_pageSelect::getRootLine() has no effect
- The internal caching in t3lib_pageSelect::getRootLine() has no effect since the key to store the information ($uid) w...
- 09:30 Bug #19318 (Closed): cli_dispatch.phpsh - /usr/bin/php: bad interpreter
- If i call the cli_dispatch i get a error
/www/typo3/cli_dispatch.phpsh:
> /usr/bin/php: bad interpreter: No such ... - 09:06 Revision e8575b0e: Updated NEWS.txt with information from #8985
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4099 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:05 Revision 6db91dda: Fix case in the function name (getUserObjectType)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4098 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:56 Revision 48a89cf2: Fxed bug #8985: Enable USER object to become USER_INT on the fly
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4097 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-09-11
- 19:53 Revision 0298a614: Fixed bug #8644: Usersettings with fullHelptextMode looks weird (thanks to Steffen Kamper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4094 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:52 Revision f4df28ca: Fixed bug #8644: Usersettings with fullHelptextMode looks weird (thanks to Steffen Kamper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4093 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:25 Bug #19317 (Closed): Acronym feature: List of unabridged terms shows wrong values
- I entered 4 abbreviations:
UFB = Universitäts- und Forschungsbibliothek Erfurt/Gotha
PC = Political Correctness
... - 12:21 Bug #19316 (Closed): IRRE Problem with TYPO3 4.2 - unable to delete child records
- As already mentioned here
http://support.typo3.org/projects/irre/m/typo3-irre-irre-problem-with-typo3-42-unable-t... - 11:53 Feature #19315 (Closed): Add hook to manipulate marker arrays of 'showLogin' function [has patch]
- Maybe adding hooks to the other functions that use markers is also a good idea.
(issue imported from #M9328) - 02:13 Bug #19314: Override of Translations via TS did not work
- The line with "tt_content.stdWrap.innerWrap2" is not displayed correctly, there is a {LLL:EXT:}-reference in there.
- 02:03 Bug #19314 (Closed): Override of Translations via TS did not work
- I have searched a lot, but I do not get any hint, why this should not work:
plugin.tx_cssstyledcontent_pi1 {
_L...
2008-09-10
- 22:18 Bug #17803: Time fields with strange behaviour in Opera 9.50b
- Please close this bug report...
- 21:02 Bug #19288: FlexForm configuration in extension: Localized flexform values are ignored
- When I write this into the T3DATASTRUCTURE and apply the attached patch, it seems to work for me.
<meta>
... - 17:55 Bug #17403: In advanced search, the search in select box is not well populated
- Hi Martin,
good idea, i add it to my current modifications.
but i would prefer output like
MS Powerpoint ( *.p... - 17:15 Bug #19313 (Closed): _ADD_GETVARS not used by JSMENU
- I discovered the issue when trying to use JSMENU with
special.userFunc = user_tx_commerce_catmenu_pub->init
The ... - 14:52 Bug #19312 (Closed): web>page shows "new element" buttons for non-default languages when language binding is enabled
- When mod.web_layout.defLangBinding = 1 is configured then the must be no element creation buttons for the non-default...
- 14:46 Bug #19311 (Closed): language changes when switching position is web>page
- When mod.web_layout.defLangBinding = 1 is configured then web>page is enabled to use language "all" in the default la...
- 10:33 Bug #19310: Bugfix for temporary Filemounts
- As this patch introduce a new filemount type, 2 icons are added
* _icon_ftp_readonly.gif => typo3/gfx/i/_icon_ftp_re... - 10:29 Bug #19310 (Closed): Bugfix for temporary Filemounts
- This belongs to the element browser using temporary filemounts added with
options.folderTree.altElementBrowserMountP... - 10:00 Feature #16318: Patch: new option TSFE.jumpUrl_prefer301 = 1
- Maybe this should be rewritten, when "#19304: Introduce HTTP_STATUS-Constants" is committed.
I'll change the Code to... - 09:39 Bug #19309 (Closed): If mirrors file are not accesible EM locks up in settings mode
- If the extension manager for some reason cannot get acces to the mirrors file, it will just time out and not render t...
- 09:07 Feature #19308 (Closed): Enhance and fix tslib_eidtools
- Current implementation of tslib_eidtools has certain flows.
Firsts, it misses a function to initialize $GLOBALS['L... - 08:51 Revision 184c0a04: Fixed bug #9315: Description of tslib_fe::includeTCA is incorrect
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4092 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:50 Revision 42cd25f0: Fixed bug #9315: Description of tslib_fe::includeTCA is incorrect
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4091 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:48 Revision caa76066: Fixed bug #9315: Description of tslib_fe::includeTCA is incorrect
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4090 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:53 Bug #19277: Incorrect size of htmlArea RTE dialogue windows in Google Chrome browser
- I think the problem is due to the following bug with resizeBy in Google Chrome:
http://code.google.com/p/chromium/i...
2008-09-09
- 22:02 Bug #1490 (Closed): code Completion - trouble with conditions
- lib.testing = HTML
lib.testing.value = Hello World
[globalVar = GPvar:test > 10]
lib.testing = CONTENT
# now l... - 19:36 Bug #1489: overwrite object-type is not recognized
- cannot reproduce that with
page.200 = TEXT
page.200 = HTML
page.200.value = hello world
page.200 is now rec... - 19:22 Bug #1489 (Closed): overwrite object-type is not recognized
- page.15 = test
page.15 = PLUGIN
page.15. -> code completion for test, not for PLUGIN
anyway - great work:) - 19:12 Bug #16980: Installation of extension that needs another extension blocks the whole system
- This patch would help you to lose not many hours to find out about the reason for this bug:
http://bugs.typo3.org/... - 16:41 Feature #19307 (Closed): Add stdWrap functionality for stdWrap.data and stdWrap.field
- Add stdWrap functionality for stdWrap.data and stdWrap.field
(issue imported from #M9317) - 14:08 Bug #14838: Indexed search results: Link in "path" section does not include extension variables
- Attached diff does not include Christian Ehrets patch.
Work with both patches with version 4.2.2-dev from svn - 13:37 Feature #19283: page cache is not influenced by tt_content.starttime/endtime
- The new 9284.diff is from Ingo Renner in the core mailinglist
- 12:13 Bug #19306 (Closed): Return value of debug_check_recordset is not used
- Within class.t3lib_db.php the method debug_check_recordset is used sometimes to check if a variable is a valid mysql ...
- 10:47 Revision 9c16a553: Fixed bug #9268: TCA is not loaded in FE when config cache is disabled
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4089 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:37 Revision 2027a0a9: Fixed bug #9268: TCA is not loaded in FE when config cache is disabled
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4088 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:37 Revision 466abeaa: Follow up on #8532 (forgotten file)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4087 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:16 Revision 78c2e58e: Fixed bug #9268: TCA is not loaded in FE when config cache is disabled
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4086 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:03 Bug #19305 (Closed): tslib_fe::includeTCA description is incorrect
- Currently it makes the reader think that this function loads the full TCA while actually it loads only "ctrl" section...
- 08:39 Bug #17321: filemtime() [function.filemtime]: stat failed
- I'm getting this error on my system, but with no TV in use or installed.
System:
FreeBSD, Apache, MySQL
Typo3 4.... - 04:42 Bug #16177: wrong charset in spell checker pop-up
- Committed to SVN TYPO3core branch TYPO3_4-1 (revision 4084) and branch TYPO3_4-2 (revision 4085).
- 04:28 Bug #16177: wrong charset in spell checker pop-up
- Attaching patches for TYPO3 4.1 and TYPO3 4.2
- 04:16 Bug #16177: wrong charset in spell checker pop-up
- A long time ago, I do not know nor remember why, a line in script pi1/class.tx_rtehtmlarea_pi1.php was commented out:...
- 04:41 Revision 6ca60241: Fixed bug #3546: htmlArea RTE: wrong charset used by mb_regex in spell checker
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4085 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:39 Revision 9c99d1dd: Fixed bug #3546: htmlArea RTE: wrong charset used by mb_regex in spell checker
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4084 709f56b5-9817-0410-a4d7-c38de5d9e867
Also available in: Atom