Activity
From 2010-01-20 to 2010-02-18
2010-02-18
- 20:31 Feature #22140 (Closed): htmlArea RTE: Extjize the RTE
- The core script of the RTE is old, not well-structured and difficult to understand and evolve.
The attached patch ... - 19:36 Bug #22136: Popup-functionality for Pages using target field don't work in IE
- I guess that this behaviour also occurs in TYPO3 4.2.x, doesn't it?
- 14:14 Bug #22136 (Closed): Popup-functionality for Pages using target field don't work in IE
- If I use the target field for pages to open a popup-window, the IE (all versions) opens a wrong URL (e.g. http://doma...
- 19:34 Bug #22123: Function getUser() in tx_sv_auth checks if password is supplied within the login-array
- Closing this issue as requested by reporter
- 15:46 Bug #22123: Function getUser() in tx_sv_auth checks if password is supplied within the login-array
- Thanks Marcus, that helped. You can close this "bug"-report.
- 15:13 Feature #22139 (Closed): Add Hook in order to disable items in different Click Menus
- This hook allows the developer to manipulate the disable items array for different Click Menus which is called when u...
- 14:59 Revision 6cf627f0: [+BUGFIX] Extbase (Persistence): Removed testing code accidentally committed to trunk causing SQL errors for tables not having a sys_language_uid field. Follow-up to r1864. Related to #6409, #6288.
- 14:56 Bug #22138 (Closed): Add Hook in order to restrict the deleting process for an individual content element
- This hook allows the developer to manipulate the delete record array which is called when users delete content elemen...
- 14:36 Bug #22137: Add Hook in order to restrict the editing process for individual content elements
- pending in core list
- 14:35 Bug #22137 (Closed): Add Hook in order to restrict the editing process for individual content elements
- This hook allows the developer to manipulate the id array which is called when users edit content elements. Therefore...
- 13:55 Bug #22135 (Closed): html warning, because a plain & inside an url
- Problem:
An html warning is inside the link of the following text, because of an unprotected ampersand.
"The defa... - 13:04 Bug #22134 (Closed): [Recycler] Make usage of pageRenderer, move rowExpander to t3lib for possible usage in other scripts
- The recycler does own tags for JS and CSS. This should be included with official API (pageRenderer)
The rowExpande... - 12:57 Feature #22133 (Closed): imgResource params stdWrap
- It would be nice to have params for imagemagick stdWrapped...
For our customers (editors) we mostly cofigure c... - 12:30 Revision 1d86e247: [+FEATURE] Extbase (Persistence): Implemented recursive starting point/storage page (thanks to Thomas Deinhamer who provided the initial patch). Resolves #6223.
- 12:30 Revision 69bbff6d: [+BUGFIX] Extbase: Updated ext_autoload.php (thanks to Stefan Galinski). Resolves #6418.
- 12:30 Revision 1bf6d3a8: [+FEATURE] Extbase (Persistence): Extbase respects type annotations of model parameters and gives them precedence (thanks to Franz-Xaver Koch). Resolves #6264.
- 12:30 Revision 3a2ba23a: [+BUGFIX] Extbase (Persistence): Fixed broken relation using IRRE with foreign_field and maxitems = 1 (thanks to Jan Matthiesen). Resolves #6277.
- 11:26 Bug #22132 (Closed): HTML validation error in the BE with the ajax.php inclusion
- <script src="ajax.php?ajaxID=ExtDirect::getAPI&namespace=TYPO3.Backend" type="text/javascript"></script>
The & isn... - 10:25 Revision f1205de1: [+BUGFIX] Extbase (Persistence): Fixed language overlay (many thanks to Steffen Ritter). Resolves #6409, #6288.
- 10:25 Revision 576fc98a: [-TASK] Extbase (Reflection): Removed unnecessary item from RegEx. Already covered by Tx_[a-zA-Z0-9].
- 10:25 Revision cd40da2c: [+TASK] Extbase (Persistence): Fixed a bug where Value Objects with only NULL values are stored multiple times in the database. They should be stored not at all but we have to have at least one NULL value object due to technical reasons.
- 10:25 Revision b2dc9174: [!!!][~TASK] Extbase (Property): Changed behavior of transforming a value coming from a form into a property value. An empty field (empty string) now results in NULL instead of a DateTime( "now") object. Please check the bahavior of your extensions.
2010-02-17
- 21:14 Bug #22131 (Closed): ExtDirect - API generator should built absolute links
- Problem:
The ExtDirect API generator should generate absolute links to be able to work from backend modules or front... - 17:50 Bug #21906: mail password reset duration of link missed
- Works for me using TYPO3 branch 4.3, rev. 6908
Maybe you have invalid parameters in plugin.tx_felogin_pi1.dateForm... - 15:51 Bug #21906 (Rejected): mail password reset duration of link missed
- In german using of felogin I use "forgot password" and sending a email. In this email I miss the duration for the act...
- 16:41 Bug #20773: Main module does not load different navFrames in submodules.
- This bug is still present in version 4.3.1. You can test it also with the current dam v1.1.5 and dam_catedit v1.1.2
... - 12:33 Bug #21971: Changed PHP System requirements with Minor Release Version Update
- Ernesto, can you please supply the patch that fixes this issue for PHP5.1? Thanks
- 11:20 Bug #22130 (Closed): Nested mountpoints result in broken typolinks in the FE
- Scenario:
Mountpoint A points to a page B that contains mointpoints (C and D) to other pages itself.
Visiting A... - 09:23 Bug #22129 (Rejected): Non-RFC-conformant email adresses
- "LoginWarnings" send by the TYPO3 Backend are send from email address "no_reply@no_reply.no_reply". This is a hard co...
2010-02-16
- 22:13 Bug #22123: Function getUser() in tx_sv_auth checks if password is supplied within the login-array
- I don't believe that there will be any modifications to TYPO3's base authentication classes.
However, please have a ... - 14:40 Bug #22123: Function getUser() in tx_sv_auth checks if password is supplied within the login-array
- I did write my own authentication service - that´s where I found this "bug". I did a lot of debugging with the DLOG a...
- 01:03 Bug #22123: Function getUser() in tx_sv_auth checks if password is supplied within the login-array
- You are free to write a custom authentication service (& bundle it in an own extension). Then you are able to overwri...
- 17:46 Feature #25578 (Closed): add new typoscript properties and update tsref descriptions
- Add new ts properties introduced in 4.3 and also update descriptions of existing properties.
http://wiki.typo3.org... - 17:12 Bug #21794: javascript error in tmenu_layers.php and gmenu_layers.php
- Experiencing the same issue. Would be nice if the patch can be included in a future release.
- 16:56 Task #6489: Add some unit tests and do some CGL cleanup
- I don't know if you saw the start of refactor. First i split all to logical units, then i will apply general CGL, the...
- 16:53 Task #6489 (Closed): Add some unit tests and do some CGL cleanup
- I still have some changes to the (old) EM on my HDD, containing some unit tests and some CGL cleanup. I'll port those...
- 16:20 Feature #6488: Must never stay on "Check for extensions update"
- As i already mentioned, my goal is to merge these views. I want to allow this check from the normal extension list, a...
- 15:51 Feature #6488 (Rejected): Must never stay on "Check for extensions update"
- Currently (4.3) if you select the menu "Check for extensions update" and then click on the Page module for example, E...
- 15:53 Bug #22127 (Closed): FORM: validateForm fails if a label contains a comma
- If a standard-mailform contains several required fields with commas in the label validateForms() in t3lib/jsfunc.vali...
- 14:26 Bug #21941: RTE 1.8.6 not focusing correctly with IE8
- Confirmed as well on IE8.
- 14:26 Task #3358: make sure only "element" versioning type is supported / used
- Hey Sonja,
what do you think, could we implement a "Reports" element that shows the status of the versioning / wor... - 14:09 Feature #22126 (Closed): Preview of mount pages via backend
- Curently it is not possible to get previews of mount pages because the preview link is missing the mountpoint informa...
- 14:06 Feature #22125 (Closed): Impossible to use title.htmlSpecialChars in RTE
- If you use double quotes in the title-attribute of any link entered by RTE, it is not possible to use htmlSpecialChar...
- 11:52 Bug #21971: Changed PHP System requirements with Minor Release Version Update
- Patch is pending in core
- 11:43 Bug #21971: Changed PHP System requirements with Minor Release Version Update
- I disagree.
Either we need to change the PHP 5.1 check in the core in v4.2 or we need to make it also work in PHP ... - 11:28 Bug #19706: Internal links with additional parameters "destroyed" when saving content-elements
- related are as well: #19576 and #19576
- 11:23 Bug #19706: Internal links with additional parameters "destroyed" when saving content-elements
- Against 4.3.0:
--- class.t3lib_parsehtml_proc.orig.php 2009-11-30 10:29:44.000000000 +0100
+++ class.t3lib_parseh...
2010-02-15
- 16:14 Bug #22048: saltedpasswords is not used if loginSecurityLevel is empty
- Default values in config_default.php should be set properly instead.
- 16:10 Bug #22119: Include ISO_3166-1 alpha2 in sys_languages
- Andreas and Steffen, there's already some stuff in the work for "Dialect support" in TYPO3.
Here we need FR_CA bec... - 10:17 Bug #22119: Include ISO_3166-1 alpha2 in sys_languages
- That would be the next step. Take german speaking languages, you may use
de_DE
de_AT
de_CH
so in general langKey_... - 07:33 Bug #22119: Include ISO_3166-1 alpha2 in sys_languages
- Wrong example given by me.
Switzerland or Belgium will suit as a better example. You could have a TYPO3 installati... - 07:20 Bug #22119: Include ISO_3166-1 alpha2 in sys_languages
- Would it be possible to use a locale for the language?
If you have a website for branches in USA, Germany, Austral... - 01:11 Bug #22119: Include ISO_3166-1 alpha2 in sys_languages
- hm transl8tools checks two times for "$isLoaded && $row['static_lang_isocode']" ... imho elseif block will never be r...
- 00:33 Bug #22119: Include ISO_3166-1 alpha2 in sys_languages
- I corrected the 2 chunks, thx.
I used varchar(3) as static_info_tables use integers which might need 3 chars for s... - 00:27 Bug #22119: Include ISO_3166-1 alpha2 in sys_languages
- Hi,
By reading:
Patch, of t3lib_flexformtools.php, around line 306. Are you sure $row[$row['static... is correc... - 15:59 Bug #22037: mod.web_list.hideTables does not accept spaces
- Is there a reason not to use t3lib_div::trimExplode and in_array as it is with allowedNewTables and deniedNewTables? ...
- 15:52 Bug #21830: Redirect with felogin on TYPO3 4.3 does not work
- Same problem,
and: for over 99%, redirect to a restricted page is desired, i think. - 15:50 Bug #22123 (Closed): Function getUser() in tx_sv_auth checks if password is supplied within the login-array
- The function getUser() in the service tx_sv_auth checks, if a password is supplied within the login-data-array (field...
- 15:15 Bug #22118: URL in text mails contain often square brackets which irritate Thunderbird for example
- I think we can't fix this globally, but we have to urlencode every single URL placed in a mail. Therefore we need to ...
- 15:12 Bug #16907: Extensions can't be downloaded from Backup/Delete page using IE7
- Can't reproduce with 4.3 in IE7
- 02:12 Bug #16907: Extensions can't be downloaded from Backup/Delete page using IE7
- I tested this with TYPO3 4.3 and IE8.
The file is offered for download and saved correctly.
- 14:38 Bug #22044: Active suggest feature for TCA fields with foreign tables
- I wondered why it doesn't work.
i found that suggest only use the TCA-config "allowed". This is only filled by MM-... - 14:13 Feature #5923 (Needs Feedback): Notify per email if groups are selected instead of single users
- Hi Thomas,
could you try it again with the new "try out" Extension I've uploaded on the startpage of the workspace... - 14:12 Bug #22122: SIM_EXEC_TIME is always 1 when logged in BE
- #0013175 has similar problem
- 14:11 Bug #22122 (Closed): SIM_EXEC_TIME is always 1 when logged in BE
- When I'm logged in BE and preview pages - $GLOBALS['SIM_EXEC_TIME'] always gets == 1.
I got the following TS for t... - 14:10 Bug #3546 (Needs Feedback): Click on "Create new" to create new workspace stage brings 404
- Hi Matthias,
could you try it again with the new "try-out" extension I've supported on the overview page of the fo... - 14:07 Bug #3545 (Accepted): Send notifications of changes also to memebers of groups, not only to users
- 14:06 Feature #2971 (Accepted): Workspace should use DB/file mount of BE user/group
- 14:05 Bug #2919 (Resolved): Show real name of the be user after the recipient email address
- 14:04 Feature #2918 (Accepted): Possiblity to select be_groups in responsible persons field of custom stage
- 14:02 Feature #2798 (Accepted): advanced staging module
- 14:02 Feature #2797 (Accepted): advanced staging integration in workspace preview
- 13:59 Feature #2796 (Accepted): advanced staging labels and localization
- 13:58 Feature #2795 (Accepted): advanced staging integration in existing workspace GUI
- 13:57 Feature #2794 (Accepted): advanced staging core db changes
- 13:56 Feature #2793 (Accepted): check custom staging permissions
- 11:25 Bug #22121 (Closed): save document and view page-button in admpanel-popup produces link to workspace window
- after updating from 4.2.10 to 4.3.1 i have a strange behavior with the admpanel-popup. when using the edit icon in fe...
- 11:22 Bug #22120 (Closed): absRefPrefix is not added to inline CSS url
- If config.absRefPrefix = http://test.org/ is set in typoscript
background-image:url(abs.png);
in the templated is... - 09:58 Bug #21925: login with felogin does not work in the same browser as the backend
- small update: it should be:
admPanel.override.preview >
but i still try to figure out why it works with some typo... - 02:09 Bug #19325: Sorting order of versions in Extension Manger Drop Down Box
- The drop down coming up, when you install a new extension has the right order in TYPO3 4.3. The newest version is at ...
- 00:15 Revision 75055936: Backported changeset 30032 from trunk: Removed executable SVN property
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-0@30033 735d13b6-9817-0410-8766-e36946ffe9aa
- 00:14 Revision 89a2f8ab: Removed executable SVN property
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@30032 735d13b6-9817-0410-8766-e36946ffe9aa
- 00:12 Revision c64caceb: Removed svn properties
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6908 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-02-14
- 23:42 Bug #22119: Include ISO_3166-1 alpha2 in sys_languages
- At the moment when static_info_tables is installed, the uid of the static_language record is saved in the field. With...
- 23:38 Bug #22119: Include ISO_3166-1 alpha2 in sys_languages
- attached is a patch which adds the ISO code and use it in core
- 23:26 Bug #22119 (Closed): Include ISO_3166-1 alpha2 in sys_languages
- There is already a field for this 2 char ISO code: static_lang_isocode
ATM the field is hidden if static_info_tabl... - 23:09 Bug #22118 (Closed): URL in text mails contain often square brackets which irritate Thunderbird for example
- Square brackets are "unwise characters" according to RFC 2396 <http://www.ietf.org/rfc/rfc2396.txt> and should be avo...
- 20:24 Revision 2769bd88: Follow-up to #13448: Do not unset $typo3CacheFactory singleton
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6907 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:23 Revision fedabdee: Follow-up to #13448: Do not unset $typo3CacheFactory singleton
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6906 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:37 Revision bfbba74c: Raised DBAL version from 1.0.3 to 1.0.4
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6905 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:29 Revision fe87a3c4: Set version back to 1.0-dev
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-0@30016 735d13b6-9817-0410-8766-e36946ffe9aa
- 19:27 Revision a385d115: Set version to 1.0.4
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-0@30014 735d13b6-9817-0410-8766-e36946ffe9aa
- 19:21 Revision 3e9b30fb: Raised DBAL version from 1.1.0 to 1.1.1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6904 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:03 Revision d710ec64: Set version back to 1.1-dev
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@30013 735d13b6-9817-0410-8766-e36946ffe9aa
- 19:00 Revision 693775d6: Set version to 1.1.1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@30011 735d13b6-9817-0410-8766-e36946ffe9aa
- 18:47 Bug #21730: ALTER TABLE is not able to parse length restriction in index creation (Oracle)
- Committed to Core:
- trunk (rev. 6902)
- 4-3 (rev. 6903)
Committed to DBAL:
- trunk (rev. 30009)
- 1-0 (re... - 18:46 Revision 6fbd788a: Backported changeset 30009 from trunk: Added unit test for #12829
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-0@30010 735d13b6-9817-0410-8766-e36946ffe9aa
- 18:44 Revision 663e9e13: Backported changeset 6902 from trunk: Fixed bug #12829
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6903 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:41 Revision f3063e07: Added unit test for #12829: ALTER TABLE is not able to parse length restriction in index creation
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@30009 735d13b6-9817-0410-8766-e36946ffe9aa
- 18:40 Revision fa130d6c: Fixed bug #12829: ALTER TABLE is not able to parse length restriction in index creation
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6902 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:30 Bug #22034: Recursive deletion of alternative page languages
- Committed to:
Trunk, revision 6900
4-3, revision 6901 - 18:23 Revision b4051d44: Fixed bug #13380: Recursive deletion of alternative page languages
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6901 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:23 Revision bdf3ba72: Fixed bug #13380: Recursive deletion of alternative page languages
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6900 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-02-13
- 21:48 Bug #22117 (Closed): TSref description for typolink is very unclear
- I took me a while to understand how typolink works. The
TSref description
http://typo3.org/documentation/document-... - 17:24 Bug #22063: Backend login impossible with MSSQL via ODBC due to FetchRow() result
- There is a few places in DBAL were the "mssql" driver is tested, meaning using odbc_mssql will fail to be interpreted...
- 17:22 Bug #22062: Include BE:forceCharset config option
- After digging a bit into this issue, it seems that any MySQL connection should be properly initialized if you properl...
- 17:16 Bug #20427: DBAL - bigint (int8) values get converted to int4 by int-cast
- Michael, did you use driver "odbc_mssql" or "mssql"?
- 14:47 Bug #16708: WHERE func(expr) IN (n,...m) is broken
- Could not reproduce this bug anymore with latest trunk.
I committed attached patch 4493.diff as rev. 29978. It con... - 14:45 Revision 97a45b92: Added unit tests for #4493: WHERE func(expr) IN (n,...m) is broken
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@29978 735d13b6-9817-0410-8766-e36946ffe9aa
- 14:21 Bug #17552: IFNULL operator cannot be parsed
- Core trunk (rev. 6899) and DBAL trunk (rev. 29977)
- 12:21 Bug #17552: IFNULL operator cannot be parsed
- - Oracle equivalent is NVL : http://www.techonthenet.com/oracle/functions/nvl.php [^]
- MSSQL is ISNULL : http://msd... - 12:19 Bug #17552: IFNULL operator cannot be parsed
- Taking information from duplicated bug:
When using tt_news and choosing to restrict the list of news with a set of... - 14:18 Revision 3c9cc092: Fixed bug #6196: IFNULL operator cannot be parsed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@29977 735d13b6-9817-0410-8766-e36946ffe9aa
- 14:16 Revision feb6d8a2: Fixed bug #6196: IFNULL operator cannot be parsed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6899 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:15 Bug #22116: IFNULL operator cannot be parsed
- - Oracle equivalent is NVL : http://www.techonthenet.com/oracle/functions/nvl.php
- MSSQL is IFNULL too
- PostgreSQ... - 11:58 Bug #22116 (Closed): IFNULL operator cannot be parsed
- When using tt_news and choosing to restrict the list of news with a set of news categories, FE rendering crashes with...
- 11:27 Bug #22115: DISTINCT should not be used as a function
- Committed to trunk (rev. 6897) and 4-3 (rev. 6898)
- 11:09 Bug #22115 (Closed): DISTINCT should not be used as a function
- While working on #22114, I searched in Core if DISTINCT keyword in query was sometimes wrongly written as a function:...
- 11:24 Revision 48c9ffb0: Backported changeset 6897 from trunk: Fixed bug #13529
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6898 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:21 Revision 25d6521b: Fixed bug #13529: DISTINCT should not be used as a function
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6897 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:20 Bug #25650 (Closed): Fatal error: Call to a member function push() with [SYS][useCachingFramework] = 1
- If I set
[SYS][useCachingFramework] = 1
scheduler doesn't run correctly.
Typo3 throws following error (BE and cr... - 10:32 Bug #22114: Argument 1 passed to ux_t3lib_DB::_quoteFieldNames() must be an array, string given
- Committed to
- trunk (rev. 29973)
- 1-0 (rev. 29974) - 10:26 Bug #22114 (Closed): Argument 1 passed to ux_t3lib_DB::_quoteFieldNames() must be an array, string given
- Some extensions use
DISTINCT(field)
instead of
DISTINCT field
in their queries. This is valid for MySQL b... - 10:32 Revision 50ac90b7: Backported changeset 29973 from trunk: Fixed bug #13528
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-0@29974 735d13b6-9817-0410-8766-e36946ffe9aa
- 10:29 Revision 1e604d40: Fixed bug #13528
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@29973 735d13b6-9817-0410-8766-e36946ffe9aa
- 00:03 Bug #21261: string literals quoted as identifiers in class.t3lib_loaddbgroup.php
- Uploaded v2 with use of official quoting method $GLOBALS['TYPO3_DB']->fullQuoteStr() instead of hard-coding single qu...
2010-02-12
- 23:53 Bug #22062: Include BE:forceCharset config option
- BTW, I personally have a similar problem with a native DB in MySQL, utf-8 and a MSSQL database for external data that...
- 17:21 Bug #21850: Data type 'typeNumber' are not defined in TSref
- Available in version 4.3.1
- 14:59 Bug #19964: Files in linkpopup should have sorting by ABC
- Bug is fixed in 4.3.1 so for me, this bug report could be closed.
- 14:50 Feature #20777: tslib_pibase - function pi_loadLL - _LOCAL_LANG Keys like listView.more should also be possible in Typoscript
- pending in core list
- 13:33 Feature #22113 (Closed): Possibility to link to an explicit language of a page
- Sometimes it's necessary to link to an explicit language version of a page. At the moment you have to do it with an e...
- 13:16 Bug #22103: can't backend login to more than 1 instance on the same server
- Could you try to use Name based virtual hosts instead of different IPs?
I think the cookie is set for localhost, w... - 11:51 Bug #22112: mod.web_list.[tablename].hideTable is not working
- Only a documentation bug
- 11:50 Bug #22112: mod.web_list.[tablename].hideTable is not working
- Silly me, I misunderstood the thing. Indeed a documentation bug. Sorry. Will fix it right away.
- 11:46 Bug #22112 (Closed): mod.web_list.[tablename].hideTable is not working
- Hiding a single table using the syntax:
mod.web_list.[tablename].hideTable = 1
does not work. This is due to a ... - 09:35 Bug #20982: FE login in iE8 is not possible
- Please check #22084 for the issue of FE-Logins in IE8. RFC is in core list, review, test and give you +1 there if the...
- 09:35 Bug #21990: felogin ie8 session cookie
- Please check #13470 for the issue of FE-Logins in IE8. RFC is in core list, review, test and give you +1 there if the...
2010-02-11
- 23:50 Bug #22037: mod.web_list.hideTables does not accept spaces
- problem is not the hideTables but t3lib_div::inList which doesn't work with spaces in comma seperated lists
- 23:11 Feature #22111 (Closed): Add a new icon set to t3skin
- The current iconset contains several ugly-looking icons and lacks clear naming conventions.
This icon set was init... - 22:38 Bug #22105: Function changePassword does not work, when hitting 'enter' in change password form
- The relevant form field in the template is:
<input type="submit" name="tx_felogin_pi1[changepasswordsubmit]" value... - 19:44 Bug #22104: Cannot parse TRUNCATE TABLE in Install Tool
- Renamed public API TRUNCATETABLE* to TRUNCATE* according to Core ML's discussion.
- 10:41 Bug #22104: Cannot parse TRUNCATE TABLE in Install Tool
- The solution to delete all tables and re-import them with the Database Analyzer also worked for me. Thanks!
- 00:24 Bug #22104: Cannot parse TRUNCATE TABLE in Install Tool
- Just to make it clear here... I first cleared my MSSQL 2000 DB => no more tables, reused the install tool to create a...
- 00:19 Bug #22104: Cannot parse TRUNCATE TABLE in Install Tool
- Please send your screenshot to my email address. I did not see anything special but maybe I overlooked something.
- 19:42 Revision 7bb22fe6: Follow-up of #13504: Using TRUNCATE instead of TRUNCATETABLE as public DB API
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6896 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:39 Revision 8416d711: Follow-up of #13504: Using TRUNCATE instead of TRUNCATETABLE as public DB API
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@29941 735d13b6-9817-0410-8766-e36946ffe9aa
- 18:42 Bug #22109 (Closed): Wrong Parsing of wraps when combining noTrimWrap and option Split
- when a wrap is parsed, first it is splittet by the string "|*|" to get the three parts.
Then the parts are splitted ... - 17:43 Bug #20707: After updating from 4.1.10 to 4.2.6 several fatal errors appear in class.browse_links.php
- We can confirm this problem for sites upgraded from 4.1 to 4.2.10:
class.browse_links.php, line 2493
$this->f... - 17:31 Bug #22009: PHP Fatal Error: Cannot redeclare class backend_toolbarItem [After Typo3 Upgrade]
- Resolved, no change required.
Thanks for the solution Junaid. - 17:19 Bug #22029: cropHTML not honoring whole word setting
- Hi Ron.
IMO it is a small bug as the expected behavior for options is to behave exactly the same as crop.
Jochen - 17:04 Feature #22107: Add a Hook to add Sub Categories to the Constant Editor
- Resolved, duplicate of #19958.
Thanks for the pointer. - 11:23 Feature #22107: Add a Hook to add Sub Categories to the Constant Editor
- Please close this issue, it's already solved by #19958
- 10:42 Feature #22107 (Closed): Add a Hook to add Sub Categories to the Constant Editor
- Currently the Sub Categories of the Constant Editor are hardcoded (Enable Features, Dimensions, etc).
Especially whe... - 14:09 Bug #22063: Backend login impossible with MSSQL via ODBC due to FetchRow() result
- I don't like "quick & dirty" as well, but I just needed a way to make it work. I'd rather prefer a better solution fr...
- 11:24 Bug #21941: RTE 1.8.6 not focusing correctly with IE8
- Can reproduce. Only the first line of the text area activates its focus in IE8
- 09:42 Bug #21941: RTE 1.8.6 not focusing correctly with IE8
- I can Conirm this as well. Is There any solution for this problem ?
- 11:15 Bug #22108 (Closed): filelinks do not open in _blank window
- Since update from 4.2.10 to 4.3.1 the parameter target="_blank" is missing
HTML in 4.2.10: <a target="_blank" href... - 09:22 Bug #22084: Session/Login not working in IE8 across subdomains
- Thanks for clarifying.
After the patch, the problem I described (*) is now solved.
* http://bugs.typo3.org/view.p... - 02:15 Bug #22106 (Closed): Use exec_TRUNCATETABLEquery() instead of DELETE FROM throughout the core
- Problem:
Thanks to #22104 we now have a dbal compatible way of truncating tables in mysql.
Solution:
Use this ne...
2010-02-10
- 22:38 Bug #22104: Cannot parse TRUNCATE TABLE in Install Tool
- Thanks for the fast response.
The main problem is, when i try to set up a new page in the backend i got an error t... - 22:12 Bug #22104: Cannot parse TRUNCATE TABLE in Install Tool
- Committed to Core trunk (rev. 6895) and DBAL trunk (rev. 29911).
- 19:21 Bug #22104: Cannot parse TRUNCATE TABLE in Install Tool
- Hi,
This is true, parser is not able to parse TRUNCATE statements. However you have to understand that when using ... - 19:09 Bug #22104: Cannot parse TRUNCATE TABLE in Install Tool
- Started by recreating the screenshot by reducing color depth from 32 bit to 8 bit and cropped useless info. Screensho...
- 17:17 Bug #22104: Cannot parse TRUNCATE TABLE in Install Tool
- The SQL statement "TRUNCATE TABLE be_groups;" works fine when i directly use it against the db.
Used System Versio... - 17:07 Bug #22104 (Closed): Cannot parse TRUNCATE TABLE in Install Tool
- When using Typo3 (4.3.1) with a MS-SQL DB the Database Analyser can not update the tables in the "COMPARE" section an...
- 22:11 Revision c3658d95: Fixed bug #13504: Cannot parse TRUNCATE TABLE in install tool
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@29911 735d13b6-9817-0410-8766-e36946ffe9aa
- 21:59 Revision 9863adc4: Fixed bug #13504: Cannot parse TRUNCATE TABLE in install tool
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6895 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:29 Bug #21595: Add a version matrix to the typo3.org website
- Released: http://typo3.org/download/version-matrix/
- 19:40 Bug #22105: Function changePassword does not work, when hitting 'enter' in change password form
- added the patch
- 19:38 Bug #22105 (Closed): Function changePassword does not work, when hitting 'enter' in change password form
- When trying to send the change password form by hitting 'enter' in the frontend, the same form appears again and agai...
- 17:03 Bug #22103 (Closed): can't backend login to more than 1 instance on the same server
- Just upgraded to 4.3.1 from 4.2.8.
I backend login to http://localhost:8503/typo3: OK
I backend login to http://loc... - 16:35 Bug #22037: mod.web_list.hideTables does not accept spaces
- IMO whitespace should be allowed as one might want to write something like that:
mod.web_list.hideTables (
tx_e... - 16:25 Bug #21925: login with felogin does not work in the same browser as the backend
- temporary solution is to add the following tsconfig code to the admin tsconfig:
admPanel.override > - 16:25 Bug #21925: login with felogin does not work in the same browser as the backend
- i found the problem: feeditadvanced
it inserts the following tsconfig code:
admPanel.override.preview = 1
i ha... - 09:14 Bug #21925: login with felogin does not work in the same browser as the backend
- any further progress?
- 16:16 Bug #22088: feediting - "show hidden content elements" setting is lost when switching page
- the problem is found in ext_localconf.php where the following tscode is inserted:
t3lib_extMgm::addUserTSConfig('
... - 14:15 Bug #22058: ext_tables.sql Syntax
- Hi Joachim ,
to get your patch discussed and finally included, send it to the TYPO3-core-list!
Check out:
http... - 09:14 Bug #22058: ext_tables.sql Syntax
- Instead of preg_split("/\s+/",$value) it might be more appropriate to use t3lib_div::trimExplode(' ', $value, 1).
- 14:04 Bug #22084: Session/Login not working in IE8 across subdomains
- Stig, the patch won't change what IE8 "developer tool" displays, because the cookies passed are the same as before. I...
- 13:42 Bug #22084: Session/Login not working in IE8 across subdomains
- Also - I have not currently any tools to test i thoroughly with IE7...
Maybe it's a IE - 4.3 problem? - 13:35 Bug #22084: Session/Login not working in IE8 across subdomains
- Got this error when trying to implement patch:
patching file t3lib/class.t3lib_userauth.php
Hunk #1 FAILED at 212... - 13:15 Bug #22084: Session/Login not working in IE8 across subdomains
- I changed:
if (!$id || !$this->isExistingSessionRecord($id)) {
to:
if (!$id) {
Still get following cookie infor... - 12:51 Bug #22084: Session/Login not working in IE8 across subdomains
- Claus, Stig, and others who have had this problem. Could you please test the attached patch if it fixes the problem? ...
- 12:10 Bug #22084: Session/Login not working in IE8 across subdomains
- This problem is related to
a) the "fe-session fixation" fix which changes the session ID whenever there is no sess... - 08:03 Bug #22084: Session/Login not working in IE8 across subdomains
- Well I guess this isn't a workaround in my case.
We have two TYPO3 installations.
A main site mydomain.dk
This one... - 13:37 Bug #25577 (Closed): imagelinwrap has no properties in following scenario
- type:
plugin.tx_ajadoeventsgo4culture_pi7 {
detailView.row.marks{
IMAGES = USER
IMAGES{
ro... - 13:30 Revision 8a35056e: Backported changeset 29895 from trunk
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-0@29896 735d13b6-9817-0410-8766-e36946ffe9aa
- 13:28 Revision eeeb5985: Added database patches for common extensions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@29895 735d13b6-9817-0410-8766-e36946ffe9aa
- 12:09 Bug #22102: BE conditions doesnt have possibility for table lookup
- I made a first patch which allow the following condition in BE:
[globalString = DB:pages|keywords = es]
...
[end... - 12:05 Bug #22102 (Closed): BE conditions doesnt have possibility for table lookup
- In FE you can use TSFE:page to access fields of actual page record.
In BE we need something simular.
(iss... - 11:55 Bug #22097: Workspace filemounts don't respect user filemounts
- Hi Georg,
I have developted a solution for that problem. Would this solution also solve your problem:
http://forg... - 08:50 Bug #22097: Workspace filemounts don't respect user filemounts
- Sorry but v2 is necessary because now all filemounts are used (e.g. from
other fe_groups a user belongs to) - 08:24 Bug #22097 (Closed): Workspace filemounts don't respect user filemounts
- If you are using workspaces the file mounts need to be set additionally in every workspace. This is ok because some f...
- 11:18 Feature #25576 (Closed): listing markers on template objects
- would be cool to have something like this:
10 = TEMPLATE
10.template = FILE
10.template.file = fileadmin/testtem... - 11:15 Bug #25575 (Closed): codecompletion: dot "." is removed on right side of the operator
- after pressing enter on a cc proposal the dot, right to the cursor is removed (replaced by the selected cc proposal)
... - 10:07 Bug #22101 (Closed): Limit positive values in Rootline to current page
- In class.tslib_content.php you have a function called getKey. We have a rootline with 5 pages. Look at following TS:
... - 09:24 Bug #22100 (Closed): Workspace tiled Preview shows same version of Page
- If i open up the tiled preview link of a page, that has been modified in the workspace, and is in review i see the sa...
- 08:41 Bug #22099 (Closed): Indexed_search and crawler not work on complex site with fe_users and fe_groups
- I have installed
indexed_search 2.11.1
crawler 3.0.3
cachemgm 1.0.0
The problem is that the indexed search retur... - 08:37 Bug #22089: felogin does not work with saltedpasswords and rsaauth
- I reported the bug at:
http://forge.typo3.org/projects/show/extension-cooluri
You can close this report. - 08:30 Bug #22098 (Closed): Cleanup return value in t3lib_userauthgroup check()
- The comment states that the return value is boolean but there is actually a return 1; and no default return
(issu...
2010-02-09
- 23:12 Revision 0b3fe544: Backported changeset 6891 from trunk
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6892 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:07 Revision 6e4e93de: Follow-up of changeset 6889: A '0' field could not be parsed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6891 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:51 Bug #22096: Where clause 0=0 cannot be parsed
- ... and changeset 29886 backported to 1-0 (without unit test) and committed as rev. 29889 to DBAL 1-0
- 22:44 Bug #22096: Where clause 0=0 cannot be parsed
- - Core trunk (rev. 6889)
- Core 4-3 (rev. 6890)
- DBAL trunk (rev. 29886)
Not backported to DBAL 1-0 as branch 1... - 22:22 Bug #22096 (Closed): Where clause 0=0 cannot be parsed
- SQL parser is not able to parse 0=0 in a where clause as it wrongly thinks parsed '0' (= "fieldname") is empty.
(... - 22:50 Revision 66af603e: Backported changeset 29886 from trunk: Added unit test for bug #13490
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-0@29889 735d13b6-9817-0410-8766-e36946ffe9aa
- 22:39 Revision ebe0e6ec: Added unit test for bug #13490: Where clause 0=0 cannot be parsed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@29886 735d13b6-9817-0410-8766-e36946ffe9aa
- 22:37 Revision 65a37939: Backported changeset 6889 from trunk: Fixed bug #13490
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6890 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:31 Revision 8d2b352c: Fixed bug #13490: Where clause 0=0 cannot be parsed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6889 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:05 Feature #17275: Virtual fields
- Trick to be able to see DB values into the edit form is to use proper case in tca.php. For instance 'FirstName', 'Las...
- 20:19 Feature #17275: Virtual fields
- Hi,
Quite old feature request but... :-)
I'm able to show records from a MSSQL database with legacy tables that... - 20:54 Bug #22089: felogin does not work with saltedpasswords and rsaauth
- Then, could you please file a bug report for cooluri project. I intend to close this report.
- 16:46 Bug #22089: felogin does not work with saltedpasswords and rsaauth
- The reason is the cooluri extension!
If i switch off this extension, login works perfect. - 13:38 Bug #22089: felogin does not work with saltedpasswords and rsaauth
- In one installation i have cal installed, but already version 1.3.1.
In another installation, on another server, whe... - 12:15 Bug #22089: felogin does not work with saltedpasswords and rsaauth
- saltedpasswords states clearly that the level has to be set ... Look at the FlashMessages.
#M13410 is dropped, since... - 12:12 Bug #22089: felogin does not work with saltedpasswords and rsaauth
- Do you have cal version 1.3.0 installed?
If so please udpate to 1.3.1... - 12:12 Bug #22089: felogin does not work with saltedpasswords and rsaauth
- It seem the problem comes from the rsaauth sysext.
After deactivating it and apply the 0013410.patch for saltedpassw... - 11:35 Bug #22089 (Closed): felogin does not work with saltedpasswords and rsaauth
- Every frontend user, how tries to login, will be forwarded to "login failed" page and no restricted page apears (no f...
- 19:50 Bug #17107: maxW for image rows is not the maximum
- Michael,
do you have the possibility to apply the latest patch and report back if it solved your problem?
Thanks
... - 19:29 Bug #22095 (Closed): no alternative icon returned from 'getIcon' in class.t3lib_iconworks.php (backend-redesign)
- current situation:
the function 'getIcon' checks if an icon with the current states (hidden/timing/futuretiming/prot... - 19:15 Bug #22094 (Closed): wrong icon-state returned from 'getIcon' in class.t3lib_iconworks.php
- the current TYPO3-code causes the following situation:
a page which is disabled because...
...the endtime is in t... - 19:12 Bug #22084: Session/Login not working in IE8 across subdomains
- As a "workaround", set this:
$TYPO3_CONF_VARS['SYS']['cookieDomain'] = '/.*/';
and TYPO3 will always return the... - 11:41 Bug #22084: Session/Login not working in IE8 across subdomains
- TYPO3 4.3.1
Have a similar problem logging in at subdomains.
If we take mydomain.dk as example - it seems the probl... - 18:33 Bug #22093 (Closed): jumpurl.secure crashes on spaces or umlauts in URLs
- Spaces or umlauts in the filename or path make a secure download link generated via the function filelink crash, i.e....
- 18:07 Bug #21831: TSpagegen::inline2TempFile($this->makeScript(), 'js')
- Yes, indeed. I have experienced the same problem.
It's a change that impacts a lot of existing code.
Funny thing ... - 16:16 Feature #22087: feediting - no option "show hidden pages"
- the same applies to hidden content elements -> they are always shown because TYPO3 is always in "preview" mode also i...
- 15:56 Feature #22087: feediting - no option "show hidden pages"
- the problem is also that if I want to switch back to admin panel and activate the admin panel including "preview" sec...
- 10:32 Feature #22087 (Closed): feediting - no option "show hidden pages"
- the option "show hidden content elements" in the new and advanced feediting mode makes it possible to disable / enabl...
- 15:41 Bug #17561: meta http-equiv="Content-Type" should change along with config.doctype
- This problem is relevant again while switching to HTML5. I can already generate a valid HTML5-doctype but the charset...
- 15:22 Bug #22092: Automatic linking ignores/replaces protocol
- Sorry, I was talking about the href attribute of course.
BTW, this problem occurs with Firefox 3.5.7 and Opera 10.... - 15:14 Bug #22092 (Closed): Automatic linking ignores/replaces protocol
- When you enter a URL in an RTE field it will be linked to its address automatically. However, the created links src a...
- 14:57 Bug #22091 (Closed): Jump to end of text when inserting paragraph
- Sometimes when inserting a new paragraph by pressing enter, the paragraph is not inserted and instead the cursor jump...
- 14:51 Bug #22090 (Closed): Inline styles not available if text marked with keyboard
- Since the update from TYPO3 4.2.10 to 4.3.1 inline styles, links and custom tags cannot be applied to text marked wit...
- 13:12 Bug #21095: OpenID fails with fatal error
- No feedback provided for more than a month.
- 10:55 Bug #22088 (Closed): feediting - "show hidden content elements" setting is lost when switching page
- When disabling the option "show hidden content elements" in advanced feediting mode, it works. As soon as I switch pa...
- 08:52 Feature #22086 (Closed): Give headTag stdWrap properties
- PAGE.headTag does not have stdWrap properties but I have a usecase for it.
It should be implemented into core,... - 03:54 Bug #22029: cropHTML not honoring whole word setting
- Hi Jochen,
I think I found the issue. I should have not put a space before the "1" for the whole word setting.
... - 00:50 Bug #22085: List module eats up tons of memory if displaying records with many references
- Attached is a first hack up which still needs some improvements to be core-ready.
As this probably won't make it to ... - 00:45 Bug #22085 (Closed): List module eats up tons of memory if displaying records with many references
- Problem:
The list module is very wasteful in memory if handling rows with many references. It loads a SELECT * from ...
2010-02-08
- 21:15 Bug #22084 (Closed): Session/Login not working in IE8 across subdomains
- When working with IE8 using fe_login we cannot log in on sites having www.domain.com - changing to domain.com the log...
- 18:26 Feature #22083 (Closed): add getField() function to database API
- hey guys,
often some wants to get a single-value, like a name or a label or something. We have to getRows() and th... - 18:02 Bug #17107: maxW for image rows is not the maximum
- Would be very nice, if someone from the core team could fix that bug quickly.
This bug makes picture elements wit... - 17:59 Bug #22082 (Closed): Typoscript typolink wrap
- I need all my link with a <span> inside <a>
So I use :
lib.parseFunc_RTE.tags.link.typolink.wrap = <span>|</span>... - 17:31 Bug #21983: Thumbnail generation broken for PDF files
- Same problem here...
TYPO3 4.3.1, CentOS 5.4, GM 1.3.8, PHP 5.2.8
v2 patch works, but with noFramePrepended = ... - 17:14 Bug #22081: ORA-00920: invalid relational operator in module statistics
- Committed to:
- Trunk (rev. 6887)
- 4-3 (rev. 6888) - 16:59 Bug #22081 (Closed): ORA-00920: invalid relational operator in module statistics
- When using backend module statistics (modfunc2), an error is silently logged in DBAL debug log, if debug is activated...
- 17:11 Revision 2125796e: Backported changeset 6887 from trunk: Fixed bug #13464
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6888 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:08 Revision a2c943ca: Fixed bug #13464: ORA-00920: invalid relational operator in module statistics [indexed_search]
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6887 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:06 Bug #22080: Modfunc2 (statistics) is not compatible with DBAL
- Committed to:
- Trunk (rev. 6885)
- 4-3 (rev. 6886) - 15:51 Bug #22080 (Closed): Modfunc2 (statistics) is not compatible with DBAL
- Statistics module always shows an empty list of queried words. In fact, the underlying DB query is not valid when usi...
- 16:05 Revision 2a48a650: Backported changeset 6885 from trunk: Fixed bug #13463
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6886 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:03 Revision 1fe886fa: Fixed bug #13463: Modfunc2 (statistics) is not compatible with DBAL [indexed_search]
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6885 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:51 Bug #21253: Indexing of files provided by dam_frontend extension fails
- Is there any code like
$GLOBALS['TSFE']->set_no_cache();
in the extension? comment it out and it will work. - 14:11 Bug #22079 (Closed): wrong image-path returned in class.t3lib_tceforms.php if TYPO3-source is symlinked (backend-redesign)
- If an extension is installed in 'typo3conf/ext/' and overrides BE-icons, the result of 't3lib_iconWorks::skinImg' (li...
- 09:27 Revision 50fe52d7: Reverted Follow-up to #13448: Unset another variable
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6884 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:25 Revision 83d5f0fb: Reverted Follow-up to #13448: Unset another variable
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6883 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:54 Bug #22078 (Closed): Front-end login is broken with Safari
- Login not possible with mac, leopard 10 and safari 4.04.
No problems with Safari,Opera, IE on windows, or Firefox on... - 01:25 Bug #22077 (Closed): Full search issues invalid db query if TCA has tables without configured columns
- Problem:
If a table has no usable columns, fullsearch creates invalid SQL:
SELECT COUNT(*) FROM tx_rsaauth_keys WHE... - 01:18 Bug #22076: Typo in rsaauth ext_tables.sql
- - trunk rev. 6881
- 4.3 rev. 6882 - 01:10 Bug #22076 (Closed): Typo in rsaauth ext_tables.sql
- Problem:
typo3/sysext/rsaauth/ext_tables.sql
# Table structure for table 'tx_rsauth_keys'
... - 01:13 Revision 09c82b16: Fixed bug #13456: Typo in rsaauth ext_tables.sql
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6882 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:12 Revision 8aeea813: Fixed bug #13456: Typo in rsaauth ext_tables.sql
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6881 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:22 Revision 9876438e: #12642: Fixed Changelog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@6880 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:21 Revision 25b64894: #12642: Fixed Changelog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6879 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:21 Revision 6bf02252: #12642: Fixed Changelog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6878 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:17 Bug #21970: PHP warning stristr() in Configuration -> Search under PHP 5.3
- Committed to:
- trunk rev. 6875
- 4.3 rev. 6876 - 00:15 Revision db7cb152: Fixed Changelog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6877 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:14 Revision 6cb6721e: Fixed bug #13257: PHP warning stristr() in Configuration -> Search under PHP 5.3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6876 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:12 Revision 7b6bc86b: Fixed bug #13257: PHP warning stristr() in Configuration -> Search under PHP 5.3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6875 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-02-07
- 23:56 Feature #15193: There is no API to list tables in the Web->Page module
- committed to trunk rev 6874
- 23:55 Revision 746ccc1b: Fixed bug #1822: There is no API to list tables in theWeb->Page module (thanks to Franz Holzinger)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6874 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:27 Bug #22072: typo in BE cache init section
- Committed follow-up:
* trunk rev. 6872
* 4.3 rev. 6873 - 21:57 Bug #22072: typo in BE cache init section
- Thanks for the report!
Committed to:
- trunk rev. 6868
- 4-3 rev. 6869 - 23:23 Revision 900d8dd0: Follow-up to #13448: Unset another variable
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6873 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:22 Revision aa50355b: Follow-up to #13448: Unset another variable
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6872 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:11 Bug #22024: Table headers in t3lib_fullsearch
- - trunk rev. 6870
- 4.3 rev. 6871 - 23:02 Revision 3e249f3d: Fixed bug #13365: Table headers in t3lib_fullsearch
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6871 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:00 Revision b7996042: Fixed bug #13365: Table headers in t3lib_fullsearch
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6870 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:55 Revision 87a77978: Fixed bug #13448: Typo in BE cache init section
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6869 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:55 Revision 40d9d47f: Fixed bug #13448: Typo in BE cache init section
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6868 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:16 Bug #21985: t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php throw a t3lib_cache_Exception in backend
- Resolved, no change required:
I don' t think we need any further error handling for this. If you upgrade a site an... - 21:06 Bug #25644: Day of week in cron command is not calculated correctly
- * Committed to trunk rev. 6865
* Committed to 4.3 rev. 6867
* Committed testcase to trunk rev. 6866 - 21:02 Revision 61a27d85: Fixed bug #13193: Day of week in scheduler cron command is not calculated correctly
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6867 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:00 Revision e6d5c054: Follow-up to #13193: Added tests for tx_scheduler_croncmd
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6866 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:57 Revision 10dfd340: Fixed bug #13193: Day of week in scheduler cron command is not calculated correctly
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6865 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:47 Feature #21754: database backend: Use t3lib_db to insert all tags in one run
- Committed to trunk rev. 6864
Will be included in 4.4 - 20:46 Feature #21753: Provide an API to insert multiple rows at once
- Will be included in 4.4
- 15:15 Feature #21753: Provide an API to insert multiple rows at once
- Committed to Core trunk (rev. 6861) and DBAL trunk (rev. 29769).
This issue is resolved but it will be closed when... - 20:43 Revision 12220373: Added feature #12859: caching framework db backend: Use t3lib_db to insert all tags in one run
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6864 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:40 Bug #21202: No redirection after login by systemextension felogin
- Argh, I should actually test my patches :-/
With my patch, the redirect works only at logout(!), but not at login :-... - 15:56 Revision 92991cc7: Follow-up of changeset 29769: Using a real extended insert when dealing with 'native' driver
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@29771 735d13b6-9817-0410-8766-e36946ffe9aa
- 15:50 Revision 6bfeed41: Follow-up of changeset 6861: Cleaned-up generated SQL
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6863 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:36 Bug #22070: Filemounts are unsorted
- New patch is much better as it works for any folder trees, eg also for DAM
- 15:13 Revision 71324d53: Added feature #12858: Provide an API to insert multiple rows at once
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@29769 735d13b6-9817-0410-8766-e36946ffe9aa
- 15:10 Revision b007c34d: Added feature #12858: Provide an API to insert multiple rows at once
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6861 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:52 Bug #22074: Enhance UPDATE statements with native driver (MySQL)
- Does not seem to make lots of sense after all.
- 12:34 Bug #22074 (Closed): Enhance UPDATE statements with native driver (MySQL)
- UPDATE operations in exec_UPDATEquery and exec_INSERTquery of class.ux_t3lib_db.php could be enhanced for native driv...
- 14:26 Bug #22075: Method compileINSERT of ux_t3lib_sqlparser should be protected
- Committed to
- Trunk (rev. 29766)
- 1-0 (rev. 29767) - 13:51 Bug #22075 (Closed): Method compileINSERT of ux_t3lib_sqlparser should be protected
- Method compileINSERT of ux_t3lib_sqlparser does not have a visibility identifier, meaning it's public although corres...
- 14:26 Revision b671540d: Backported changeset 29766 from trunk: Fixed bug #13453
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-0@29767 735d13b6-9817-0410-8766-e36946ffe9aa
- 14:20 Revision 572b8ad8: Fixed bug #13453: Method compileINSERT of ux_t3lib_sqlparser should be protected
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@29766 735d13b6-9817-0410-8766-e36946ffe9aa
- 14:15 Feature #21944: MySQL extended INSERT statements cannot be parsed
- Committed to Core trunk (rev. 6859) and DBAL trunk (rev. 29765)
- 14:00 Feature #21944: MySQL extended INSERT statements cannot be parsed
- v2 of DBAL patch fixes the compileINSERT problem.
- 00:36 Feature #21944: MySQL extended INSERT statements cannot be parsed
- BEWARE: Method compileINSERT is overriden in DBAL (class.ux_t3lib_sqlparser.php) and should be updated there too!
- 14:14 Revision 22759e5c: Added feature #13209: MySQL extended INSERT statements cannot be parsed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@29765 735d13b6-9817-0410-8766-e36946ffe9aa
- 14:12 Revision eb6fab5d: Added feature #13209: MySQL extended INSERT statements cannot be parsed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6859 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:56 Bug #22073 (Closed): The RTE puts and empty <p></p> tagset in front of a definition list (dl).
- I've allowed the definition list tags in my RTE (dl, dt and dd).
However, when the page is rendered, there's and emp...
2010-02-06
- 23:23 Revision bec66178: Backported changeset #6857 from trunk
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6858 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:21 Revision de323040: Follow-up of changeset 6855: Fixed bug #13430
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6857 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:58 Bug #22061: Cannot parse INSERT when VALUES has no space before left parenthesis
- Committed to:
- Trunk (rev. 6855)
- 4-3 (rev. 6856)
Tests committed to DBAL:
- Trunk (rev. 29762)
- 1-0 (r... - 22:55 Revision fa499f5a: Backported changeset 29762 from trunk: Added unit tests for bug #13430
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-0@29763 735d13b6-9817-0410-8766-e36946ffe9aa
- 22:54 Revision 14d05a2a: Backported changeset 6855 from trunk: Fixed bug #13430
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6856 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:51 Revision c8798555: Added unit tests for bug #13430: Cannot parse INSERT when VALUES has no space before left parenthesis
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@29762 735d13b6-9817-0410-8766-e36946ffe9aa
- 22:51 Revision 9895ba09: Fixed bug #13430: Cannot parse INSERT when VALUES has no space before left parenthesis
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6855 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:25 Revision 588ac430: [+BUGFIX] Extbase (Persistence): Fixed typo in Identity Map (thanks to Martin Kutschker).
- [+BUGFIX] Extbase (Persistence): Added check for existing object before get_object_vars() is invoked.
- 16:42 Bug #22072 (Closed): typo in BE cache init section
- In typo3/init.php there are lines:
if (TYPO3_UseCachingFramework) {
$typo3CacheManager = t3lib_div::makeInstance... - 15:50 Bug #22070: Filemounts are unsorted
- For any reasons the tree is corrupted with open mounts using first patch.
So i needed to sort the mounts before proc... - 01:52 Bug #22070 (Closed): Filemounts are unsorted
- In the folder tree of filelist the filemounts are displayed in the order they are assigned.
Sort them alphabetical... - 15:46 Feature #15193: There is no API to list tables in the Web->Page module
- I renewed the patch and wrote a demo extension using fe_users as example.
- 09:14 Feature #15193: There is no API to list tables in the Web->Page module
- Franz, could you have a look at what Olly said in may 2009 and provide a new patch if needed? it would be so nice to ...
- 14:10 Bug #21914: Datepicker doesn't work in Internet Explorer 8
- tested with 4_3 svn and it works without errors, so i think fix is included in 4.3.2
- 11:37 Bug #21914: Datepicker doesn't work in Internet Explorer 8
- Some news about this problem ?
- 13:50 Bug #22071: DBmounts are unsorted
- v2 allows to configure the sortfield in be_user setting
Example:
options.pageTree.mountSortField = title - 02:17 Bug #22071 (Closed): DBmounts are unsorted
- The DBmounts in page tree are shown in the order they are assigned.
Order them by creation time.
May be i exten... - 11:32 Bug #21983: Thumbnail generation broken for PDF files
- This is the default behavior of convert (gs). If input file a multipage and no frame is given, convert will append th...
- 09:39 Bug #22029: cropHTML not honoring whole word setting
- Hi Ron.
Unfortunately, I was not able to reproduce this issue. It may be caused by a (wrong) combination of charse...
2010-02-05
- 23:50 Bug #22069 (Closed): wrong image shown in WEB->PERM (backend-redesign)
- in typo3/mod/web/perm/index.php all images are checked by t3lib_iconWorks::skinImg except the the 'legend.gif'.
if y... - 22:36 Bug #21555: Powermail-related: RIGHT OUTER JOIN is not supported
- Powermail patch has been committed too.
- 22:23 Bug #22063: Backend login impossible with MSSQL via ODBC due to FetchRow() result
- Please have a look at bug #4640 and report here or there if it helps fixing your problem.
- 22:17 Bug #22063: Backend login impossible with MSSQL via ODBC due to FetchRow() result
- I do not like "quick and dirty" hacks... But anyway, your hack cannot apply to current version of class.ux_t3lib_db.p...
- 14:16 Bug #22063 (Closed): Backend login impossible with MSSQL via ODBC due to FetchRow() result
- When setting up Typo3 with dbal using MS SQL Server via ODBC you always get thrown back to the backend login when ent...
- 22:14 Bug #22062: Include BE:forceCharset config option
- Hi,
Line 2234-2238 for me are
/************************************
*
* Handler management
*
*********... - 10:36 Bug #22062 (Closed): Include BE:forceCharset config option
- My setup is to connect to two mysql databases. Unluckily, the mysql client needs a setting for the charset. This can ...
- 18:58 Bug #22068 (Closed): [FEATURE] Allow marker for Subject and Message in aut-response-message of Mailform
- There is a neat feature for autorespond in the Mailform CE.
If you add this field:
|auto_respond_msg=hidden| Hel... - 18:13 Feature #22067 (Closed): Add a "keyword" to l10n_mode in ['columns'][fieldname] section
- With the l10n_mode you can control how T3 handles translations in the backend forms.
Four keywords are described in ... - 17:17 Bug #21650: Cannot set an RTE field as required
- +1
Same problem with TYPO3 4.3.1 et tt_news version 3 - 17:09 Bug #22066 (Closed): Multiple domain on the same page enable crossdomain linking wrongly in typolink
- Hello,
In my setup I've multiple domain on the same page.:
dev.xxxxxx.com
preprod.xxxxxx.com
www.xxxxxx.com
... - 17:06 Bug #22065: Multiple domain on the same page enable crossdomain linking wrongly
- Sorry, i posted report in the wrong project. It should be a TYPO3 4.3 report.
I'll post it in the right project. - 17:03 Bug #22065 (Closed): Multiple domain on the same page enable crossdomain linking wrongly
- Hello,
In my setup I've multiple domain on the same page.:
dev.xxxxxx.com
preprod.xxxxxx.com
www.xxxxxx.com
... - 15:30 Bug #22064 (Closed): t3lib_htmlmail -> from_name in FROM header not quoted
- Currently the from_name property isn't quoted inside the FROM header of the t3lib_htmlmailer. This causes problems if...
- 11:14 Bug #22039: JS-error in common.js crashes flash uploader
- committed to trunk rev 6852 and 4_3 rev 6854
- 11:13 Revision fa026fdd: Fixed bug #13391: JS-error in common.js crashes flash uploader
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6853 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:10 Revision 5abb4729: Fixed bug #13391: JS-error in common.js crashes flash uploader
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6852 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:09 Bug #22016: Datepicker is brocken with ExtJS 3.1
- committed to trunk rev 6851
- 11:08 Revision cb25054b: Fixed bug #13348: Datepicker is brocken with ExtJS 3.1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6851 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:56 Revision e33af374: converted t3lib/extjs files to unix format.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6850 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:25 Bug #22061 (Closed): Cannot parse INSERT when VALUES has no space before left parenthesis
- When trying to import static data of EXT:static_info_tables, the operation fails with
ERROR: Query could not be pa... - 10:15 Feature #22004: Implement HTML5 file uploads
- Plupload is a feature-rich implementation, which supports multiple file upload variants (Flash, HTML5, Gears, Silverl...
- 09:37 Bug #22032: Provide a manual for system extension saltedpasswords
- Committed to 4.3 in revision 6846
Committed to trunk in revision 6847 - 09:31 Bug #22032: Provide a manual for system extension saltedpasswords
- Corrected some minor typos before commit. Thanks for the work!
- 09:37 Revision 65d2ed3b: Corrected typo in Marcus Krause's name
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6849 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:37 Revision c01768e2: Corrected typo in Marcus Krause's name
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6848 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:34 Revision e7554dfa: Cleanup #13377: Provide a manual for system extension saltedpasswords
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6847 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:33 Revision 4648e0f0: Cleanup #13377: Provide a manual for system extension saltedpasswords
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6846 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:30 Bug #22057: Invalid quoting of numeric column names [scheduler]
- Committed to:
- DBAL trunk (rev. 29688)
- DBAL_1-0 (rev. 29689) - 09:30 Revision d5fab090: Backported changeset 29688 from trunk: Fixed bug #29688
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-0@29689 735d13b6-9817-0410-8766-e36946ffe9aa
- 09:27 Revision 2eb124a8: Fixed bug #13422: Invalid quoting of numeric column names
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@29688 735d13b6-9817-0410-8766-e36946ffe9aa
- 09:21 Bug #22006: "Allow Frontend Preview" and "Allow preview of whole workspace"
- Committed to 4.3 in revision 6843
Committed to trunk in revision 6845
I'm attaching for reference the final versi... - 09:18 Revision 3dbd4d88: Fixed bug #13323: "Allow preview of whole workspace" misses checkbox
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6845 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:17 Revision 40242d7d: Short follow-up to previously committed #13233 patch: added missing checkbox class to input field
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6844 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:02 Revision f588c06e: Fixed bug #13323: "Allow preview of whole workspace" misses checkbox
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6843 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:40 Bug #21966: _CSS_DEFAULT_STYLE
- realy mean bug. I updated a site to 4.3.1 everything looks great, print pages too, but i didn't test printing them......
- 01:30 Bug #21174: Advanced Front End Editing - click edit and content elements are empty
- Closing this ticket out since we're now handling it on Forge at http://forge.typo3.org/issues/show/4852. [^]
- 01:08 Bug #21174: Advanced Front End Editing - click edit and content elements are empty
- Simon,
Just wanted to check in again and see if you're still having this issue with the latest versions of feeditadv...
2010-02-04
- 20:52 Bug #15250: t3lib_BEfunc::blindUserNames() does not work sometimes
- all this would need is the following code:
if ($table == 'be_users') {
$tempBeUser = t3lib_div::makeInstance('t3... - 20:26 Feature #22060: Caching of the ExtDirect API configuration
- You can find a demo extension in the attached at the bugtracker entry #22000.
http://bugs.typo3.org/view.php?id=13313 - 20:25 Feature #22060 (Closed): Caching of the ExtDirect API configuration
- Currently the generated API configuration for ExtDirect isn't cached. This is a nogo, because the reflection mechanis...
- 17:34 Revision 1ca1d4f8: Updated NEWS.txt for TYPO3 v4.4
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6842 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:10 Bug #22059: t3lib_div::cleanOutputBuffers() might loop forever
- I can reproduce and verify this.
Every try to load Translation-Handling-page in Extension-Manager ends up in a "50... - 16:45 Bug #22059 (Closed): t3lib_div::cleanOutputBuffers() might loop forever
- In particular environments it is possible that ob_get_level() doesn't get updated by ob_get_clean(). As both function...
- 15:48 Bug #22058 (Closed): ext_tables.sql Syntax
- I extended the ext_tables.sql file of my extension by one new table, which is similar to the following definition.
... - 13:52 Bug #21983: Thumbnail generation broken for PDF files
- Hey,
i can confirm this bug, too.
The request is, to render the first page of a multisite pdf as image.
"132... - 13:17 Bug #22057 (Closed): Invalid quoting of numeric column names [scheduler]
- Sysext scheduler uses following query to check whether backend user exists:
SELECT 1 FROM be_users WHERE username ... - 12:27 Bug #22056 (Closed): Content Type Media rendering error
- Updated from 4.1.1 in steps to 4.3.1.
In 4.1.1. i used Content Type "Multimedia" for including a swf into Page Con... - 10:19 Bug #22055 (Closed): Improve message "Error..." in Extension Manager
- When I try to download or backup/delete my extension, the message "Error..." occurs in the main frame of the backend....
- 06:49 Bug #22054 (Closed): suggest wizard doesn't work with * as table
- The suggest wizard has been introduced to the core tables but the wizard doesn't work for allowed set to *. Therefore...
2010-02-03
- 19:09 Feature #22053 (Closed): Allow t3lib_div::_GETset() to set specified key
- hey guys,
at the moment t3lib_div::_GETset() is only able to replace hole arrays in $_GET. If you want to set $_GE... - 17:39 Bug #22052 (Closed): rsaauth: PHP Fatal error: Call to a member function getPrivateKey() on a non-object
- When opening the login page with rsaauth, saltedpasswords and felogin installed this page is empty. In the error log ...
- 16:27 Bug #18819: felogin redirect won't work if "hide at login" is selected
- I find the same problem, when set "hide at login" the login page, redirect doesn't work anymore.
- 16:19 Feature #22051 (Closed): Missing a More Link Marker in indexed search
- Missing the possibility to create an simple "more link" to link to the founded resource out of the results page inste...
- 15:41 Revision ad34bbfd: Added unit tests for bug #13412: BETWEEN operator is not supported
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@29640 735d13b6-9817-0410-8766-e36946ffe9aa
- 15:41 Bug #22049: BETWEEN operator is not supported
- Committed revision 6841.
- 14:41 Bug #22049 (Closed): BETWEEN operator is not supported
- When using EXT:crawler, the crawler jobs fails with a parseWhere exception. Problem is that generated queries use a B...
- 15:40 Revision d8894d68: Fixed bug #13412: BETWEEN operator is not supported
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6841 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:53 Bug #22050 (Closed): Delete page problem with pages_language_overlay
- When I delete a page with 5 pages_language_overlay it always deletes pages_language_overlay that have the same pid a...
- 12:32 Bug #22006: "Allow Frontend Preview" and "Allow preview of whole workspace"
- Patch submitted to core list.
- 11:39 Bug #22048 (Closed): saltedpasswords is not used if loginSecurityLevel is empty
- If the TYPO3_CONF_VARS setting 'loginSecurityLevel' is empty, TYPO3 used the level 'normal' as default value. However...
- 11:06 Bug #22041: Clickmenu for files in File List no longer shows up
- I have found the cause of this... it was caused by the extension kb_unpack. It uses deprecated PHP functions and was ...
- 09:16 Bug #22041: Clickmenu for files in File List no longer shows up
- Can't reproduce in FF 3.6
Did you try to clear your browser cache?
Have you tried a different 4.3.1 installation?... - 10:42 Bug #18900: Defining alternative icons with specConfs.[pid].pageIcon does not work
- Appended patches fix the issue for 4.2, 4.3 and trunk without breaking the cache.
- 09:42 Feature #17037: Better Shortcut for pages
- It would be great to have this in - maybe even without multilang in the first step, but I haven't yet had a closer lo...
- 09:19 Bug #22028: Issue ID 0013244 and 0013258
- I'm quite sure, you use a somehow weird version of PHP 5.2.0
Please try to use the PECL filter library - or may be... - 07:19 Bug #22046: thumbs.php: Thumbnails for images with transparent background look ugly
- In the attached file this issue does not seem to occur. Under which circumstances is this problem visible. Can you up...
- 02:32 Bug #22047 (Closed): Shortcut page type will not forward destinations page "Metadata" fields
- I have a TS for menus which contain this entry:
NO.ATagTitle.field = abstract // title
That should fetch the "a...
2010-02-02
- 20:12 Bug #22046 (Closed): thumbs.php: Thumbnails for images with transparent background look ugly
- When viewing a thumbnail generated by thumbs.php for a file in the backend, the background of transparent images gets...
- 19:10 Bug #21990: felogin ie8 session cookie
- I'm using felogin 1.3.0 (Latest revision 6647 from http://forge.typo3.org/)
on a fresh Typo3 4.3.1
searching this... - 17:35 Bug #21990: felogin ie8 session cookie
- also check #11858
- 15:05 Bug #22027: Method filelink of tslib_content uses 'target' instead of 'fileTarget'
- Committed to:
- trunk (rev. 6839)
- 4-3 (rev. 6840) - 15:01 Feature #22045 (Closed): Allow stdWrap-functionality for _DEFAULT_PI_VARS
- Currently you can only set plain key/value-pairs like
plugin.tt_news._DEFAULT_PI_VARS.year = 2010
It would be gre... - 15:01 Revision 03e0ab9a: Backported changeset 6839 from trunk: Fixed bug #13368
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6840 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:59 Revision e9e1900b: Fixed bug #13368: Method filelink of tslib_content uses 'target' instead of 'fileTarget'
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6839 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:57 Bug #21784: ORA-00918: column ambiguously defined
- Committed to trunk (rev. 6837) and 4-3 (rev. 6838)
- 14:56 Revision 8fb98dbc: Backported changeset 6837 from trunk: Fixed bug #12903
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6838 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:52 Revision 4599ced0: Fixed bug #12903: ORA-00918: column ambiguously defined [indexed_search]
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6837 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:24 Feature #22000: ExtDirect API
- follow up v4 committed to trunk rev 6836 by Steffen Kamper
- 14:12 Bug #21983: Thumbnail generation broken for PDF files
- v2 patch is working in 4.3.1 as well as long I don't set noFramePrepended = 1.
- 13:02 Revision 8cd34331: Follow-up to #13313: ExtDirect API
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6836 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:48 Bug #21873: alternative page language will be deleted in new workspaces after publishing
- I can confirm this. It's 100% reproducable here and is giving my editors a hard time.
- 12:28 Bug #22044 (Closed): Active suggest feature for TCA fields with foreign tables
- The patch adds suggest feature for following fields:
be_user => usergroup
pages => fe_group
fe_users => usergrou... - 11:08 Bug #22043 (Closed): Provide a way to logout from an active Install Tool session
- Problem:
Currently, there's no way to logout from the Install Tool. So, the user session is valid to a maximum of on... - 11:07 Bug #21609: Problem with german "Umlaute" in BE file list, no thumbs generated
- the problem is found in t3lib/thumbs.php -> SC_t3lib_thumbs::wrapFileName
in typo3 4.3 this method uses escapeshel... - 10:21 Bug #22042 (Closed): Install tool displays im_negate_mask=0 in panel while im_negate_mask=1 in localconf.php
- This problem has existed since numerous versions of typo3 :
The checkbox of setting im_negate_mask remains unchecked... - 09:53 Bug #22041: Clickmenu for files in File List no longer shows up
- This occurs in IE8 and Firefox 3.6
- 09:52 Bug #22041 (Closed): Clickmenu for files in File List no longer shows up
- After upgrading to 4.3.1 the clickmenu for files no longer appears. The page tree shows the menu but for files in the...
- 08:19 Bug #22032: Provide a manual for system extension saltedpasswords
- v2 clarifies that Portable PHP password hashing is the default and recommended setting. Furthermore, once chosen blow...
2010-02-01
- 22:39 Bug #22039 (Closed): JS-error in common.js crashes flash uploader
- Due an obvious error in common.js i have a site where flashloader quits working. It works again if i remove the JS er...
- 21:21 Bug #22038: Missing : in locallangs (DB & File mounts)
- Committed to
- trunk (rev. 6833)
- 4-3 (rev. 6834)
- 4-2 (rev. 6835) - 21:01 Bug #22038 (Closed): Missing : in locallangs (DB & File mounts)
- The : are missing at the end of the labels.
(issue imported from #M13388) - 21:20 Revision 00b68966: Backported changeset 6833 from trunk: Fixed bug #13388
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@6835 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:18 Revision a9b58c37: Backported changeset 6833 from trunk: Fixed bug #13388
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6834 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:13 Revision ca8a5a6b: Fixed bug #13388: Missing colon in locallang for DB and File mount (thanks to Georg Ringer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6833 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:18 Feature #14531: check in Typoscript parser on copying of certain value/properties
- I had a replica of this on typo3 4.3.1. But the error message was significant, sort of. The solution reported above o...
- 17:00 Bug #22030: Authentication Bypass in frontend user authentication (sysext:saltedpasswords)
- Hm. Mantis renamed my file to just "v2.diff" (stripped bug number).
- 16:52 Bug #22030: Authentication Bypass in frontend user authentication (sysext:saltedpasswords)
- I attached a patch with the renamed variable. I do not insist on renaming but I think it is more clear this way.
+... - 15:53 Bug #22037: mod.web_list.hideTables does not accept spaces
- You're right, it works as expected. But it is a bit inconsistent with other options.
For example:
mod.web_list.al... - 14:53 Bug #22037: mod.web_list.hideTables does not accept spaces
- Since it works correctly without the space, I don't see a problem here.
This is a "comma seperated list" and seperat... - 14:51 Bug #22037 (Closed): mod.web_list.hideTables does not accept spaces
- If you enter the following config in the page tsconfig, table tt_content will be hidden, but not tt_news :
mod.web_l... - 11:36 Feature #22035 (Rejected): Web Services for Remote Portlets (WSRP) support in TYPO3
- Hi,
There are 2 features related to WSRP i would like to see in TYPO3 :
- it would be great if Typo3 could con...
2010-01-31
- 21:09 Bug #22032: Provide a manual for system extension saltedpasswords
- After reading again through the manual, some wordings seemed to be odd. Find attached version 1 with a few adjustments.
- 14:05 Bug #22032 (Closed): Provide a manual for system extension saltedpasswords
- System extension saltedpasswords currently lacks of a manual. This makes it difficult for TYPO3 users to use this new...
- 19:43 Bug #25649: Autoload seems to be case sensitive when started in cli-mode
- Sorry, forgot to mention, that it occured under TYPO3 4.3.1, Apache2
PHP:
PHP 5.2.11-2 with Suhosin-Patch 0.9.7 (cl... - 19:41 Bug #25649 (Closed): Autoload seems to be case sensitive when started in cli-mode
- Autoloader seems to be case sensitive, therefore it was not able to unserialize task settings. This was because it co...
- 19:12 Bug #22034 (Closed): Recursive deletion of alternative page languages
- If an alternative page language record will be deleted this can trigger the automatic deletion of other records in th...
- 17:10 Bug #22028: Issue ID 0013244 and 0013258
- Yes I'm sure.
Suse 9.3 came with PHP 5.0.3 and I had to upgrade. But I don't recall whether I downloaded a rpm or ... - 12:35 Bug #22028: Issue ID 0013244 and 0013258
- Are you <b>really, really, really</b> sure that you are running at least PHP 5.2.0? I can't really believe this.
htt... - 12:05 Bug #22028: Issue ID 0013244 and 0013258
- Here is the error message:
Fatal error: Call to undefined function filter_var() in /var/www/vhosts/hsbk-oberhausen... - 16:59 Bug #21202: No redirection after login by systemextension felogin
- The attached patch no longer applies to 4.3.1 because of whitespace changes. I have attached an updated patch (t3bug-...
- 16:51 Bug #22033: SPRITE ICON API
- added docu as separate file
- 16:42 Bug #22033 (Closed): SPRITE ICON API
- SPRITE ICON API
The sprite icons are a completely different approach than using single file images. In order to ge...
2010-01-30
- 14:03 Bug #22031 (Closed): When installing the versioning the list view gets corrupted
- When installing the versioning the list view gets corrupted
(issue imported from #M13374) - 12:24 Bug #22030: Authentication Bypass in frontend user authentication (sysext:saltedpasswords)
- (Initial) patch introduces a new variable in saltedpassword's service class that overwrites extension configuration v...
- 11:45 Bug #22030 (Closed): Authentication Bypass in frontend user authentication (sysext:saltedpasswords)
- Knowing a salted hashed password is sufficient to authenticate a Frontend user when using activated sytem extension s...
- 12:01 Bug #22028: Issue ID 0013244 and 0013258
- In your PHP error log file. If you don't know, where it is located, ask your admin or hoster.
You could also enabl... - 11:07 Bug #22028: Issue ID 0013244 and 0013258
- Where can I find the log?
- 09:03 Bug #22028: Issue ID 0013244 and 0013258
- Did you encounter the same error message in log?
- 00:01 Bug #22029 (Closed): cropHTML not honoring whole word setting
- First, I want to say I love the new cropHTML stdWrap property. But I have found one bug. It is not honoring the whole...
2010-01-29
- 22:57 Bug #22028 (Closed): Issue ID 0013244 and 0013258
- Assuming that I read the threads with IDs #0013244 and #0013258 correctly, the empty backend problem in version 4.2....
- 22:44 Bug #22009: PHP Fatal Error: Cannot redeclare class backend_toolbarItem [After Typo3 Upgrade]
- It seems that I have managed to resolve the error. Since the Typo3 installation was working once before with the sam...
- 17:52 Bug #21774: User Tools/Worspace screen stage change buttons problem
- Hi Daniel, I've patched the 4.2 patch 0009415 the same way :-)
Merged changes into 0012887_state-change-bug_v2.diff - 14:59 Bug #15604: versioning a page breaks all MM-Relations
- Kasper made a few changes in the previous versions, so in most cases everything works fine in latest version 4.2.11. ...
- 14:41 Bug #22027 (Closed): Method filelink of tslib_content uses 'target' instead of 'fileTarget'
- Method filelink prepares the typolink configuration with a parameter 'target'. However when dealing with files, the "...
- 11:42 Bug #22026 (Closed): DB Tools: Search Record shows the incorrect form, when the search starts
- Search record
Search String: Enter word, but the search result is false or empty. The 2nd attempt works always.
... - 11:37 Feature #22025 (Closed): Add a rel="nofollow" on the forget your password link
- If you have a login box on each of your pages you get indexed twice for each page. (at least if you rewrite the link)...
- 10:25 Bug #22024: Table headers in t3lib_fullsearch
- v2 takes more care about CGL and valid code
- 08:12 Bug #22024 (Closed): Table headers in t3lib_fullsearch
- This function renders the headers in t3lib_fullsearch which is used in sysexts sys_actions and lowlevel (BE module DB...
2010-01-28
- 23:32 Feature #22021: Edit User Groups from Backend User Administration
- one could have a list of BE-Usergroups as well ... not a bad idea
- 23:05 Bug #22023 (Closed): HTML cObject parser in t3editor fails to properly find matching parentheses
- In the following code in editing template records, the t3editor fails to realize where the parentheses close, therefo...
- 16:16 Bug #22022 (Closed): Cannot disable url prefixing for local anchors. config.prefixLocalAnchors > has no effect
- Setting config.prefixLocalAnchors > has no effect. Local URL's are still prefixed.
To note: when unsetting config.... - 16:08 Bug #21877: t3editor don't show content in FF3
- can be closed, updated typo3 and it works
- 15:46 Bug #21873: alternative page language will be deleted in new workspaces after publishing
- I have fixed the bug.
In /t3lib/class.t3lib_tcemain.php on line 4730 the "transOrigPointerField" will be kept.
That... - 11:32 Bug #21873: alternative page language will be deleted in new workspaces after publishing
- I've tested this issue again in a fresh installed TYPO3 Backend (Ver. 4.3.1).
I've created a new alternative page la... - 11:59 Bug #22019: Reorganization of CSS stylesheets and icons within the Core
- RFC dropped
- 11:34 Revision efaea027: [+BUGFIX] Extbase (Persistence): Added relation table name to the match condition to avoid ambiguities. Resolves #6116.
- 11:34 Revision 1acbb7bd: [+BUGFIX] Extbase (Persistence): Fixed typo in the Query Settings which disabled chaining. Resolves #6230.
- 10:10 Bug #21941: RTE 1.8.6 not focusing correctly with IE8
- Confirmed with TYPO3 4.3.1 in IE 6, 7 and 8. Without text only the top line can be clicked to focus the RTE so you ca...
2010-01-27
- 23:32 Task #6249: Support for TCA fields of type "group" - allowes DAM support (has patch)
- version 2 of the patch, adding enhanced compatibility for group fields and incorporating the changes (drop of the che...
- 15:46 Task #6249: Support for TCA fields of type "group" - allowes DAM support (has patch)
- The issue is related to #6232 and #6233 as methods changed in these issues are also changed with this.
- 15:18 Task #6249 (Closed): Support for TCA fields of type "group" - allowes DAM support (has patch)
- Hi, extbase currently doesn't support TCA fields of type "group" natively. A easy workaround currently is to addition...
- 22:43 Feature #22021: Edit User Groups from Backend User Administration
- Some text missing above, sorry!
What I meant was:
In the Admin Tools > User Admin, one can handily test and mod... - 22:40 Feature #22021 (Closed): Edit User Groups from Backend User Administration
- In Admin Tools > User Admin one can handily test and modify User Settings.
But not the settings for the different ... - 22:33 Feature #22020 (Closed): Return to "Admin Tools > User Admin" when exiting simulated BE User
- When exiting a simulated BE user, Typo3 returns to the default startup page specified in the user settings.
It wo... - 17:38 Bug #21966: _CSS_DEFAULT_STYLE
- Same problem encountered here - while for custom CSS, it can be solved by overwriting the default "media=screen" with...
- 16:50 Feature #6251 (Closed): User GROUPS should be able to OWN workspaces
- Right now only individual users are owners of workspaces.
I would like to select GROUPS as owners of workspaces.
Th... - 15:33 Revision 3372f8c6: [+FEATURE] Extbase (Persistence): Implemented removeAll() to the Persistence Repository. Related to #3852. Resolves #6248.
- 15:28 Bug #18686: Updating to TYPO3 4.2 cuts off TypoScript templates after the first umlaut resulting in unusable code
- I am having the same problem with update from 4.1.13 to 4.2.11, too.
I used a different approach that seems to wor... - 13:25 Bug #22019 (Closed): Reorganization of CSS stylesheets and icons within the Core
- Problem:
========
Currently, the situation is a bit messed-up regarding the CSS stylesheets and icons organization ... - 12:18 Feature #20530: Separate firstname and lastname columns in fe_users table
- committed to trunk, rev 6823
- 12:16 Revision ac287548: Separate first-, middle- and lastname columns in fe_users table (thanks to Ismaël Bidau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6823 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:36 Bug #22018 (Closed): reset password form ignores usage of kb_md5fepw
- I'm using md5 encrypted passwords with kb_md5fepw and Typo3 4.3.1.
While resetting the password via frontend form t... - 11:33 Bug #21830: Redirect with felogin on TYPO3 4.3 does not work
- For me it works fine, for non restricted pages.
- 10:40 Bug #22016: Datepicker is brocken with ExtJS 3.1
- i will do - i wait for comment of ExtJs team on this issue, may be there is a better way.
- 08:54 Bug #22016: Datepicker is brocken with ExtJS 3.1
- shall I send an RFC to core list or will you take care of it?
- 10:18 Feature #22017 (Closed): Enable printing of frames at the backend
- The backend uses framesets with css - definitions to hide content ("overflow: hidden", "z-index") and javascript to c...
- 09:17 Bug #20941: fe-editing broken if IRRE-elements are used with RealURL
- Adding a new patch that fixes (hopefully all) the issuses with ajax-calls in FE-editing. In extensions this needs som...
- 08:51 Revision 95cce2d7: Backported changeset 6791 from trunk: Fixed bug #12681
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6822 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:41 Revision 8e1124f9: Backported changeset 6787 from trunk: Fixed bug #12553
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@6821 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-01-26
- 21:40 Bug #22016: Datepicker is brocken with ExtJS 3.1
- sorry my fault... seems to work now :)
- 16:48 Bug #22016: Datepicker is brocken with ExtJS 3.1
- your error shows that you have a mix of new and cache, Ext.getCmp('p....').setValue was removed by the patch.
- 16:44 Bug #22016: Datepicker is brocken with ExtJS 3.1
- sorry, still does not work, but errors differ ...
I'll attach a new screenshot - 16:30 Bug #22016: Datepicker is brocken with ExtJS 3.1
- yeah, something again changed in ExtJs 3.1. Attached patch should fix it.
- 15:23 Bug #22016: Datepicker is brocken with ExtJS 3.1
- forgot to mention ... this relates to trunk as of today 26.01.2010 afternoon
does not occur with 4.3.1 - 15:22 Bug #22016 (Closed): Datepicker is brocken with ExtJS 3.1
- I am using Firefox 3.6 on Ubuntu 9.10 x64 (official build from mozilla.com).
If I try to edit an event (in cal) th... - 21:27 Bug #15445: field type "group" subtype "db" behaves differently for TCA and flexForms
- I came across this today in 4.3.1,
wondering if this may get fixed? Thanks!
Update: This only seems to happen for... - 19:37 Bug #21629: MM relations: rollback not working / sys_history wrong
- committed to 4_3 rev 6820
- 19:35 Bug #22008: UpdateExtJS to version 3.1
- Updated ExtCore to 3.0.0 in 4_3 rev 6819
- 19:31 Revision 61224f17: Fixed bug #12688: MM relations: rollback not working / sys_history wrong (thanks to Ralf Hettinger)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6820 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:29 Revision 467036c1: Update #13327: Update ExtCore to version 3.0.0
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6819 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:53 Bug #21761: Fatal error in class autoloader after upgrade to TYPO3 4.3
- I have typo3 4.3.1, php 5.3.1 and templavoila 1.4.1.
The failure appears in function makeInstance at:
$instance... - 11:25 Bug #21761: Fatal error in class autoloader after upgrade to TYPO3 4.3
- Can someone with PHP 5.3 please dig deeper into this issue?
- 11:28 Feature #22000: ExtDirect API
- Note: the class names in the commit do not fit the naming conventions.
is:
t3lib_ExtJs_ExtDirectAPI
t3lib_ExtJs_... - 00:13 Feature #22000: ExtDirect API
- committed to trunk rev 6818
- 09:49 Bug #22005: Minor CSS issue
- Thanks, this fixes the issue.
- 09:34 Feature #17247: Load Inline Elements On Demand
- Hi Harald, thanks for the patch. It works well except IRRE records with tabs - they do not expand, though AJAX data b...
2010-01-25
- 23:58 Revision 1f233047: Added feature #13313: ExtDirect API (thanks to Stefan Galinski and the T3UXW09 team)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6818 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:38 Bug #21761: Fatal error in class autoloader after upgrade to TYPO3 4.3
- problem still exists with typo3 v4.31 and php5.3+
Fatal error: Class 'tx_templavoila_pi1' not found in /html/typo3... - 15:31 Bug #21830: Redirect with felogin on TYPO3 4.3 does not work
- Yes i'm having same problem on felogin in 4.3.1, when using referer option i get 404, without it, login works.
- 14:37 Bug #20941: fe-editing broken if IRRE-elements are used with RealURL
- It seems that this also effects other js-scripts calling ajax.php, e.g. ttnews_category_tree in fe-editing.
- 14:13 Feature #22015: Different PID for Password Recovery
- Using linkConfig is possible solution but not obvious and not documented yet.
- 14:05 Feature #22015 (Closed): Different PID for Password Recovery
- It is good idea to have configurable PID for password recovery tool (current page is used now). It is specially actua...
- 11:07 Bug #22014 (Closed): Change default emptyTitleHandling to "removeAttr"
- emptyTitleHandling default in css_styled_content has changed from "useAlt" to "removeAttr". This default should chang...
- 09:48 Bug #18042: Selected value of select field not shown in TCEforms
- Could someone apply this patch to 4.2.x and check if that is still relevant for 4.3? This is a really, really annoyin...
- 08:14 Bug #21668: Wrong mail encoding
- PROBLEM IS SOLVED
The errors occured due to the php directive mail.add_x_header. This was accidentally globally set ... - 02:35 Feature #22013 (Closed): Typo3 Search function should also search in in tx_templavoila_flex
- Hello,
IMHO the Typo3 search function should also search in the field tx_templavoila_flex of the table tt_content....
2010-01-24
- 20:18 Bug #18704: Pagetree only shows [no title] no pid and has no "depth"
- Cannot reproduce with latest version.
- 16:49 Bug #22011: RTE htmlarea 1.8.6: no context menu on editing text
- Fine, then please post more information about your environement at #13188.
Especially: Which charsets do you use i... - 16:43 Bug #22011: RTE htmlarea 1.8.6: no context menu on editing text
- Yep, you're right. That's it. We can follow this on the path 13188.
It's sometimes difficult to find the accurate ... - 16:19 Bug #22011: RTE htmlarea 1.8.6: no context menu on editing text
- Does it work, if you change the language for the user to English?
And does the context menu at the page tree appear ... - 12:07 Bug #22011 (Closed): RTE htmlarea 1.8.6: no context menu on editing text
- RTE htmlarea doesn't show a specific RTE right-click context menu like in earlier versions. It displays the browsers ...
- 16:20 Bug #16781: Pagetree only shows up to Level 2 / Backend login impossible with MSSQL via ODBC
- Hi,
Is this issue still a problem for you with latest TYPO3 version?
If so, I'll have a look at this and fix it... - 16:13 Bug #22012 (Closed): Table wizards cuts table
- I created a table with 200 rows each containing 6 cells. Editing this table with the normal backend text box works fi...
- 16:09 Bug #16782: Oracle : Swap (online / offline) between 2 pages or contents,...
- Could not reproduce this bug.
- 16:08 Bug #21835: Calendar Base an DBAL on Typo3 4.2.10
- Hi Steffen,
Do you still have this problem?
If so, could you please activate DBAL debug mode and report the que... - 11:48 Bug #21878: 4.4.0 trunk: version warning with CSS styled content
- committed to trunk rev 6817
- 11:46 Revision 0bfdf94c: Fixed bug #13090: 4.4.0 trunk: version warning with CSS styled content
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6817 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:23 Revision 09752476: Fixed bug #13090: version warning with CSS styled content
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@29247 735d13b6-9817-0410-8766-e36946ffe9aa
2010-01-23
- 23:39 Feature #16731: Cache-Control Headers do not address client-side caching
- Hi, any news on this issue?
I'm running into that Opera 9.0 caches pages and does not check them again unless no-c... - 21:53 Bug #21878: 4.4.0 trunk: version warning with CSS styled content
- patch is attached and in core list
- 21:17 Bug #21878: 4.4.0 trunk: version warning with CSS styled content
- ah - i see.
Yes, that's really nonsense. With each new version all sysexts has to be raised. It's nonsense because... - 19:02 Bug #21878: 4.4.0 trunk: version warning with CSS styled content
- Install a sysext (which you uninstalled before) in EM.
It will say, that this ext is not compatible to the TYPO3 ver... - 17:13 Bug #21878: 4.4.0 trunk: version warning with CSS styled content
- Christopher: where does this happen?
- 20:49 Bug #22010 (Closed): Datepicker button color is wrong
- In Datepicker the button "Today" is rendered with white text. This is wrong, only toolbar buttons should be white.
... - 19:58 Bug #17106: Changes of MM relations wont reliably clear the relevant cache
- Fixed with #21629 and can be closed.
- 17:18 Bug #21629: MM relations: rollback not working / sys_history wrong
- committed to svn, trunk only (rev 6816)
- 17:16 Revision 19814c6f: Fixed bug #12688: MM relations: rollback not working / sys_history wrong (thanks to Ralf Hettinger)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6816 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:12 Bug #21952: Using TYPO3_version with "xxx-dev" won't be parsed correct in EM
- committed v3 to svn
4_3 rev 6814
trunk rev 6815 - 17:09 Revision a4d56568: Fixed bug #13230: Using TYPO3_version with "xxx-dev" won't be parsed correct in EM
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6815 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:09 Revision 9d45db31: Fixed bug #13230: Using TYPO3_version with "xxx-dev" won't be parsed correct in EM
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6814 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:28 Bug #22009 (Closed): PHP Fatal Error: Cannot redeclare class backend_toolbarItem [After Typo3 Upgrade]
- Login attempts to the admin backend lead to 500 server errors. Php error log reports:
'Cannot redeclare class ba... - 15:22 Revision 56a5d80f: Follow-up to #13327: Fix Recycler resize plugin
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6813 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:26 Revision e9d88e3c: Update #13327: Update ExtCore to version 3.1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6812 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-01-22
- 19:06 Bug #22005: Minor CSS issue
- I shortened the translation (in lang/locallang_misc.xml: shortcut_workspace) to "Modul Arbeitsumgebungen aufrufen". T...
- 10:53 Bug #22005: Minor CSS issue
- Attached a screenshot of the issue.
- 10:52 Bug #22005 (Closed): Minor CSS issue
- In German the text for "Go to Workspace Module" in workspace selector is too long so it breaks the indent.
(issue... - 18:10 Bug #22008: UpdateExtJS to version 3.1
- committed to trunk, rev 6811
- 17:52 Bug #22008 (Closed): UpdateExtJS to version 3.1
- There are some changes needed in core:
* recycler has to modified
* locale files are not minified, so the ".min" fr... - 18:05 Revision 12b047c0: Update #13327: Update ExtJS to version 3.1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6811 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:35 Bug #21866: Ext manager produce blank page
- Uhm.. 4min is a really long time. What's in the log file?
- 14:34 Bug #21866: Ext manager produce blank page
- i've set max_execution time to 300 and after a 4min I got a blank page. What can be done next?
- 14:06 Bug #21866: Ext manager produce blank page
- it was used on another server, ill set it again and check for new errors
- 14:04 Bug #21866: Ext manager produce blank page
- Yes.. the notice would be no problem, although it wonders me a bit, why it appears at all - it's only called, when th...
- 13:56 Bug #21866: Ext manager produce blank page
- Notice: ob_end_clean() [ref.outcontrol]: failed to delete buffer zlib output compression. in /typo3_src-4.3.0/t3lib/c...
- 13:54 Bug #22007: In a flexform extension, any "special characters" (UTF-8 characters) will throw an error
- Well, I found a fix browsing trough some old IRC discussion.
Force BE to use utf-8 like this:
$TYPO3_CONF_VARS['B... - 13:41 Bug #22007 (Closed): In a flexform extension, any "special characters" (UTF-8 characters) will throw an error
- While having a flexform extension, adding any "special" charcaters in any field, Typo3 fails to save and throws this ...
- 13:14 Bug #21850: Data type 'typeNumber' are not defined in TSref
- Committed to documentation trunk in revision 6809
- 11:07 Feature #19809: make pi_wrapInBaseClass wraps configurable
- No.
It's pending in the core list. No decision yet. - 10:59 Bug #22006: "Allow Frontend Preview" and "Allow preview of whole workspace"
- Attached a screenshot. The same occurs in module "Web" > "Versioning".
- 10:58 Bug #22006 (Closed): "Allow Frontend Preview" and "Allow preview of whole workspace"
- If you use the "Preview and compare workspace version with live version" there is on the right sidebar the text "Allo...
2010-01-21
- 21:59 Bug #21966: _CSS_DEFAULT_STYLE
- I can confirm this, it has been introduced by #20661 (svn rev 5903; huge commit).
This bug report should imo be se... - 21:53 Feature #19809: make pi_wrapInBaseClass wraps configurable
- This bug is resolved ?
Thanks - 20:34 Feature #22004 (Closed): Implement HTML5 file uploads
- HTML5 adds some new possibilities to upload multiple files, even in background.
Already supported in Firefox 3... - 20:31 Bug #21763: Massuploader skinning has to be improved
- As all issues addressed by this report are fixed (see related entries), I set this as resolved, too.
Thank you guys! - 17:24 Feature #22003 (Closed): Checkbox to hide system extensions
- Create the possibility to show all extensions except from system extensions. This is especially useful to get a good ...
- 17:23 Bug #21953: Installation of 'opendocs' extension results in fatal error
- Closing this issue as requested by the reporter.
- 16:48 Feature #17378: Hide dotfiles such as .svn in filelists
- We also need such a feature to hide .svn in FileList module.
The use of configuration through UserTSConfig could a... - 15:44 Bug #25648: Status "Disabled" does not appear
- Yes, the "failed" status takes precedence over "disabled" in the display. So as long as there's a failure message, th...
- 10:28 Bug #25648 (Closed): Status "Disabled" does not appear
- I have disabled a Task because it does not work and have some error.
After status is "Disabled" the Scheduler shows ... - 15:12 Bug #22002 (Closed): Add unit test concerning XML parsing of unwrapped entities
- Imagine a XML value like the following:
index.php?&id=13
Several PHP/libxml versions do not parse entities li... - 00:31 Bug #21668: Wrong mail encoding
- Upgraded to php 5.3.1
Current version typo3 4.2.10
Still the same problem.
Also Checked typo3 current 4.2.11 chang...
2010-01-20
- 21:34 Feature #22001 (Closed): Please add a TS-parameter "params2" to the imgRessource-Type
- The current implementation of imgRessource provides the paramter "param" in typoscript to modify the imagemagick call...
- 21:31 Bug #21978: t3lib_cache_backend_dbbackendtestcase does not reflect current db backend table definitions
- * Committed to trunk rev. 6807
* Committed to TYPO3_4-3 rev. 6808 - 21:29 Revision ff6a7066: Fixed bug #13270: t3lib_cache_backend_dbbackendtestcase does not reflect current db backend table definitions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6808 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:27 Revision cee1b459: Fixed bug #13270: t3lib_cache_backend_dbbackendtestcase does not reflect current db backend table definitions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6807 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:26 Revision 9c1821a0: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6806 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:49 Feature #22000 (Closed): ExtDirect API
- The attached patch introduces an API for the integration of ExtDirect into TYPO3. The API is very simply to use and s...
- 20:33 Bug #21999 (Closed): substituteMarkerArrayCached corrupts style-informations
- in the template I use theare are inline styles used:
<div style="width: 190px;">###marker###</div>
after Passin... - 17:20 Bug #21998 (Closed): RTE HTMLAREA - Additional Inline Elements Bug
- If you have Additional Inline Elements in use, there occurs a bug when you create overlapping text styles. For examp...
- 17:00 Revision bc6cce55: [+BUGFIX] Extbase (Persistence): Follow-up to revision 1795. Iterateor interface is also allowed. Related to r1795.
- 14:36 Feature #21997 (Closed): t3lib_div::getURL curl connection has no connection timeout
- If you get content from a foreign server through t3lib_div::getURL in frontend and $GLOBALS['TYPO3_CONF_VARS']['SYS'...
- 14:16 Revision 4dbd0734: [+BUGFIX] Extbase (Persistence): Fixed small typo in DataMap.php causes "call to undefined method...". Thanks to franz-Xaver Koch. Resolves #6128.
- 11:45 Revision 0b969706: [+TASK] Extbase: Removed some obsolete comments.
- 11:45 Revision e8a0af38: [+FEATURE] Extbase (Persistence): Support for MM_match_fields and MM_match_table when persisting Objects. Thanks to Franz-Xaver Koch who provided the patch. Resolves #6116.
- 11:45 Revision 392ee229: [+BUGFIX] Extbase (Persistence): Added check for array before calling foreach. Thanks to Franz-Xaver Koch.
- 11:45 Revision 4c26315c: [+BUGFIX] Extbase (MVC): UriBuilder created URIs with a leading slash. Thanks to Bastian Waidelich. Resolves #5248.
- 11:45 Revision 6dba5a31: [-CONFIGURATION] Extbase: Removed default CSS for form errors. Moved the code to the BlogExample. Resolves #5504.
- 11:11 Bug #21941: RTE 1.8.6 not focusing correctly with IE8
- Still present in 4.3.1. I noticed that if you click the upper left corner of the text area (or, if there's already so...
- 10:43 Bug #21783: Switching Workspaces as a normal User (non admin) Cause Browser Crash in Internet Explorer 8
- Sorry Christopher
0012532 doesnt solve the problem. - 10:07 Bug #21996: includeLibs not working since 4.3.1
- Sorry, I don't use SVN and I'm not used to the exact SVN mechanics. I just installed the release on the server and wa...
- 09:51 Bug #21996: includeLibs not working since 4.3.1
- Could you please checkout the SVN branch from
https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3/
and step some ... - 09:01 Bug #21996 (Closed): includeLibs not working since 4.3.1
- This line:
includeLibs.something = fileadmin/template/scripts/myscripts.php
should include the file fileadmin/tem... - 00:11 Bug #21971: Changed PHP System requirements with Minor Release Version Update
- As it was always said that TYPO3 Version 4.2 requires PHP 5.2, I don't see the need for fixing this, just because it ...
Also available in: Atom