Activity
From 2008-12-23 to 2009-01-21
2009-01-21
- 23:20 Bug #19810: Broken fe_adminLib.inc
- patch works here
- 23:19 Bug #19883: timout after backend login in 4.2.4
- The cookies for the backend must be cleared. Then it works.
- 22:59 Bug #19883 (Closed): timout after backend login in 4.2.4
- Each time when I have logged into the backend, I am logged out immediately and get:
------------------------------... - 23:08 Bug #19884 (Closed): the icons for clearing of caches disappear in 4.2.4
- The icons to clear the caches are shown only one second, then they disappear.
Tested in IE 6. Somethings seems to ov... - 22:48 Bug #19867: DB session records are only created when users authenticate
- Hotfixes added, please test!
(*_trunk.diff is for subversion trunk only) - 21:56 Bug #19867: DB session records are only created when users authenticate
- So it's currently unclear; both solution have their pros and cons.
I hereby unassign this issue. I don't want to s... - 21:55 Bug #19867: DB session records are only created when users authenticate
- for the urgent reason i would say:
* use #1 for now to have a fix.
* work on an alternative way like #2 without hurry - 21:30 Bug #19867: DB session records are only created when users authenticate
- I'm not too happy about storing _every_ anonymous session into the database. This could lead to a serious performance...
- 20:47 Bug #19867: DB session records are only created when users authenticate
- i tend to #2, but i think there must be a garbage collection as this can raise data a lot, especially the anonymous s...
- 20:27 Bug #19867: DB session records are only created when users authenticate
- There is no patch so far, just a workarround that reverts the session fixation fix.
- 19:23 Bug #19867: DB session records are only created when users authenticate
- i see this patch as very urgent. The releases are not working and new release has to come very soon.
Does this patch... - 17:45 Bug #19867: DB session records are only created when users authenticate
- WORKAROUND:
comment out / remove this part in t3lib/class.t3lib_userauth.php:
"|| !$this->isExistingSessionRecord... - 15:12 Bug #19867: DB session records are only created when users authenticate
- Just a note:
this bug/topic is important - I upgraded to Typo3 4.0.10, 4.1.8 and 4.2.4 (several installations on sev... - 12:59 Bug #19867: DB session records are only created when users authenticate
- Uploaded a simple script to test&reproduce the problem. The following TS should be added to the site TS to see it in ...
- 12:56 Bug #19867: DB session records are only created when users authenticate
- #2
- 09:58 Bug #19867: DB session records are only created when users authenticate
- Solution 2 seems more consistent.Obviously session ids need to be preserved once the user is logged in.
- 22:31 Feature #19868: Provide some proof-of-concept unit tests for the TYPO3 core
- Hi Olly,
great, many thanks!
Would be nice to release the svn version of phpunit. - 22:17 Feature #19868 (Closed): Provide some proof-of-concept unit tests for the TYPO3 core
- This is only about getting some unit tests for the core to run at all as a first step.
In order for the tests to r... - 22:30 Bug #19880: Patch 10146 in Version 4.2.4 does not work for me. None of the FE Sessions are beeing kept
- All versions of tt_products do not work in latest TYPO3 4.3 from svn and also not in 4.2.4. The basket is always emp...
- 20:18 Bug #19880: Patch 10146 in Version 4.2.4 does not work for me. None of the FE Sessions are beeing kept
- I confirm, Powermail is broken with 4.2.4. Same thing with ext:Commerce. Rolled-back to 4.2.3
- 18:51 Bug #19880: Patch 10146 in Version 4.2.4 does not work for me. None of the FE Sessions are beeing kept
- BTW: Powermail is not working with 4.2.4 because of patch 10146.
- 16:59 Bug #19880 (Closed): Patch 10146 in Version 4.2.4 does not work for me. None of the FE Sessions are beeing kept
- if (!$id || !$this->isExistingSessionRecord($id)) {
// New random session-$id is made
$id = substr(md5(... - 21:59 Bug #18867: Enhance page modul
- why are you creating diffs against 4.2? We can't include it there anymore, just create patches against trunk, that'll...
- 14:49 Bug #18867: Enhance page modul
- uploaded version 3 for TYPO3 4.2.4
- 21:17 Bug #19881: For fixing bug #19828 the function str_ireplace was introduced, which does not exist in PHP4
- Committed to 4.1 (revision 4813)
- 20:28 Bug #19881: For fixing bug #19828 the function str_ireplace was introduced, which does not exist in PHP4
- thx for the fast fix!
- 20:10 Bug #19881 (Closed): For fixing bug #19828 the function str_ireplace was introduced, which does not exist in PHP4
- Problem:
While fixing the bug #19828 the function str_ireplace was introduced which does not exist in PHP4.
Solut... - 21:15 Revision e2149e12: #10218: For fixing bug #10143 the function str_ireplace was introduced, which does not exist in PHP4
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4813 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:47 Bug #19879: after upgrade from 4.1.7 to 4.1.8 feusers and beusers have to clear there cookie cache before they can login
- will be fixed with a #19867 bugfix
- 16:51 Bug #19879 (Closed): after upgrade from 4.1.7 to 4.1.8 feusers and beusers have to clear there cookie cache before they can login
- We upgraded several sites to the new versions 4.1.8 and 4.2.4
And we habe the problem that after the upgrade the fro... - 20:25 Feature #19882: htmlArea RTE: Clean up unused localization files
- Committed to SVN TYPO3core trunk (revision 4812).
- 20:14 Feature #19882 (Closed): htmlArea RTE: Clean up unused localization files
- The RTE configuration script requires every plugin to have a locallang.xml file, even if it not really used.
The a... - 20:24 Revision 8129d4a9: Added feature #10219: htmlArea RTE: Clean up unused localization files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4812 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:39 Bug #19877: md5's second argument is only valid for PHP5
- committed to 4_0 and 4_1 (rev 4810,4811)
- 11:52 Bug #19877: md5's second argument is only valid for PHP5
- confirmed
md5's 2nd parameter was introduced in PHP5
workarround use md5() with single argument, wrapped by pack - 11:31 Bug #19877 (Closed): md5's second argument is only valid for PHP5
- After upgrading 4.1.7 to 4.1.8 I get the following in the PHP error log:
apache2: PHP Warning: Wrong parameter c... - 19:37 Revision 2b26206c: Fixed bug #10214: md5's second argument is only valid for PHP5 (thanks to Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4811 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:37 Revision 19f3d15f: Fixed bug #10214: md5's second argument is only valid for PHP5 (thanks to Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@4810 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:42 Bug #17349: Bad line in French localization file for indexed search
- tt_news page browser is also affected with an english transaction in place of the French transaction, though it may b...
- 18:22 Bug #17349: Bad line in French localization file for indexed search
- This issue still exists and remains unfixed in the main trunck although it has been reported since monthes and how to...
- 17:31 Bug #19223: Redirect type does not redirect when HTTP referrer is an external site
- Worked fine for me, thanks.
- 16:16 Feature #19859: htmlArea RTE: Enable the RTE in Opera 9.62+
- The attached follow-up patch was committed to trunk (revision 4809) in order to update the RTE About info.
- 16:14 Revision 00a4723a: Follow-up to #10195: htmlArea RTE: Update RTE about info
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4809 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:04 Revision a2ebc681: * adapted the views
- 14:50 Bug #19839: Javascript Error while navigating in menus section (msie4 is undefined)
- Could you please specify which type of menu you have used? Anything from static_templates, or did you make your own t...
- 14:47 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
- Latest patch is against 4.2.4 and includes my file integrity patch.
- 14:13 Feature #19674: Add Hook to ClearCacheMenu
- Steffen committed this one to trunk rev. 4714.
- 12:53 Bug #19875: Missing files in sysext install
- confirmed
typo3/sysext/install/mod/class.tx_install_eid.php
and
typo3/sysext/install/mod/install.js
are missing - 11:22 Bug #19875 (Closed): Missing files in sysext install
- In the latest Trunkrevision (r4806) - the regeneration of the EncryptionKey is broken.
I get this Error:
Line: 20... - 12:47 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- it does not seem so.
tx for the patch!
- 10:35 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Is this patch included in the release 4.2.4 now?
- 12:32 Revision 6424e37b: * adapted the request and response objects
- * adapted the controller hierarchy
* removed dependencies to \F3\PHP6\Functions::
* renamed dispatcher to meet politi... - 11:43 Bug #19878 (Closed): RELEASE_NOTES.txt for 4.2.3 and 4.2.4 has the content of the 4.1 RELEASE_NOTES.txt
- Within the RELEASE_NOTES.txt for 4.2.3 and 4.2.4 is the content of the 4.1 RELEASE_NOTES.txt. Maybe this file should ...
- 11:39 Bug #19876: TYPO3 4.0.10 problems in PHP4
- Could you please check the bugtracker first for an existing ticket covering your issue, before you create a new one?
- 11:28 Bug #19876 (Closed): TYPO3 4.0.10 problems in PHP4
- After upgrading 4.0.9 to 4.0.10 I get the following in the PHP error log:
PHP Parse error: parse error, unexpecte... - 11:17 Bug #19874 (Closed): Typo3 4.1.8: fe_session_data regression due to session fixation (bug 10146)
- In bug 10146 (which I cannot access, but is referenced in the changelog), session fixation has been fixed, so that a ...
- 10:18 Bug #19873: Admin tools > User Admin icons point to wrong user in Opera browser
- Please move to category TYPO3 Core > BE User Interface
Sorry for the newb mistake... - 10:16 Bug #19873 (Closed): Admin tools > User Admin icons point to wrong user in Opera browser
- In the BE user admin the icons used to edit, hide or switch to a certain BE user are mapped wrong. Only the upper edg...
- 10:14 Bug #19871: t3lib_div breaks on PHP4
- fixed in 4.0.11 and 4.1.9
- 09:44 Bug #19871 (Closed): t3lib_div breaks on PHP4
- Line 1381 says:
public static function generateRandomBytes($count) {
which is PHP5. It should be
function ge... - 10:14 Bug #19870: TYPO3 4.1.8: Call to undefined function: str_ireplace() using PHP 4.x.x
- fixed in 4.0.11 and 4.1.9
- 09:09 Bug #19870 (Closed): TYPO3 4.1.8: Call to undefined function: str_ireplace() using PHP 4.x.x
- called in class.tslib_content.php on line 5508
str_ireplace() has been introduced in PHP 5, thus it will result in... - 10:02 Bug #19872: icons in useradmin point to wrong user in opera browser
- This bugreport is not complete and has been filed under the wrong project/category, please close this report. I will ...
- 09:48 Bug #19872 (Closed): icons in useradmin point to wrong user in opera browser
- When clicking the edit icon in the backend useradmin the user below the current user is opened instead of the current...
- 10:01 Bug #19866: PHP error due to "public static" keywords in PHP4 in t3lib_div::generateRandomBytes()
- fixed in 4.0.11 and 4.1.9
- 09:59 Revision 874ab616: Fixed bug #10204: PHP error due to "public static" keywords in PHP4 in t3lib_div::generateRandomBytes() (thanks to Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@4808 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:58 Revision e7c9eb63: Fixed bug #10204: PHP error due to "public static" keywords in PHP4 in t3lib_div::generateRandomBytes() (thanks to Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4807 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:09 Bug #19707: IE jumps down to last RTE input
- The attached patches for trunk and branch TYPO3 _4-2 fix the issue in IE7, FF3, Safari 3 and Opera 9.62. Focus will b...
- 04:54 Bug #18413: List view fault in backend Element Browser popup
- Confirmed this behavior for 4.1-branch, but this issue is not reproducible with 4.2-branch (rev. 4806) anymore.
Se... - 04:31 Bug #18142: colPos gets overwritten by colPos value of a copy/pasted content element when sorting in web > list
- Resolved as a duplicate of #14873, it describes the exact same issue.
- 04:25 Bug #17679: List view and custom layout Labels
- Confirmed.
This is still true in trunk rev 4806 (4.3-dev). - 04:18 Bug #17668: force charset does not work in mass editing
- Is anyone able to confirm a charset issue in multi record edit mode in current versions?
Are there any other open ... - 04:11 Bug #17637: db_list looses pointer parameter in returnUrl after editing a record
- This has been fixed by Kasper in svn revision 2631.
- 04:06 Bug #17549: Usability: after editing WS versions, go back to the previously showed list view
- Confirmed.
This is still valid in current trunk (rev 4608). - 03:56 Feature #17547: Issue with Multilanguage-Pages and Content-Elements enabled for "All" languages
- Confirmed:
All content elements set to Language = [All] are not shown in the default page module.
Is there any TS... - 03:12 Bug #16898: Filelist module: Max. Title Length doesn't work
- This issue is resolved with solved #18999: The "Max. Title Length:" value from User->Setup is poperly used in the fi...
- 02:45 Bug #16620: Some backend problems - mainly disappearing content
- Resolved this issue with "no change required". The issue description is not exact and descriptive enough to gain any ...
- 02:38 Bug #16305: Getting "undefined" in "more options..." values, when editing several content elements at the same time
- Set issue to "unable to reproduce".
This issue has probably been solved somewhere between 4.0 and 4.1.8. I was una... - 02:22 Bug #15958: copy/paste in Clipbord in List module
- This is still true in current trunk (rev. 4806):
Copy / Cut in the clickmenu of an item in the list module doesn't... - 02:14 Feature #15482: titleLen (used in t3lib_div::is not settable
- Resolved this issue as a duplicate of #18999.
Please open a new issue with proper description if we missed something. - 01:58 Bug #14578: DB record disappears when language != default and Localization-View enabled
- This is fixed at least since 4.2:
If localization-view is enabled in Web->List, a element will still be displayed ... - 01:42 Bug #19605: disabled images in RTE still leave the toolbar button
- Regarding trunk, the image button will show up only if enableImages is set.
But, as stated in the manual, this sho... - 01:39 Feature #15092: Same options at top of page (edit content) as in list (e.g. permissions, copy, paste, ...)
- I don't think a change is required in this case:
The suggested screenshot replicates most of the icons that are al... - 01:20 Bug #15702: Multiple item clipboard x doesn't remove item
- Resolved as "unable to reproduce":
Removal of single items from the clipboard works fine in current trunk (rev 4806). - 01:00 Bug #15299: class.db_list_extra::makeControl() renders broken edit icon in custom DB Lists
- This is solved.
The requested change has been done long ago, all editOnClick calls include the backPath at least s... - 00:29 Bug #14873: CE jumps from right to normal when moved in list mode
- This is still confirmed in current trunk, rev. 4806 (4.3-dev).
2009-01-20
- 23:36 Feature #19869: htmlArea RTE: Allow to hide any button
- Committed to SVN TYPO3core trunk (revision 4806).
- 23:27 Feature #19869 (Closed): htmlArea RTE: Allow to hide any button
- Currently buttons undo, redo and about cannot be hidden and are always shown.
The attached patch removes this cons... - 23:35 Revision edba7999: Added feature #10206: htmlArea RTE: Allow to hide any button
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4806 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:28 Revision 60c3feff: * some minor renaming (package -> extension)
- 23:20 Bug #19867: DB session records are only created when users authenticate
- There are two possible solutions:
- let method isExistingSessionRecord() check both tables fe_sessions/be_sessions... - 22:40 Bug #19867 (Closed): DB session records are only created when users authenticate
- Functions $GLOBALS["TSFE"]->fe_user->getKey() or $GLOBALS["TSFE"]->fe_user->setKey() allow to bind data to a user's s...
- 22:31 Revision 04c3b614: * added common extension files
- * some general clean up (FLOW3 related comments etc.)
* first hands on dispatcher, request, and response - 22:11 Bug #18655: Page tree not expanded
- The issue itself is resolved, no change required.
Database compare is a documented TODO after a major TYPO3 update... - 21:55 Bug #18917: How Did You Get Here? (Please Report!!)
- Resolved this issue after half a year with no feedback as a duplicate of #18769.
Please reopen if this still happe... - 21:40 Bug #18893: wide by default doesn't exist in TYPO3 4.2.0 any more
- Resolved as duplicate of #19650 which is currently pending in core list. Please test.
- 21:40 Bug #18144: setup.override.edit_wideDocument=1 ignored
- Resolved as duplicate of #19650 which is currently pending in core list. Please test.
- 21:16 Bug #19865: RTE doesn't load when using more than 1 section in TV
- Please upload an extension that allows to reproduce this issue.
- 18:32 Bug #19865 (Closed): RTE doesn't load when using more than 1 section in TV
- Did the changes from 0008232 go into core? It didn't work for 4.2.2, but it was supposed to be fixed for 4.2.3, but w...
- 21:13 Bug #19681: RTE.default.showButtons = * makes copying/pasting/cut with ctrl-c, ctrl-x, ctrl-v impossible in Fx 3.0.x
- I just re-tested this issue with latest 4.2 branch (4.2.4) and with trunk. I could not reproduce the described behavi...
- 21:07 Revision aa27a7e9: * renamed the dispatcher to lowercase
- * restructured folders inside extmvc
- 21:06 Revision 8468b57a: * renamed the dispatcher to make it lowercase in the next commit
- 21:05 Bug #17913: page tree in BE cannot be expanded/collapsed
- After no feedback for half a year this issue is now set to resolved, no change required.
The issue was probably re... - 20:46 Bug #19166: t3lib_befunc::getNoRecordTitle dies with fatal error if $LANG is not instantiated
- With current trunk (r4805) $LANG is initialized in init.php. This was changed with #19328. So this issue is solved, r...
- 19:57 Bug #19660: Second page of results in list-module with ordering flaw
- I redid this patch and came up with a new version that doesn't need additional db queries.
Please test and give fe... - 19:00 Bug #19866 (Closed): PHP error due to "public static" keywords in PHP4 in t3lib_div::generateRandomBytes()
- This is a followup to #0010154.
For PHP4 (TYPO3 4-0 & 4-1) "public static" keywords must be omitted.
(issue ... - 17:29 Bug #19864: Duplicate cHash Values
- Patch is in the core list
- 16:01 Bug #19864 (Closed): Duplicate cHash Values
- After a discussion on the english list (see thread 'Duplicate cHash values'), it is clear that this is a bug.
Basica... - 16:52 Revision 9f33a26b: Updating version number to 4.2.5-dev after release of 4.2.4
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4805 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:44 Revision 9c93e85d: Tagging TYPO3 4.2.4
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-2-4@4804 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:44 Revision 630dcf40: Release of TYPO3 4.2.4
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4803 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:37 Revision f0abc319: * renamed classes
- * reverted namespace changes made in FLOW3 (still all class names must prefixed by hand with TX_EXTMVC_...)
- 16:35 Revision 130d9e2b: Updating version number to 4.1.9-dev after release of 4.1.8
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4802 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:10 Revision d4590c0d: Updating version number to 4.0.11-dev after release of 4.0.10
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@4801 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:01 Revision 35c330c6: * Initial import (copied and renamed files from FLOW3)
- 15:02 Bug #17876: Sorting of child records is inverted on moving parent record to different page
- I can confirm that on Version 4.1.7
- 15:01 Bug #19597: Incorrect validation of allowed class in RTE transformation
- Committed to SVN TYPO3core trunk and TYPO3_4-2 (for inclusion in 4.2.4).
- 14:47 Revision 922bf1ab: Tagging TYPO3 4.0.10
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-0-10@4800 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:47 Revision 1c52c6d7: Release of TYPO3 4.0.10
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@4799 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:34 Revision e4d2a6b3: Update ext_emconf.php in all system extensions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@4798 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:35 Revision e6cd6617: Tagging TYPO3 4.1.8
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-1-8@4797 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:35 Revision 6b86d812: Release of TYPO3 4.1.8
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4796 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:25 Revision a6d6621f: Fixed bug #9774: Incorrect validation of allowed classes in RTE transformation
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4795 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:21 Revision 2f6483f7: Fixed Bug #9774: Incorrect validation of allowed classes in RTE transformation
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4794 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:12 Bug #19831: Session fixation vulnerability in user authentication
- Committed to 4.0, 4.1, 4.2 and trunk.
- 13:11 Bug #19838: XSS vulnerability in workspace module
- Committed to 4.0, 4.1, 4.2 and trunk.
- 13:10 Revision cf7ddae3: Fixed bug #10159: XSS vulnerability in workspace module
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4793 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:10 Revision 99a9ba29: Fixed bug #10159: XSS vulnerability in workspace module
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@4792 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:07 Revision 9e9fda93: Fixed bug #10159: XSS vulnerability in workspace module
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4791 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:05 Revision efde6b69: Fixed bug #10159: XSS vulnerability in workspace module
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4790 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:03 Bug #19545: Moving page in WS will hide it from editors due to missing access settings of placeholder
- fixed in 4.2.4 and trunk
- 13:01 Revision 021459a1: Fixed bug #9705: Moving page in WS will hide it from editors due to missing access settings of placeholder (thanks to Franz-Xaver Koch and Michael Stucki)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4789 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:00 Revision 59daae34: Fixed bug #9705: Moving page in WS will hide it from editors due to missing access settings of placeholder (thanks to Franz-Xaver Koch and Michael Stucki)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4788 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:48 Bug #19828: spamProtectEmailAddresses_atSubst does not work correctly if linktext contains email address with uppercase charachters
- committed to trunk, 4_2 and 4_1
- 12:32 Revision 8cd423da: Fixed bug #10146: Session fixation vulnerability in user authentication
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@4787 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:30 Bug #19834: Weak encryption key generation vulnerability in sysext install
- fixed in 4.0.10, 4.1.8, 4.2.4, and trunk
- 01:44 Bug #19834: Weak encryption key generation vulnerability in sysext install
- added _v4 patches for 4-0 and 4-1 as _v3 ones didn't apply properly - no functionality changes!
- 00:04 Bug #19834: Weak encryption key generation vulnerability in sysext install
- upload reworked patches, use patches with the _v3 suffix for the commit!!
- 12:28 Revision 71ab2e48: Fixed bug #10146: Session fixation vulnerability in user authentication
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4786 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:27 Revision 9ed0a0fa: Fixed bug #10154: Weak encryption key generation vulnerability in sysext install (thanks to the TYPO3 Security Team, and especially Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4785 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:22 Revision 3f02b80b: git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4784 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:20 Revision 7d1a1d9d: Fixed bug #10154: Weak encryption key generation vulnerability in sysext install (thanks to the TYPO3 Security Team, and especially Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4783 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:17 Bug #19370: "Do"-Dropdown doesn't respect current user's rights and is not localized
- added most recent patch from RFC
- 12:15 Revision 655446da: version number increased due to security fixes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@4782 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:15 Revision 1a6ef4b0: version number increased due to security fixes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4781 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:14 Revision 2f4e4837: Fixed bug #10146: Session fixation vulnerability in user authentication
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4780 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:14 Bug #17271: cli_dispatch.phpsh will not run on CGI API
- I've overworked the patch and resent it to core list.
- 12:13 Revision 440b89b9: Fixed bug #10154: Weak encryption key generation vulnerability in sysext install (thanks to the TYPO3 Security Team, and especially Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4779 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:05 Revision 2ff12b5f: Fixed bug #10154: Weak encryption key generation vulnerability in sysext install (thanks to the TYPO3 Security Team, and especially Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@4778 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:54 Revision 7553569d: Fixed bug #10186: Time shifting (again) in datetime fields (followup to Bug #8746)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4777 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:45 Bug #19821: Command execution in sysext indexed_search
- fixed in 4.0.10, 4.1.8, 4.2.4, and trunk
- 11:44 Revision 4bc6ef9d: Fixed bug #10133: Command execution in sysext indexed_search (thanks to the TYPO3 Security Team and especially Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4776 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:43 Revision b10c3d0f: Fixed bug #10133: Command execution in sysext indexed_search (thanks to the TYPO3 Security Team and especially Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4775 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:43 Revision 3f105a70: Fixed bug #10133: Command execution in sysext indexed_search (thanks to the TYPO3 Security Team and especially Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4774 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:42 Revision 776b9819: Fixed bug #10133: Command execution in sysext indexed_search (thanks to the TYPO3 Security Team and especially Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@4773 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:38 Bug #19855: datetime evaluation again buggy in TYPO3 4.2.4-dev
- Committed to the 4.2 branch.
- 11:36 Revision 49fbd989: Fixed bug #10186: Time shifting (again) in datetime fields (followup to Bug #8746)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4772 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:33 Bug #19822: XSS vulnerability in sysext indexed_search
- fixed in 4.0.10, 4.1.8, 4.2.4, and trunk
- 11:31 Revision 819b7f02: Fixed bug #10134: XSS vulnerability in sysext indexed_search (thanks to the TYPO3 Security Team and especially Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4771 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:28 Revision 4b643b78: Fixed bug #10134: XSS vulnerability in sysext indexed_search (thanks to the TYPO3 Security Team and especially Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4770 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:26 Revision a0d72cf0: updated changelog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4769 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:26 Revision 7422f752: updated changelog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@4768 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:23 Revision daffeec7: Fixed bug #10134: XSS vulnerability in sysext indexed_search (thanks to the TYPO3 Security Team and especially Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4767 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:21 Bug #19862: Show level links only once if no related records and $config[appearence][levelLinksPosition] = both
- appended a new patch (bug_10199_v2.diff )
changed !=0 to > 0 - 01:02 Bug #19862 (Closed): Show level links only once if no related records and $config[appearence][levelLinksPosition] = both
- Top and bottom level links are shown one below the other if there are no related records. This is pretty senseless, o...
- 11:18 Revision 7191d8bd: Fixed bug #10134: XSS vulnerability in sysext indexed_search (thanks to the TYPO3 Security Team and especially Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@4766 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:10 Bug #19827: XSS vulnerability in sysext adodb
- has been fixed in 4.0, 4.1, 4.2, and trunk
- 11:03 Bug #19863 (Closed): Javascript Error while navigating in menus section (msie4 is undefined)
- we are using 4.2.3 version in the server. In this, when we are navigating through the menus in the website generated ...
- 10:53 Bug #19461: translation do not follow parent when cut'n'paste
- Hi françois.
Could we consider that the main bug is 0000539
and switch discussion there ? - 10:45 Bug #19701: Missing license statement for famfamfam icon usage
- comitted to SVN
- 10:43 Revision 63a018e6: Added missing license statement for using the "Silk" icon set of Mark James according to Creative Commons Attribution 2.5
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4765 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:41 Revision aa95c7bc: updated document version
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4764 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:37 Revision b7edeb1a: Added missing license statement for using the "Silk" icon set of Mark James according to Creative Commons Attribution 2.5
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4763 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:33 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- You're right! I stumpled over this in a customers project which still runs on 4.2.2.
The issue concering the missing... - 10:23 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- hey tobias,
maybe you were working with TYPO3 4.2.2?
I guess, there was a bug (http://bugs.typo3.org/view.php?i... - 10:29 Revision e931f58c: added .buildpath to svn:ignore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@4762 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:36 Revision 61203751: Updated htmlArea RTE version to 1.8.1 for TYPO3 4.3.0 alpha2
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4761 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:21 Revision 46d5a2ec: Fixed bug #9935: htmlArea RTE: enableWordClean on paste does not work when hidden button is not in toolbar
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4760 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:16 Revision e9ca25b2: Fixed bug #9935: htmlArea RTE: enableWordClean on paste does not work when hidden button is not in toolbar
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4759 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:40 Feature #19851: htmlArea RTE: Move status bar to plugin
- Follow-up patch correcting configuration glitches in script class.tx_rtehtmlarea_statusbar.php was committed as revis...
- 02:37 Revision 5fc331d5: Follow-up to #10181: htmlArea RTE: Move status bar to plugin
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4758 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:02 Feature #16012: Move the target attribute and other non-standard html tags to compatability mode
- Is this still open? I'd love to see this feature implemented!
2009-01-19
- 20:28 Bug #19861: htmlArea RTE: Missing XCLASS inclusion
- Committed to SVN TYPO3core trunk (revision 4757).
- 20:21 Bug #19861 (Closed): htmlArea RTE: Missing XCLASS inclusion
- Script class.tx_rtehtmlarea_pi1.php is missing XCLASS include.
(issue imported from #M10197) - 20:27 Revision 063664e9: Fixed bug #10197: htmlArea RTE: Missing XCLASS inclusion in class.tx_rtehtmlarea_pi1.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4757 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:08 Feature #19860: htmlArea RTE: Remove extension configuration variable enableClickEnlarge
- Committed to SVN TYPO3core trunk (revision 4756).
- 19:57 Feature #19860 (Closed): htmlArea RTE: Remove extension configuration variable enableClickEnlarge
- This configuration variable is not needed. Extension configuration may therefore be simplified.
Like any other pro... - 20:07 Revision ebcdf534: Added feature #10196: htmlArea RTE: Remove extension configuration variable enableClickEnlarge
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4756 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:36 Bug #19855: datetime evaluation again buggy in TYPO3 4.2.4-dev
- I was able to reproduce the problem. Will try to find a fix ASAP.
- 12:07 Bug #19855: datetime evaluation again buggy in TYPO3 4.2.4-dev
- FYI: The described behaviour occurs with AND without the extension date2cal installed.
- 11:43 Bug #19855 (Closed): datetime evaluation again buggy in TYPO3 4.2.4-dev
- This is a bug report for TYPO3 4.2.4-dev
I know there has been a lot of discussion and fixes around the timezone p... - 18:33 Feature #19859: htmlArea RTE: Enable the RTE in Opera 9.62+
- Committed to SVN TYPO3core trunk (revision 4755).
- 18:24 Feature #19859 (Closed): htmlArea RTE: Enable the RTE in Opera 9.62+
- As of version 9.62, Opera has fixed most bugs in editable content features.
(issue imported from #M10195) - 18:33 Revision bb85e317: Added feature #10195: htmlArea RTE: Enable the RTE in Opera 9.62+
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4755 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:30 Bug #19858 (Closed): Call to undefined method t3lib_div::calluserfunc() in class.tslib_fe.php
- Tested with TYPO3 4.3dev Rev. 4754.
When activating the extension "simulatestatic", the frontend crashes with fata... - 14:31 Bug #19461: translation do not follow parent when cut'n'paste
- Indeed, relationship added.
I *do* plan to work on this bug, I just lack the time... - 14:07 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- i tried the patch but it didn't solved the issue for me.
When i try to Drag an dDrop a section the Browser thorws ... - 12:13 Feature #19857 (Closed): ability to disable AJAX relogin polls
- While debugging TYPO3 in a debug-every-request like mode, AJAX polls start a new debug run.
Therefore it should be... - 12:11 Feature #19856 (Closed): Feature wanted: Setting special ATagParams for links to access restricted pages
- Problem: If you want to show links to access restricted pages, be that in bodytext or you might want to inform your u...
- 12:01 Bug #19815: Replace deprecated function calls in sysext indexed_search
- Committed to 4.1, 4.2 and trunk
- 12:01 Revision 317b7c9f: Added forgotten credits to RFC #10125
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4754 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:00 Revision 6c1e5e8b: Added forgotten credits to RFC #10125
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4753 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:59 Revision 7d10d34f: Added forgotten credits to RFC #10125
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4752 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:48 Bug #19854: Backend User Administration, submit button doesn't work with IE
- related to 0009874
- 09:39 Bug #19854 (Closed): Backend User Administration, submit button doesn't work with IE
- When you are in "Compare user settings" mode, the save button has no effect in Internet Explorer, so you can't displa...
- 10:26 Bug #19853: [felogin] redirect doesn't work with return_url
- committed to trunk and 4_2
- 09:39 Bug #19853 (Closed): [felogin] redirect doesn't work with return_url
- When using config.typolinkLinkAccessRestrictedPages the page for redirect is in getVar return_url which is not proces...
- 10:06 Revision 150b702f: added comment for #10183: [felogin] redirect doesn't work with return_url
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4751 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:05 Revision 85cb0b46: added comment for #10183: [felogin] redirect doesn't work with return_url
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4750 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:59 Revision 650b7a8e: Fixed bug #10183: [felogin] redirect doesn't work with return_url
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4749 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:55 Revision efc4b7c7: Fixed bug #10183: [felogin] redirect doesn't work with return_url
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4748 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:11 Bug #19236: htmlareRTE: Click-enlarge not rendered if image is in table
- Closing this issue as there is no reply.
- 08:15 Feature #19852 (Closed): htmlArea RTE: Add support for editing lang attribute
- Allow to assign lang attribute to elements.
1. Two new toolbar elements: language (drop-down list of languages) an... - 07:52 Feature #19851: htmlArea RTE: Move status bar to plugin
- Committed to SVN TYPO3core trunk (revision 4747).
- 06:56 Feature #19851 (Closed): htmlArea RTE: Move status bar to plugin
- Restructure RTE code so as to extract status bar from core JS script and move it to own plugin.
(issue imported f... - 07:51 Revision 66e20c97: Added feature 10181: htmlArea RTE: Move status bar to plugin
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4747 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:09 Bug #19850 (Closed): Print PAGE.headerData before PAGE.includeJS
- It's be a better solution to print the headerData output before the
includeJS files are printed imho - so it would b...
2009-01-18
- 18:55 Bug #25535: On Mac OS the save action should be triggered by Cmd+s
- fixed in the newest release of codemirror (0.60).
this issue will be fixed in the next t3editor release for 4.3b2 - 18:52 Bug #25545: Save and close closes _without_ saving
- fixed in t3editor on forge (trunk: r15791)
i will prepare a patch soon - 18:05 Bug #19822: XSS vulnerability in sysext indexed_search
- patch added for 4-1 up to trunk
all patches are now available
-> ready to be committed - 17:32 Revision d89b7e2e: Cleanup #10125: Replace deprecated function calls in sysext indexed_search
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4746 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:31 Bug #19849 (Closed): sys_action menu doesn't respect hidden and returns empty ul if there are no entries
- sys_action menu doesn't respect hidden and returns empty ul if there are no entries
(issue imported from #M10179) - 17:28 Revision 09b088f7: Cleanup #10125: Replace deprecated function calls in sysext indexed_search
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4745 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:27 Bug #19831: Session fixation vulnerability in user authentication
- adding new patch 10146_trunk_v1.diff which replaces variablename $dbres by $count as requested by Francois
- 16:43 Bug #19848 (Closed): Toolbar menu fails if there are no menu items
- If you install sysactions and you have no sysaction created, the toolbar menu renders an empty li. This causes a JS-e...
- 16:22 Revision 08cd0ee5: Cleanup #10125: Replace deprecated function calls in sysext indexed_search
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4744 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:50 Bug #19847 (Closed): Use extra tab in the backend
- By default the redirect option is placed at the end of the feuser record in the backend. It would be nice to have an ...
- 14:11 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Thanks, Sebastian for finding a solution for this problem! I submitted the patch (icluding the IRRE fix) to the core ...
- 11:46 Bug #19846 (Closed): Multiple calls to deprecated function "fixed_lgd" throughout the core
- The function "fixed_lgd" is deprecated since 4.1 but still used in various places in the core. As we now throw warnin...
2009-01-17
- 21:27 Bug #19845 (Closed): Duplicated values in localconf.php (typo3conf) - compat_version
- I found an annoying "bug" in Install Tool/localconf.php when doing some upgrades (from 4.1.x to 4.2.x, from 4.2.x to ...
- 19:40 Bug #18312: Constants are not correctly substituted on some PHP5 distributions
- Committed to SVN
* TYPO3_4-1 (rev. 4742)
* TYPO3_4-2 (rev. 4743) - 19:38 Revision e6550199: Fixed bug #7677: Constants are not correctly substituted on some PHP5 distributions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4743 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:37 Revision f2382382: Fixed bug #7677: Constants are not correctly substituted on some PHP5 distributions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4742 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:27 Revision 800e4ae4: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4741 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:27 Revision ef188538: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4740 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:26 Revision 0e2be0fe: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4739 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:12 Bug #19844: Wizard for new content elements doesn't respect TCAdefaults
- related to #19382, where the wizard's defVals can be configured by Page TSconfig.
- 11:34 Bug #19844 (Closed): Wizard for new content elements doesn't respect TCAdefaults
- When inserting new content elements via the new content element wizard, there are some fixed defValues set by this wi...
- 11:18 Feature #19790: Support datetime with seconds in BE
- There has been an error in the initial version. Please use _v2
- 10:47 Bug #19841: Backend not usable in Internet Explorer anymore
- I checked with 4_2 and it doesn't occur there, so we can concentrate on changes in trunk. (also the module errors)
- 10:07 Bug #19841: Backend not usable in Internet Explorer anymore
- in my case it says on line '3789' character 7 (IE6 with current trunk - so with applied patch of this BT entry).
A... - 01:10 Bug #19841: Backend not usable in Internet Explorer anymore
- committed patch to trunk.
I let the BT entry open until one left error is fixed as it's not clear if it's related,... - 00:37 Bug #19841: Backend not usable in Internet Explorer anymore
- Uploaded a patch that fixes it for me in IE7 at least. Please test.
- 01:11 Bug #19639: Listview and sorting
- Added Steffens screen shot to #19660 and resolved this issue as duplicate.
- 01:10 Bug #19660: Second page of results in list-module with ordering flaw
- Added Steffens screen shot to illustrate this issue.
- 00:02 Bug #19660: Second page of results in list-module with ordering flaw
- Niels, your latest comment is solved with a new pagination concept in #17225. A patch is currently pending in core li...
- 01:08 Revision 4734adae: Fixed bug #10167: Backend not usable in Internet Explorer anymore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4738 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:41 Bug #19755: IMAGE content element: two fields for entering the image width, none of them saves its content
- I do not think this is a core bug.
Please see attached 10041.png for a screen shot of the default Dimension interf... - 00:31 Bug #19746: Switching to List view from Page view results in a session timeout when TYPO3 is not at website's root
- Resolved as duplicate of #9430.
- 00:11 Bug #19657: no typoscript template found
- Resolved as unreproducible in current trunk.
2009-01-16
- 23:51 Bug #19299: Could not delete directory recursively
- Committed to trunk and 4.2-branch in rev 4737 / 4738 by Steffen Kamper. Thanks.
- 18:50 Bug #19299: Could not delete directory recursively
- Confirmed.
Now pending in core list.
- 23:46 Feature #15818: Enable expand/collapse for tables in the list module
- I will rework / finalize this patch as soon as #17225 (currently pending in core list) is committed.
- 23:44 Feature #19808: List view should have 'collapse' / 'expand' functionality for all list types
- Resolved as duplicate of #15818.
- 23:43 Feature #19808: List view should have 'collapse' / 'expand' functionality for all list types
- This is a duplicate of #15818 which already has a first patch attached.
- 23:22 Bug #18536: Beautify table for BE Log
- This one has been committed by Ingmar on 2008-04-01 in revision 3506 and was released with 4.2.0.
- 23:15 Revision 41b939df: Fixed bug #9307: Remove an obsolete check for disable_exec_function in filelist
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4737 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:13 Revision e8cdd744: Fixed bug #9307: Remove an obsolete check for disable_exec_function in filelist
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4736 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:10 Bug #17244: Backend task center does not work properly
- committed to trunk
- 14:02 Bug #17244: Backend task center does not work properly
- I attached a bugfix and sent it to the core list ...
Waiting for a +1 - 22:45 Revision 7a6299e0: Follow-up to bug #10094: Fixed typing error in t3lib_TCEmain::dbAnalysisStoreExec()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4735 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:27 Bug #16265: Meta keywords,description etc do not show up
- Not a core bug and no feedback for a long time.
- 21:07 Bug #19843: DBAL 0.9.20 crashes TYPO3 4.2.x
- This is directly related to issue #8231, however, I don't know how to set the cross link
- 21:03 Bug #19843 (Closed): DBAL 0.9.20 crashes TYPO3 4.2.x
- When installing dbal on a 4.2.x installation of TYPO3, the backend will crash with a fatal error:
Fatal error: Cal... - 20:55 Bug #18689: Cannot upgrade from 4.1.6 to 4.2.0 due to error
- This seems to be a fundamental misconception in the way DBAL and the installer work together. The error occurs when T...
- 20:10 Bug #18966: PHP Warning, if a sql error occurs - Bug in class t3lib_db function sql_fetch_assoc
- I myself had this error a lot while develop. And - of coarse it doesn't help.
All the time i had to enable sqlDebu... - 18:23 Bug #18966: PHP Warning, if a sql error occurs - Bug in class t3lib_db function sql_fetch_assoc
- DBAL: class ux_t3lib_DB extends t3lib_DB
debug_mysql_db: class ux_t3lib_DB extends t3lib_DB
* Yes, debug_mysql_db... - 17:54 Bug #18966: PHP Warning, if a sql error occurs - Bug in class t3lib_db function sql_fetch_assoc
- A solution would be a proper error handling that also catches these warnings defines a general handling for it. Howev...
- 17:51 Bug #18966: PHP Warning, if a sql error occurs - Bug in class t3lib_db function sql_fetch_assoc
- I just looked into into debug_mysql_db and cannot believe that it's integrated there:
* the mentioned extension over... - 14:31 Bug #18966: PHP Warning, if a sql error occurs - Bug in class t3lib_db function sql_fetch_assoc
- The patch to avoid all this useless PHP error messages has been added now to the extension debug_mysql_db 0.2.1.
Jus... - 19:28 Bug #19836: t3lib/config_default.php textfile_ext should be updated to include xml and other text types
- committed to trunk, 4_2 and 4_1
- 19:26 Revision 2d7c1d79: corrected textfile_ext
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4734 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:25 Revision 4d31b153: Fixed bug #10157: t3lib/config_default.php textfile_ext should be updated to include xml and other text types
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4733 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:24 Revision 8efe68f3: Fixed bug #10157: t3lib/config_default.php textfile_ext should be updated to include xml and other text types
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4732 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:21 Revision e11a850f: Fixed bug #10157: t3lib/config_default.php textfile_ext should be updated to include xml and other text types
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4731 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:16 Bug #19666: Adding T3_SERVICES to configuration modul
- committed v3 to trunk rev 4730
- 19:15 Revision c9086dcb: #9867: Adding T3_SERVICES to configuration modul
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4730 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:09 Bug #19842 (Closed): fileadmin links to files are missing part of path
- This is the same bug as described in issue 0000227. I could not reopen it, thus this report. In the Filelist module, ...
- 17:56 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Hey Sebastian,
thanx again!
I've patched the t3lib/jsfunc.inline.js manually and it works also fine now.
So pl... - 15:16 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Hi Lee,
good to here that it works for you.
As far as i remeber (some webcast from kasper) IRRE and these flexf... - 17:49 Bug #19841: Backend not usable in Internet Explorer anymore
- IE6 is also affected. I just switched the file backend.php back to rev4644 and IE is up and working again. So the bug...
- 17:33 Bug #19841 (Closed): Backend not usable in Internet Explorer anymore
- In Internet Explorer 7 the TYPO3 Backend is not usable anymore due to JavaScript errors. Clicking a module in the lef...
- 16:42 Bug #19840 (Closed): FlexForms: wrong mm-relations after copy and localize
- On copy or localize of a record with a FlexfForm that contains a MM-reference field the resulting record points to w...
- 14:48 Revision 386204a6: Fixed bug #5497: Links in Task Center
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4729 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:58 Bug #19839 (Closed): Javascript Error while navigating in menus section (msie4 is undefined)
- we are using 4.2.3 version in the server. In this, when we are navigating through the menus in the website generated ...
- 09:53 Bug #19766: hide/unhide page causes error when done via the context menu
- committed to trunk and 4_2
- 09:52 Revision 3c109bd9: Fixed bug #10057: hide/unhide page causes error when done via the context menu
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4728 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:50 Revision 56b98d42: Fixed bug #10057: hide/unhide page causes error when done via the context menu
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4727 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:44 Revision a470d29d: Fixed bug #10158: change of url only (com => org)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4726 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:10 Bug #19798: Cannot Load Multiple RTEs via AJAX
- Committed to trunk in r4725.
- 05:07 Revision 61a8059b: Fixed bug #10105: htmlArea RTE: Cannot load multiple RTEs via AJAX
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4725 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:39 Bug #19838: XSS vulnerability in workspace module
- patch added
ready to be committed - 03:34 Bug #19838 (Closed): XSS vulnerability in workspace module
- references TYPO3 Security Team OTRS issue #2008111310000065
Versions:
4.0 up to trunk (4.0, 4.1, 4.2, trunk)
P... - 03:01 Bug #19834: Weak encryption key generation vulnerability in sysext install
- ready to be committed
- 02:59 Bug #19834: Weak encryption key generation vulnerability in sysext install
- added new versions of patches for 4-1 and 4-2:
- registration of AJAX-scripts in ext_localconf.php instead of global... - 02:29 Bug #19834: Weak encryption key generation vulnerability in sysext install
- patch to be applied on 4-0 and 4-1 added (10154.diff)
- 01:34 Bug #19788: RTE broken in TYPO3_4-2 rev. 4670
- As soon as the version of rtehtmlarea gets increased, the tempfiles in typo3conf/rtehtmlarea/ will be regenerated aut...
- 01:27 Bug #19788: RTE broken in TYPO3_4-2 rev. 4670
- ciao Stanis. that worked!
i am sorry this happened to me some years ago... there should me a remind to empty typo3te...
2009-01-15
- 23:58 Bug #19837 (Closed): Credits to coredevs
- in "About TYPO3" i added a section with credits to core team members
(issue imported from #M10158) - 23:17 Feature #18039: Integration of kb_md5fepw into SysExt felogin
- For the moment i suggest instead of md5 the t3sec_saltedpw extension, which support salted md5-hashes and doesn't use...
- 20:40 Feature #18039: Integration of kb_md5fepw into SysExt felogin
- also, #254 is related when it comes to umlauts.
- 23:03 Bug #19836: t3lib/config_default.php textfile_ext should be updated to include xml and other text types
- let's collect editable textfiles first
existing ones:
txt,html,htm,css,inc,tmpl,js,sql,'.PHP_EXTENSIONS_DEFAULT,
... - 22:52 Bug #19836 (Closed): t3lib/config_default.php textfile_ext should be updated to include xml and other text types
- There is a variable textfile_ext that is used to determine if a certain file is editable as text file with the text e...
- 21:42 Feature #18999: list title length fixed to 30 chars
- committed to trunk and 4_2
- 21:41 Revision 3faa1454: corrected date in ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4724 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:40 Revision 80fed136: Fixed bug #8787: titles length in list module (thanks to Stefano Cecere)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4723 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:35 Revision e9bbd4af: Fixed bug #8787: titles length in list module (thanks to Stefano Cecere)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4722 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:41 Bug #14256: special characters in username not checked
- related to #19695, #19695
- 18:34 Feature #19835: Add controller switching for frontend editing
- Added a test extension with an alternate controller that dies as soon as a record is saved in frontend editing.
To... - 18:29 Feature #19835 (Closed): Add controller switching for frontend editing
- The recent frontend editing overhaul for version 4.3 moves the logic of saving records into a controller in t3lib_fro...
- 18:33 Bug #19834: Weak encryption key generation vulnerability in sysext install
- patch added for 4-2
- 18:05 Bug #19834: Weak encryption key generation vulnerability in sysext install
- patch added for trunk
- 18:02 Bug #19834 (Closed): Weak encryption key generation vulnerability in sysext install
- Versions:
4.0 up to trunk (4.0, 4.1, 4.2, trunk)
Problem:
The install tool generates encryption keys with a very... - 16:47 Bug #19768: sysext fe_edit: config.admPanel without effect
- Committed v2 patch to trunk in r4721. Thanks Ralf!
- 16:45 Revision b8be0d64: Fixed bug #10064: config.admPanel has no effect (thanks to Ralf Hettinger)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4721 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:42 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
- Any news?
BTW: The following two typoscript lines are important to render images of tt_content elements in the fro... - 13:27 Bug #19766: hide/unhide page causes error when done via the context menu
- Thanks Steffen, for actively chasing this one.
Looking good by testing the patch on 4.3_alpha1 trunk. - 13:17 Bug #19766: hide/unhide page causes error when done via the context menu
- please try attached patch
- 13:04 Bug #19766: hide/unhide page causes error when done via the context menu
- This bug also happens in 4.2 branch. This should be fixed before 4.2.4 to prevent a critical regression.
- 12:53 Bug #19766: hide/unhide page causes error when done via the context menu
- Yes Uschi, #10148 seems to be the same issue and #10126 is also a duplicate.
So this bug happens for many clickmen... - 08:42 Bug #19766: hide/unhide page causes error when done via the context menu
- I found another context menu related issue which might or might not be connected with this (really annoying) one: htt...
- 12:54 Bug #19816: 404 after drag'n'dropping page in the BE
- Duplicate of #19766
- 12:53 Feature #19833 (Closed): Page TS tree view (show a tree view of pages that have pageTSConfig set)
- Page TS tree view (show a tree view of pages that have pageTSConfig set).
If you go to 'Web -> Template' and click... - 11:19 Bug #18966: PHP Warning, if a sql error occurs - Bug in class t3lib_db function sql_fetch_assoc
- In TYPO3 4.2.3 I get these PHP error lines:
[15-Jan-2009 11:10:43] PHP Warning: mysql_query() [<a href='function.... - 11:07 Feature #19742: [felogin] New Method for "forgotPassword"
- Steffen, I'll have a look at it but I'm not sure yet whether we can do that for 4.2
- 10:48 Bug #19565: Ship optimal TYPO3 configuration by default
- Just remember that mnogosearch may expect certain things set up a bit differently from this config.
I cannot remem... - 10:31 Bug #19565: Ship optimal TYPO3 configuration by default
- Inform users of TYPO3! . .
http://httpd.apache.org/docs/2.2/howto/htaccess.html#when
. . . that reading of .ht... - 10:19 Feature #19809: make pi_wrapInBaseClass wraps configurable
- send as RFC to core list...
- 08:13 Feature #19832 (Accepted): sectionMarker (page anchor) prefix is hardcoded as "c"
- sectionMarker (page anchor) prefix is hardcoded as "c" while it is freely configurable in css styled content.
You ... - 06:14 Bug #19831: Session fixation vulnerability in user authentication
- The first patch is for trunk only as it makes use of newly added function exec_SELECTcountRows(), the other one is fo...
- 05:41 Bug #19831 (Closed): Session fixation vulnerability in user authentication
- references TYPO3 Security Team OTRS issue #2008102610000015
Versions:
4.0 up to trunk (4.0, 4.1, 4.2, trunk)
P... - 01:08 Bug #19830 (Closed): "T3_THIS_LOCATION is not defined" Javascript Error in Element Browser
- there is a javascript error in the Element Browser. Please have a look at the image.
1. open the Element Browser
2.... - 00:36 Bug #19829 (Closed): enable JS-Libs in BE
- after i made a patch for extJS only some problems has been debunked.
* there are 3 libs in contrib that are used: ...
2009-01-14
- 23:55 Bug #19822: XSS vulnerability in sysext indexed_search
- patch added for 4-0 branch
- 12:47 Bug #19822: XSS vulnerability in sysext indexed_search
- Patch will be added until Jan 15, 2009.
- 12:47 Bug #19822 (Closed): XSS vulnerability in sysext indexed_search
- references TYPO3 Security Team OTRS issue #2009010610000014
Versions:
4.0 up to trunk (4.0, 4.1, 4.2, trunk)
P... - 23:46 Bug #19821: Command execution in sysext indexed_search
- patch added (made against trunk)
ready to be committed - 12:38 Bug #19821: Command execution in sysext indexed_search
- Patch will be added until Jan 15, 2009.
- 12:36 Bug #19821 (Closed): Command execution in sysext indexed_search
- references TYPO3 Security Team OTRS issue #2009010510000025
Versions:
4.0 up to trunk (4.0, 4.1, 4.2, trunk)
P... - 23:43 Revision 50f1ff8d: Fixed bug #10140: htmlArea RTE: Alignment of td's and th's in out-of-the-box installation
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4720 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:16 Revision 638b09fa: Fixed bug #10143 spamProtectEmailAddresses_atSubst does not work correctly if linktext contains email address with uppercase charachters (thanks to Helmut Hummel)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4719 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:15 Revision 5da46eb1: Fixed bug #10143 spamProtectEmailAddresses_atSubst does not work correctly if linktext contains email address with uppercase charachters (thanks to Helmut Hummel)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4718 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:14 Revision e0dde924: Fixed bug #10143 spamProtectEmailAddresses_atSubst does not work correctly if linktext contains email address with uppercase charachters (thanks to Helmut Hummel)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4717 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:09 Bug #19826: htmlArea RTE: Alignment of td's and th's in out-of-the-box installation
- Committed to SVN TYPO3core trunk (revision 4716) and branch TYPO3_4-2 (revision 4720).
- 17:48 Bug #19826 (Closed): htmlArea RTE: Alignment of td's and th's in out-of-the-box installation
- In EXT:rtehtmlarea/res/contentcss/default.css the selectors to align text in table cells (th and td) are missing. T...
- 21:08 Revision 4859d1cf: Fixed bug #10140: htmlArea RTE: Alignment of td's and th's in out-of-the-box installation
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4716 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:33 Bug #19828 (Closed): spamProtectEmailAddresses_atSubst does not work correctly if linktext contains email address with uppercase charachters
- Problem:
Consider the following testcase:
10 = TEXT
10.value = John@doe.com
10.typolink.parameter = john@doe.... - 20:01 Bug #19827: XSS vulnerability in sysext adodb
- ready to be committed
- 19:57 Bug #19827 (Closed): XSS vulnerability in sysext adodb
- references TYPO3 Security Team OTRS issue #2009010510000016
Versions:
4.0 up to trunk (4.0, 4.1, 4.2, trunk) wher... - 19:58 Bug #19287: missing index for deleting outdated session data in fe_session_data
- I've found the same problem while trying to optimize the performance of a new website i'm working on, fe_session_data...
- 19:47 Feature #19824: htmlArea RTE: add Clear RTE cache option to BE Clear cache menu
- Committed to SVN TYPO3core trunk (revision 4715).
- 17:12 Feature #19824 (Closed): htmlArea RTE: add Clear RTE cache option to BE Clear cache menu
- Clear RTE cache option will be added to the BE Clear cache menu.
The option is always enabled when the user is Adm... - 19:46 Revision 2de78e58: Added feature #10138: htmlArea RTE: add Clear RTE cache option to BE Clear cache menu
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4715 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:30 Bug #19810: Broken fe_adminLib.inc
- here is a fix.
The question: how does this happen? $this->dataArr is initialized as array and only overwritten by GP... - 19:29 Bug #19648: BE module configuration does not properly consider TYPO3_MODE
- I guess, issue can then be set to resolved.
- 19:16 Feature #19807: Remove/protect adodb testfiles
- Committed to 4-1 (r4713), 4-2 (r4711) and trunk (r4712).
- 19:06 Revision f1afbfc5: Fixed bug #9885: Add Hook to ClearCacheMenu
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4714 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:27 Bug #19825 (Closed): Draft: Error: No Template found!
- Hallo!
Ich muss zugeben, dass ich noch relativ neu in der Arbeit mit Typo3 bin, habe aber meine ersten Seiten fert... - 15:09 Revision 5ab7786d: Fixed bug #10116: Remove/protect adodb testfiles
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4713 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:05 Revision d06fc85f: Fixed bug #10116: Remove/protect adodb testfiles
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4712 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:03 Revision e61d7b97: Fixed bug #10116: Remove/protect adodb testfiles
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4711 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:35 Revision 8809a2c3: Fixed bug #10120: Add .buildpath to svn:ignore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4710 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:18 Bug #19823 (Closed): tslib_pibase page browser may hurt search engines by the incorrect "Next" link
- If there are only X pages and user somehow* goes to X+1, than page browser shows "Next" link active and this creates ...
- 12:25 Bug #19815: Replace deprecated function calls in sysext indexed_search
- modified patch added. (made against trunk)
- 11:32 Bug #19820 (Closed): Use TYPO3 encryption key in initial state of random byte generation
- Function t3lib_div::generateRandomBytes() (fallback for OS windows) could be improved when using TYPO3's encryption k...
2009-01-13
- 23:20 Bug #19816: 404 after drag'n'dropping page in the BE
- Further observation: This bug is imo affecting all clickmenu objects in backend - their onclick action url seems to b...
- 22:31 Bug #19816: 404 after drag'n'dropping page in the BE
- I can confirm that bug for current 4.3 trunk
- 18:23 Bug #19816 (Closed): 404 after drag'n'dropping page in the BE
- 1. In the page tree, drag a page icon over another icon.
2. In the menu, select "move to behind".
Expected result... - 22:37 Bug #19759: Move t3lib_tceforms_fe into its own file
- Committed v3 patch to trunk in r4709.
- 22:33 Revision a1f5b340: Fixed bug #10046: Move t3lib_tceforms_fe into its own file
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4709 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:17 Bug #19819 (Closed): Date/time handling with negative timestamps
- in TCA Forms with Dates < 2-1-1970 shows wrong Date
perhaps a timezone error.
The list view shows the right date.
... - 21:53 Bug #19818 (Closed): JavaScript error upon login
- When Help>About is uninstalled, the following JavaScript error happens during login:...
- 21:51 Bug #18479: Javascript error message
- Feedback was not provided for over 4 months
- 18:36 Bug #19817 (Closed): htmlArea RTE: let option+SPACE insert a non-breaking space for MAC users
- OPTION+SPACE on MAC will insert a non-breaking space, just as CTRL+SPACE already does on non-MAC systems.
(issue ... - 17:32 Bug #19815: Replace deprecated function calls in sysext indexed_search
- Patch attached. (made against trunk)
- 17:30 Bug #19815 (Closed): Replace deprecated function calls in sysext indexed_search
- Sysext indexed_search uses function calls to deprecated t3lib_div::fixed_lgd(). (deprecated since TYPO3 v4.1)
Patc... - 15:51 Bug #19814 (Closed): Backend search (/typo3/db_list.php): search_levels GP var
- The searchbar (backend-search-menu: the one in the top right of the backend interface) only allow backend users to se...
- 15:34 Bug #19813 (Closed): loadJavascriptLib needs second param to be unique
- When using the function loadJavascriptLib in BE, the unique-check is done with the path.
This may be insufficient.... - 14:57 Bug #19812 (Closed): New template-function to add extJS inline code
- When using extJS you may need inline-Code that should be wrapped with
Ext.onReady(function() {
...
});
The pa... - 13:42 Bug #19811: Add .buildpath to svn:ignore
- Also added .TemporaryItems (created by Zend Studio 6.2)
- 13:41 Bug #19811: Add .buildpath to svn:ignore
- This happens with Ganymede (PDT-build) and SVNKit
- 12:58 Bug #19811 (Closed): Add .buildpath to svn:ignore
- If I import/create a project for TYPO3 sources, eclipse creates a file called .buildpath in the root. Therefore, even...
- 13:41 Revision 8f7363dd: Fixed bug #10120: Add .buildpath to svn:ignore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4708 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:40 Revision 29c89196: Fixed bug #10120: Add .buildpath to svn:ignore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4707 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:39 Revision 5513d42e: Fixed bug #10109: Google reports duplicate title tag
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4706 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:38 Revision 18ae3a88: Fixed bug #10109: Google reports duplicate title tag
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4705 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:37 Revision 012b48a2: Fixed bug #10120: Add .buildpath to svn:ignore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4704 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:36 Revision f09ed142: Fixed bug #10109: Google reports duplicate title tag
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4703 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:47 Feature #19809: make pi_wrapInBaseClass wraps configurable
- Documentation update:
TSref [tsref:config/->CONFIG]
Property: disableBaseWrap
Data type: boolean
Description:... - 12:07 Feature #19809 (Rejected): make pi_wrapInBaseClass wraps configurable
- Background:
Plugins often use pi_wrapInBaseClass function in tslib_pibase to wrap the content with a base class. The... - 12:23 Bug #19810 (Closed): Broken fe_adminLib.inc
- If there's an extension installed that depends on fe_adminLib.inc (here feuser_admin), opening a page with that plugi...
- 11:02 Bug #19778: Feature: Add Icons to page:module TCEform
- Added shots.
- 11:01 Bug #19778: Feature: Add Icons to page:module TCEform
- seems there are some browser issues with image-select ...
- 10:54 Feature #19808 (Closed): List view should have 'collapse' / 'expand' functionality for all list types
- List view should have 'collapse' / 'expand' functionality for all list types. The changes should persist across sessi...
- 10:46 Feature #19807: Remove/protect adodb testfiles
- Besides, code is a total mess and imho not useful for TYPO3 at all.
The trunk patch will remove the complete test ... - 10:09 Feature #19807 (Closed): Remove/protect adodb testfiles
- Code is not "production-grade" and not protected in any way.
(issue imported from #M10116) - 09:48 Bug #19806: wrong encoded String from class.t3lib_tsfebeuserauth.php
- I can confirm this with current svn branch 4.2 and trunk where TYPO3 is using utf-8.
- 00:38 Bug #19806 (Closed): wrong encoded String from class.t3lib_tsfebeuserauth.php
- this behavior is reproducible in TYPO3 4.3 and TYPO3 4.2.3
If you activate the FE Editiing and try to deleted a re... - 00:17 Bug #19799: Undefined method t3lib_TCEforms_inline::addItems
- Committed to SVN Trunk (rev. 4702)
- 00:16 Revision b8cce89a: Fixed bug #10106: IRRE - Undefined method t3lib_TCEforms_inline::addItems
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4702 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:00 Bug #19802: eID Ajax results in Fatal error
- Please revert the change you applied manually of issue #19507 (it was not committed, since the behaviour was solved d...
2009-01-12
- 23:34 Bug #19805 (Rejected): fe login does not appear when access group is defined in plugin
- Hi,
For some reason the login boxes for website users does not appear when I define the access group. Instead, it ... - 23:12 Bug #19804 (Closed): Sections: span with preview data is empty on load
- This preview is important to know what is in a section. if they are collapsed, all look the same (see first screensho...
- 22:51 Bug #19803: Section with RTE - delete isn't possible because of JS-Error
- its encoded here, in code it's hex coded : \ & # 3 9 ; (without spaces)
- 22:50 Bug #19803 (Closed): Section with RTE - delete isn't possible because of JS-Error
- I created some elements in a section with testfield and RTE.
When i click on the trash-icon to delete, nothing hap... - 22:35 Bug #19759: Move t3lib_tceforms_fe into its own file
- t3lib_div::makeInstance() should take care of the loading if people actually create the object correctly but I guess ...
- 22:32 Bug #19802 (Closed): eID Ajax results in Fatal error
- If you use ajax with the eID parameter then you will end up in a fatal error:
Fatal error: Call to protected metho... - 22:11 Bug #19801 (Closed): Google reports duplicate title tag
- Google web master console complains about the duplicate title tag in the "showpic" eID script from the CMS extension....
- 19:57 Feature #19790: Support datetime with seconds in BE
- You may not see this data, but still it may be there... just imagine as an example some JavaScript (maybe AJAX) piec...
- 19:25 Bug #19799: Undefined method t3lib_TCEforms_inline::addItems
- This misbehaviour was introduced in this ChangeSet:
http://forge.typo3.org/repositories/diff/typo3v4-core?rev=4630 - 19:09 Bug #19799 (Closed): Undefined method t3lib_TCEforms_inline::addItems
- When you open a product record into TCE you get
( ! ) Fatal error: Call to undefined method t3lib_TCEforms_inline:... - 19:09 Bug #19795: Javascript error shown in BE after login (no user interaction)
- Confirmed, bugfix attached to 0010067 and trunk revision >= 4697 solves the issue.
Sorry for the duplicate; I was ... - 13:45 Bug #19795: Javascript error shown in BE after login (no user interaction)
- Please test the bugfix at issue #19771
- 02:01 Bug #19795 (Closed): Javascript error shown in BE after login (no user interaction)
- After being logged in, after some time two times a JavaScript alert box is shown stating "undefined".
I suspect th... - 19:06 Bug #19117: Sorting icons of inline records are in wrong order
- Committed to SVN:
* TYPO3_4-2 (rev. 4700)
* Trunk (rev. 4701) - 19:06 Revision cd7572c8: Fixed bug #8991: IRRE - Sorting icons of inline records are in wrong order
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4701 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:05 Revision 89345ce4: Fixed bug #8991: IRRE - Sorting icons of inline records are in wrong order
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4700 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:51 Bug #19696: Spellcheck does not work when TYPO3 is installed in subdir (TYPO3 4.3-dev)
- Thanks for testing.
Committed to TYPO3core trunk (revision 4699). - 18:50 Revision f74768de: Follow-up to bug #9932: htmlArea RTE Spellcheck does not work when TYPO3 is installed in subdir
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4699 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:27 Bug #19788: RTE broken in TYPO3_4-2 rev. 4670
- After updating rtehtmlarea from SVN, you should delete all files from directory typo3temp/rtehtmlarea and clear the b...
- 18:23 Bug #19798 (Closed): Cannot Load Multiple RTEs via AJAX
- In the new frontend editing concept for 4.3, we're loading the RTE via AJAX and displaying it in a lightbox.
On the... - 16:28 Bug #19797: Controll icons in header of newly created child elements are not shown
- Committed to SVN Trunk (rev. 4698)
- 16:13 Bug #19797 (Closed): Controll icons in header of newly created child elements are not shown
- The icons in the header of newly created child elements are not shown.
see attached screenshot for details
(issu... - 16:28 Revision e8ecd805: Fixed bug #10104: IRRE - Controll icons in header of newly created child elements are not shown
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4698 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:34 Bug #19769: Use TYPO3 clear.gif for ExtJS in backend.php
- Committed to SVN Trunk (rev. 4695) by Dmitry
- 15:33 Bug #19770: AJAX relogin polls server too often
- Committed to SVN Trunk (rev. 4696) by Dmitry
- 15:33 Bug #19771: common.js uses undefined variable
- Committed to SVN Trunk (rev. 4697) by Dmitry
- 14:34 Bug #19796: pi_wrapInBaseClass should not wrap the div if content is empty
- The patch makes source code hard to read. I suggest to use a regular control structure instead of ternary with shorte...
- 12:44 Bug #19796 (Closed): pi_wrapInBaseClass should not wrap the div if content is empty
- If you want to react in Typoscript on empty content, the function don't have to add content for this case.
Attache... - 14:12 Revision 3e32f3e4: Fixed bug #10067: common.js uses undefined variable
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4697 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:11 Revision 8cffff6f: Fixed bug #10066: AJAX relogin polls server too often
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4696 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:10 Revision 2b4f4f55: Fixed bug #10065: Use TYPO3 clear.gif for ExtJS in backend.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4695 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:28 Revision 25d0f0ff: Fixed bug #7265: Submodules of Web module can't work with mod.php and the _DISPATCH system
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4694 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:26 Revision 621c33d8: Fixed bug #7265: Submodules of Web module can't work with mod.php and the _DISPATCH system
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@4693 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-01-11
- 23:13 Feature #19790: Support datetime with seconds in BE
- uh - never have seen a start of broadcast at 21:03:13 :D
- 19:21 Feature #19790: Support datetime with seconds in BE
- I actually do :)
Imagine some radio broadcasting company that might want to store its scheduled broadcasts into da... - 17:04 Feature #19790: Support datetime with seconds in BE
- Do you really see a usecase for seconds?
- 03:52 Feature #19790 (Closed): Support datetime with seconds in BE
- It would be nice for the sake of completeness, if one had the possibility to support datetime not only with minutes b...
- 21:52 Bug #19794 (Closed): Add a logging API for deprecated TypoScript
- Log usage of deprecated TypoScript and display it in the Admin Panel.
(issue imported from #M10100) - 19:52 Feature #19793 (Closed): Use TYPO3_DB->exec_SELECTcountRows() to determine the number of rows
- In the TYPO Core counting rows is/was implemented as the following:
* get result set for a "COUNT(*)" query, fetch r... - 18:43 Bug #19792 (Closed): t3lib_div::fixed_lgd_cs calls deprecated t3lib_div::fixed_lgd
- This is a contradiction as t3lib_div::fixed_lgd is commented with "deprecated, use t3lib_div::fixed_lgd_cs instead
... - 18:34 Revision 3bea421b: Follow-up to bug #10094: Wrong concatenation of arrays
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4692 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:14 Bug #19788: RTE broken in TYPO3_4-2 rev. 4670
- I can't confirm this too.
- 02:51 Bug #19788: RTE broken in TYPO3_4-2 rev. 4670
- You're talking about the TYPO3_4-2 branch, don't you (since rev. 4667 and 4670 are only there)?
If tested it with TY... - 16:49 Bug #19785: Hanging record sets in t3lib_TCEmain
- Committed to TYPO3_4-2 (rev. 4691) as well
- 16:48 Bug #19279: displayCond does not work inside fields in a section
- It's not a problem to call the displayCond, but it's a problem to address a field in a section.
Using HIDE_FOR_NON... - 16:48 Revision 160df26a: Fixed bug #10090: Hanging record sets in t3lib_TCEmain
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4691 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:44 Feature #19786: Integrate TYPO3_DB->exec_SELECTcountRows()
- Committed to SVN Trunk (rev. 4690)
- 16:43 Revision e9a2b442: Added feature #10091: Integrate TYPO3_DB->exec_SELECTcountRows()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4690 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:39 Bug #19789: Use foreach instead of while-list-each constructs in t3lib_TCEmain
- Committed to SVN Trunk (rev. 4689)
- 01:36 Bug #19789 (Closed): Use foreach instead of while-list-each constructs in t3lib_TCEmain
- In t3lib_TCEmain there are a lot of while(list(...)=each(...)) loops that should be replaced by foreach loops.
(i... - 16:38 Revision 9a8a6249: Fixed bug #10094: Use foreach instead of while-list-each constructs in t3lib_TCEmain
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4689 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:06 Bug #17308: Install tool removes dots from admin usernames
- Committed to SVN:
* TYPO3_4-2 (rev. 4687)
* Trunk (rev. 4688) - 16:04 Revision bbbb3f0f: Fixed bug #5630: Install tool removes dots from admin usernames
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4688 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:04 Revision e1473757: Fixed bug #5630: Install tool removes dots from admin usernames
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4687 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:39 Bug #19637: Copy / Cut icons old: drag'n'drop in pagetree
- committed to trunk and 4_2 (4684/4686)
- 15:38 Revision c81ef0fc: Fixed bug #9825: Copy / Cut icons don't respect t3skin: drag'n'drop in pagetree (credits to Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4686 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:35 Revision 3b05cdda: added credits in ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4685 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:33 Revision bfd128f5: #9825: Copy / Cut icons don't respect t3skin: drag'n'drop in pagetree (credits to Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4684 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:14 Bug #19778: Feature: Add Icons to page:module TCEform
- committed to trunk rev 4681
- 14:12 Revision e85ede57: Fixed bug #10077: Feature: Add Icons to page:module TCEform
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4681 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:46 Bug #19696: Spellcheck does not work when TYPO3 is installed in subdir (TYPO3 4.3-dev)
- Sorry, had not much time over the past weeks. Now I finally tested the follow up and it still works for me.
- 13:34 Feature #19791 (Closed): Use native SoapClient implementation of PHP5 only
- Currently EM uses native SoapClient implementation of PHP5's extension soap. However, there are fallbacks to PEAR:Soa...
- 11:38 Revision d3bca40d: corrected label in patch #10084
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4680 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:28 Bug #19056: eval "timesec" sets seconds to zero
- Confirming the bugy behaviur as well as the suggested fix itself by testing it.
Patch against 4.3_alpha1 is attached. - 00:20 Bug #19781: Hardcoded "Toggle All" and " Add New" in section
- committed to trunk rev 4679
- 00:18 Revision 38854faa: Fixed bug #10084: Hardcoded "Toggle All" and " Add New" in section
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4679 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-01-10
- 20:18 Revision 7a36d4b0: keepItemsInArray() was not declared static
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4678 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:30 Bug #19788 (Closed): RTE broken in TYPO3_4-2 rev. 4670
- with 4.2 trunk (rev 4670) i get all my htmlarea broken (FF 3)
i had to go back to rev. 4667
(issue imported from... - 17:26 Bug #19751: Strip uploaded images headers
- Here is the code...
We are adding three configuration vars to localconf.php:
$TYPO3_CONF_VARS['GFX']['jpegtran_... - 16:24 Revision f67b0138: Fix package name
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4677 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:11 Feature #19786: Integrate TYPO3_DB->exec_SELECTcountRows()
- The attached new patch adds the possibility to define the field used in the COUNT() expression.
- 15:32 Feature #19786: Integrate TYPO3_DB->exec_SELECTcountRows()
- Attached is a patch that implements TYPO3_DB->exec_SELECTcountRows($table, $where = '').
It's not required to put it... - 15:28 Feature #19786 (Closed): Integrate TYPO3_DB->exec_SELECTcountRows()
- In the TYPO Core counting rows is/was implemented as the following:
* get result set for a "COUNT(*)" query, fetch r... - 15:36 Feature #19748: ImageMagick generates larger than necessary files
- We can make this option configurable:
$GLOBALS['TYPO3_CONF_VARS']['GFX']['strip_all_images'] = 1 or 0
So instea... - 15:28 Bug #19787 (Closed): Add a logging API for deprecated functions
- A functiion in t3lib_div that logs calls to deprecated functions to the PHP log and a custom log in typo3conf
(is... - 13:48 Bug #19785: Hanging record sets in t3lib_TCEmain
- Committed to SVN Trunk (rev. 4676)
- 13:42 Bug #19785 (Closed): Hanging record sets in t3lib_TCEmain
- There are several hanging record sets in t3lib_TCEmain. This means that SQL query results remain in the memory and ar...
- 13:48 Revision 45caaa1c: Fixed bug #10090: Hanging record sets in t3lib_TCEmain
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4676 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:29 Feature #16181: Redirect at BE Login
- it would be good to enhance this. Possible: store last view in session and start next login with exactly this view.
... - 00:57 Bug #19784 (Closed): Section is rendered with tx_templavoila - field
- When defining XML for flexform, the title is rendered with
<tx_templavoila>
<title>Group title</title>
</tx_t...
2009-01-09
- 23:30 Bug #19783: Deprecation annotations are wrong for 3.6 and below
- commited as revision 4675
- 22:21 Bug #19783 (Closed): Deprecation annotations are wrong for 3.6 and below
- Many functions claim that they have been deprecated in 4.0 or 4.1, but have been deprecated in 3.6 or 3.5.
(issue... - 22:32 Revision f264d3ad: Fixed bug #10087: Deprecation annotations are wrong for TYPO3 3.6 and 3.5
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4675 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:17 Bug #19782: Core uses deprecated function t3lib_db->sql()
- Fixed in SVN.
- 22:03 Bug #19782 (Closed): Core uses deprecated function t3lib_db->sql()
- It should use at least t3lib_db->sql_query() if not one of the other query functions.
(issue imported from #M10086) - 22:16 Revision 9b66792c: Fixed bug #10086: Core uses deprecated function t3lib_db->sql()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4674 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:57 Bug #19781 (Closed): Hardcoded "Toggle All" and " Add New" in section
- It's not possible to translate "Toggle All" and " Add New" in sections, because it's hardcoded in class.t3lib_tceform...
- 14:44 Bug #19267: French mismatch in default pi1/locallang.xml
- IMHO nobody will read this issue here.
You should better contact the French translation team for this.
http://wik... - 14:32 Bug #19184: no error message if include file not found
- In the backend you have already tools to examine the TypoScript. No need to change to the Frontend. The Template Anal...
- 12:17 Bug #19184: no error message if include file not found
- I disagree. In Typoscript a message has to be sent to admin panel like other errors too. This is the tool to verify t...
- 09:35 Bug #19184: no error message if include file not found
- @is_file is used on other places and would do this job.
An exception should be used if the file is not found. - 14:30 Bug #19780: Constant styles.content.imgtext.separateRows is not defined
- Committed to SVN:
* TYPO3_4-1 (rev. 4671)
* TYPO3_4-2 (rev. 4672)
* Trunk (rev. 4673) - 14:13 Bug #19780 (Closed): Constant styles.content.imgtext.separateRows is not defined
- The constant styles.content.imgtext.separateRows is not defined but is used in CSS Styled Content since TYPO3 4.0.0. ...
- 14:29 Revision 9e8b2bd7: Fixed bug #10083: Constant styles.content.imgtext.separateRows is not defined
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4673 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:28 Revision dd8b2507: Fixed bug #10083: Constant styles.content.imgtext.separateRows is not defined
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4672 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:27 Revision 6d6c3e5e: Fixed bug #10083: Constant styles.content.imgtext.separateRows is not defined
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4671 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:51 Bug #18696: Drag and Drop problems with flexform sections
- could you test the patch under http://bugs.typo3.org/view.php?id=8882 if it solves this problem? its a prototype/sort...
- 10:51 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Hi Sebastian,
it looks great (and easy ;) ...
Your patch works for me in FF2, FF3, IE6, IE7 and Safari with Tem... - 09:50 Bug #19779 (Closed): t3lib_div must not die if a locallang file is not found
- If you call the t3lib_div::readLLfile method and the file is not found, then the FE has completely gone.
This is th...
2009-01-08
- 22:16 Bug #19624: RTEhtmlarea does not work with IRRE after new child records were created
- Fixed in SVN TYPO3core branch TYPO3_4-2 (revision 4670) and trunk (revision 4556).
- 22:14 Bug #19477: RTE does not work in IRRE subelements
- Thanks for testing!
Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4670). - 22:12 Bug #19747: TYPO3 4.2.3 + IRRE + RTE = System Error when saving.
- Fixed in SVN TYPO3core branch TYPO3_4-2 (revision 4670).
- 22:10 Revision d2e96642: Fixed bug #9596: htmlArea RTE does not work in IRRE subelements
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4670 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:50 Bug #19660: Second page of results in list-module with ordering flaw
- Additionally there is some strange behaviour aspect in that switching from "normal-table-view with X entries" to "exc...
- 21:42 Bug #19660: Second page of results in list-module with ordering flaw
- The issue is even worst. If you go on the third page of the list (implying you have a third page), take a look what _...
- 20:38 Feature #16665: Enable stdWrap for HMENU.alwaysActivePIDlist
- Committed to SVN Trunk (rev. 4669)
- 20:36 Revision d087bd30: Added feature #4427: Enable stdWrap for HMENU.alwaysActivePIDlist
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4669 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:44 Bug #19680: Syntax error in TCA types definitions of tt_content
- Committed to SVN:
* TYPO3_4-2 (rev. 4667)
* Trunk (rev. 4668) - 19:32 Bug #19680: Syntax error in TCA types definitions of tt_content
- I attached a version (4-2) for TYPO3 4.2.x
- 19:43 Revision a861a628: Fixed bug #9893: Syntax error in TCA types definitions of tt_content
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4668 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:43 Revision 6e8ba025: Fixed bug #9893: Syntax error in TCA types definitions of tt_content
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4667 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:19 Feature #15422: Make "Login-error or session timed-out" - page configurable
- Solved with #19152?
- 18:07 Feature #19152: Remove JS popup when login expired
- Committed to SVN Trunk (rev. 4645) by Dmitry.
- 17:58 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Hi,
I think I had the same issue in an extension were we us flexforms to sort elements. the problem only occured if ... - 16:45 Bug #19433: HTML tags are removed in RTE content
- I stumbled across this problem too after updating from openSUSE 10.2 to openSUSE 11.1. I could work around it by down...
- 16:33 Revision 08aafc38: Fixed bug #9194: Bug: wrong handling of 'is_in' list in TCA element type 'input' (Thanks to Vladimir Podkovanov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4666 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:31 Revision fe698680: Fixed bug #9194: Bug: wrong handling of 'is_in' list in TCA element type 'input' (Thanks to Vladimir Podkovanov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4665 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:29 Revision 6985dfb3: Fixed bug #9194: Bug: wrong handling of 'is_in' list in TCA element type 'input' (Thanks to Vladimir Podkovanov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4664 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:06 Bug #17980: select wizard doesn't work in Safari 3.0.4 on Mac
- Still not workin with TYPO3 4.2.3, Safari 3.2.1
When you do a choice in the select box, the value is transfered to... - 14:51 Revision 88b7bdcb: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4663 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:40 Feature #19524: TCEmain changes for new improved record recycling concept
- Committed to SVN Trunk (rev. 4662)
- 14:19 Feature #19524: TCEmain changes for new improved record recycling concept
- @steffen,
the recyler modul in Admin Tools is only for admins, yes, but in the Web > Info Modul is a second recycler... - 13:39 Feature #19524: TCEmain changes for new improved record recycling concept
- v4 of the patch:
* renamed canUndeleteRecord() to isRecordUndeletable()
* fixed some styling issues - 12:33 Feature #19524: TCEmain changes for new improved record recycling concept
- imho Recycler should be admin-only modules.
Web is a good place because of pagetree, but right place would be tools.... - 14:39 Revision aa90c668: Added feature #9674: TCEmain changes for new improved record recycling concept
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4662 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:46 Bug #19646: dividers get stripped when using method t3lib_extMgm::addFieldsToAllPalettesOfField()
- The fix for this problem was committed in issue #19683 to SVN Trunk.
- 11:39 Bug #19683: Extending palettes and fields to be displayed in back-end forms mixes up tabs
- Committed to SVN Trunk (rev. 4661)
- 11:38 Revision cc29b4b3: Fixed bug #9897: Extending palettes and fields to be displayed in back-end forms mixes up tabs
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4661 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:29 Bug #19778 (Closed): Feature: Add Icons to page:module TCEform
- This patch adds icons to the select "module" of page record.
See screenshot
(issue imported from #M10077) - 01:44 Bug #19776: TYPO3 4.3.0alpha1 in combination with DAM throws error in protected function isClassAvailable($className, array $config)
- This issue was solved in issue #19620 already. Please apply the patch provided there or use latest SVN Trunk of the T...
2009-01-07
- 16:43 Bug #19777: Rootline cache does not work in multilingual websites
- Committed to 4.2 and trunk
- 14:15 Bug #19777 (Closed): Rootline cache does not work in multilingual websites
- The rootline cache (in class t3lib_pageSelect) was made to work properly in TYPO3 since version 4.2.2. However this i...
- 16:40 Revision 03b3166b: Fixed bug #10075: Rootline cache does not work in multilingual websites
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4660 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:39 Revision 52ae94c3: Fixed bug #10075: Rootline cache does not work in multilingual websites
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4659 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:09 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
- I can also confirm this. Just lots almost 7 hours on this issue. I was stupid enough to forget that I wrote about it ...
- 10:18 Bug #19776 (Closed): TYPO3 4.3.0alpha1 in combination with DAM throws error in protected function isClassAvailable($className, array $config)
- I'm testing TYPO3 4.3.0alpha1 at some develop installation, and have stumbled upon some weird behavior with htmlArea ...
- 10:00 Bug #19775 (Closed): Install Tool send mail does not use global TYPO3_CONF_VARS, XCLASS of htmlmail not working
- While i was working on the problem with sending mail in the install tool with stoefln_pear_mail i found that the chec...
- 09:37 Bug #18730: $TCA['fe_users']['palettes']['1']['showitem'] change in 4.2 causes problem with sr_feuser_register
- This has been fixed in the latest version of sr_feuser_register, to support both versions.
Please test also the deve... - 09:29 Bug #18966: PHP Warning, if a sql error occurs - Bug in class t3lib_db function sql_fetch_assoc
- This is indeed an unnecessary PHP error output which should be avoided.
- 09:06 Bug #15511: loadTCA() in t3lib_div only loads original TCA file and ignores additional TCA from t3lib_extMgm
- A copy of this function has also been included into static_info_tables, because I did not find the time yet to write ...
- 08:27 Feature #18039: Integration of kb_md5fepw into SysExt felogin
- @Steffen: Thank you for you answer and sorry for the late reply. A description of the mentioned "umlauts-bug" could b...
- 08:16 Bug #19657: no typoscript template found
- It does not happen any more with the latest code of 4.3.
- 03:49 Bug #19774 (Closed): DataHandler is not multibyte safe
- Class class.t3lib_tcemain.php is using functions strstr(), substr(), strtoupper(), strtolower(), strlen(), str_replac...
2009-01-06
- 23:38 Bug #19773 (Closed): Feature: Function for including extJS in Backend module
- This feature allows you to include all you need for extJS in one call. It adds library with duplicate check so it's i...
- 18:29 Bug #19771: common.js uses undefined variable
- This sounds absolute logic, passing undefined var must lead to an error. Good catch!
- 17:35 Bug #19771 (Closed): common.js uses undefined variable
- common.js contains the following blocks of code:...
- 17:20 Bug #19770 (Closed): AJAX relogin polls server too often
- AJAX relogin script makes a request to the server every 10 seconds, which is not good because (1) it is too often and...
- 16:32 Bug #19769 (Closed): Use TYPO3 clear.gif for ExtJS in backend.php
- ExtJS requires and includes an 1x1 transparent GIF image to ensure that layout looks the same in all browsers. Bu def...
- 16:06 Bug #19768 (Closed): sysext fe_edit: config.admPanel without effect
- After moving frontend editing to a separate sysext (see #19491), the template TS property config.admPanel (respective...
- 15:20 Revision e5490bb8: Fixed bug #9374: Code in typo3/sysext/tstemplate/ts/index.php don't match with the new CGL (Thanks to Stefano Kowalke)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4658 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:47 Bug #19767: Saving a be group causes a php warning
- Forget this one. It happened in an installation where I had not yet done the db compare stuff.
Sorry, Uschi - 13:39 Bug #19767 (Closed): Saving a be group causes a php warning
- When I try to save a be group i get the following php warning:
Warning: mysql_num_rows(): supplied argument is not... - 12:48 Bug #17187: cache_hash gets filled up with menudata entries while using TMENU_LAYERS
- I can recognize the completely same problem on a TYPO3 4.2.1, php5, mysql5 with tmenu_layers.
But the interesting th...
2009-01-05
- 19:53 Bug #19747: TYPO3 4.2.3 + IRRE + RTE = System Error when saving.
- Yes, Stanislas, I can confirm this now after having patched against 4.2.4-dev.
Good work, thanks! - 19:52 Bug #19477: RTE does not work in IRRE subelements
- From my point of view the patch v2 is working for 4.2.4-dev. I added an extension that has a minor IRRE-RTE setup for...
- 16:11 Bug #19766: hide/unhide page causes error when done via the context menu
- i found the reason, error comes from my patch #18673.
I have to investigate how this can be changed preventing error... - 15:30 Bug #19766: hide/unhide page causes error when done via the context menu
- i can confirm this
- 15:05 Bug #19766 (Closed): hide/unhide page causes error when done via the context menu
- Hi folks,
I am on 4.3 trunk revision 4651. When I want to hide or unhide a page using the context menu in the page... - 15:24 Feature #19764: Add contrib directory to list of allowed paths
- committed v2 to 4_1, 4_2 and trunk, rev 4653-4655
- 15:22 Revision e74d2f2d: Fixed bug #10055: Add contrib directory to list of allowed paths (thanks to Dan Osipov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4655 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:22 Revision 97d29d74: Fixed bug #10055: Add contrib directory to list of allowed paths (thanks to Dan Osipov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4654 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:21 Revision 3344b29d: Fixed bug #10055: Add contrib directory to list of allowed paths (thanks to Dan Osipov)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4653 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:42 Bug #19428: label uid shows not working
- committed to 4_1 and trunk, rev 4650/4651
- 14:40 Revision 795aba67: Fixed bug Fixed bug #9506: label uid shows not working
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4651 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:40 Revision d82f4cc2: Fixed bug Fixed bug #9506: label uid shows not working
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4650 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:20 Bug #19765: Misspelling english word "guesbooks" (should: guestbooks)
- committed to 4_1, 4_2 and trunk, rev 4647 - 4649
- 09:54 Bug #19765 (Closed): Misspelling english word "guesbooks" (should: guestbooks)
- Misspelling english word "guesbooks", should be guestbooks (with "T") in file ./typo3/sysext/cms/layout/locallang_mod...
- 11:19 Revision 036f32f3: Fixed bug 10056: Misspelling english word "guesbooks"
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4649 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:19 Revision 6154945a: Fixed bug 10056: Misspelling english word "guesbooks"
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4648 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:15 Revision c94769b4: Fixed bug 10056: Misspelling english word "guesbooks"
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4647 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-01-04
- 22:48 Feature #19764 (Closed): Add contrib directory to list of allowed paths
- It is sometimes necessary to include JavaScript frameworks in the FE. However, the frameworks in the 'contrib' direct...
- 21:21 Bug #19751: Strip uploaded images headers
- Additional squizing:
- By Niels Frohling:
http://groups.google.com/group/comp.compression/browse_thread/thread/83... - 18:29 Bug #19428: label uid shows not working
- i uploaded new patch. For uid there is no need to load TCA, so save performance and return the value.
- 17:05 Bug #19428: label uid shows not working
- Uploaded new and correct diff.
- 16:48 Bug #19428: label uid shows not working
- I uploaded diff file with my solution for uid label and I hope it help.
- 18:29 Revision 004418fa: Follow up on bad commit of typo3/classes/class.ajaxlogin.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4646 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:23 Revision 93e6a5d3: Fixed bug #9052: Remove JS popup when login expired
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4645 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:37 Bug #19763: filelist path is saved absolute so shortcuts don't work if system is moved or copied
- which version do you mean? I think this should be solved in 4_2-branch and trunk
- 15:55 Bug #19763 (Closed): filelist path is saved absolute so shortcuts don't work if system is moved or copied
- If you add a shortcut to a open textfile in the filelist module the path is saved absolute. If you move or copy the s...
- 14:06 Feature #17333: page module: Show header of content element in columns overview also for headers set to hidden
- Duplicate of #19745, fixed in 4.2.4
- 14:00 Bug #19741: Foldout menu in TYPO3 4.3.0 is broken
- Unable to reproduce, the foldout works fine for me in current trunk (rev. 4644) with FF3.
Could you please specify... - 13:48 Bug #19746: Switching to List view from Page view results in a session timeout when TYPO3 is not at website's root
- Xavier, maybe you forgot to mention that this bug relates to the Templavoila Page module?
If so, there are already... - 12:06 Bug #19556: Fatal error: Call to undefined function filter_var() in /var/www/trunk/t3lib/class.t3lib_div.php on line 1438
- Dmitry: do you know why this (fundamental!) INSTALL.txt isn't in the core trunk? (i could not find it anywhere but he...
2009-01-03
- 23:30 Bug #19762: Traversing back page records used in CONTENT object does not work on root page
- Forgot to mention another flaw:
Using select.pidInList for this approach on the table pages does not make sense at a... - 18:21 Bug #19762 (Closed): Traversing back page records used in CONTENT object does not work on root page
- The TypoScript object CONTENT allows to traverse back the rootline until something valid was found with the following...
- 20:14 Bug #19350: Editing of large files in fileadmin not possible
- The "Problem" is solved as there was not any :-( Sorry.
The behaviour was triggerd be some suhosin settings on two s... - 18:41 Bug #19614: Irre in news not possible => Docheader is hidden => Page can't be saved
- @olly: I tested this in 4_2 (svn branch) and the problem doesn't appear there, so it's in trunk only.
- 18:36 Bug #19614: Irre in news not possible => Docheader is hidden => Page can't be saved
- ok, here again more detailed.
How to reproduce:
* Install tt_news
* Install attached test-extension
* create a ... - 18:25 Bug #19757: t3lib_cache_exception_NoSuchCache: A cache with identifier "cache_pages" does not exist
- Hi Dmitry,
no, he did that all. He even deleted the cache tables before doing the COMPARE. So tables are correct. - 16:39 Revision 282656e3: Fixed bug #10049: ExtJS directory structure is broken
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4644 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:48 Bug #19761 (Closed): ExtJS directory structure is broken
- ExtJS directory structure in typo3/contrib/extjs is not the same as in the standard ExtJS distribution. It complicate...
- 10:02 Revision 17d120e3: Fixed bug #10047: typo3/contrib is not prefixed with config.absRefPrefix
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4643 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:59 Revision b92b5c59: Fixed bug #10047: typo3/contrib is not prefixed with config.absRefPrefix
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4642 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:56 Revision a31fec04: Fixed bug #10047: typo3/contrib is not prefixed with config.absRefPrefix
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4641 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-01-02
- 22:11 Bug #19757: t3lib_cache_exception_NoSuchCache: A cache with identifier "cache_pages" does not exist
- ...and he should have asked in the mailing lists before writing a bug reported because it is not really a bug...
- 22:11 Bug #19757: t3lib_cache_exception_NoSuchCache: A cache with identifier "cache_pages" does not exist
- This error will happen if database tables have old (4.2) format. So this error is expected in Ingo's case. He should ...
- 19:14 Bug #19757: t3lib_cache_exception_NoSuchCache: A cache with identifier "cache_pages" does not exist
- i read 3 times after i got it :D
should read:
that the exception t3lib_cache_exception_NoSuchCache could not be... - 16:44 Bug #19757 (Closed): t3lib_cache_exception_NoSuchCache: A cache with identifier "cache_pages" does not exist
- I've done a upgrad (4.2 -> 4.3.dev) based on the current SVN Branch. After the update I get in the FE the above writt...
- 22:07 Bug #19759: Move t3lib_tceforms_fe into its own file
- Compatibility is broken :( If someone uses this class, it will be expected in the old file. To preserve compatibility...
- 20:25 Bug #19759 (Closed): Move t3lib_tceforms_fe into its own file
- Currently, t3lib_tceforms_fe is located within the main t3lib_tceforms file which violates the CGL requirement of one...
- 22:04 Bug #19744: RTE in section is rendered wrong
- Works ok in my FireFox. It must be a browser–specific issue.
- 22:02 Feature #19503: Implement autoloading for TYPO3
- "To be or not to be", that is a question...
- 21:49 Feature #19760 (Closed): typo3/contrib is not prefixed with config.absRefPrefix
- Fix: include necessary code to the tslib_fe.
(issue imported from #M10047) - 21:48 Bug #19614: Irre in news not possible => Docheader is hidden => Page can't be saved
- Steffen, please, respond. The issue should be closed unless you are able to provide more meaningful description. IRRE...
- 18:50 Bug #19756: removed deprecated function
- committed v2 to trunk rev 4640
- 18:49 Bug #19756: removed deprecated function
- The patch was changed, openid was changed to use _GP, ICON_TYPES and t3lib_divGParrayMerged will stay without depreca...
- 18:47 Revision c21ae628: Fixed bug #10043: removed deprecated function-calls in openid
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4640 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:37 Bug #19758 (Closed): Missleading Error with Emtpy COA: Catchable fatal error: Argument 1 passed to tslib_cObj::includeLibs() must be an array, null g
- When having an empty COA in your TS, you get an missleading error Message: Catchable fatal error: Argument 1 passed t...
- 15:10 Bug #19751: Strip uploaded images headers
- I prefer recursive work, too. But you should avoid `find $DIR/*` as this passes a long (often too long) argument list...
- 14:26 Bug #18925: htmlArea RTE: control c and control x do not work in IE with TYPO3 4.2
- @see #9894
- 14:25 Bug #19681: RTE.default.showButtons = * makes copying/pasting/cut with ctrl-c, ctrl-x, ctrl-v impossible in Fx 3.0.x
- Related to #8648
Indeed I would think it's a duplicate, but this report here has a very neat description...
2009-01-01
- 19:27 Bug #19756 (Closed): removed deprecated function
- this patch deletes all function marked as deprecated since 3.7 / 3.8
One Array wasn't stripped as there is no alte... - 19:09 Feature #18490: stdWrap for doNotLinkIt & doNotShowLink
- committed to trunk rev 4639
- 19:07 Revision c2d87f1c: Fixed Bug #7922: stdWrap for doNotLinkIt & doNotShowLink
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4639 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:05 Bug #16806: TCAdefaults.tt_content.imagecols = 1 is missing
- committed v2 to trunk rev 4638
- 19:03 Revision cba5eb09: Fixed bug #4690: TCAdefaults.tt_content.imagecols = 1 is missing
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4638 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:49 Revision 636a0d74: Fixed bug #8590: Fileadmins folderoverview don`t show 'B' (for byte) after filesize (Thanks to Stefano Kowalke)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4637 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:07 Revision 5de07d72: #7669: Changed elderly while(list()=each()) to foreach calls in t3lib_tstemplate (Credits Oliver Hader)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4636 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:02 Bug #18767: Stage change notification emails not send when publishing from Live workspace
- Commited to trunk, 4.2 and 4.1 on Jan 1st, 2009
- 17:00 Revision 114d4297: Fixed bug #8361: Stage change notification emails not send when publishing from Live workspace (Thanks to Andreas Wolf)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4635 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:59 Revision 6da9e64f: Fixed bug #8361: Stage change notification emails not send when publishing from Live workspace (Thanks to Andreas Wolf)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4634 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:58 Revision 1ff60b4b: Fixed bug #8361: Stage change notification emails not send when publishing from Live workspace (Thanks to Andreas Wolf)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4633 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:48 Revision 29a979fc: Fixed bug #9136: Less JS in backend.php / Framehandling problem
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4632 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:47 Bug #19755 (Closed): IMAGE content element: two fields for entering the image width, none of them saves its content
- In my TYPO3 installation, there are two fields for editing the image width property (Please have a look at the attach...
- 13:47 Bug #19754 (Closed): define Default GET-vars
- There is no way to set default values for GET-vars as you know from extensions where you can set _DEFAULT_PI_VARS
...
2008-12-31
- 17:11 Bug #19746: Switching to List view from Page view results in a session timeout when TYPO3 is not at website's root
- So, you have two different TYPO3 installations on one domain?
* first instance in www.domain.tld/
* second (differe... - 09:45 Bug #25546 (Closed): t3editor does not work in Google Chrome
- t3editor 0.0.10 does not work in Google Chrome - no syntax coloring.
Firefox is working nicely on the same installat...
2008-12-30
- 16:58 Bug #19753: Function index not up to date in class t3lib_div
- Committed as revision 4631
- 14:22 Bug #19753 (Closed): Function index not up to date in class t3lib_div
- 15 functions are missing from the index in t3lib_div, making them hard to spot :-)
I run extdeveval on the file an... - 16:56 Revision 998177c0: Fixed bug #10035: Function index not up to date in class t3lib_div
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4631 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:13 Feature #17297: Extend TCEFORM_confObj on Page TSconfig by property keepItems
- Committed to SVN Trunk (rev. 4630)
- 12:12 Revision 63d94b99: Added feature #5610: Extend TCEFORM_confObj on Page TSconfig by property keepItems
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4630 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-12-29
- 22:32 Bug #19751: Strip uploaded images headers
- I tried to run the script but I faced some compatibility problems on NetBSD / FreeBSD system. This is due to some lit...
- 16:27 Bug #19083: Date fields calculate wrong date using shortcut mode
- This is the intended behaviour (at least it has been like that for ages). So "won't fix".
- 09:26 Bug #19083: Date fields calculate wrong date using shortcut mode
- As far as I can see, the described behaviour is not a bug, as it has always been like that (since 3.8.1, I just teste...
- 16:26 Bug #19752: Shortcut "d" doesn't work as expected on date/time fields
- Fix was commited to trunk (rev. 4628) and TYPO3-4_2 (rev. 4629).
- 09:26 Bug #19752 (Closed): Shortcut "d" doesn't work as expected on date/time fields
- Since 4.2.0, the behaviour of the "d" shortcut for getting current date (aliases are "t" and "n") changed:
1) Ente... - 16:25 Bug #18977: Date/time field problem with timezone shifting when using the "+xx" and "d" syntaxes
- Fix was commited to trunk (rev. 4628) and TYPO3-4_2 (rev. 4629).
- 16:24 Revision c662009a: * Fixed bug #8746: Date/time field problem with timezone shifting when using the "+NN", "d" or "d+NN" shortcuts
- * Fixed bug #10033: Date/time field shortcut "d" doesn't work on already filled date fields since 4.2.0
* Fixed issue... - 16:22 Revision c2fffc18: * Fixed bug #8746: Date/time field problem with timezone shifting when using the "+NN", "d" or "d+NN" shortcuts
- * Fixed bug #10033: Date/time field shortcut "d" doesn't work on already filled date fields since 4.2.0
* Fixed issue... - 15:36 Revision 3305c42c: Follow-up to feature #9901: Fixed ChangeLog, check for stdWrap configuration
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4627 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:17 Feature #19685: Enable stdWrap for expAll
- committed to trunk rev 4626
- 15:15 Revision 7461d837: Fixed bug #9901: Enable stdWrap for expAll
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4626 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:03 Bug #19745: Pagecontent/Hidden has no effect
- committed to trunk and 4_2 rev 4624, 4625
- 15:01 Revision c9f9c91b: Fixed bug #10022: Pagecontent/Hidden has no effect
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4625 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:59 Revision c6727813: Fixed bug #10022: Pagecontent/Hidden has no effect
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4624 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:53 Revision c847a8c9: Fixed bug #8205: Shortcut ends in parse_url-error
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4623 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:32 Revision cff8e548: Fixed bug #9773: Fallback for skinImg having forceFileExtension
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4622 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:23 Revision 3be1d5af: Updated NEWS.txt
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4621 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:55 Revision 70ec1a9b: Follow-up to bugfix #10004: Tweak corrections to update wizard for installing new system extensions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4620 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-12-28
- 23:08 Bug #19751 (Closed): Strip uploaded images headers
- Images can hold miscellaneous information (profiles, comments) in its headers.
The idea is to introduce config opt... - 15:03 Bug #19749 (Closed): overrideWithExtension uses hardcoded urls
- There are two wizards that you can override by extension:
* new page create wizard
* new content element wizard
... - 12:41 Bug #19743: Tabbing through tables does not work anymore
- Hey Stan,
the good news for you is that this was due to some mistake on my side. So everything is fine again and y... - 04:33 Bug #19747: TYPO3 4.2.3 + IRRE + RTE = System Error when saving.
- I cannot reproduce this error after applying the patch attached to issue #9596.
Please upload an extension with wh...
2008-12-27
- 21:21 Feature #19748: ImageMagick generates larger than necessary files
- Here is the example: when creating 40x40 thumbnail from certain (not all) 70 kb jpegs, without –strip the result was ...
- 18:40 Feature #19748 (Closed): ImageMagick generates larger than necessary files
- IM preserves image profile information unless '-strip' option is specified. More info:
http://www.imagemagick.org/Us... - 15:06 Bug #19747 (Closed): TYPO3 4.2.3 + IRRE + RTE = System Error when saving.
- As stated in the RTE mailing list [1] there is a nasty sounding JS error window popping when saving child records (mo...
- 14:26 Bug #19746 (Closed): Switching to List view from Page view results in a session timeout when TYPO3 is not at website's root
- Redirection from Page view to List view when TYPO3 is not at website's root is done with the target being at website'...
- 14:14 Revision c112cb8e: follow up to last commit: fixed a small typo (feedit => fe_edit)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4619 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:59 Bug #19735: Extend UpdateWizard for install systemextensions
- committed to trunk rev 4618
- 12:57 Revision 66dddf50: Fixed bug #10004: Extend UpdateWizard for install systemextensions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4618 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:55 Bug #19744: RTE in section is rendered wrong
- after analyse the HTML output the bug seems to be in RTE
For example:
The wrapperDiv (<div id="editorWrapdata[tt_...
2008-12-26
- 22:30 Bug #14256: special characters in username not checked
- Just a further observation unfortunately without digging into details on this very very old one.
FE LOGINS
... - 20:49 Bug #19745: Pagecontent/Hidden has no effect
- Patch pending in the Core list
- 20:45 Bug #19745 (Closed): Pagecontent/Hidden has no effect
- Help for the option says:
"If you select "Hidden" the header will simply not appear. This is usefull if you wish a h... - 15:03 Bug #19744 (Closed): RTE in section is rendered wrong
- If you have rte in a section, it's rendered correct first time. After saving and reopen it's rendered wrong, see scre...
- 14:55 Feature #19693: Integrate possibility to define additional header data via TypoScript
- Hi olly,
This is a nice idea, it allows adding header data depending on defined objects.
+1! - 14:24 Bug #19743 (Closed): Tabbing through tables does not work anymore
- Hello Stan :-)
Somehow the tabbing through table cells does not work anymore as before. When using typo3 trunk rev... - 14:13 Feature #19742 (Closed): [felogin] New Method for "forgotPassword"
- The old method has a few issues that makes it possible to annoy other users, a new password is generated if you enter...
- 12:53 Bug #19722: Either TYPO3_MOD_PATH or $BACK_PATH was not found - configure ext_emconf.php
- The extension relies on the new mechanism to integrate BE modules ( see #5278 ). Therefore no BACK_PATH and TYPO3_MOD...
2008-12-25
- 21:20 Bug #16644: Time zones support
- Seems like this is a pretty old issue which got fixed in 4.2.0 already. If not, please reopen.
- 17:51 Bug #19741 (Closed): Foldout menu in TYPO3 4.3.0 is broken
- Hello,
the foldout menu of opendocs in TYPO3 4.3.0 alpha 1 and in the current trunk is broken. The ext works fine ... - 17:45 Feature #19099: The Extension Manager needs long time to get Updates
- This ticket can be closed.
Its done since i use a own server with more power. But i think this problem is still c... - 17:43 Bug #19098: backspace deletes wrong characters
- This error still occurs in my Firefox 3.0.5 and Firefox 3.1 when i write some sentences very fast and suddenly press ...
- 17:40 Bug #19655: Extreme performance decrease
- By the way...
memcached should automatically work for TYPO3 in the current trunk, or?
Or is there any checkbox ... - 17:38 Bug #19655: Extreme performance decrease
- I get the last trunk with the fixed memcached-support and two other bugfixes which broke down the performance.
The... - 09:55 Bug #19519: Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
- TV is not relevant. It does not show forms. The problem is in the TYPO3 core.
I cannot reproduce it in trunk. - 09:24 Bug #19129: Modul List T3 Backend
- It means that tables were not created properly. The fix must not be applied as described in the bug report. Please, c...
- 09:17 Bug #19740: TYPO3 generates incorrect ETag
- 4.1: rev 4605
4.2: rev 4604
4.3: rev 4603 - 09:10 Bug #19740 (Closed): TYPO3 generates incorrect ETag
- According to [1] and [2] ETag value must be wrapped in quotes. TYPO3 does not follow the RFC and generates ETag witho...
- 09:14 Revision 1af6b6ed: Fixed bug #10012: TYPO3 generates incorrect ETag
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4605 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:13 Revision 41854568: Fixed bug #10012: TYPO3 generates incorrect ETag
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4604 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:12 Revision 4d77388b: Fixed bug #10012: TYPO3 generates incorrect ETag
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4603 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:28 Bug #18928: Page alias not publishing to LIVE from any workspace
- This is also the case for 'Speaking URL path segment' - It is not transferred to the LIVE environment upon publish.
...
2008-12-24
- 17:41 Revision 8e5dcce9: Fixed bug #9948: Label rm.clearCache_pages was abusively removed from core lang file
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4602 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:39 Revision 43490cd2: Fixed bug #9948: Label rm.clearCache_pages was abusively removed from core lang file
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4601 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:40 Bug #19083: Date fields calculate wrong date using shortcut mode
- Changing target version to 4.2.5 because this won't be ready for 4.2.4.
- 16:38 Bug #19083: Date fields calculate wrong date using shortcut mode
- Ernesto, can you please have a look at the proposed fix?
- 16:37 Bug #19083: Date fields calculate wrong date using shortcut mode
- After looking through the code, I will not change it. The issue was introduced in revision 2752 by Ernesto Baschny. I...
- 15:34 Bug #19083: Date fields calculate wrong date using shortcut mode
- Btw. does anyone know since when this is broken? I remember it worked pretty fine once...
- 15:32 Bug #19083: Date fields calculate wrong date using shortcut mode
- Thanks for the patch, it works fine. I'll post this to the core team list now.
- 11:02 Feature #19739 (Closed): TypoScript Condition to check for installed extensions
- It is sometimes necessary to give a different setup if an additional extension has been installed. This could be to e...
- 00:22 Bug #19617: hook for linkhandler is missing in RTE browse_links
- i think that Stan's hook configuration should go into linkhandler extension.. otherwise linkhandler doesn't work with...
2008-12-23
- 18:21 Revision db936f1a: Fixed bug #9999: Setting [BE][compressionLevel]=true causes problems
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4600 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:18 Revision fde000f7: Fixed wrong date in ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4599 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:17 Revision da38dd10: Fixed bug #9999: Setting [BE][compressionLevel]=true causes problems
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4598 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:16 Revision 2ad9082b: Fixed bug #9999: Setting [BE][compressionLevel]=true causes problems
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4597 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:07 Revision 2d1e9d1e: Fixed bug #9810: ClearCacheMenu doesn't work when click on icon
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4596 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:16 Bug #19696: Spellcheck does not work when TYPO3 is installed in subdir (TYPO3 4.3-dev)
- Well, the patch worked, but would not work in all cases. Please test the attached follow up patch, which should apply...
- 00:57 Bug #19696: Spellcheck does not work when TYPO3 is installed in subdir (TYPO3 4.3-dev)
- Committed to SVN TYPO3core trunk (revision 4594).
- 10:01 Bug #18220: typo3-docheader not visible when error occures
- I think it's no problem to disable displaying php errors (or at least lowering the error-level - only errors but no w...
- 08:25 Bug #18220: typo3-docheader not visible when error occures
- This is still a usability problem for setups with enabled php warnings in productive environments, see #18980 for som...
- 09:43 Bug #19626: ClearCacheMenu doesn't work when click on icon
- committed to trunk rev 4595 and TYPO3_4-2 rev 4596
- 09:40 Revision 87207f20: Fixed bug #9810: ClearCacheMenu doesn't work when click on icon
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4595 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:19 Feature #19738 (Closed): TS object browser: use AJAX to load parts of the tree
- See subject
(issue imported from #M10007) - 08:16 Bug #18980: warnings interferee with the save buttons.
- This issue will be set to resolved as a duplicate of #18220.
#18220 already has a pending patch in the core list b... - 08:13 Bug #19737 (Closed): "No template found" error after adding extension template
- When a new extension template is added to the same page where main site template is located, it is placed to the topm...
- 08:08 Bug #18068: Positioning of buttons/icons for saving, closing and previewing documents is less usable than before
- This is by design and acknowledged by the HCI team, afaik.
- 08:00 Bug #19048: Backend content saving button are overwritten by php-warnings
- Duplicate of #18220
- 07:45 Feature #17386: Make length of record titles configurable in List Module
- Duplicate of pending #18999.
- 07:40 Bug #18732: Changing user account startup module preferences break Click Menus (pagetree and filelist)
- Feedback needed.
- 07:39 Bug #18732: Changing user account startup module preferences break Click Menus (pagetree and filelist)
- I am unable to reproduce this with current 4.2.3 and trunk (rev. 4593).
Is this still reproducible for you?
BTW... - 07:30 Bug #18542: $TCA['tt_content']['interface']['maxSingleDBListItems'] =350
- Related to #19337
- 07:29 Feature #19337: make showLimit of db/recordlists configurable
- Related to #18542
- 07:24 Feature #18323: Save and Create button for CE
- This is already available in 4.2:
The docheader has a "Save and create new" button for all content elements in Web... - 07:17 Feature #17425: TSConfig options.disableDelete does not disable "delete" icon in List extended view
- options.disableDelete is only meant for TCEFORMs and not the list-module.
- 07:07 Feature #17762: Possibility to add new action buttons using a hook for Web > List
- Hooks have been added with #17801.
Please reopen or add a new issue if those still don't fit your needs. - 07:06 Feature #17346: Mod list : adding Icons
- Hooks have been added with #17801.
Please reopen or add a new issue if those still don't fit your needs. - 06:54 Bug #17548: Usability: After editing a record in the list view, restore the same list view after saving+closing
- Not reproducable in current 4.2.3.
Fixed somewhere before current 4.2.3 - 06:41 Bug #16546: editing template causes SQL error ' FROM ,pages'
- No feedback for a long time.
Please reopen if you still think this is an error in current TYPO3 core. - 06:34 Feature #16181: Redirect at BE Login
- Parts of this are solved in TYPO3 4.2.
The user settings allow to load a specific module on startup.
This logic... - 06:24 Bug #16225: Versionings "v" in Web>List not skinnable (extended view)
- Fixed somewhere before release of 4.2.3
- 06:23 Bug #16225: Versionings "v" in Web>List not skinnable (extended view)
- Fixed in current versions, the "V" has class="typo3-ctrl-versioning" in its a tag.
- 06:11 Bug #19129: Modul List T3 Backend
- This should be analyzed further. Why and how is this error triggered by direct_mail? At first glance this looks like ...
- 03:44 Feature #17225: Pagination to the List module
- Uploaded a new and reworked patch to make this bug ready for a core list RFC:
* See attached screenshots for visua... - 02:34 Bug #19477: RTE does not work in IRRE subelements
- This patch was committed only to trunk. The problem still exists in the 4.2 branch.
More testing is required before ... - 00:55 Revision 6cf8fc0c: Fixed bug #9932: htmlArea RTE Spellcheck does not work when TYPO3 is installed in subdir
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4594 709f56b5-9817-0410-a4d7-c38de5d9e867
Also available in: Atom