Activity
From 2008-10-09 to 2008-11-07
2008-11-07
- 21:01 Bug #19580: Some extensions do not work anymore in the frontend
- wouldn't this collidate with the autoloader? I think having the autoloader it's not needed.
- 19:57 Bug #18975: devLog call in template.php, line 708 without Key
- Fixed in 4.2.2 and trunk
- 19:56 Bug #18975: devLog call in template.php, line 708 without Key
- Resolved in 4.2.2 and trunk
- 18:24 Feature #19583 (Closed): Post-Sort TS for the cObject CONTENT
- This adds a parallel orderObj to renderObj which is used to post-sort the iterated content-elements.
...
... - 14:52 Bug #19274: Editors can´t undelete records in history
- btw:
the 2 lines in class.t3lib_tcemain.php (function deleteRecord) do not appear in 4.0.9 - so, they were introdu... - 13:51 Bug #19044: typo3 logo in backend on top left looks not perfect because it has white background on gradient background
- Can you provide a modified version of the image?
- 09:50 Bug #19083: Date fields calculate wrong date using shortcut mode
- ok, i added an patch,
but i did not test it enough - 05:13 Revision 73decd54: removed superfluous comments, empty lines
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4433 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:52 Revision b54d244c: removed empty lines at the end of the files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@23889 735d13b6-9817-0410-8766-e36946ffe9aa
- 04:52 Revision 88d0b83f: removed empty lines at the end of the files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4432 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:57 Revision 10fcc0f5: removed empty line at EOF
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4431 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-11-06
- 21:45 Revision 90a99283: Followup to #9615. Throw SPL UnexpectedValueException rather than a custom exception.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4430 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:18 Bug #19579: Update function names of caching API to be consistent with FLOW3
- I just changed them in FLOW, see http://forge.typo3.org/repositories/revision/16/1444
(I figured the change was gene... - 20:35 Bug #19579: Update function names of caching API to be consistent with FLOW3
- Not yet... it will be changed if we agree on the changes in v4.
See the Core List for that, please - 20:24 Bug #19579: Update function names of caching API to be consistent with FLOW3
- have they been changed in FLOW3 already?
- 14:06 Bug #19579 (Closed): Update function names of caching API to be consistent with FLOW3
- To be consistent with the FLOW3 caching framework, some function names of the API have to be updated in t3lib/cache/
... - 20:15 Bug #19580: Some extensions do not work anymore in the frontend
- I guess you can leave out the & here:
$pluginConfiguration =& $GLOBALS['TSFE']->tmpl->setup['plugin.'][$className . ... - 15:29 Bug #19580 (Closed): Some extensions do not work anymore in the frontend
- [TYPO3 4.3-dev only]
Due to a change in #19510 the global includeLibs are not longer used by t3lib_extMgm - librar... - 20:13 Revision 0ce1743c: Cleanup: Set SVN properties and tags
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4429 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:47 Feature #19497: Integrate possibility to extend TCEforms palettes easily
- Committed the follow-up patch to Trunk (rev. 4428)
- 19:45 Revision 8838e016: Follow-up to feature #9625: Fixed regular expression
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4428 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:24 Bug #19581: IRRE loading extremely slow in Internet Explorer and leads to crash
- Duplicate of feature #17247
- 19:16 Bug #19581: IRRE loading extremely slow in Internet Explorer and leads to crash
- Of course... if you have many nested data to be loaded, it will take some time...
The problem is not an AJAX library... - 16:44 Bug #19581 (Closed): IRRE loading extremely slow in Internet Explorer and leads to crash
- I am using the extension rgnewsce which makes use of IRRE.
Having more than 8 to 10 child records in one news and... - 19:20 Feature #19458: onChange has no effect
- Could you please attach an example flexform definition or extension to reproduce this?
- 19:19 Bug #19477: RTE does not work in IRRE subelements
- Hi Dmitry, is this still valid after all the bugfixes that were introduced in TYPO3 4.2.2 were fixed again? ;-)
- 18:34 Feature #19491: Move frontend editing to a system extension
- Committed to trunk in rev. 4427.
- 17:52 Feature #19491: Move frontend editing to a system extension
- Added v6 with further cleanups from Olly.
- 18:32 Revision b82a6a95: Added feature #9615: Move frontend editing to a system extension.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4427 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:04 Bug #19352: typo3-top-toolbar popups do not open, t3 editor not working
- Please check your php.ini file. Changing the line:
zend.ze1_compatibility_mode = On
to
zend.ze1_compatibility_mode... - 14:20 Bug #19352: typo3-top-toolbar popups do not open, t3 editor not working
- I have this issue in 4.2.2, too. Furthermore it is not possible to set the page title (no matter if the page existed ...
- 15:05 Bug #19083: Date fields calculate wrong date using shortcut mode
- for case "date":
case "+":
case "-":
if (values.valPol[1]) {
add = this.pol(values.valPol[1],thi... - 14:38 Bug #19083: Date fields calculate wrong date using shortcut mode
- it belongs to
this.lastDate in function evalFunc_input(type,inVal)
in file /t3lib/jsfunc.evalfield.js
this.... - 14:04 Bug #19083: Date fields calculate wrong date using shortcut mode
- as far as i can remeber, that feature works nearly as expected.
There is only one Bug:
there must be an global ... - 14:59 Bug #19544: Time simulation in Frontend Preview
- Please try the attached patch and let me know if it works.
- 11:10 Feature #19578 (Closed): Don't show the logged-in message when I'm logged in
- When a user is logged in he gets at first the Logged-In message until he reloads the page.
But I want to display t... - 09:04 Feature #19577 (Closed): Add INSTALL.txt to TYPO3 source package
- This file describes system requiresmenent and how to install TYPO3. See the attachment. Discussion currently goes in ...
- 00:44 Bug #19550: No RTE in full Width mode
- Duplicate of #9497
2008-11-05
- 23:24 Feature #19497: Integrate possibility to extend TCEforms palettes easily
- Hi Stan,
could you please test whether 0009625_followup.patch solves the problem on your side? Thanks! - 19:17 Feature #19497: Integrate possibility to extend TCEforms palettes easily
- I get
Warning: preg_replace() [function.preg-replace]: No ending delimiter ',' found in ....t3lib/class.t3lib_ext... - 23:18 Bug #19576 (Closed): URL parameters cause RTE error
- Pasting a url with parameters into the RTE's view HTML source mode or by setting a link by external url via the Eleme...
- 21:54 Feature #19575 (Closed): Zebra style for fileadmin
- Some time ago, zebra columns was introduced in the template module.
To be consistent in de BE and for a better usa... - 17:08 Bug #19574 (Closed): wrong anchor links with absRefPrefix option enabled
- TYPO3 generates incorrect URL's for anchors if the option absRefPrefix is used on the site. The attached patch fixes ...
- 16:37 Bug #19550: No RTE in full Width mode
- Thanks for the feedback. :)
- 14:04 Bug #19573 (Closed): external documents linked to pages in another language than default are only found when searched in default language
- When indexed_search is configured to index documents linked to a page and the page is multilingual, then all document...
- 13:39 Bug #19572 (Closed): Submit button missing in Backend User Administration
- There is no Submit Button in the "Group and Compare Users" Section.
You have to select a Checkbox and then press Ent... - 07:40 Bug #18643: TypoScript Constant Editor produces PHP Warning: ereg() Invalid preceding regular expression in class.t3lib_tsparser_ext.php
- hello,
Even if this bug is quite old, I can reproduce this behaviour.
On a fresh clean typo3 4.2.2 installation, ... - 07:04 Bug #19568: Fatal error on the function readLLXMLfile of the class t3lib_div
- Sorry, the error happened in TYPO3 4.1.3, but I check the if the file class.t3lib_div.php had the same problematic li...
- 03:14 Feature #19571 (Closed): An additional condition-stdWrap for 'if'
- Adds "if.matches" to
sysext/cms/tslib/class.tslib_content.php
Permits to establish some more complex cond... - 01:29 Feature #19513: Instantiate time tracker as null object if not really required
- So here's v1 which decides which time tracker to load by checking for a cookie. That cookie gets set when the Typoscr...
- 00:17 Revision 346b5c5b: removed empty line at EOF
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4426 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-11-04
- 23:54 Bug #18673: Shortcut ends in parse_url-error
- i attached a new patch takeing Jeffs advices into account
- 22:53 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
- fixed through patch for issue #9681
- 22:52 Bug #19528: the Wrap for forgotMessage in the subpart ###TEMPLATE_FORGOT### does not work
- committed to 4.2 and trunk
- 22:50 Revision 6a1ac52a: Fixed bug #9681: the Wrap for forgotMessage in the subpart ###TEMPLATE_FORGOT### does not work (credits Steffen Kamper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4425 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:48 Revision 17a067fb: Fixed bug #9681: the Wrap for forgotMessage in the subpart ###TEMPLATE_FORGOT### does not work (credits Steffen Kamper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4424 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:39 Bug #19570 (Closed): Backport changes to the caching framework
- backport changes made to FLOW3's caching framework to TYPO3 4.3
@see
http://forge.typo3.org/repositories/revision... - 22:00 Bug #19554: t3lib_parsehtml_proc removes attributes "lang" and "title" of SPAN tags
- Also "id" and "dir" are removed.
- 21:58 Revision ea72a5f3: correct bug number
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4423 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:57 Revision 14cc34b6: correct bug number
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4422 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:55 Revision f99dad8d: #9117: t3lib_parsehtml_proc removes valid attributes of SPAN tags
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4421 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:54 Revision 8fdac8ae: #9117: t3lib_parsehtml_proc removes valid attributes of SPAN tags
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4420 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:46 Revision 416cb7ee: #9734: User selector in Web>Access doesn't work
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4419 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:44 Revision 6127607a: #9734: User selector in Web>Access doesn't work
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4418 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:13 Bug #19569 (Closed): mod_perm: Bad HTML (missing a quote)
- Since revision 4117 class.sc_mod_web_perm_ajax.php is missing a quote in line 330. This renders the AJAX-onClick-user...
- 19:00 Bug #19568: Fatal error on the function readLLXMLfile of the class t3lib_div
- Hi, you're reporting a bug for TYPO3 4.2.2. But the error message clearly states that you're using a TYPO3 4.1.3 inst...
- 14:53 Bug #19568 (Closed): Fatal error on the function readLLXMLfile of the class t3lib_div
- The next fatal error happens in the function readLLXMLfile of the class t3lib_div, crashing all the website.
Fatal... - 18:33 Feature #19491: Move frontend editing to a system extension
- And one more set of changes in v5 :)
I took Ingo's suggestion to create t3lib/exception/ for exception handling an... - 17:07 Feature #19491: Move frontend editing to a system extension
- Added v4 of the patch with some more CGL cleanups.
- 16:45 Revision fef530c9: Follow-up to feature #9661: Re-enable matching empty globalVars
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4417 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:26 Revision 50acd13c: Cleanup: Specified deprecated statements
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@23888 735d13b6-9817-0410-8766-e36946ffe9aa
- 14:26 Revision 11c506c9: Cleanup: Specified deprecated statements
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4416 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:33 Bug #19567 (Closed): Wrong xclass definition in t3lib/t3lib_rteapi.php
- The filename in the xclass is set to "ext/rte/class.tx_rte_base.php".
It should be "t3lib/class.t3lib_rteapi.php"... - 12:55 Feature #19515: Extend condition operators for globalVar
- Committed to SVN Trunk (rev. 4415)
- 12:54 Revision e78b62ce: Added feature #9661: Extend condition operators for globalVar
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4415 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:18 Bug #19566: p after (un)ordered list causes inconsistent markup when using the list buttons to get out of the list
- ok, learned my lesson, pre does not work as expected, you need to htmlspecialchar the stuff first. Sorry for messy me...
- 12:14 Bug #19566: p after (un)ordered list causes inconsistent markup when using the list buttons to get out of the list
- Forgot to put a pre around the markup:...
- 12:12 Bug #19566 (Closed): p after (un)ordered list causes inconsistent markup when using the list buttons to get out of the list
- There are several ways to get out of an (un)ordered list. When you are in the last item of your list,
Way 1: press ... - 10:41 Bug #19479: Enable Caching "USER" instead of "USER_INT"
- Committed to SVN Trunk (rev. 4414) - TYPO3 4.3-alpha1
- 10:10 Bug #19479: Enable Caching "USER" instead of "USER_INT"
- added last version of the patch, that needs #9654 which is already committed
- 10:39 Revision 11582177: Fixed bug #9599: felogin - Enable Caching "USER" instead of "USER_INT"
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4414 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:37 Feature #19563: Show "forgot PW" only in Content and not in my small_left_login
- There is no need for an extra variable as there already exist one. But its valuable to use it for the forgot template...
- 10:23 Feature #19563: Show "forgot PW" only in Content and not in my small_left_login
- Hi Dmitry!
There is patch file attached (tx_felogin_pi1.diff )
And secondly: I've got the same problem.
If you... - 08:16 Feature #19563: Show "forgot PW" only in Content and not in my small_left_login
- Firsts, there is no patch attached to this bug report. Secondly, it should be done through different templates for di...
- 09:09 Bug #19564: Improve performance of Prototype, Scriptaculous, ExtJS and other contributed scripts
- good idea and a needed addition to your other ones.
- 08:17 Bug #19564 (Closed): Improve performance of Prototype, Scriptaculous, ExtJS and other contributed scripts
- Performance of modules from contrib/ can be significally improved by enabling client caching for these scripts. The a...
- 09:00 Feature #19152: Remove JS popup when login expired
- I added logout buttons and Christoph added a missing line, see patch v10
- 08:24 Bug #19565 (Closed): Ship optimal TYPO3 configuration by default
- By default TYPO3 comes with unoptimal configuration due to the bugfix #16971. It is time to change it to optimal. If ...
2008-11-03
- 17:58 Bug #19285: use native JSON-methods instead of 3rd party json script
- Committed to SVN Trunk (rev. 4413)
- 17:57 Revision e232821d: Fixed bug #9286: Use native JSON-methods instead of 3rd party JSON script
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4413 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:56 Feature #19563 (Closed): Show "forgot PW" only in Content and not in my small_left_login
- I've included the fe_login twice: once on the left column (called small_left_login) and once in the content to show m...
- 15:56 Bug #19562 (Closed): double enquote in t3lib_htmlmail of returnPath
- If a returnPath is set no mail was sent, because escapeshellarg adds single quotes around a string, and in t3lib_html...
- 15:53 Bug #19561: Editing shortcuts does not work anymore
- Committed to SVN (rev. 4412)
- 15:45 Bug #19561 (Closed): Editing shortcuts does not work anymore
- Due to a change in Trunk rev. 4397 editing shortcuts is not possible anymore. A PHP error is shown:
Fatal error: Int... - 15:52 Revision ffb57311: Fixed bug #9724: Editing shortcuts does not work anymore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4412 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:09 Bug #19560 (Closed): Acronym-wizard usability improvement
- How it works now:
We have created a acronym, e.g. RTE/Rich Text Editor. If you mark "RTE" in htmlArea and click the ... - 13:26 Feature #19510: Enable includeLibs also for USER and COA objects
- Committed to SVN Trunk (rev. 4411)
- 13:24 Revision 3e1c81b0: Added feature #9654: Enable includeLibs also for USER and COA objects
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4411 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:58 Bug #19559 (Closed): AdminPanel shows superfluous "Include file class.tx_whatever_pi1.php" messages
- The AdminPanel shows superfluous "Include file class.tx_whatever_pi1.php" messages even if the file was included befo...
- 11:55 Feature #19093: Flags for turkey and switzerland are missing
- I have also added the flag for "Cyprus" [cy.gif]
- 11:48 Bug #19558 (Closed): Upload to TER behind proxy not possible
- Hi,
at the moment there is no possibility to upload an extension to TER if I am behind a Proxy.
Looked in to the Co... - 11:39 Bug #19519: Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
- this is an duplicate of bug 0008232, please can you integreate the bugfix of 0008232 in the 4.2.2 branch.
- 11:37 Bug #19117: Sorting icons of inline records are in wrong order
- I have the same problems with wrong rendered icons in TYPO3 version 4.2.2.
- 11:03 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Florian, there were some other patches and fixed involved in this issue. So, the best thing would be to check out the...
- 10:46 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- After applying the patch from http://bugs.typo3.org/view.php?id=9623 I get the following error:
PHP Fatal error: ... - 10:11 Bug #19557 (Closed): db can't create sys_refindex table
- latest trunk has problems in creating this table
i can only create it with 4.2.2
then trunk can't update change... - 10:03 Bug #19556 (Closed): Fatal error: Call to undefined function filter_var() in /var/www/trunk/t3lib/class.t3lib_div.php on line 1438
- when accessing any (non container) page via web->list module
(issue imported from #M9719) - 08:42 Bug #18874: Checkboxes and labels are aligned badly if in one line
- I attached new patches 8561_new.diff and for 4.2 the 8561_new_42.diff
2008-11-02
- 22:16 Bug #19555 (Closed): make t3lib_cache_Manager a true singleton
- The class already implements the t3lib_Singleton interface, but it is used in the Core via a global variable. Drop th...
- 21:02 Bug #19554 (Closed): t3lib_parsehtml_proc removes attributes "lang" and "title" of SPAN tags
- The default RTE transformation allows only attributes "class", "style" and "xml:lang".
(issue imported from #M9717) - 16:13 Bug #18217: Docheaders: Wizard tsconfig: No docheader
- This RFC is dropped since we don't need DocHeaders in wizard popups
- 13:00 Bug #14786: Contextmenu in fileadmin don't show up for files with 2 points in filename
- Works correctly in current version.
Bug-report can be closed. - 12:58 Bug #14947: Mail form won't send from typo-script produced mail form
- * Bug in a very old version of TYPO3
* I cannot reproduce this behaviour
* No responce for more than 3 years
=> Sh... - 12:56 Feature #14618: letter 'ő' handling problem
- I cannot reproduce this behaviour.
- 12:56 Bug #19062: if redirect_url / login error
- This solution is not the right one.
I attached a fix so the GP-redirecturl is passed for this cases, also after lo... - 11:24 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
- thanks from me too!
I integrated that in #9681, did a version for 4.2 and will declare this as cleaning up to CGL ... - 11:21 Bug #19528: the Wrap for forgotMessage in the subpart ###TEMPLATE_FORGOT### does not work
- thx for reporting, i attached a fix.
- 04:03 Bug #16567: When adding more than 30 checkboxes on the TCA, the values don't get recorded.
- Closed as not fixable:
As stated, this is by design, documented and will probably not change in the near future. A... - 04:00 Bug #16638: Have to click 2 times to get pages
- Closed:
No feedback for a long time, not specific enough. - 03:54 Bug #16325: Typo 3 4.0 and PHP5 issue?
- Reasons to close: See above.
2008-11-01
- 21:02 Bug #19553 (Closed): upgrade from 4.2.0 to => 4.2.1 breaks mth_feedit rte html parsing
- I'm using news_feedit and since I updated to typo3 version 4.2.1, the html chars are threated as normal chars when sa...
- 19:49 Revision 3ec3e11d: #8715: non-admins can not import pages from their own directory
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4410 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:47 Revision 3132ac39: #8715: non-admins can not import pages from their own directory
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4409 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:32 Bug #25543: Autosuggestion orange properties
- we need 3 colors:
light orange currently stands for "found in the TSREF but not used/defined by the user"
dark oran... - 18:24 Bug #19502: Multiple Fileupload into Folder with Umlauts not possible
- Committed to SVN:
* TYPO3_4-1 (rev. 4406)
* TYPO3_4-2 (rev. 4407)
* Trunk (rev. 4408) - 18:22 Revision 410f2d4c: Fixed bug #9632: Multiple fileuploads into folders with special characters (umlauts) not possible
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4408 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:21 Revision 2ba35241: Fixed bug #9632: Multiple fileuploads into folders with special characters (umlauts) not possible
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4407 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:20 Revision 7b032c6f: Fixed bug #9632: Multiple fileuploads into folders with special characters (umlauts) not possible
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4406 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:46 Feature #19503: Implement autoloading for TYPO3
- Works for me too. I haven't tested performance, though.
- 16:28 Feature #19152: Remove JS popup when login expired
- Added v6 of the patch that applies cleanly to trunk.
- 16:16 Feature #19491: Move frontend editing to a system extension
- Related to #19450 and #19450
- 15:43 Feature #19178: Make simulate static a system extension
- Committed to SVN Trunk (rev. 4405)
- 15:40 Revision cfe11758: Added feature #9094: Make simulate static a system extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4405 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:16 Bug #19552: Editing records with OpenDocs enabled does not work
- Committed to SVN (rev. 4404)
- 15:12 Bug #19552 (Closed): Editing records with OpenDocs enabled does not work
- Due to a change in Trunk rev. 4397 editing records is not possible anymore. A PHP error is shown:
Fatal error: Inter... - 15:16 Revision 9630acfd: Fixed bug #9715: Editing records with OpenDocs enabled does not work
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4404 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:59 Revision c26288fb: Cleanup: Added name of code contributor
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4403 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:50 Feature #17747: Integrate possibility to reverse order of rootline HMENU
- Committed to SVN Trunk (rev. 4402)
- 12:44 Revision ad2f3786: Added feature #6637: Integrate possibility to reverse order of rootline HMENU
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4402 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:27 Bug #17298: Frontend preview and simulate time is buggy
- "When will it make it's way into a release build?"
That's what I'm wondering myself, so I submitted patches agains... - 12:09 Revision e93fdcf2: Follow-up to bug #9664: t3lib_div::strtolower() is not implemented
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4401 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:01 Feature #16289: mailform: Checkbox-Array & Wizard improvements
- Added patch for 4.3 trunk
Please use 6040_trunk_4.3_cleaned.patch only! - 10:19 Bug #18369: EM warns No XCLASS inclusion code found if you use $GLOBALS['TYPO3_CONF_VARS']
- This patch is necessary, to not show any more the wrong Code warnings in the EM.
Please open another bug report if y... - 01:52 Feature #17112: Add file operation permissions for back-end user groups
- 5203_5.diff:
- Removed global declaration in tiny function getFileProcObj in typo3/sysext/impexp/class.tx_impexp.p...
2008-10-31
- 23:11 Feature #19358: Setting the title len of items in web->list
- However, this is a duplicate of issue #18999 - the fix should be handled with that id and RFC on the core list.
- 16:10 Feature #19358: Setting the title len of items in web->list
- There are some questions / notices on the core mailinglist on this patch. Some work has to be done to make it final.
- 22:56 Revision 7c40512c: Cleanup: Updated NEWS.txt
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4400 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:54 Feature #19152: Remove JS popup when login expired
- New patch, now using ExtJS. Basic functionality is the same.
- 22:51 Feature #19551 (Closed): Feature for automatic load of compressed library
- The function loadJavascriptLib includes javascript library files if they are not already are included.
This patch ... - 22:28 Feature #16318: Patch: new option TSFE.jumpUrl_prefer301 = 1
- Committed to trunk in rev. 4399. Thanks!
- 22:23 Revision b4435b42: Added feature #3787: New option TSFE.jumpURL_HTTPStatusCode = 30x (thanks to Stefan Geith)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4399 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:06 Feature #17742: config.fileTarget for default link target on files
- Committed revised patch (Thanks Francois!) to trunk in rev. 4398.
- 21:59 Revision cb6ede44: Added feature #6626: config.fileTarget for link target on files (thanks to Ralf Hettinger)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4398 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:38 Revision 9312aa2f: cleanup: removed the include for an interface that is loaded in backend.php already and therefore is present always
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4397 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:32 Revision fffb5595: added credits for Steffen's work with the sys_action toolbar item
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4396 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:25 Bug #16325: Typo 3 4.0 and PHP5 issue?
- I agree:
* With the information given we were not able to reproduce thgis for more than 2 years and I think we won... - 16:57 Bug #16325: Typo 3 4.0 and PHP5 issue?
- I am not sure about what to do with this one:
- Relates to a quite old t3 version
- The whitespace shouldn't do a... - 21:20 Feature #16863: rte link edit crash browser
- I could reproduce it with 4.2.2, but not with current trunk.
- 20:25 Feature #16863: rte link edit crash browser
- This was probably related to tickets 5019 and 4465 and was patched a week ago. You may want to check the patch.
- 16:29 Feature #16863: rte link edit crash browser
- Does this error still exist?
- 21:13 Bug #19550: No RTE in full Width mode
- This is a known bug and is solved in 4.2.3.
- 20:23 Bug #19550 (Closed): No RTE in full Width mode
- The RTE works fine in normal mode, but when clicking on the "full Width"-Icon, a textarea without an RTE is dispalyed...
- 19:16 Bug #18673: Shortcut ends in parse_url-error
- Attached new
8205_shortcut4.diff (for trunk)
8205_shortcut4_4.2.diff (for 4.2-branch)
to fix failing hunks in ... - 15:13 Bug #18673: Shortcut ends in parse_url-error
- I tried running the patch on a fresh 4.2.2 and trunk version but it gives errors on both systems..
Tried running i... - 10:39 Bug #18673: Shortcut ends in parse_url-error
- attached is the latest patch: 8305_shortcut3.diff
- 19:07 Feature #19543: Integrate EXT: ingmar_admpanelwrap
- a small lack of beauty is, that (on my firefox) the cursor doesn't change anymore, also with the 'cursor:move;' style...
- 18:58 Feature #19543: Integrate EXT: ingmar_admpanelwrap
- Related to the core-list discussion:
I just added my version of ingmar_admpanelwrap here, as a 'proof of concept' wi... - 18:52 Feature #19543: Integrate EXT: ingmar_admpanelwrap
- new version with some cleaned up code and the move cursor on the header of the admin panel
- 16:53 Feature #19543: Integrate EXT: ingmar_admpanelwrap
- sorry, not really exact.
window.event can make problems as well. - 16:51 Feature #19543: Integrate EXT: ingmar_admpanelwrap
- ok, just integrated and uploaded cursor move, and found out what the problem is with the xmenu_layers incompat. The '...
- 16:31 Feature #19543: Integrate EXT: ingmar_admpanelwrap
- maybe it should be tested if the xmenu_layers are working properly with this version before integrating into core.
E... - 00:06 Feature #19543: Integrate EXT: ingmar_admpanelwrap
- sorry, here's a fixed version. With v1 dragging only worked when the admin panel was open.
Additionally this versi... - 19:02 Feature #19513: Instantiate time tracker as null object if not really required
- here's a version "0". This thing works but there's a significant problem with the whole time tracking:
The point i... - 18:16 Bug #18869: File-Bug in Extensions by translation
- I got the same error but in a flexcontent.
10 = IMAGE
10.file.import = uploads/tx_templavoila/
10.file.import... - 18:01 Bug #15405: No styling of collapsed menu-items possible
- In TYPO3 4.2 the collapsed items have the style attribute "display: none;". If it's still required to style collapsed...
- 17:29 Bug #15405: No styling of collapsed menu-items possible
- Fixed in current versions:
Its no longer a table, and css class collapsed is added to the list item. - 17:58 Feature #15543: Top drop-down menu
- The top frame menu is not available any longer since TYPO3 4.2
- 17:24 Feature #15543: Top drop-down menu
- No longer valid in current versions:
"Icons in top frame" doesn't exist any longer, solved differently. - 17:55 Bug #15938: missing higlighting in help/about aka welcome screen
- Duplicate of #15520 and cannot be reproduced in TYPO3 4.1.7
- 17:49 Bug #15938: missing higlighting in help/about aka welcome screen
- And a duplicate of #15520
- 17:18 Bug #15938: missing higlighting in help/about aka welcome screen
- Fixed in current versions.
- 17:54 Bug #15578: HTMLarea not wrapped correctly in "QuickEdit" view
- Cannot reproduce in TYPO3 4.2.2
- 17:41 Bug #15578: HTMLarea not wrapped correctly in "QuickEdit" view
- Should be fixed in current versions. Link to the image is broken. Please open a new issue if there is still need for it.
- 17:50 Bug #15520: highlighting of module-headers on welcome-page
- Cannot be reproduced anymore in TYPO3 4.1.7
- 17:42 Bug #15520: highlighting of module-headers on welcome-page
- Fixed in current versions.
- 17:39 Bug #19546: Incorrect password field input value when editing Backend & Frontend users
- Duplicate of #19421
- 17:30 Bug #19546: Incorrect password field input value when editing Backend & Frontend users
- This problem will be solved with 4.2.3.
- 12:16 Bug #19546: Incorrect password field input value when editing Backend & Frontend users
- Same problem on a new and clean installation
- 11:57 Bug #19546 (Closed): Incorrect password field input value when editing Backend & Frontend users
- On a Typo3 setup which has just been upgraded from a 4.1.3 version, when editing backend or frontend user properties,...
- 17:25 Bug #14408: lang-children "get lost"(should be deleted) when deleting parent-record in default language
- Could you please consider this bug ?
#0009566
because the problem not only occurs with deleted stuff but also w... - 16:03 Bug #14408: lang-children "get lost"(should be deleted) when deleting parent-record in default language
- Upated the TYPO3 version to 4.2.2 since the bug is still alive.
- 16:01 Bug #14408: lang-children "get lost"(should be deleted) when deleting parent-record in default language
- Good point. I would say they should be copied along. They will not appear while the page translation still does not e...
- 14:28 Bug #14408: lang-children "get lost"(should be deleted) when deleting parent-record in default language
- Aaaah, finally I problem I have with one content element (used for testing multilanguage features) has a name!
Abo... - 09:35 Bug #14408: lang-children "get lost"(should be deleted) when deleting parent-record in default language
- Taking the opportunity of a Bug Day to go back to that bug. The behaviour of TYPO3 hasn't changed 4 years down the li...
- 17:22 Feature #15542: Modules/sub-modules enabling/disabling via User->Task center
- Fixed in current versions:
Modules can be hidden, groups can be collapsed - 17:16 Bug #17219: update wizard incorrectly updates the compat_version
- Duplicate of #19205
- 16:22 Bug #17219: update wizard incorrectly updates the compat_version
- Has already been fixed by Dmitry.
- 17:11 Bug #16758: typoscript editor too small in internet explorer 7
- System extension t3editor allows sophisticated ts setup editing with a big window.
- 16:30 Bug #16758: typoscript editor too small in internet explorer 7
- New versions include t3editor, which solves this problem.
- 17:05 Feature #15390: Bug in rich text editor with IE 6.0
- Unable to reproduce in current versions. Please add a new issue in project tx_rtehtmlarea if this is still valid.
- 16:34 Bug #17295: Incorrect rendering of some tags inside ul / ol / dl elements
- Do not use content(default), but css_styled_content.
Not reproducable with RTE. - 16:32 Bug #19461: translation do not follow parent when cut'n'paste
- Hey Luc,
this one seems to be related to #14408. - 16:24 Bug #19461: translation do not follow parent when cut'n'paste
- woooohooooo guys ?
- 16:27 Bug #17373: TSFE : beUserLogin doesn't work, when config.baseUrl is set.
- I cannot reproduce this behaviour.
- 16:18 Bug #18837: Missing dot in t3lib_TStemplate line 1377
- Closed as requested by reporter.
- 16:16 Bug #17435: Setting [FE][lifetime] higher than one week, disables Login
- Closed as not reproducible in current versions.
- 16:13 Bug #18082: All TS coming after [usergroup=*] condition not working
- Rechecked again and closed as not reproducible. Please reopen if issue is still valid for you.
- 16:11 Feature #18999: list title length fixed to 30 chars
- Related/ dependency to: http://bugs.typo3.org/view.php?id=9394
- 16:00 Bug #14763: Create Files with no correkt umask when using with suphp
- There is an installer option $TYPO3_CONF_VARS['BE']['fileCreateMask'] that should be used when a file is created. Ple...
- 15:41 Feature #15422: Make "Login-error or session timed-out" - page configurable
- Related to #18287
- 15:21 Feature #17112: Add file operation permissions for back-end user groups
- Added 5203_3.diff:
- Use explicit cast to int to work correctly with bitwise OR operator (thanks to Daniel for poi... - 14:06 Feature #17112: Add file operation permissions for back-end user groups
- I would love to have this feature very very much.
Uschi (poor admin of a site with many users) - 14:02 Feature #17112: Add file operation permissions for back-end user groups
- The patch doesn't work right for me. The "OR"-merging has to be fixed.
Example 1:
User: U
Group: G
U is in gr... - 14:18 Bug #19549 (Closed): Update reference index contains misleading (wrong!) instructions
- If you want to update your reference index through Admin Tools>DB check you read a note at the bottom of how to use t...
- 14:16 Feature #16408: No unicode signs possible in title
- I think this is about setting e.g. "My & # 160 Website" in the template title field what gets converted to "My & amp...
- 13:57 Bug #15154: There are errors in the code
- Closing this very old bug:
Please open new entries for still valid warnings / errors and split into separate bugs. - 13:26 Feature #18911: Shortcut mode: add "parent page"
- Tested on Trunk but i can't seem to get this patch to work. The normal shortcut shows information that you selected a...
- 13:15 Bug #18734: SQL debug output is not shown in the Backend
- yeah, that was the reason why i gave up for the moment
- 12:35 Bug #18734: SQL debug output is not shown in the Backend
- This patch removes the scrollbar for long records. See attached image ( sql_error_patch.png)
- 13:03 Feature #19548 (Closed): [Usebility] Compare User Settings, save button for refresh
- If you change the compare settings, for example checking "Member of groups" you have to press the save button to get ...
- 12:30 Feature #15296: Cannot create new TS templates with Web>Template when others exist
- Fixed in 0008830 that was commited with revision 3931.
- 10:32 Feature #15296: Cannot create new TS templates with Web>Template when others exist
- IMO this one can be closed as it has been resolved by bug 8830 (committed to trunk on 03.08.2008)
- 12:28 Bug #18186: Module Web > Template: enhance usability of docheader
- Fixed in #19022 that was commited with revision 3931.
- 10:34 Bug #18186: Module Web > Template: enhance usability of docheader
- IMO this one can be closed as it has been resolved by bug 8830 (committed to trunk on 03.08.2008)
- 12:27 Bug #19274: Editors can´t undelete records in history
- I have more infos:
in class.t3lib_tcemain.php where the function "recordEditAccessInternals" is called - there see... - 12:27 Bug #19547 (Closed): Losing list view mode - going back to page view mode
- when a be user click on the list view mode and on a page in the tree view, everything goes well, the user see the li...
- 12:24 Bug #18781: field tablename in sys_refindex too short
- Committed to SVN Trunk (rev. 4395)
- 12:23 Revision e9647c4f: Fixed bug #8399: field tablename in sys_refindex too short
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4395 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:15 Bug #19514: TCEmain wrongly tests required input-type fields
- Committed to SVN:
* TYPO3_4-1 (rev. 4394)
* TYPO3_4-2 (rev. 4392)
* Trunk (rev. 4392) - 12:14 Revision 0b12aba0: Fixed bug #9659: TCEmain wrongly tests required input-type fields
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4394 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:12 Revision fa77f3db: Fixed bug #9659: TCEmain wrongly tests required input-type fields
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4393 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:11 Revision b73402e2: Fixed bug #9659: TCEmain wrongly tests required input-type fields
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4392 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:03 Bug #19463: Additional condition required to check SSL status in class.t3lib_div.php
- Committed to SVN:
* TYPO3_4-2 (rev. 4390)
* Trunk (rev. 4391) - 12:02 Revision 35595f9a: Fixed bug #9571: Additional condition required to check SSL status in class.t3lib_div.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4391 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:01 Revision a4aafe9c: Fixed bug #9571: Additional condition required to check SSL status in class.t3lib_div.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4390 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:37 Bug #19545 (Closed): Moving page in WS will hide it from editors due to missing access settings of placeholder
- I've got several editors that are limited to a certain subtree of the website. Every editor is 'locked' in the same c...
- 11:32 Revision cb4a1583: Included the Javascript Widget Framework extJS in the TYPO3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4389 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:22 Bug #19542: Bug 9523 is not fixed - class.t3lib_htmlmail.php produces null headers in HTML messages
- sorry. wrong patch. This will fix Bug 0009605.
Please mark this bug as invalid and see 0009605 - 11:11 Bug #18660: Links to Mount Pages (Substitute Mount Point) that cross domains/sites are broken by Typolink
- Just patched my system with patch version 3, to repair a page full with broken links that remained unnoticed for mont...
- 11:08 Bug #18057: Menu items on 2 lines overlap in new backend
- This was fixed in 4.2 final and trunk.
- 10:51 Bug #18057: Menu items on 2 lines overlap in new backend
- Confirmed. Issue solved for me in current 4.2 and trunk (rev. 4388)
- 09:13 Bug #18057: Menu items on 2 lines overlap in new backend
- It seems to me that this was fixed at some point, because I can't reproduce the problem anymore.
Christian, can yo... - 10:53 Bug #19544 (Closed): Time simulation in Frontend Preview
- Hi,
when you simulate a publish date/time in the frontend preview you have to click the refresh button twice to se... - 10:47 Bug #17298: Frontend preview and simulate time is buggy
- When will it make it's way into a release build?
- 10:34 Bug #19532: Introduce substituteMarkerArrayNotCached
- as you can see my function also use substituteMarkerArray, so it's a kind of wrapper function.
There was a discussio... - 09:41 Bug #15137: Rename Cancel buttons to Close
- Since TYPO3 4.2 and the "Cleaner Backend" project most of these issues were solved (e.g. on editing content elements ...
- 09:37 Feature #15099: Tem,porary DB mount in Element Browser/RTE Link dialog
- Closing very old issue with no more feedback by initial issue reporter...
- 09:35 Bug #15045: FE Images are not displayed when processed through Imagemagick
- Closing very old issue with no more feedback by initial bug reporter...
- 08:52 Bug #18705: Call to t3lib_div::devLog() without key
- Committed to 4.2 and trunk by Benni on 12.08.2008
- 01:09 Revision 52c4d67e: Fixed an inconsitency with between the name, the documentation and the functionality of method loadByTag() in the new caching framework
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4388 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-10-30
- 23:39 Feature #19543 (Closed): Integrate EXT: ingmar_admpanelwrap
- Problem:
the admin panel currently is tied to a fixed position and con not be moved.
Solution:
Integrate EXT: in... - 22:13 Feature #15099: Tem,porary DB mount in Element Browser/RTE Link dialog
- A feature. Not a bug. Use 'Show content from this page instead' in page properties for what you want.
- 21:07 Bug #19174: Little typo in setup part. Wrong target for sitemap in version 4.2.x
- Fixed in 4.2.1. Bug can be closed.
- 20:18 Bug #19542 (Closed): Bug 9523 is not fixed - class.t3lib_htmlmail.php produces null headers in HTML messages
- Sorry, I cant reopen the bug.
TYPO3_4-2 (rev. 4309) did not fix the problem. I still get two semicolon in the head... - 19:51 Revision 3e6fafd6: minor cleanup, booleans should be boolean
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4387 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:47 Bug #19110: t3lib_div::removeXSS translates normal text too
- I attachad a corrected diff (removeXSS-1.diff) with a fix. Commas were being removed because of:
$val = preg_repla... - 19:22 Bug #19532: Introduce substituteMarkerArrayNotCached
- so where's the difference between a combination of the two existing functions and your new function? Maybe this can c...
- 17:49 Bug #19532: Introduce substituteMarkerArrayNotCached
- but not for marker, subpart and linkparts.
I don't make this for no reasons, look at cal: because of flooding DB ... - 16:51 Bug #19532: Introduce substituteMarkerArrayNotCached
- dude, we already have substituteMarkerArray() and substituteSubpartArray() !
-1 for now
- 13:54 Bug #19532 (Closed): Introduce substituteMarkerArrayNotCached
- As it's long discussed here is a non-cached version of substituteMarkerArrayCached with same syntax but without cachi...
- 17:27 Bug #19530: Store OpenID information in database instead of using the filesystem
- just make sure it's using the TYPO3 DB API
- 11:27 Bug #19530: Store OpenID information in database instead of using the filesystem
- Now in function getOpenIDConsumer FileStore of openID-lib is used. There is also a method SQLStore.php, so it should ...
- 11:11 Bug #19530 (Closed): Store OpenID information in database instead of using the filesystem
- The OpenID information currently gets stored in the filesystem. Due to security reasons it's preferred to have that s...
- 16:58 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
- thanks Dmitry!
- 16:39 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
- added patch that could be successfully applied to current rb42 revision (as 2nd hunk of Dmitry's patch will fail due ...
- 09:41 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
- Issue confirmed for 4.2.0, 4.2.1, 4.2.2
mentioned additional logout vulnerability confirmed for 4.2.2 - 09:35 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
- Thanks Dmitry!
- 09:25 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
- Logout is also vulnerable for the issue. I attach a different patch that solves the problem for both login and logout.
- 16:49 Bug #19328: Preinitialise GLOBALS[LANG] in init.php
- Committed to SVN Trunk (rev. 4144) by Dmitry
- 16:45 Bug #16107: Security breach --> possibility to hack system
- not a bug
- 16:45 Bug #19534 (Closed): Adding more than one class value to a paragraph class attribute leads to removal of class attribute
- When adding more than one paragraph class, e.g. <p class="myclass align-right"> the whole class attribute gets remove...
- 16:44 Bug #17289: Sitemap->SectionIndex with multilanguage
- not a bug
- 16:37 Bug #18903: TYPO3Browser.js get not loaded
- I do not understand.
- 16:36 Bug #19519: Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
- Here is an FF Error Message:
document.getElementById("pleasewait" + editorNumber) is null
http://---.----.--/typo... - 11:38 Bug #19519: Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
- More infos:
* in my case the RTE is integrated via IRRE
* I can reproduce it also in IE6
* all the text-input e... - 16:02 Bug #19533: Indexing fails with PHP 5.2.5 at call to strip_tags()
- This issue can also be seen on issue #4934
There the idea to use preg is also mentioned. At the moment i don´t know ... - 15:41 Bug #19533 (Closed): Indexing fails with PHP 5.2.5 at call to strip_tags()
- TYPO3 v4.1.6
indexed_search v2.10.0
PHP v5.2.5
In the HTML Templates the begin and end markers are set only arou... - 15:46 Feature #19513: Instantiate time tracker as null object if not really required
- of course, we'll just introduce a new interface that both the TT that we have right now and the new null object do im...
- 09:37 Feature #19513: Instantiate time tracker as null object if not really required
- Null object should have the same methods other PHP error will occur.
- 13:47 Feature #19524: TCEmain changes for new improved record recycling concept
- I think Web > Recycler is the best place
but i am not sure if the user misunderstand the page tree. The page tree... - 10:39 Feature #19524: TCEmain changes for new improved record recycling concept
- HCI Team Tasks: Discuss and find a solution how the Recycler module should be integrated
* Web > Recycler
* Tools >... - 13:21 Bug #19381: Problem with the Menu/Sitemap feature
- Duplicate of: http://bugs.typo3.org/view.php?id=9482
- 12:39 Bug #19493: If I sort my Buttons in a special order the statusbar floats under the "Disable Rich Text Editor:"-p-Tag
- I've tested it only in Firefox 3.0.3 (WinXP)
- 12:21 Bug #19531 (Closed): field "navigation-title" together with page-type "shortcut"
- Backend:
The field "navigation-title" should also be displayed together with page-type "shortcut".
Today you can cr... - 11:58 Bug #25543 (Closed): Autosuggestion orange properties
- using orange makes it difficult to read. I would propose the blue like in code.
(issue imported from #M9685) - 11:56 Bug #25542 (Closed): Autosuggestion: right box should be hidden when empty
- see screenshot attached
(issue imported from #M9684) - 11:05 Feature #19529 (Closed): Workspace should use DB mount of BE user/group
- It should be possible to configure the workspace, so not the DB mount from the sys_workspace configuration is used. I...
- 09:52 Bug #19422: delete field alway inserted for "select " in Full Search
- Why is it marked as crash? Nothing is crashing here. Changine severity to minor.
- 09:50 Bug #19453: double quote in t3lib_htmlmail produce error while sending mail
- See bug #19500, it has a patch
- 09:44 Bug #19507: getCompressedTCarray hangs if no cache_hash exists
- Have you tried using install tool to check/update databases? It appears that your cache_hash has old format and there...
- 09:35 Bug #19401: Problem with Base Href
- Luc Muller , if you know (or read) what config.absRefPrefix does, you know the answer to your question.
- 07:18 Bug #19528 (Closed): the Wrap for forgotMessage in the subpart ###TEMPLATE_FORGOT### does not work
- the Wrap for forgotMessage in the subpart ###TEMPLATE_FORGOT### does not work. After sending the mail address out of ...
2008-10-29
- 23:44 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
- This will be handled by TYPO3 Security Team from now on.
Marcus. - 17:38 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
- Thanks to Matthias Humbert to.
- 17:24 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
- Correction:
PHP Version on Testsystem is 5.2 - 17:10 Bug #19523 (Closed): Crossite scripting vulnerability in Core ext. felogin
- The redirect_url parameter in felogin extension is not filtered by htmlspecialchars.
I have test this on a... - 22:17 Bug #19525: Make TYPO3 require PHP 5.2
- committed to SVN trunk
- 20:50 Bug #19525 (Closed): Make TYPO3 require PHP 5.2
- Problem:
As the new system extension for OpenID support requires PHP 5.2, the whole System should require PHP 5.2, t... - 22:16 Revision af2d2d73: added a hint for the PHP 5.2 requirement
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4386 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:14 Revision 427ec124: !!! Cleanup #9678: Make TYPO3 require PHP 5.2
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4385 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:01 Bug #19527 (Closed): getIcon does not return correct icon
- --- How to reproduce: ---
1. assign your own icon:
$TCA['tt_content']['ctrl']['typeicons']['templavoila_pi1']... - 21:19 Bug #19526 (Closed): TYPO3 makes external URL wrong
- The problem happens when user enters external URL in the RTE. Suppose you have two domains: domainA and domainB. You ...
- 21:06 Feature #19283: page cache is not influenced by tt_content.starttime/endtime
- i uploaded another patch
this time with an additional function to set cacheExpires Timestamp - 21:06 Revision 4f9accb0: added a translatable label to the toolbar item
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4384 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:34 Bug #19083 (Closed): Date fields calculate wrong date using shortcut mode
- It's possible to enter something like
+5
in a date field. After lost focus it's calculated as now() + 5 days.
Re... - 19:20 Bug #18983: when saving plugin content "Failure"
- Got an similar problem with tt_products-Elements.
When I try to change constants of tt_products via the constand e... - 10:37 Bug #18983: when saving plugin content "Failure"
- I got the same error when I create a new workspace. It doesn't save the name for a new workspace and pops up a "login...
- 19:09 Bug #19040: absRefPrefix does not recognize EXT: and typo3conf/ext/
- closed as it is shipped with 4.2.2
- 19:00 Bug #17713: addQueryString.exclude with an empty query string causes &= url parameter
- closed, as it is shipped in 4.2.1
- 18:49 Feature #19472: Integrate sys_actions into toolbar
- committed to svn trunk
- 18:46 Revision 0de2a7be: Added feature #9591: Integrate sys_actions into toolbar
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4383 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:43 Bug #17636: config.prefixLocalAnchors = all destroys links in fe
- Well, using REQUEST_URI appears to be the right way, but it seems like the page (or relevant part) gets cached only b...
- 16:35 Bug #17636: config.prefixLocalAnchors = all destroys links in fe
- Additionally, "$(\d)" should get replace with "\$($1)" in t3lib_div::getIndpEnv('REQUEST_URI'), in case there's e.g. ...
- 15:56 Bug #17636: config.prefixLocalAnchors = all destroys links in fe
- I'll add a patch against TYPO3_4-2, which incorporates all things mentioned in this thread, plus:
- use REQUEST_URI... - 17:13 Feature #19524 (Closed): TCEmain changes for new improved record recycling concept
- I need some changes for the new improved record recycling concept [1] in the tcemain
First, to work with deleted r... - 16:53 Bug #19522 (Closed): prefixRelPath messes with anchor links (or markers in href)
- t3lib_parsehtml::prefixRelPath should ignore href attributes starting with a "#" (hash key); those should get handled...
- 16:22 Bug #16347: problem with prefixLocalAnchors
- Fixed in TYPO3_4-2, where both $1 and $3 are enclosed in curly braces.
(Duplicate of bug 0008240).
Please close t... - 16:19 Bug #17120: Content is not cached and white page displayed with big content / PHP 5.2.1
- Seems like "$" should get escaped in the $scriptPath/Request URI (regarding the linked post above).
But in general... - 15:58 Bug #18694: config.prefixLocalAnchors = all destroys links when $scriptPath starts with a number
- This is fixed in TYPO3_4-2, where both references ($1 and $3) are wrapped in curly braces.
Please close the bug. - 15:53 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
- I have uploaded the file "typo3_fileIntegrityCheckWithSupportOfDirectReferences.patch" which is a followup of the las...
- 14:50 Revision 3f46a0a9: Added SVN properties.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4382 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:50 Feature #19521: config.stat_apache_pagenames = [realurl]
- There is already a new key "[request_uri]" in TYPO3 4.2 and later. I think it matches exactly what you want.
- 13:47 Feature #18239: FeUsers in table sys_lockedrecords - TSFE-Part
- Uploaded new Version of Patch and Testing-Plugin after annotations of Oliver Hader.
Locking is now done with $TSFE... - 13:40 Bug #19506: Memcached backend is not working properly
- Additionally "clear page cache" does not have any effect. Only killing memcached helps.
- 13:32 Revision 1da2f565: Change linefeed property to LF
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4381 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:51 Revision d23af843: remove file checked in accidentally
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4380 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:37 Revision c5cd1349: revamp fix for output buffering
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4379 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:37 Bug #19519: Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
- Additional infos:
* After Update to the latest svn source [r4358] i can save the form when i chose cancel in the ... - 11:29 Revision 6b197ec8: fix typo in new palette functions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4378 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:22 Bug #19401: Problem with Base Href
- Dimitry posted on #17591the following fix for IE6:
[browser = msie][version < 7]
page.headerData.100 = TEXT
page... - 11:09 Revision d36d2c8a: Check for output buffer, not for configuration variable which isn't present
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4377 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:02 Bug #19428: label uid shows not working
- No Oliver, this is exactly the same issue:
In List view records with label 'label' => 'uid' shown with [No title] ... - 09:47 Feature #25541 (Closed): t3editor with CodeCompletion for TypoScript
* context-sensitive code-completion for typoScript like known from e.g. Eclipse for PHP
see http://www.youtube.c...- 03:24 Revision df8e105e: made the extension icon show the OpenID logo
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4376 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:03 Revision 98e84e0d: indented comments
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4375 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:03 Revision 6b678dd7: indented comments
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4374 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:02 Revision f5686bd1: fixed call to undefined function when installing EXT:openid
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4373 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:58 Revision 695a63ca: removed empty line at EOF
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4372 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:55 Revision 6c36d64d: Added the manual for the OpenID system extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4371 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:53 Bug #19502: Multiple Fileupload into Folder with Umlauts not possible
- Used JS function escape() is known to be not able to handle unicode characters. Therefore escape() has to be replaced...
2008-10-28
- 23:52 Feature #19521 (Closed): config.stat_apache_pagenames = [realurl]
- To generate an apache-like logfile with the "real" url, this parameter would make sence. For it to work only the foll...
- 23:44 Revision be664349: rearrange stuff, add info about OpenID
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4370 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:28 Revision 5a1c8c60: rename function
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4369 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:13 Bug #19410: install tool hangs on gd libary detection
- solved if typo3/sysext/install/mod/class.tx_install.php
line: 2483
$im = @imagecreate (300, 50);
changed to:
... - 23:03 Feature #19409: Add support for OpenID authentication to TYPO3
- Fixed in SVN
- 23:02 Feature #19497: Integrate possibility to extend TCEforms palettes easily
- Fixed in SVN
- 22:58 Revision 2d445cd0: #9474: Integrate OpenID authentication support to TYPO3
- #9625: Integrate possibility to extend TCEforms palettes easily
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk... - 22:42 Bug #19509: TypoScript condition "browser": Mismatches due to wrong search order
- it doesn't matter in which order the if is, there is only one match.
As Markus mentioned, if Opera uses MSIE as id... - 20:32 Bug #19509: TypoScript condition "browser": Mismatches due to wrong search order
- reference:
http://www.opera.com/support/usingopera/operaini/#ua - 20:16 Bug #19509: TypoScript condition "browser": Mismatches due to wrong search order
- This only happens when Opera's Browser Identification is set to "Identify as Internet Explorer" and so it's intended ...
- 20:21 Revision 68d46b13: Fixed bug #9665: t3lib_BEfunc has a lot of hanging SQL record sets
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4367 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:10 Feature #19520 (Closed): Use t3lib_div::trimExplode() in t3lib_div::intExplode()
- Let's use t3lib_div::trimExplode() in t3lib_div::intExplode() instead of explode() so that you can get an empty array...
- 20:10 Bug #17403: In advanced search, the search in select box is not well populated
- Committed to SVN Trunk (rev. 4366) for TYPO3 4.3-alpha1
- 20:06 Revision 8d431e89: Fixed bug #5826: indexed_search: specify media types in advanced search
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4366 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:43 Feature #18858: Integrate possibility to define enabledControls in TCA
- Committed to SVN Trunk (rev. 4365)
- 19:42 Revision 2eb5944c: Added feature #8523: IRRE - Integrate possibility to define enabledControls in TCA
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4365 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:04 Feature #18238: FeUsers in table sys_lockedrecords
- Committed to SVN Trunk (rev. 4364)
- 19:03 Revision 2b421c34: Added feature #7571: FeUsers in table sys_lockedrecords
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4364 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:00 Bug #19517: EM fails on retrieving files for upcase extension keys
- Committed to SVN:
* TYPO3_4-1 (rev. 4361)
* TYPO3_4-2 (rev. 4362)
* Trunk (rev. 4363) - 14:51 Bug #19517 (Closed): EM fails on retrieving files for upcase extension keys
- For (partly) uppercase extension keys the extension manager fails to download files as it takes uppercase letter into...
- 18:58 Revision bf34e092: Fixed bug #9664: EM fails on retrieving files of uppercase extension keys
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4363 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:57 Revision 5b660d75: Fixed bug #9664: EM fails on retrieving files of uppercase extension keys
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4362 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:56 Revision 054469d5: Fixed bug #9664: EM fails on retrieving files of uppercase extension keys
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4361 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:50 Bug #19519 (Closed): Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
- If i try to save a form with more then on RTE on it (in my case it is an Flexible CE) an dialog pops up "Your login h...
- 17:22 Bug #19518: t3lib_BEfunc has a lot of hanging SQL record sets
- Committed to SVN:
* TYPO3_4-2 (rev. 4367)
* Trunk (rev. 4360)
- 17:18 Bug #19518 (Closed): t3lib_BEfunc has a lot of hanging SQL record sets
- In t3lib_BEfunc there are many positions where SQL queries are performed but the SQL result is not removed afterwards...
- 17:21 Revision af1b274e: Fixed bug #9665: t3lib_BEfunc has a lot of hanging SQL record sets
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4360 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:55 Feature #19443: Localization of IRRE-children for n:m relations with useCombination=1
- this behaviour can be solved with the following TCA in the config-array for the intermediate table fields uid_person ...
- 16:33 Bug #19433: HTML tags are removed in RTE content
- Hi everyone,
we did experience the same problem today, as no RTE content, which was entered via an FCE and Templav... - 15:45 Bug #19428: label uid shows not working
- Markijan, your problem seems to be different - could you please open a new bug report on it and give some detailed in...
- 15:09 Bug #19428: label uid shows not working
- Can confirm this (typo3 ver. 4.2.1, php ver. 5.2.0)
web->listview the labels shows [No title] instead record uid - ... - 14:22 Feature #19515: Extend condition operators for globalVar
- sry guys, now the patch is correct
- 12:07 Feature #19515 (Closed): Extend condition operators for globalVar
- normally you can only use =,< and > for comparing vars in condition.
I extended it to use also <=, >= and !=
Pl... - 13:57 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
- Committed to SVN:
* TYPO3_4-2 (rev. 4358)
* Trunk (rev. 4359) - 12:18 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
- 0009623_v2.patch and patch-sections-8518.patch both work.
patch-sections-8518.patch will call loadJavascript only... - 11:46 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
- Do 'containers' need scriptaculous as well? I have done a slightly diffrenet patch adding scriptaculous only to 'sect...
- 13:56 Revision 7f1446b9: Fixed bug #9623: Flexform sections are not working anymore since script.aculo.us is not loaded
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4359 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:56 Revision 9d628f91: Fixed bug #9623: Flexform sections are not working anymore since script.aculo.us is not loaded
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4358 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:43 Bug #19516: Rich text editor not loading
- Does this error occur on the full-screen RTE or also on the embedded RTE in forms?
If it's about the full-screen RTE... - 12:33 Bug #19516 (Closed): Rich text editor not loading
- htmlArea RTE 1.7.6
Configuration:
hostA: running apache 2.2 and configured as reverse proxy (of hostB)
hostB: ru... - 12:16 Bug #19475: t3lib/thumbs.php can't convert some png's
- Removed the colordepth feature (see diff) and all thumbnails are shown now ...
- 11:34 Bug #19514 (Closed): TCEmain wrongly tests required input-type fields
- When an input-type field is marked as "required" in the TCA, TCEmain tests it simply with
if (!$value)
This is ... - 09:50 Bug #15951: clickmenu on pagetree icons does not work
- Same problem - solved with removing 2 empty lines after ?> in realurl_conf.php
- 01:01 Feature #19466: use native filter_functions for validate and sanitize
- Follow-ups were committed in rev. 4351 and rev. 4357
- 01:00 Revision ece984af: Follow-up to feature #9575: Return boolean value instead of filtered data
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4357 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:42 Feature #19513: Instantiate time tracker as null object if not really required
- On searching the Core for t3lib_timeTrack I found only one strange place where this is used (except the front-end ren...
- 00:40 Feature #19513 (Closed): Instantiate time tracker as null object if not really required
- In the TYPO3 front-end an instance of t3lib_timeTrack is created in the variable $TT. During the front-end rendering ...
- 00:25 Feature #19512: Extend t3lib_div::trimExplode to limit the number of elements
- Committed to SVN Trunk (rev. 4356)
- 00:24 Revision f62d4411: Added feature ##9656: Extend t3lib_div::trimExplode to limit the number of elements
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4356 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:18 Revision c5aae482: Fixed bug #9607: Module DB check uses hardcoded labels
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4355 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:09 Bug #19511: Call to t3lib_div::devLog() without key in index_ts.php
- Committed to SVN:
* TYPO3_4-2 (rev. 4353)
* Trunk (rev. 4354) - 00:08 Revision 6b2bd21e: Fixed bug #9655: Call to t3lib_div::devLog() without key in index_ts.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4354 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:06 Revision 868dfc41: Fixed bug #9655: Call to t3lib_div::devLog() without key in index_ts.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4353 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-10-27
- 23:59 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
- Hi Peter, a patch for this issue is pending in the Core List. You can give your +1 there if it solves your problem as...
- 17:50 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
- Thanks olly for the patch, now it's working perfect!
- 15:08 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
- Version 2 of the patch does exactly the same but is IMO easier to read...
- 15:01 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
- Please test the attached patch with the provided extension.
To do so, create a new content element of type "Insert p... - 23:37 Feature #19512 (Closed): Extend t3lib_div::trimExplode to limit the number of elements
- With t3lib_div::trimExplode it's not possible to limit the number of elements that are returned.
The solution is t... - 21:06 Bug #19511 (Closed): Call to t3lib_div::devLog() without key in index_ts.php
- In typo3/sysext/cms/tslib/index_ts.php the following line:
if (TYPO3_DLOG) t3lib_div::devLog('END of FRONTEND sess... - 20:01 Feature #19510: Enable includeLibs also for USER and COA objects
- Missed to change t3lib_extMgm::addPItoST43() to use the USER.includeLibs now...
- 19:42 Feature #19510: Enable includeLibs also for USER and COA objects
- The attached patch enables includeLibs for USER and COA objects.
- 18:34 Feature #19510 (Closed): Enable includeLibs also for USER and COA objects
- The TypoScript object USER does not support the includeLibs property. Loading an accordant PHP class the library gets...
- 19:50 Bug #19479: Enable Caching "USER" instead of "USER_INT"
- The first patch needs the feature #9654 applied to work correctly.
- 17:01 Bug #19479: Enable Caching "USER" instead of "USER_INT"
- USER objects do not support the "includeLibs" property.
Test the new patch which solves this... - 18:26 Bug #18983: when saving plugin content "Failure"
- I get the same message, if i try to save an content element with many RTE on it (for me its an Flexible Content Eleme...
- 15:04 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Hm, thanks for the information you gave - but we have to distinguish:
1) This issue seems to be about wrong handling... - 14:32 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- I can confirm a problem there.
I attached a demo extension with flexform section in plugin configuration.
I'm not... - 11:14 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- This looks like a duplicate of http://bugs.typo3.org/view.php?id=8244 ...
- 15:02 Bug #18369: EM warns No XCLASS inclusion code found if you use $GLOBALS['TYPO3_CONF_VARS']
- No Dmitry, it did not help to include even a
global $TYPO3_CONF_VARS;
before all includes in a php file.
You cann... - 14:52 Bug #18369: EM warns No XCLASS inclusion code found if you use $GLOBALS['TYPO3_CONF_VARS']
- No Steffen, nothing would be fine with your proposal under some PHP5 or TYPO3 versions. The extensions needed bug fix...
- 14:29 Bug #19509 (Closed): TypoScript condition "browser": Mismatches due to wrong search order
- in t3lib/class.t3lib_matchcondition.php,
function browserInfo() (line 516 - 540),
the browser is detected using a... - 14:04 Bug #19508 (Closed): Integrate extJS package to core
- I built a package extJS for trunk with only the files are needed.
I attached a zip which goes to typo3/contrib
... - 13:37 Bug #19507 (Closed): getCompressedTCarray hangs if no cache_hash exists
- When you call
$TSFE->getCompressedTCarray();
in a FE extension, e.g. after an Ajax call with eID parameter, then t... - 12:35 Bug #18722: "Broken rootline" error when creating new page in Draft
- RealURL 1.5.2
T3: 4.2.2
PHP Version 5.2.5
Problem still present. - 10:43 Bug #17683: disappearing USER_INT output
- I'm experiencing a very similar situation but even with USER objects. Sometimes the USER objects are not rendered int...
2008-10-26
- 22:26 Feature #1835 (Closed): Recycler: Integrate recursive recovering
- Imagine the following structure of deleted pages:
* "First Level" (id: 1, deleted: 1)
** "Second Level" (id: 2, del... - 22:15 Feature #1834 (Closed): Recycler: Integrate Lost+Found possibilites
- Imagine a record is still available in the database and not marked as deleted (deleted=0). However the accordant pare...
- 14:50 Bug #18369: EM warns No XCLASS inclusion code found if you use $GLOBALS['TYPO3_CONF_VARS']
- don't use $GLOBALS['TYPO3_CONF_VARS'] for XCLASS, EM won't recognize, use $'TYPO3_CONF_VARS instead and all is fine.
- 14:48 Feature #19503: Implement autoloading for TYPO3
- Hi Dmitry,
thx for the explanation. The problem on my site was that the files wasn't created after login, no promp... - 09:17 Feature #19503: Implement autoloading for TYPO3
- Following the discussion about singletons, I removed t3lib_Singleton from the t3lib_autoload (see part 1 version 2).
... - 14:46 Bug #19479: Enable Caching "USER" instead of "USER_INT"
- thx Sonja for reporting and Dmitry for the patch, i tested and it works. Is in core list now.
- 01:47 Bug #18821: Installer will not create any be_users if unsupported sql_mode is used
- Seems the problem of non-strict-conformity exists also in Typo3 code. Trying to insert a new content entry in tt_cont...
- 00:24 Bug #14238: User cannot save existing page if page-type is not allowed by backend-group config
- Bug furthermore persists up to TYPO3 version 4.2.x.
2008-10-25
- 23:53 Bug #18645: JS error raised in IE6 when clicking Edit in Rich Text Editor
- I also have this effect:
TYPO3 - 4.2.2; no Templavoila; Firefox 3.0.3
ONLY when klick on "EDIT ON RICH TEXT EDITOR"... - 22:05 Bug #19434: Always date 01.01.1970
- Please, create proper bug reports. This bug report provides no information for us: no step to reproduce the problem, ...
- 22:03 Bug #19457: globalString don't work any more?
- Please, post only confirmed, good bug reports, with exact steps to reproduce the problem. "Heard" is not a reason to ...
- 22:00 Bug #15054: Gremlin: Insufficient email validation
- See #19466
- 21:58 Bug #19500: t3lib_htmlmail: sending mails produces error "501 Bad address syntax" in mail.log
- The patch is attached.
- 21:54 Bug #18369: EM warns No XCLASS inclusion code found if you use $GLOBALS['TYPO3_CONF_VARS']
- It looks like you try to include files inside functions, not on the global level. Quite logical that $TYPO£_CONF_VARS...
- 21:48 Bug #19479: Enable Caching "USER" instead of "USER_INT"
- The patch is attached
- 21:37 Bug #19487: PHP Warning: tslib_fe::include() [<a href='function.include'>function.include</a>]: Failed opening ...
- Bug tracker is not a place to ask questions. Please, report only real bugs here.
- 21:33 Bug #19454: don`t know whots happening
- Bug tracker is not a place to ask questions. Use mailing lists instead.
- 21:19 Feature #19503: Implement autoloading for TYPO3
- It will not conflict :) There are two registries: one is system, which is in the t3lib/stddb/, another is site-wide, ...
- 20:27 Feature #19503: Implement autoloading for TYPO3
- Hi Dmitry,
after applying 3rd patch all is working fine ;-)
One question:
You store the classes in t3lib/stdd... - 12:03 Feature #19503: Implement autoloading for TYPO3
- Just one more note: I run SVN version of TYPO3 with this patch for several days now. I do not see any problem so far....
- 11:46 Feature #19503: Implement autoloading for TYPO3
- Part 3 of the patch enables autoloading for Backend. I removed require_once for classes, which are not always used. B...
- 17:40 Bug #18821: Installer will not create any be_users if unsupported sql_mode is used
- This happens on a regular basis when MySQL's sql_mode is set to STRICT_ALL_TABLES.
The MySQL manual states for t... - 17:33 Bug #19506 (Closed): Memcached backend is not working properly
- Changing page content does not clear cache.
If I change page content using List or standard Page modules, cache is... - 11:29 Feature #19409: Add support for OpenID authentication to TYPO3
- Deassigning from myself as I have neither time, nor wish to work on it anymore. I am sure it is good enough for comit...
- 10:24 Bug #19505 (Closed): still Message after logout: 'The user 'admin' began to edit this record ...'
- I login with user admin and go to edit the record for the backend users in the user admin tool. Then I log out and lo...
- 10:15 Bug #25540 (Closed): JS error: Node cannot be used in a document other than the one in which it was created
- Error occures when clicking the first time after page reloading into the editor.
Full message (Firebug Konsole):
...
2008-10-24
- 23:51 Revision ae63e5f4: added some attention to the changes concerning the move to the new caching framework
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4352 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:31 Bug #19504 (Closed): DB Analyzer / Compare Tool can't handle the upgrade of the cache tables
- Here're some findings from Ernesto:
when changing the SQL-definitions of cache_hash and cache_pagesection:
CRE... - 23:01 Feature #19503: Implement autoloading for TYPO3
- first thanks for working on this
second why didn't you inform Masi and me about it as we signed up for the task init... - 14:43 Feature #19503: Implement autoloading for TYPO3
- Olly, the patches do not enable autoloading in BE yet. But it is easy to do. I think I will post the third patch here...
- 14:41 Feature #19503: Implement autoloading for TYPO3
- Steffen, this is because autoloading is not enabled in BE yet. I removed all require_once in cms, probably page modul...
- 11:04 Feature #19503: Implement autoloading for TYPO3
- Hi Dmitry,
after apllying both patches i get error in BE when calling a page with classic page-module:
Fatal erro... - 10:55 Feature #19503: Implement autoloading for TYPO3
- Hi Dmitry, nice one! :)
* "AUTOLOAD_REGISTRY_FILENAME_BE" could be "FILENAME_BE" since it's already in t3lib_autol... - 10:04 Feature #19503 (Closed): Implement autoloading for TYPO3
- The attached patch implements autoloading for TYPO3 classes.
The patch consists from two files. The first file add... - 18:59 Feature #19495: memory waste with locallang
- Hello Olly,
this example shows the debug output of the total read in locallang.xml file. This is the result return... - 18:29 Bug #19448: typolink not transformed nor rendered correctly with multiple class names in class parameter
- Forget about this patch for now. It will not work.
This issue will require further work as quoting the class attri... - 18:20 Revision da470b66: Follow-up to feature #9575: Return boolean value instead of filtered data
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4351 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:56 Bug #19274: Editors can´t undelete records in history
- I have a fix but don't know if it has any other effects...:
in class.t3lib_userauthgroup.php function recordEditAc... - 10:04 Bug #19454: don`t know whots happening
- On my computer (local installation WinXP, apache2.2, php5.3, MySql 5.0.67) i had the same messages. It was the virus-...
- 01:08 Bug #19454: don`t know whots happening
- Did you upgrade any server component (e.g. MySQL)?
You can enable SQL debug in the install tool: "All configuration ... - 00:53 Bug #19454: don`t know whots happening
- Hi,
I don't think that this is a general TYPO3 error, but a problem related to your installation. Please try posting... - 09:58 Bug #19483: alternativeSortingField does not work for other languages
- i also think there should be two sorting functions, that you can sort from original page and language overlay. for ex...
- 09:50 Bug #19502 (Closed): Multiple Fileupload into Folder with Umlauts not possible
- When someone created a Folder like "testingÜmlauts" in the Filelist module and tries to upload multiple files, the ac...
- 08:09 Bug #19062: if redirect_url / login error
- I had the same problem with fe_login version 1.0.0.
The problem comes from method tx_felogin_pi1::processRedirect(... - 07:06 Bug #19488: class.t3lib_htmlmail.php brings a two semicolon in mail-header
- Closed as duplicate.
- 04:41 Bug #19488: class.t3lib_htmlmail.php brings a two semicolon in mail-header
- Fixed in #19441:
Committed to SVN (by Dmitry):
* TYPO3_4-2 (rev. 4309)
* Trunk (rev. 4308) - 07:00 Bug #15446: Titles in frontend
- Closed:
- Probably not core related (ext: tm_contentaccess?)
- No feedback for a very long time
Please reopen ... - 06:56 Bug #14744: MP-variable in use with menu type directory and type rootine
- Closed:
- No feedback for a very long time.
- Unable to reproduce in recent versions. - 06:53 Bug #14976: Major error with [SYS][no_pconnect] = 1
- Closed:
- No feedback for a very long time
- No similar issues (afaik)
- Unable to reproduce (in my personal env... - 06:45 Feature #14776: Ability to assign custom categories to downloaded extensions
- Closed as requested by reporter.
- 06:42 Bug #16498: Segfault when trying to create thumbnails in backend
- I would like to close this issue but my mantis access rights are insufficient:
- Last update was 08/2006 with feed... - 06:32 Bug #15205: Thumbnails doesn't work in spite of a working ImageMagick
- No feedback for a very long time. Closed.
Please reopen or add a new issue if you think this is a bug in recent T... - 06:09 Bug #19416: getHtmlTemplate should use resolveBackPath
- Closed as a duplicate of #19432
- 05:55 Bug #17963: Warning not pointing to correct field
- Closed as requested by reporter.
Tabs with invalid information show an exclamation mark. - 05:44 Bug #19444: Filelist Bug
- Fixed in released version 4.2.2. Closed.
- 05:39 Bug #18476: Cannot login into the backend over SSL
- No reply for a long time. Closed.
- 05:24 Bug #19469: Missing right scrollbars for main-column
- Closed as requested by reporter.
- 05:16 Bug #19386: multilanguage tt_content disappears from page module
- Retested Stefans tip and this works as documented. Thanks!
- 05:05 Bug #19356: After some weeks with no problems a Typo3 website hangs up with a 'Cannot access protected property' error in the frontend
- The problem is related to your hoster and will not be fixed in TYPO3 (php or old/buggy php optimizer?)
If you stil... - 00:48 Bug #18855: Wrong JavaScript inclusion in t3lib_TCEforms
- Ralf, that depends on which "issue" you're talking about. The initial one WAS.
See fixes for side-effects in the rel...
2008-10-23
- 22:25 Bug #19501 (Closed): same key wrongly used in substituteMarkerArrayCached
- If you call substituteMarkerArrayCached twice with the same template part, and once you want to use
<!-- ###MYSUB... - 22:18 Bug #19369: Ordered list numbering only posible from 1 to 9
- Closing this issue. No answer and unable to reproduce.
- 21:42 Bug #18855: Wrong JavaScript inclusion in t3lib_TCEforms
- This issue is NOT fixed in 4.2.2.
- 18:14 Bug #19490: RTE uses JScodeLibArray to insert CSS
- Committed to SVN TYPO3core trunk (revision 4350).
- 18:13 Revision 0e4f880c: Fixed bug #9613: htmlArea RTE uses JScodeLibArray to insert CSS
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4350 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:08 Feature #17112: Add file operation permissions for back-end user groups
- Attached a new patch:
- Renamed function returnFileoperationPermissions() to getFileoperationPermissions()
- As dis... - 18:02 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
- I have tested the latest patch and it works like expected. IMHO it's really an important patch to get rid of the endl...
- 16:41 Bug #19464: Return URL: Double Encoded characters cause server error
- Confirmed.
A start to debug this is probably alt_clickmenu.php around function FILE_launch. I will not dig deeper ... - 14:28 Bug #19239: Cannot log in to backend
- Or could it be that it's duplicate of this?
http://bugs.typo3.org/view.php?id=6299 - 14:20 Bug #19239: Cannot log in to backend
- Do you have more than one BE user? None works?
Can you create a new Admin user from the install tool? - 13:49 Bug #19413: Problems with the Menu Sitemap
- Not a bug but a feature. You have to set the target manually in settings.
Put this in constants of your template s... - 13:12 Bug #19500 (Closed): t3lib_htmlmail: sending mails produces error "501 Bad address syntax" in mail.log
- After updating to version 4.2.2, some HTML mails did not arrive. Checking the mail.log gives me the error "501 Bad ad...
- 11:53 Bug #19499: Saving of data record too fast results in empty child records
- I did not test it, but can imagine that this leads to problems since the save actions of the TCEforms does not check ...
- 11:42 Bug #19499 (Closed): Saving of data record too fast results in empty child records
- I use the extension rgnewsce which makes use of IRRE.
Now this use case makes great problems:
- I have lots of ... - 10:06 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- There you go:
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<T3DataStructure>
<meta type="array... - 09:31 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Is this issue related to TemplaVoila only or can it be reproduced in "regular" TYPO3 environments as well? Can anybod...
- 09:27 Bug #19498 (Closed): Using imgStart=1 with a single image produces error in "render_textpic"
- The function "render_textpic" checks if there were images found in "imgList" and returns if this list is empty.
It... - 03:51 Bug #19493: If I sort my Buttons in a special order the statusbar floats under the "Disable Rich Text Editor:"-p-Tag
- In which browser(s)?
- 00:41 Feature #18842: String "File/Files" in Fileadmin are hardcoded
- Committed 8505_filelist.diff to trunk in rev. 4349.
- 00:37 Revision 7a47006f: Fixed bug #8505: String File/Files in Fileadmin are hardcoded (thanks to Stefano Kowalke)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4349 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:26 Revision 81c3d068: Fixed bug #8636: Hardcoded labels in Configuration module (thanks to Christopher Stelmaszyk)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4348 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-10-22
- 22:27 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
- I'll do this tomorrow
- 16:41 Bug #19496 (Closed): Flexform sections are not working anymore since script.aculo.us is not loaded
- Due to a change of loading JavaScript resources between TYPO3 4.2.1 and 4.2.2 the script.aculo.us JavaScript framewor...
- 19:57 Bug #19490: RTE uses JScodeLibArray to insert CSS
- Committed to branch TYPO3_4-2 (revision 4347).
- 05:13 Bug #19490: RTE uses JScodeLibArray to insert CSS
- This attached patch will use $GLOBALS['TSFE']->additionalHeaderData when available and adds additionalHeaderData arra...
- 19:52 Revision 022947de: Fixed bug #9613: RTE uses JScodeLibArray to insert CSS
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4347 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:23 Feature #19495: memory waste with locallang
- Hi Franz,
did you test/profile this? Current there's a reference "&$labelValue" used that points to the accordant ... - 13:51 Feature #19495 (Closed): memory waste with locallang
- If you load a locallang in an extension into the $LOCAL_LANG, then you can see, when no utf8 is used, that all defaul...
- 18:50 Bug #16949: Absolute links are made relative which breaks link
- excactly the same problem here. workaround works but that's not very nice. is this bug ever gonna fixed?
- 18:22 Bug #19433: HTML tags are removed in RTE content
- This is not a htmlArea RTE issue. Saving text works fine in standard content elements. Also, the problem exist the sa...
- 18:12 Feature #19497 (Closed): Integrate possibility to extend TCEforms palettes easily
- The t3lib_extMgm API provides methods to add new fields to a table. However, there is no easy possibility to add fiel...
- 16:39 Bug #18855: Wrong JavaScript inclusion in t3lib_TCEforms
- The inclusion of scriptaculous should stay where it is.
But, additionally, when flexform sections are rendered/requi... - 15:31 Bug #18855: Wrong JavaScript inclusion in t3lib_TCEforms
- Hi Olli,
---------------------------------------------------------------------
$this->loadJavascriptLib('contrib/... - 16:25 Revision 9afdbbec: Updated htmlArea RTE version to 1.7.7 for TYPO3 4.2.3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4346 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:12 Bug #16688: Script doesn't answer when having list of links in text-element in Firefox 2.0
- Fixed in TYPO3core trunk and TYPO3_4-2 (for inclusion in TYPO3 4.2.3).
- 16:10 Bug #17008: Script hangs by editing in Firefox Browser 2.0
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4344) and trunk (revision 4345).
- 16:09 Revision dd60bda4: Fixed bug #5019: htmlARea RTE hangs while editing link in Firefox
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4345 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:08 Revision 198790f5: Fixed bug #5019: htmlARea RTE hangs while editing link in Firefox
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4344 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:21 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- +1 for importance. It makes section containers almost unusable and on one of our websites relies heavily on this feat...
- 12:31 Bug #19494 (Closed): Missing function SELECTmmQuery
- we have
INSERTquery,UPDATEquery,DELETEquery,SELECTquery but no SELECT_mm_query
Having this would it make much mor... - 11:15 Bug #19493 (Closed): If I sort my Buttons in a special order the statusbar floats under the "Disable Rich Text Editor:"-p-Tag
- If I sort my buttons like this (it was copied from the manual):
RTE.default.toolbarOrder = blockstylelabel, blocksty... - 11:03 Feature #19489 (Closed): Conf option for forgoten password and md5
- I save md5 passwords without using kb_md5fepw and it would be nice to have a TS conf option to force md5 password for...
- 04:44 Bug #19464: Return URL: Double Encoded characters cause server error
- Christian, to reproduce:
Go to "Filelist"
** This works **
right click on folder and select "New"
** this... - 04:35 Bug #18689: Cannot upgrade from 4.1.6 to 4.2.0 due to error
- the Patch from Michael Stucki seems to work fine on typo 4.2.2 !
- 00:11 Feature #19491: Move frontend editing to a system extension
- Added v3 of the patch (third time is the charm!) that checks for valid frontendEdit instances in a couple additional ...
2008-10-21
- 20:39 Feature #19491: Move frontend editing to a system extension
- Added v2 of the patch which includes some non-functional cleanups.
- 16:43 Feature #19491 (Closed): Move frontend editing to a system extension
- As a first step toward improved frontend editing in TYPO3 4.3, we should move the existing frontend editing ino a sys...
- 17:21 Bug #19485: Frontend Editing does not work anymore
- Committed to SVN:
* TYPO3_4-2 (rev. 4342)
* Trunk (rev. 4343) - 16:38 Bug #19485: Frontend Editing does not work anymore
- Thanks Olly! Works for me.
- 10:51 Bug #19485 (Closed): Frontend Editing does not work anymore
- Due to a change of loading JavaScript libraries in the back-end by a commond handler function, the front-end editing ...
- 17:20 Revision e9b02469: Fixed bug #9608: Frontend Editing does not work anymore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4343 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:19 Revision 1a116975: Fixed bug #9608: Frontend Editing does not work anymore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4342 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:16 Bug #19456: Form validation script jsfunc.validateform.js sometimes fails in IE
- Committed to SVN:
* TYPO3_4-1 (rev. 4339)
* TYPO3_4-2 (rev. 4340)
* Trunk (rev. 4341) - 17:15 Revision 3bbb20a1: Fixed bug #9553: Form validation script jsfunc.validateform.js sometimes fails in IE (thanks to Vladimir Podkovanov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4341 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:15 Revision 891a09b4: Fixed bug #9553: Form validation script jsfunc.validateform.js sometimes fails in IE (thanks to Vladimir Podkovanov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4340 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:13 Revision 0d97ebd0: Fixed bug #9553: Form validation script jsfunc.validateform.js sometimes fails in IE (thanks to Vladimir Podkovanov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4339 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:00 Bug #19492 (Closed): can move record into its own subtree in draft
- page can be moved into its own subtree in custom workspaces and draft mode. the placeholder will be created at destin...
- 16:45 Feature #19399: Add the ability of including external files to includeJS/getFileName
- I'll second that request. Would be nice for including code hosted by Google e.g.
- 16:43 Bug #19490: RTE uses JScodeLibArray to insert CSS
- The "$GLOBALS['SOBE']->doc->JScodeLibArray['rtehtmlarea-contentCSS']" was introduced in issue #9516 and commited to S...
- 16:24 Bug #19490 (Closed): RTE uses JScodeLibArray to insert CSS
- In tx_rtehtmlarea_base, the RTE uses $GLOBALS['SOBE']->doc->JScodeLibArray to insert CSS into the page header. This ...
- 16:07 Bug #15054: Gremlin: Insufficient email validation
- Just to make sure potential synergy isn't lost:
http://forge.typo3.org/repositories/entry/package-flow3/trunk/Classe... - 15:19 Bug #19482: hook in tslib_fe::contentStrReplace isn't flexible enough
- $this is accessible
- 14:53 Feature #19466: use native filter_functions for validate and sanitize
- Committed to SVN Trunk (rev. 4321) by Dmitry
- 14:33 Bug #19412: Enhance debug information with SQL data
- Committed to SVN (by Dmitry):
* Trunk (rev. 4322)
* TYPO3_4-2 (rev. 4325) - 14:07 Bug #19488: class.t3lib_htmlmail.php brings a two semicolon in mail-header
- already fixed in trunk
#0009523 - 13:37 Bug #19488 (Closed): class.t3lib_htmlmail.php brings a two semicolon in mail-header
- Since ver. 4.2.2 I have two semicolon in a line of the mail-header in multipart-mails.
This line in received mails ... - 14:00 Feature #19054: hook before_render a single field in tceforms
- Committed to SVN Trunk (rev. 3933) by Dmitry
- 12:47 Bug #19274: Editors can´t undelete records in history
- also in 4.2.2
Would be nice to fix - or don't offer to recover deleted content to editors... - 12:29 Bug #19487 (Closed): PHP Warning: tslib_fe::include() [<a href='function.include'>function.include</a>]: Failed opening ...
- Sometimes I get this warning:
apache2: PHP Warning: tslib_fe::include(/var/www/site.ext/typo3conf/temp_CACHED_ps5... - 01:16 Bug #16688: Script doesn't answer when having list of links in text-element in Firefox 2.0
- Indeed, I think that the patch attached to issue #5019 fixes also this issue.
- 00:56 Bug #19471: The manual says that the default value for 'showStatusBar' is 0 - but the default is 1
- Ok, I added a note on the property. The htmlrea RTE manual was updated in trunk (revision 4338) and TYPO3_4-2 (revisi...
- 00:52 Revision 53c73650: Updated htmlArea RTE manual
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4338 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:49 Revision 17f39509: Updated htmlArea RTE manual
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4337 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-10-20
- 23:57 Bug #17008: Script hangs by editing in Firefox Browser 2.0
- Please try the attached patch for branch TYPO3_4-2 or trunk.
Note: After applying the patch, you need to delete al... - 20:05 Bug #17008: Script hangs by editing in Firefox Browser 2.0
- ok. I was able to repoduce this. It seems to happen if you hold a key down within a link for sometime.
- 18:23 Bug #17008: Script hangs by editing in Firefox Browser 2.0
- Strange. There must be some other condition because I cannot reproduce this issue with FF3.0.3 and TYPO3 4.2.2.
- 14:18 Bug #17008: Script hangs by editing in Firefox Browser 2.0
- TYPO3 4.2.2, HTMLArea 1.7.6 has the same bug.
- 13:58 Bug #17008: Script hangs by editing in Firefox Browser 2.0
- I can confirm the issue for Firefox 3.0.3 / Windows with:
TYPO3 4.1.7, HTMLArea 1.5.6
TYPO3 4.2.1, HTMLArea 1.7.5... - 22:48 Feature #19427: Make the caches in TYPO3 use the new caching framework
- committed to trunk (rev. 4336)
- 22:39 Revision 03af4620: Added feature 9505: Make the caches in TYPO3 use the new caching framework
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4336 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:10 Bug #19356: After some weeks with no problems a Typo3 website hangs up with a 'Cannot access protected property' error in the frontend
- Hello again,
as I found out, this problems seems to be caused by a special PHP optimizer that my hoster was runnin... - 18:34 Bug #19386: multilanguage tt_content disappears from page module
- Set the following option into your User/Group TSConfig or the Page TSConfig.
mod.web_layout.defLangBinding = 1
... - 18:11 Bug #19471: The manual says that the default value for 'showStatusBar' is 0 - but the default is 1
- So in two of three configurations the value is not the default.
=> You should mention that in the manual. - 05:12 Bug #19471: The manual says that the default value for 'showStatusBar' is 0 - but the default is 1
- Well, the default is really 0. So, if you use the "Minimal" default configuration, the status bar is not present. How...
- 15:28 Revision df79a71b: Cleanup: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4335 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:26 Bug #18270: cannot clear extension's FE cache from Backend
- The fix was to clearify the caching behaviour and all side-effects in by adding comments to the code.
- 14:33 Bug #19483 (Closed): alternativeSortingField does not work for other languages
- If you build a TMENU with an alternativeSortingField-entry, in the default language, the sort-order is right. if you ...
- 14:30 Bug #19433: HTML tags are removed in RTE content
- Sorry for delay. I have installed TV and RTE. I create page content (text) in Rich Text Editor and then problem appea...
- 05:17 Bug #19433: HTML tags are removed in RTE content
- I cannot address this issue without more information. The RTE transformation seems to be broken by some extension or ...
- 14:29 Revision 7210fb90: Cleanup: Removed GPLv3 release of extJS from typo3/contrib/extJS/
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4334 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:59 Bug #16688: Script doesn't answer when having list of links in text-element in Firefox 2.0
- I think this may be related to http://bugs.typo3.org/view.php?id=5019
- 12:40 Revision 276ff8fb: minor cleanup of singleton handling
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4333 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:34 Revision d743ff22: Follow-up on feature #8899: Rename "options.fileTree.uploadFieldsInLinkBrowser" to "options.folderTree.uploadFieldsInLinkBrowser" (patch by Steffen Kamper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4332 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:43 Revision 9e31f0ba: Fixed bug #9398: Labels in Module User Administration are hardcoded
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4331 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:21 Bug #19369: Ordered list numbering only posible from 1 to 9
- Do you still have this issue? Maybe a css issue? Is RTE.default.contentCSS the same file as in the frontend?
2008-10-19
- 18:45 Revision 73983732: Fixed Bug 8564: Result of t3lib_BEfunc::getProcessedValue is hardcoded and therefore cannot be translated, credits Christopher Stelmaszyk
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4330 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:27 Bug #19437: RTE doesn't work properly anymore
- Duplicate of #19423, will be fixed in TYPO3 4.2.3
- 15:24 Bug #19447: Folder icons in filelist file tree don't get skinned anymore
- Fixed in TYPO3_4-2 and Trunk.
- 15:23 Revision 0e1058ce: Fixed bug #9535: Folder icons in filelist file tree don't get skinned anymore (patch by Francois Suter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4329 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:22 Revision 87c6ef19: Fixed bug #9535: Folder icons in filelist file tree don't get skinned anymore (patch by Francois Suter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4328 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:35 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- Fixed in TYPO3 4.2.3 (rev. 4326) and Trunk (rev. 4327).
- 14:33 Revision 350edd60: Fixed bug #9497: Edit in Rich Text Editor - Button does not work anymore in Web>Page (patch by Oliver Hader)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4327 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:33 Revision dc1d4983: Fixed bug #9497: Edit in Rich Text Editor - Button does not work anymore in Web>Page (patch by Oliver Hader)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4326 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-10-18
- 22:01 Feature #19472: Integrate sys_actions into toolbar
- today was November :-)
i attached a patch which integrates the sysactions in the toolbar - 16:25 Feature #19472: Integrate sys_actions into toolbar
- should be not a complicate task, i did this with extdeveval too.
I can do this task in November. - 19:20 Revision a87e467f: Fixed bug #9480: Bug/cleanup: Enhance debug information with SQL data
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4325 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:28 Bug #19482 (Closed): hook in tslib_fe::contentStrReplace isn't flexible enough
- The Hook in tslib_fe::contentStrReplace uses an array with $search and $replace which is good for simple replace like...
- 13:58 Revision 2ba8b035: Fixed bug #9402: Create a common_locallang-file
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4324 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:52 Revision 1f48ab3c: Converted spaces to tabs in t3lib/t3lib_db.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4323 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:47 Revision d8a0023c: Fixed bug #9480: Enhance debug information with SQL data
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4322 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:31 Bug #19441: class.t3lib_htmlmail.php produces null headers in HTML messages
- Committed to SVN (by Dmitry):
* TYPO3_4-2 (rev. 4309)
* Trunk (rev. 4308)
2008-10-17
- 21:27 Bug #19223: Redirect type does not redirect when HTTP referrer is an external site
- I don't know why but this bug seems to be a feature...
There is a check that the referer is equal to the site befo... - 19:57 Bug #19481 (Closed): Number of search results is not correct. (Related Issue: #16693)
- The described Solution has not been commited to the source code of the extension. (pi1/class.tx_indexed_search.php)
... - 17:34 Bug #19461: translation do not follow parent when cut'n'paste
- no ideas ?
- 16:08 Bug #19480 (Closed): Frontend Edit Panel is not compatible with subdomains and RealURL
- - Install TYPO3 as a subdomain, e.g., http://www.domain.tld/subdomain
- Map a domain, e.g., http://www.somewhere.com... - 15:09 Bug #19479 (Closed): Enable Caching "USER" instead of "USER_INT"
- Felogin is a extension which is used often in the right column of every page. Because the extension is not cached, th...
- 14:37 Bug #19478: Editing BE user: Password field shows "undefined" instead of stars
- I've seen, it has been reported already. This can be closed. Sorry.
- 14:32 Bug #19478 (Closed): Editing BE user: Password field shows "undefined" instead of stars
- When editing a BE user account (from list view or from admin module) it always shows "undefined" instead of stars aft...
- 13:50 Bug #19477 (Closed): RTE does not work in IRRE subelements
- When using RTE (htmalrea) in IRRE subelements RTE just shows that it is loading (forever). So it is not possible to u...
- 13:47 Bug #19476 (Closed): "New record" allows to create records from hidden tables
- Logically if table is hidden, creation should not be allowed either.
The following code in typo3/class.db_list.inc... - 13:40 Bug #19475 (Closed): t3lib/thumbs.php can't convert some png's
- I have some png's (one attached) where thumbs.php didn't show a thumbnail in the backend.
Imagemagick debian versi... - 13:14 Feature #19474 (Closed): Workspaces should be displayed in a dropdown field instead of a selector box
- The workspace selector is currently using a lot of space of the backend toolbar. Suggestion is to display them simila...
- 13:10 Feature #19473 (Closed): Extract workspace GUI into a system extension
- Functionality which is not needed on a system should allow to be disabled.
(issue imported from #M9592) - 13:06 Feature #19472 (Closed): Integrate sys_actions into toolbar
- TYPO3 provides a feature to create presets of tasks that can be done. Examples for this are:
- create new BE user
-... - 13:05 Bug #19471 (Closed): The manual says that the default value for 'showStatusBar' is 0 - but the default is 1
- Link for the manual:
http://typo3.org/documentation/document-library/extension-manuals/rtehtmlarea/1.4.4/view/4/4/
... - 11:59 Bug #19469: Missing right scrollbars for main-column
- the issue has been resolved after another "full cache clear" and re-login!
sorry for wasting your time :-)
- 10:23 Bug #19469 (Closed): Missing right scrollbars for main-column
- Missing scrollbars:
Scrollbars missing in Typo3 4.2.2 while using latest Firefox 3.0.3 release on Windows. The Bug d... - 11:46 Bug #19470: Cannot disable helptext for user-administration interface
- I'll correct: The issue appears on any tca-table interface in backend which is able to show detailed help-texts (f.e....
- 10:26 Bug #19470 (Closed): Cannot disable helptext for user-administration interface
- I was unable to disable the detailed helptext for user-administration interface. The setting responsible for detailed...
- 11:19 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- I can confirm that this problem still exits in TYPO3 4.2.2 an TemplaVoila 3.1.6 and 3.1.7.
It's not a browser probl... - 10:52 Bug #16579: Shorcut mode "First subpage" in multilanguage sites doesn't work correctly
- Mmmh, the generated urls are not located in the same context, especially when you use realurl, but also when simulate...
- 10:47 Bug #18623: class.t3lib_exec.php prevents extension to work under PHP hardening
- Yes but as explained in comment 0022032 by Michiel, is_executable still always return FALSE when given a symbolic lin...
- 10:02 Bug #18623: class.t3lib_exec.php prevents extension to work under PHP hardening
- Wouldn't realpath() solve the problem? I.e....
- 10:40 Revision 0ccc6e9e: Fixed bug #9575: use native filter_functions for validate and sanitize
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4321 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:53 Bug #19424: Check for extension updates always warns about changes
- 4.2: rev 4320
4.3-alpha1: rev 4319 - 09:49 Revision 499e9c63: Fixed bug #9498: Bug: EM "Check for extension updates" always warns about changes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4320 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:43 Revision 2bfc8e3e: Fixed wrong date
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4319 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:40 Revision c99ac20f: Fixed bug #9498: Bug: EM "Check for extension updates" always warns about changes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4318 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-10-16
- 21:53 Feature #19283: page cache is not influenced by tt_content.starttime/endtime
- another try:
i removed the hook and the sql-query and reduced this patch that it only reacts on
$GLOBALS['TSFE'... - 21:53 Feature #19455: htmlArea RTE: allow to gzip RTE scripts
- Did some further tests with this. Will drop the patch as I can observe no significant difference. In fact, it gets sl...
- 18:49 Bug #19424: Check for extension updates always warns about changes
- Confirmed. Thanks for the fix!
Attached a new version that applies to trunk and 4.2 - 18:10 Bug #19444: Filelist Bug
- Duplicate of #15682, already fixed in 4.2.2 and trunk. Will not be fixed in 4.1 as its not security related.
Pleas... - 17:48 Bug #19457: globalString don't work any more?
- The problem is that GP:L=* also matches if L (or some other param) is not set at all. That is a side effect of #18878.
- 17:11 Revision 0a3b8677: make t3lib_svbase abstract and remove unused references to T3_VAR
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4317 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:49 Bug #19468 (Closed): clean up t3lib_exec
- use PHP5 function static declaration
use static member variables instead of globals
reformat according to CGL
... - 16:32 Bug #19463: Additional condition required to check SSL status in class.t3lib_div.php
- Thanks. Patch works.
- 10:32 Bug #19463: Additional condition required to check SSL status in class.t3lib_div.php
- Added a patch. Please test.
- 13:58 Bug #19434: Always date 01.01.1970
- It is in Text-Elements, when you check the "date"-Box.
We changed nothing in TypoScript, it is an out-of-the-box ins... - 13:06 Bug #17713: addQueryString.exclude with an empty query string causes &= url parameter
- I propose a different solution which does not require the cHash parameter to be excluded explicitely, see attached pa...
- 12:51 Bug #19467 (Closed): limit to language not effective in list module
- according to http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/1.0.0/view/1/4/ ,
"... - 11:04 Bug #19464: Return URL: Double Encoded characters cause server error
- Please give a procedure on how to reproduce.
- 04:19 Bug #19464 (Closed): Return URL: Double Encoded characters cause server error
- On our RedHat server, double encoded characters in the return url cause a server error 500.
The forward slash cha... - 10:51 Feature #19466 (Closed): use native filter_functions for validate and sanitize
- Since PHP 5.2 the filter_functions are built-in.
This gives the opportunity to use this native functions as they a... - 10:07 Feature #19465 (Closed): Configuration enhancement for indexed_search
- For a client project i needed some more advanced Configuration of the output of indexed_search.
This was not possibl... - 04:21 Bug #17331: New Subcategory Returns Service Unavailable
- Double Encoding:
I think it has to do that the return url has double encoded characters, instead of HEX encoded: ie ...
2008-10-15
- 20:51 Bug #19463 (Closed): Additional condition required to check SSL status in class.t3lib_div.php
- PHP-Server variable $_SERVER['HTTPS'] returns 'ON' in caps.
Therefore an additional condition should be added to cla... - 20:28 Feature #19458: onChange has no effect
- Upon further examination, it looks like "onChange" has no effect in regular forms either - it only works in flexforms...
- 18:32 Bug #15966: template::getTabMenu doubles ampersands
- problem is still in version 4.2.2 ... please commit the patch
- 16:47 Bug #19462 (Closed): rtehtmlarea 1.7.6 in Function "edit in RTE" not work
- Firefox 2.0.0.17 and IE 7
PHP Version 5.2.5
Its work in the fuktion Edit Content
but in the Function "edit in RT... - 16:21 Bug #19461 (Closed): translation do not follow parent when cut'n'paste
- On a page page, whan I have a tt_content and it's translation.
I want to cut'n'paste the default content element o... - 16:01 Feature #19460 (Rejected): filename of images or other media in content elements or any other link to fileadmin missing path
- When adding images or any other file from the fileadmin to an element, record, plugin or page via the backend it is i...
- 14:04 Feature #17154: Suggesting TS configurable Return-Path, from_mail and from_name for mailforms
- Thank you for this patch! =;o)
Best!
Arnd - 11:19 Bug #19459 (Closed): index or counter in GMENU not working like in TMENU (count_HMENU_MENUOBJ)
- I would like to use JoHs tip in typo3.english from 08. Jun 2006:
try something like this:
NO {
allWrap.cObj... - 11:06 Bug #17298: Frontend preview and simulate time is buggy
- Isn't in 4.2.2 and not in the actual trunk of v4.
Can someone apply this for the next release / tag? - 01:37 Bug #19456: Form validation script jsfunc.validateform.js sometimes fails in IE
- have upload new patch fixing others vars there too
- 00:25 Revision 3c5bc66f: small style correction
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4316 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-10-14
- 20:58 Feature #19458 (Closed): onChange has no effect
- This can be aimed for 4.3
"onChange" => "reload" is a directive commonly used in Flexforms, where a change in fiel... - 20:54 Bug #17963: Warning not pointing to correct field
- I don't think this bug applies anymore, so it can be closed.
- 19:36 Bug #18855: Wrong JavaScript inclusion in t3lib_TCEforms
- The fix of the introduced bug will be handled in issue #19423
- 19:32 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- Duplicate.
- 19:25 Revision a6abc6d8: #9520: add a scheme to support singletons with t3lib_div::makeInstance
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4315 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:37 Bug #19425: Titles of content columns in classic page module doesn't take into account backend charset
- Fixed in 4.1, 4.2 and trunk (4.3),
- 18:35 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- I'm a real newbie, but how do I apply the patch?
- 18:00 Revision affeadfa: #9501: Titles of content columns in classic page module doesn't take into account backend charset
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4314 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:52 Revision 5233feb9: git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4313 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:03 Revision 900b320a: Added NEWS about feature #9400 (enables to have specific HTTP status codes)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4312 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:02 Revision c017a591: git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4311 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:57 Feature #19361: Integrate jb_status_code in the TYPO3 core
- Commited to trunk (rev. 4310).
- 14:52 Revision 7ee0d558: enables to have specific HTTP status codes on a sys_domain record when doing a redirect (new field sys_domain.redirectHttpStatusCode)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4310 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:16 Revision df8a75c9: Fixed bug #9523: class.t3lib_htmlmail.php produces null headers in HTML messages
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4309 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:15 Revision 14b7b0ac: Fixed bug #9523: class.t3lib_htmlmail.php produces null headers in HTML messages
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4308 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:40 Bug #19457 (Closed): globalString don't work any more?
- http://www.typo3.net/forum/list/list_post//82741/
As I have heard from different persons globalString don't work a... - 08:34 Bug #19456 (Closed): Form validation script jsfunc.validateform.js sometimes fails in IE
- Script jsfunc.validateform.js uses varible "a" without declaration. And if html page has an element with id="a" it ca...
2008-10-13
- 17:25 Feature #19455 (Closed): htmlArea RTE: allow to gzip RTE scripts
- Use extension gzip, if installed, to compress htmlArea RTE's JS scripts in gzip format.
(issue imported from #M9546) - 17:13 Feature #17732: css changes for the t3skin
- The patch was rejected on the mailing list. Please close the entry...
- 16:13 Bug #19454 (Closed): don`t know whots happening
- in install tool when i want to compare database i have
:
Warning: mysql_fetch_assoc(): supplied argument is not a v... - 15:21 Bug #19453 (Closed): double quote in t3lib_htmlmail produce error while sending mail
- since 4.2.2 the class t3lib_htmlmail contains the following line (line 716):
$returnPath = (strlen($this->returnPa... - 13:50 Bug #19452: RTE broken in 4.2.2
- Seems to be a duplicate of 0009497 and thus can be closed.
- 13:34 Bug #19452 (Closed): RTE broken in 4.2.2
- RTE doesn't work if it is opened by the "Edit in Rich Text Editor"-link. Javascript error message is 'TBE_EDITOR' no...
- 11:24 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- In TYPO3 4.2.2 the problem still exists. But: I can't not even drag any elements - when I move mouse arrow above the ...
- 10:45 Feature #19446: substituteMarkerArrayCached is too strict for older extensions
- commited to trunk (rev. 4307)
- 10:43 Revision fec44714: Fixed issue #9533: Made substituteMarkerArrayCached not so strict. Still with type hinting, but also allowing the null (uninitialized var) to be passed (to prevent several older extensions to break).
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4307 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:55 Feature #19451 (Closed): Translation handling: display a short hint why: "Could not fetch translation status"
- if you are an unexperienced typo3 user and the error message "Could not fetch translation status" appears when fetch...
2008-10-12
- 16:50 Feature #19450 (Closed): More flexible editpanel permission
- The permission check for rendering/using an editpanel in the frontend for logged in backend users depends on the BE u...
- 12:25 Bug #19449 (Closed): TCEFORM.tt_content.imageorient.types.image.removeItems has some flaws
- Problem:
If you shift around the order of the select list for tt_content.imageorient a bit to have the 'Left' option...
2008-10-11
- 17:59 Bug #19448 (Closed): typolink not transformed nor rendered correctly with multiple class names in class parameter
- If an <a> tag has more than one class name on its class attribute in the RTE, the class attribute is incorrectly tran...
- 00:37 Bug #19447: Folder icons in filelist file tree don't get skinned anymore
- Works fine, thanks!
2008-10-10
- 23:58 Bug #19447 (Closed): Folder icons in filelist file tree don't get skinned anymore
- In version 4.2.2 and trunk, the folders it the file tree of the File > List module don't get properly skinned anymore...
- 22:22 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- I can only add my voice to that. The patch works real fine. I hope you can submit the patch to the core list soon. An...
- 10:37 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- Thank you for the patch. It works perfectly.
- 18:33 Revision 4e9ef5d5: Added feature #7970: htmlARea RTE: fontstyle and fontsize should not use deprecated font tag
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4306 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:12 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- yes, it is the same problem (the order of loading .js files and the TS object not istantiated)
- 16:26 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- Maybe same as #19423 ?
- 12:25 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- could it be it is because jsfunc.evalfield.js is loaded in the main page header, and jsfunc.tbe_editor.js in the sub...
- 12:19 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- yes i found it...:
function typoSetup () {
this.passwordDummy = '********';
this.decimalSign = '.';
}
var TS... - 12:08 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- is defined in jsfunc.tbe_editor.js
- 11:29 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- yes the problem is that TS.decimalSign undefined...
- 11:25 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- is seems that that TS.decimalSign variable is undefined .. where does it come from?
- 11:18 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- it seems the bug is in line 172 of jsfunc.evalfield.js
theVal=this.parseInt(this.noSpace(theVal))+TS.decimalSign+d... - 10:46 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- i confirm this bug!
(on common decimal fields!!!)
- 14:45 Feature #19446 (Closed): substituteMarkerArrayCached is too strict for older extensions
- Many extensions using substituteMarkerArrayCached will fail in 4.3 as the function changed. All arguments has to be a...
- 10:50 Feature #19409: Add support for OpenID authentication to TYPO3
- The second version of the patch adds support for TYPO3 installations in subdirectories.
- 10:36 Bug #19445 (Closed): URLs in TYPO3 confirmation emails are broken and should be changed
- .....It is really an issue for regular users, they just click and the link is incorrect. It is cut just after the fol...
- 09:52 Bug #19406: Failed to load magic database
- 4.2.3: rev 4305
4.3-alpha1: rev 4304 - 09:51 Revision 1dfafd53: Fixed bug #9469: Failed to load magic database
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4305 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:49 Revision bef31dc3: Fixed bug #9469: Failed to load magic database
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4304 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:42 Bug #19440: t3lib_BEfunc::BEenableFields generates invalid SQL
- 4.1.7: rev 4303
4.2.3: rev 4302
4.3-alpha1: rev 4301 - 09:41 Revision 8a8f5c11: Fixed bug #9522: t3lib_BEfunc::BEenableFields generates invalid SQL
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4303 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:38 Revision f5dceefb: Fixed bug #9522: t3lib_BEfunc::BEenableFields generates invalid SQL
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4302 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:37 Revision 8bc3afbf: Fixed bug #9522: t3lib_BEfunc::BEenableFields generates invalid SQL
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4301 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:42 Bug #16123: Accessibility and font-size selector in RTE
- With patch attached to issue #7970, the RTE will use span tag with style attribute in all browsers for fontstyle and ...
- 07:11 Bug #19433: HTML tags are removed in RTE content
- @Bartosz: what type of content element are you editing? And is the content correct in the database?
2008-10-09
- 16:10 Bug #18042: Selected value of select field not shown in TCEforms
- The patch is against Typo3 4.2.1
- 16:07 Bug #18042: Selected value of select field not shown in TCEforms
- The problem lies in class.t3lib_transferdata.php:423(function renderRecord_selectProc)
// Add regular elements... - 13:22 Bug #19444 (Closed): Filelist Bug
- We wanted to keep directory names short and thus created two directories:
0
1
Funny thing is, Typo3 stopped listin... - 13:09 Feature #19443 (New): Localization of IRRE-children for n:m relations with useCombination=1
- related to #0006087
Is it planned to extend the localization feature of IRRE for n:m relations in useCombination=1... - 12:25 Bug #19442 (Closed): When inserting prices in tx_commerce the input is always transformed into NaN##
- jsfunc.js seems to interpret prices incorrect.
Examples:
122.00 is transferred into "NaN00"
1888.12 is transferr... - 12:06 Bug #19441: class.t3lib_htmlmail.php produces null headers in HTML messages
- BTW, patch should be applied to trunk too
- 11:56 Bug #19441: class.t3lib_htmlmail.php produces null headers in HTML messages
- Bug was introducted by http://bugs.typo3.org/view.php?id=8199 which was merged into patch http://bugs.typo3.org/view....
- 11:36 Bug #19441: class.t3lib_htmlmail.php produces null headers in HTML messages
- Just to make things clear, by "additional semicolon" I really mean that it outputs 2 semicolons instead of a single o...
- 11:04 Bug #19441 (Closed): class.t3lib_htmlmail.php produces null headers in HTML messages
- When sending a multi-part message in MIME format, the 4.2.2 version of class.t3lib_htmlmail.php outputs an additional...
- 11:28 Bug #19431: Created value not checked against evalfunc
- sure oliver ;-)
- db tables user and adress
- relation in user table to adress by adr_id -> TCA:
"adr_id" => A... - 10:46 Bug #19433: HTML tags are removed in RTE content
- I removed everything from Page TSConfig, problem still appears. More information about my server enviroment (maybe it...
- 05:45 Bug #19433: HTML tags are removed in RTE content
- I can confirm the bug for all Flexible Content Elements using the RTE. As we did not update TYPO3 or the RTE since th...
- 10:45 Feature #19419: Content in generated page or editing is messed up
- No, if you compare the two file, you can notice that some text and tags are missing from the provided content.
For e... - 10:16 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- Thanks for that patch. It works quite fine with TYPO3 4.2.2 environments.
- 00:36 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- Thanks for your feedback. I'm going to put the patches on the Core List tomorrow.
The changes for the "TS" thingy wi... - 00:21 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- Thanks for that quick patch
- 09:33 Bug #19440 (Closed): t3lib_BEfunc::BEenableFields generates invalid SQL
- If there are not enable fields for the table, this function will generate " AND " string, which is invalid SQL.
(... - 08:44 Bug #19437: RTE doesn't work properly anymore
- Seems to be the same thing:
pencil ok, "edit in RTE" not ok... - 00:39 Bug #19437: RTE doesn't work properly anymore
- If you're talking about the RTE fullscreen mode, you can find patches for TYPO3 4.2.2 and Trunk in issue #19423
- 01:52 Feature #19032: Custom colors in TYPO3Color like old SelectColor extension
- Committed to SVN TYPO3core trunk (revision 4300) for inclusion in TYPO3 4.3.
- 01:43 Feature #19032: Custom colors in TYPO3Color like old SelectColor extension
- Patch attached to issue #7875 will also add the field to enter a specific color number.
- 01:50 Revision 37760977: Added feature #7875: Coloured text is created using font-tag instead of span in IE
- Added feature #8847: Custom colors in TYPO3Color like old SelectColor extension
git-svn-id: https://svn.typo3.org/TY... - 00:42 Feature #19439: htmlArea RTE: factor out some functions dealing with inline elements
- Committed to SVN TYPO3core trunk (revision 4299).
- 00:42 Bug #19434: Always date 01.01.1970
- What kind of content element are you talking about?
Did you modify your TypoScript? If so, please paste the accordan... - 00:41 Revision ff92ea79: Added feature #9521: htmlArea RTE: factor out some functions dealing with inline elements
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4299 709f56b5-9817-0410-a4d7-c38de5d9e867
Also available in: Atom