Activity
From 2010-01-12 to 2010-02-10
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 ...
2010-01-19
- 22:10 Bug #21995 (Rejected): After integration of extension ingmar_admpanelwrap layermenus are not handled correctly
- layermenus are not hidden onmouseout if adminpanel is present.
This is most likely caused by the integration of the ... - 21:25 Bug #21994 (Closed): Defining new cache backend in extension must use absolut path
- Loading a new cache Backend from an extension doesn't parse the common 'EXT:' syntax, the backend must be defined wit...
- 21:14 Bug #21993: Core: unable autoload user_***
- And i have to remark: everything works for me except this error_log flooding, but i'm not using this auto-addJs/addMo...
- 21:12 Bug #21993 (Closed): Core: unable autoload user_***
- If 'error_log' is set in installtool systemLog, then the logfile gets flooded with 'unable to autoload blabla'. Flood...
- 18:28 Bug #21941: RTE 1.8.6 not focusing correctly with IE8
- Please test, if this is fixed in TYPO3 4.3.1.
- 18:22 Bug #21941: RTE 1.8.6 not focusing correctly with IE8
- I can confirm the issue an a TYPO3 4.3.0 system with TemplaVoila. In IE8, you need to click on any icon in the RTE be...
- 17:34 Bug #21992: htmlArea RTE: textstyle cannot be applied to full content of block element
- sorry:
firefox 3.0.17 - 17:32 Bug #21992 (Closed): htmlArea RTE: textstyle cannot be applied to full content of block element
- After creating a new CE, it´s not possible to mark word´s in the RET in one (if nothing else is written) with a text ...
- 17:26 Bug #21959: After upgrading 4.2.10 to 4.2.11 empty backend
- I think this is the same problem as in #21971.
Let's continue the discussion there! - 15:54 Bug #21959: After upgrading 4.2.10 to 4.2.11 empty backend
- We have the same problem with php-5.1.6.
In the error log we found:
PHP Fatal error: Call to undefined functio... - 11:03 Bug #21959: After upgrading 4.2.10 to 4.2.11 empty backend
- can you tell me the location of t3 error logs please
- 10:21 Bug #21959: After upgrading 4.2.10 to 4.2.11 empty backend
- Please have a look at the PHP error log. TYPO3 also logs PHP errors in its Log module.
PHP 5.2 is required since T... - 09:30 Bug #21959: After upgrading 4.2.10 to 4.2.11 empty backend
- same probleme here, php 5.1.6
- 17:10 Bug #21971: Changed PHP System requirements with Minor Release Version Update
- The question, if you can rely on the blog post by Michael Stucki is still open:
The post was written in 2007. That... - 17:07 Bug #21971: Changed PHP System requirements with Minor Release Version Update
- I just investigated the release policy of CentOS and they say:
Is PHP 5.2.5 released for CentOS?
No. As with each o... - 16:17 Bug #21971: Changed PHP System requirements with Minor Release Version Update
- We have the same error with PHP 5.1.6.
I think this is the same error like #21959.
We installed "pecl-filter" t... - 15:28 Bug #21985: t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php throw a t3lib_cache_Exception in backend
- Yes, I do. Regards.
- 15:13 Bug #21983: Thumbnail generation broken for PDF files
- v2 Patch works fine for me as long as I don't set noFramePrepended = 1.
If I do, the server converts all pages of ... - 10:19 Bug #21983: Thumbnail generation broken for PDF files
- v2 Patch works for me, but i didnt test with setting 'noFramePrepended' enabled.
- 15:00 Bug #21914: Datepicker doesn't work in Internet Explorer 8
- Confirmed: I also have this bug: with Firefox the date picker works with the English or French backend. With IE 7 or ...
- 14:21 Bug #19621: getTreeList causes duplicate entry sql error
- It must not be an extension. It also can be an mistake in TypoScript. I just get the same error on some pages when I ...
- 14:10 Bug #21926: t3lib_befunc::getFlexFormDS fails because of wrong inquiries
- My Description in this Form isn't correct.
I had scenarios where my patch didn't work.
I'll post another patch ... - 13:38 Bug #25647: Add option to disable the test task
- maybe the "test" tasks should disappear as soon as there are real tasks available
- 11:35 Bug #25647 (Closed): Add option to disable the test task
- It would be nice to have the option to disable the test tasks wich are provided by the scheduler.
Solution:
Add c... - 12:38 Bug #21053: Support for SSL and absolute Links
- Find attached a new patch (v2) that does not use the replacements anymore, but is built into the domain linking part ...
- 11:58 Bug #21701: show_item.php does not provide correct mm-relation info
- Works on 4.2.6
- 11:31 Bug #21991: Deleted combo records are still validated by TBE_EDITOR
- I added a patch which does solve the problem here. It's not done in a very clean way but IMO it should not break anyt...
- 10:57 Bug #21991 (Closed): Deleted combo records are still validated by TBE_EDITOR
- If you use combo mode and remove a record that currently does not satisfy the validation, you cannot save the "page" ...
- 10:49 Bug #21990 (Closed): felogin ie8 session cookie
- Currently I run several sites on one typo3 installation (version 4.3.1). A frontend user can perform the login but on...
- 01:06 Revision 00280947: [+BUGFIX] Extbase (Validation): EmailAddressValidator detects 'andreas@foerthner@example.com' now as invalid. Thanks to Peter Schuster. Resolves #5843.
- 01:06 Revision 06eadff9: [+BUGFIX] Extbase (Persistence): DataMapper::thawProperties() called getValue() twice. Thanks to Martin Kutschker. Resolves #5874.
2010-01-18
- 23:27 Revision b5564536: [+BUGFIX] Extbase: Fixed check for an underscore in the type name before class_exists() is invoked. Related to #5605.
- 22:54 Bug #21922: BE search does not retreive tt_news records
- The search will be rewritten and improved for 4.4 (at least it's on the plan). So please don't expect too much effort...
- 18:53 Bug #21922: BE search does not retreive tt_news records
- I can confirm this bug, and I may explain some things probably a bit deeper.
First of all: This has been tested on... - 22:31 Revision 110a03cb: [+TASK] Extbase: Merging back changes to trunk accidentally committed to tag/1.0.1.
- [+FEATURE] The Configuration Manager respects settings from plugin.tx_myext_pi1.settings , too.
[+TASK] Extbase: Refa... - 21:43 Bug #21985: t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php throw a t3lib_cache_Exception in backend
- @Laurent: You mean the database table is not corretly set up (in the install toll), thus the exception is thrown and ...
- 13:30 Bug #21985 (Closed): t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php throw a t3lib_cache_Exception in backend
- t3lib_cache_Exception(
'No table to write tags to has been set using the setting "tagsTable".',
1253534137
... - 19:15 Bug #21989 (Closed): In a extension with RTE field a clickenlarge image doesn't work with own image dir
- In a extension with a RTE field and an own image storage dir a image with the clickenlarge function the popup always ...
- 19:10 Bug #21981: defaults are not applied using "page after" in "new element wizard"
- the check already exists, patch is not needed.
- 10:23 Bug #21981 (Closed): defaults are not applied using "page after" in "new element wizard"
- When you use the wizard it makes a difference if you choose "page inside" or "page after". The reason is that a negat...
- 18:31 Bug #21988 (Closed): Usage of deprecated method - getSetUpdateSignal()
- The method "getSetUpdateSignal()" is still used inside the core! Should be replaced with the related replacement call...
- 17:16 Bug #21983: Thumbnail generation broken for PDF files
- Hey Florian,
see if the patch works for you. - 14:28 Bug #21983: Thumbnail generation broken for PDF files
- or even better
$frame = $this->noFramePrepended?'':'['.intval($frame).']';
as in imageMagiskIdentify() - 13:12 Bug #21983 (Closed): Thumbnail generation broken for PDF files
- Due the patch with report 0012341, the generation of thumbnails for PDF files does not work anymore. The problem is t...
- 17:08 Bug #20424: Built In shopping basket is not working
Committed to trunk (rev. 6803)
Committed to TYPO3_4-3 (rev. 6804)
Committed to TYPO3_4-2 (rev. 6805)
- 17:08 Revision 1abbe597: Fixed #11089: Fixing the built-in shopping basket (Thanks to Mathias Schreiber)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@6805 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:06 Revision ef50c3bd: Fixed #11089: Fixing the built-in shopping basket (Thanks to Mathias Schreiber)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6804 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:04 Revision 2ecdef3a: Fixed #11089: Fixing the built-in shopping basket (Thanks to Mathias Schreiber)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6803 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:53 Bug #21327: User with restricted languages is not able to translate a record
- Bastis and my problem solved here: http://bugs.typo3.org/view.php?id=12924
- 16:39 Bug #21964: New child records created from a translated record have default language
- I attached a patch which does fix the "create new" link to behave as needed for my case.
If you click "create new" i... - 12:13 Bug #21964: New child records created from a translated record have default language
- I guess this is a related bug : http://bugs.typo3.org/view.php?id=9526
I'm now looking into localizeChildrenAtPare... - 11:10 Bug #21964: New child records created from a translated record have default language
- I found one bug so far :
t3lib/class.t3lib_tceforms_inline.php @ 1139
- if ($parentRecord[$languageField]>0) {
... - 09:40 Bug #21964: New child records created from a translated record have default language
- Please forget about l18n_parent, it's of course "null" as there is no known parent. Also it's only affecting "create ...
- 16:20 Feature #21950: loginBoxImage_rotationFolder doesn't work
- to re-enable the loginimage you can do this:
- make a copy of the login.html (sysext/t3skin/templates/login.html)... - 10:36 Feature #21950: loginBoxImage_rotationFolder doesn't work
- sorry i meant the typo3 logo.
its quite confusing that variables of the old style still exist.
- 16:09 Bug #21986 (Closed): When using tx_indexedsearch together with macina_searchbox the paging wasn't working properly
- Hello,
we experienced that all search results were displayed on the first search result page but after pressing "... - 13:25 Bug #21984 (Closed): t3lib_div not found in t3lib/error/class.t3lib_error_errorhandler.php
- There is a PHP error in t3lib/error/class.t3lib_error_errorhandler.php:
[18-Jan-2010 13:20:08] PHP Fatal error: C... - 13:06 Bug #21982 (Closed): buttons.formattext.restrictTo not evaluated correctly
- The config parameter
page.RTE.default.buttons.formattext.restrictTo
is ignored. At least it is ignored as long ... - 12:52 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- I think #21783 isn't related to this
- 12:49 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- err, what i ment... since there was a link here from the following bugreport by me: 12901
the random sporadic logo... - 11:45 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- #21065 has also been committed to 4-2, so the X-UA-Compatible tag is also in 4.2.11
- 11:45 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- Hi Olli,
I think, the problem isn´t fixed, but version 4.3.1 has now a workaround, which seem to help. I never got... - 11:27 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- hello everyone
thx for the info that this was fixed in 4.3
will there be a fix for 4.2?
greetings - 10:49 Bug #21830: Redirect with felogin on TYPO3 4.3 does not work
- Redirect does NOT work for me, if the page with the felogin-plugin is set to 'Hide at any login'
Redirect DOES work ... - 10:44 Bug #21953: Installation of 'opendocs' extension results in fatal error
- Please close this issue. The hoster is in the process of solving the 'isolated hosting related' issue.
- 03:18 Bug #21250: Cannot login after upgrade to TYPO3 4.3 due to missing authentication method
- Same situation on my T3 installation.
I could fix it by install/loading the latest version of extension 'TYPO3 Sys... - 02:49 Feature #21754: database backend: Use t3lib_db to insert all tags in one run
- This patch will be pending as soon as #21753 has enough reviews to be committed to 4.4. You could easily gain a perfo...
2010-01-17
- 23:29 Bug #21980 (Closed): Preview of a versioned element shows page with the "live" element
- When I create a version of an element and try to preview the changes it always shows the live version in the popup wi...
- 22:46 Bug #20976: htmlArea RTE displays empty editing area in Opera 10
- It would be nice, if you could set the sponsorship as paid :)
Thanks for fixing, Stanislas! - 22:40 Bug #21916: files upload through Firefox 3.5.6
- If you still encounter problems, please provide as much information as possible about your environment.
Starting w... - 22:38 Bug #21176: No upload in the new massuploader with Firefox
- As #21920 added an improved error handling for the uploader (included in 4.3.2), we should cover the most frequent pi...
- 16:28 Bug #21176: No upload in the new massuploader with Firefox
- Could you please try this patch and give feedback, whether it gives you a reasonable error message?
http://bugs.ty... - 16:03 Bug #21176: No upload in the new massuploader with Firefox
- Up ! Same problem with firefox, IE7, google chrome on windows, but no probem on mac OS...
- 19:37 Bug #21979 (Closed): Caching framework sub-select is slow because mysql does not use indexes on outer query
- Problem:
mysql is unable to use indexes for outer query if where clause is a sub select [1]. This makes tag-deletion... - 19:09 Bug #20424: Built In shopping basket is not working
- More information about the functionality of the basket here:
http://typo3.org/documentation/document-library/core-... - 18:00 Bug #21978 (Closed): t3lib_cache_backend_dbbackendtestcase does not reflect current db backend table definitions
- Type: Bugfix, nobrainer
Branches: trunk, 4.3
Problem:
The db backend defines those fields for cache tables:
... - 17:49 Feature #25643: Allow different timestamp as optional parameter in constructor of class tx_scheduler_croncmd
- * Committed to trunk, rev. 6802
- 17:44 Revision ffc737a8: Added feature #13192: Allow different timestamp as optional parameter in constructor of class tx_scheduler_croncmd
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6802 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:41 Bug #21880: Massuploader: Window is not closable
Committed to trunk (rev. 6800)
Committed to TYPO3_4-3 (rev. 6801)
- 17:40 Revision 90752d60: Fixed bug #13093: Massuploader: Window is not closable (Thanks to Steffen Gebert)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6801 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:39 Revision 5ca412d6: Fixed bug #13093: Massuploader: Window is not closable (Thanks to Steffen Gebert)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6800 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:29 Revision 8301d7ef: Fixed bug #12742: BE-login screen: Login box with spinner becomes to small and label not centered (Thanks to Steffen Gebert)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6799 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:28 Revision cceadbf9: Fixed bug #12742: BE-login screen: Login box with spinner becomes to small and label not centered (Thanks to Steffen Gebert)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6798 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:25 Bug #21763: Massuploader skinning has to be improved
- But maybe this is an idea for 4.4?
=> see #0013269. - 17:18 Bug #21763: Massuploader skinning has to be improved
- I just searched the place where I read, that you could continue working while uploading.
NEWS.txt ("Uploading files ... - 16:58 Bug #21763: Massuploader skinning has to be improved
- Should be written down somewhere. Any ideas where?
- 16:52 Bug #21763: Massuploader skinning has to be improved
- Thanks for the info, Benni!
- 16:40 Bug #21920: Improve error handling of massuploader
Committed to trunk (rev. #17833)
Committed to TYPO3_4-3 (rev. #17833)
- 16:39 Revision e4735d25: Fixed bug #13167: Flash Uploader error messages should be more descriptive / Improve error handling of massuploader (Thanks to Steffen Gebert)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6797 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:38 Revision d5108b68: Fixed bug #13167: Flash Uploader error messages should be more descriptive / Improve error handling of massuploader (Thanks to Steffen Gebert)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6796 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:36 Bug #21975: Web->Function: empty frame if all related ext removed
- This is the same kind of problem as #21227, but here not for a group of modules, but for a single one.
Hiding the ... - 11:09 Bug #21975 (Closed): Web->Function: empty frame if all related ext removed
- After removing (de-installation, not physically deleting) all relevant system extensions (func_wizards, wizard_crpage...
- 16:33 Bug #21972: No entry in sys_log at login
- No, I don't use OpenID. I also checked two total different installations - no entry in both of them.
Will try to d... - 16:30 Bug #21972: No entry in sys_log at login
- I log in using the BE login form and entering the data.
Maybe you use OpenID (or any other ext) and this ext. does... - 12:50 Bug #21972: No entry in sys_log at login
- Yes, that's what I'm speaking of.
I also tried another installation - also no entry. - 14:22 Bug #21968: Flash Messages in wizard "create multiple pages"
- Committed to:
trunk, revision 6792
4-3, revision 6794
4-2 does not support flash messages ;-) - 14:15 Revision a22911dd: Fixed bug #13254: Flash Messages in wizard create multiple pages (Thanks to Georg Ringer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6794 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:15 Revision 70d13941: Fixed bug #13254: Flash Messages in wizard create multiple pages (Thanks to Georg Ringer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6792 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:36 Bug #20052: SQL error: 'Incorrect integer value: '' for column 'storage_pid' at row 1' (pages:NEW499d21cdec168)
- For all coreFreaks ...
I've debugged this function and searched for a useful solution ... (Using TYPO3 v4.3.1)
My... - 11:07 Bug #20052: SQL error: 'Incorrect integer value: '' for column 'storage_pid' at row 1' (pages:NEW499d21cdec168)
- This problem is also resistent in TYPO3 v4.3.1
But one thing:
Why don't you add the SQL-command into the var $GLO... - 12:59 Bug #21976 (Closed): missing page-link-address in menu
- If you put a clear numeric alias into the alias-field of a page, e.g. "2010", the menu-item in the frontend for this ...
- 09:35 Bug #21974: SQL error if i want to create a page by using "Page (inside)"
- Resolved as duplicate of #20052.
@Simon, this is a problem with mysql running in STRICT mode, please have a look a...
2010-01-16
- 22:27 Bug #21974: SQL error if i want to create a page by using "Page (inside)"
- Now I tried to create a specific content-type and this didn't work also ...
hey - If I'm the only one with this pr... - 22:18 Bug #21974: SQL error if i want to create a page by using "Page (inside)"
- Hey, I've got the same problem if I want to create a page by using "Page (after)"
2: SQL error: 'Incorrect integer... - 22:16 Bug #21974 (Closed): SQL error if i want to create a page by using "Page (inside)"
- If I create a page by using the "Page (inside)" and click on save or select another page-type I allways get the error...
- 20:32 Bug #21973 (Closed): replace hardcoded typo3/ with TYPO3_mainDir
- the path/ should not be hardcoded as there is a constant for that
(issue imported from #M13262) - 19:55 Bug #21971: Changed PHP System requirements with Minor Release Version Update
- Hi Nico,
install pecl-fliter. That should fix it.
Alternativelly: Filter_var is a native php function since ver... - 16:00 Bug #21971 (Closed): Changed PHP System requirements with Minor Release Version Update
- Hi There,
after Updating my TYPO3 installations from version 4.2.10 to 4.2.11 Suddenly get an PHP Error when calli... - 19:36 Bug #21972: No entry in sys_log at login
- You mean BE users in the log module?
I still get an entry when logging in... - 17:04 Bug #21972 (Closed): No entry in sys_log at login
- When a user logs out, an entry is created in sys_log.
When a user logs in, no entry exists.
(issue imported from... - 19:04 Bug #17107: maxW for image rows is not the maximum
- CGL cleanup.
- 19:03 Feature #17035: Approach and patch for removing all inline JavaScript
- New patch which would apply for 4.3 / current trunk...
- 16:20 Bug #21624: Select/Descelect all should be visible as link
- Committed to trunk (rev. 6791).
- 16:19 Revision 4afb9655: Fixed bug #12681: Select/Deselect all should be visible as link (Thanks to Georg Ringer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6791 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:09 Bug #21845: Available languages are ordered by name in english and not in selected language
- Committed v2 to trunk (rev. 6666)
- 16:08 Revision 2cff0a62: Reverse-merged changeset 6766: was applied to DBAL-trunk instead
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6790 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:06 Revision c6b4d22e: Reverse-merged changeset 6766: was applied to DBAL-trunk instead
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6789 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:48 Bug #21527: Text "A simple table with up to 8 columns." is wrong
- Committed to
trunk (rev. 6787)
4-3 (rev. 6788) - 15:47 Revision 7a8200ef: Backported changeset 6787 from trunk: Fixed bug #12553
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6788 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:43 Revision 995191ea: Fixed bug #12553: Text "A simple table with up to 8 columns" is wrong (Thanks to Georg Ringer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6787 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:34 Revision 67b06dc2: Backported changeset 28898 from trunk: Fixed bug #13199
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-0@28899 735d13b6-9817-0410-8766-e36946ffe9aa
- 15:32 Revision 49fc55ca: Fixed bug #13199: fileadminDir is hardcoded in several places (Thanks to Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@28898 735d13b6-9817-0410-8766-e36946ffe9aa
- 15:20 Bug #21969: Wrong text in wizard "create multiple pages"
- Patch for locallang.xml file was committed to:
trunk (rev. 6783)
4-3 (rev. 6784)
4-2 (rev. 6785)
I did not ra... - 12:35 Bug #21969 (Closed): Wrong text in wizard "create multiple pages"
- The sentence "No pages was created!" is wrong. It should be "No pages were created!"
(issue imported from #M13255) - 15:19 Revision 54691646: Follow-up of changeset #6784: added backport information
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6786 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:16 Revision efc1cd54: Backported changeset 6783 from trunk: Fixed bug #13255
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@6785 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:14 Bug #21970 (Closed): PHP warning stristr() in Configuration -> Search under PHP 5.3
- Go to module configuration and enter a search term. The following PHP warning is emitted numerous times:...
- 15:14 Revision 373e791f: Backported changeset 6783 from trunk: Fixed bug #13255
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6784 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:10 Revision 56e01234: Fixed bug #13255: Wrong text in wizard "create multiple pages" (Thanks to Georg Ringer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6783 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:08 Bug #21830: Redirect with felogin on TYPO3 4.3 does not work
- There are still issues with redirection in 4.3.1. If you select to redirect to the referer URL, login will result in ...
- 12:55 Feature #17247: Load Inline Elements On Demand
- Thanks for the patch Harald! It seem to work quite good but I have one issue with the expandSinge configuration.
W... - 12:47 Bug #21968: Flash Messages in wizard "create multiple pages"
- v2 introduces a flash message if pages have been created
- 12:29 Bug #21968 (Closed): Flash Messages in wizard "create multiple pages"
- A flash message is missing!
To reproduce:
1) Go to the visit, submit the form and you get it
2) apply patch
3) gi... - 12:12 Bug #21967 (Closed): late initialization of searchfield
- $search_field is initialized too late. Therefore the input field is always as empty.
Very simple to test:
1) go t...
2010-01-15
- 23:03 Bug #21966 (Closed): _CSS_DEFAULT_STYLE
- I was just wondering why the following is hardcoded in the source:
public function addCssFile($file, $rel = 'styl... - 19:25 Bug #21965 (Closed): "Show database queries performed" does not show any query in install tool, point 3
- When I enable that option I expect to see the sql queries to be shown (as it was in some old versions I think)
But... - 17:17 Bug #21964 (Closed): New child records created from a translated record have default language
- You can find an example here: http://www.olly.de/typo3/irre_localization.html @ 2:20
In the example a german hotel... - 15:05 Bug #21962 (Closed): IRRE disappear DocHeader options...
- Hi,
When I use IRRE widget in backend form, my docheader options (save, save and view, save and close ..) disappea... - 13:30 Bug #21843: css_styled_content 4.3 and image borders
- its not fixed in 4.3.1 ...
- 12:09 Bug #21819: function getRelated() currently not support in simulateStatic for links to related tt_news
- Hello Olli,
thanks for your feedback! There's already a little discussion in
http://bugs.typo3.org/view.php?id=... - 09:18 Bug #21819: function getRelated() currently not support in simulateStatic for links to related tt_news
- Can you please give some more details? What needs to be extended and why?
What's the exact problem, error or warning... - 12:09 Bug #21961 (Closed): collapseAll => 0 not working
- Setting collapseAll => 0 had no effect for me, all items stayed collapsed.
I've experienced this issue with ty... - 11:44 Bug #21602: Value Preview of empty timestamp shows "01-01-70 (-40 yrs) "
- same as: 0007586: Empty datetime and other timestamp fields with displayCond = defaultAsReadonly
- 10:47 Bug #21957: openid login fails when using an openid server with openid standard 1.x
- After discussion it turned out that the OpenID identifier entered during login and in the BE record did not match the...
- 10:36 Bug #21830: Redirect with felogin on TYPO3 4.3 does not work
- The patch does not work. When is this bug gonna fixed?
- 10:07 Bug #20949: Saving translation: strcmp() expects parameter 2 to be string
- Committed to 4.3 in revision 6781
Committed to trunk revision 6782 - 10:06 Revision c6c0da3a: Fixed bug #11815: Saving translation settings in EM: strcmp() throws warning with PHP5.3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6782 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:02 Feature #21960 (Closed): Render Access Lists settings in be_groups configuration as checkboxes
- for beginners it is much easier to have "ckeckbox" the default value for accessListRenderMode since there is also a d...
- 09:55 Revision c1f4610b: Fixed bug #11815: Saving translation settings in EM: strcmp() throws warning with PHP5.3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6781 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:28 Bug #21959: After upgrading 4.2.10 to 4.2.11 empty backend
- I use 5.1.6 instead of 5.2.
- 09:16 Bug #21959 (Closed): After upgrading 4.2.10 to 4.2.11 empty backend
- After upgrading van 4.2.10 to 4.2.11 (source installation) i noticed that all my websites DO show a normal frontend, ...
- 08:24 Bug #21958 (Closed): small improvements to t3lib_page
- There are 2 functions which are quite often used: checkRecord() and getRawRecord().
There is a superfluous intval(... - 01:37 Bug #21914: Datepicker doesn't work in Internet Explorer 8
- Ok, now it's a core issue again.
@Vincent: Thanks, good catch!
2010-01-14
- 20:27 Bug #21914: Datepicker doesn't work in Internet Explorer 8
- Can confirm this for french.
- 18:50 Bug #21914: Datepicker doesn't work in Internet Explorer 8
- I have found that when the calendar stop to work when I localize the interface into French.
If I roll back my prefer... - 19:27 Bug #21552: Flash Messages issues in the Extension Manager
- I also have one pending, which adds Flash Messages to EM: #21230
- 18:30 Bug #21953: Installation of 'opendocs' extension results in fatal error
- Hi Oliver,
I can also not reproduce this issue on Debian stable.
It comes down to a 'special PHP' compiled by h... - 18:23 Bug #21953: Installation of 'opendocs' extension results in fatal error
- Could not reproduce on TYPO3 4.3.1. Can you determine where any why this is redeclared?
- 14:55 Bug #21953 (Closed): Installation of 'opendocs' extension results in fatal error
- Fatal error: Cannot redeclare class backend_toolbarItem in /var/www/bla/typo3/interfaces/interface.backend_toolbarite...
- 18:19 Bug #21957: openid login fails when using an openid server with openid standard 1.x
- Is it possible to get a login to test and analyze this issue on your system?
- 17:55 Bug #21957 (Closed): openid login fails when using an openid server with openid standard 1.x
- When using an openid server standard 1.x the login fails for both, be-users and fe-users. This could be reproduced on...
- 18:15 Bug #21956: No Install Tool logon during update to 4.3.1
- What happens exactly? Was this already present in TYPO3 4.3.0?
- 16:02 Bug #21956 (Closed): No Install Tool logon during update to 4.3.1
- During update from 4.2.9 to 4.3.1 logon to install tool impossible. Workaround by using var $passwordOK=1; in class....
- 15:47 Bug #20697: unwanted control fields exported in csv file
- Indeed that totally screws up the export.
- 15:06 Bug #21955 (Closed): Broken forward/previous link in typo3-page-stdlist (/typo3/sysext/cms/layout/db_layout.php)
- If a page contains more than 1000 tt_address entries and you view it with the "Page"-Module, the forward-link at the ...
- 13:52 Revision c0b86c51: Cleanup: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@6780 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:26 Bug #21954 (Closed): Update JSmin
- The libary "JSmin" should updated, because there is a never version of it with some speed improvements.
The la... - 12:14 Bug #21927: Page Tree doesn't expand; Retracts then expands again
- I just solved this:
I was using a symbolic link to my typo3 folder so I could easily upgrade versions. This seems t... - 12:04 Revision 1823f494: Updating version number to 4.2.12-dev after release of 4.2.11
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@6779 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:02 Revision 1ce23b0d: Tagging TYPO3 4.2.11
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-2-11@6778 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:02 Revision 97ce87e8: Release of TYPO3 4.2.11
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@6777 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:01 Bug #21940: Flash upload and Session
- the attached file is not the bug its the patch. sorry for this naming
- 10:59 Revision 00c086ef: Updating version number to 4.3.2-dev after release of 4.3.1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6776 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:58 Revision fbfce044: Tagging TYPO3 4.3.1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-3-1@6775 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:58 Revision 84fced88: Release of TYPO3 4.3.1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6774 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:51 Revision 76741c74: Fixed bug #13146: Authentication Bypass in TYPO3 Core (OpenID)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6773 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:50 Revision 275af93a: Fixed bug #13146: Authentication Bypass in TYPO3 Core (OpenID)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6772 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:44 Bug #15984: menu.showAccessRestrictedPages doesn't replace link for "include subpages"
- This Problem still exists in TYPO3 4.2.X and 4.3.X!
tslib_fe.checkPageGroupAccess() does not work with "extendToSu... - 09:32 Bug #20941: fe-editing broken if IRRE-elements are used with RealURL
- Reminder.
- 09:31 Bug #21808: saveDocNew saves on top instead of after
- Committed to svn
4_3 rev 6770
trunk rev 6771 - 09:29 Revision bc2008ba: Fixed bug #12947: saveDocNew saves on top instead of after (Thanks to Steffen Gebert)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6771 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:29 Revision 2a8fc2ec: Fixed bug #12947: saveDocNew saves on top instead of after (Thanks to Steffen Gebert)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6770 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:54 Bug #21874: addToList doesn't work any more in TSConfig
- I tried to break my fixed configuration again by reverting it to what had not worked originally. However, I did not s...
- 01:00 Bug #21938: Links for additional software wrong / non-working.
- Committed to svn
4_3 rev 6768
trunk 6769 - 00:58 Revision 0f8b8c6e: Fixed bug #13200: Text change: Links for additional software in install tool wrong / non-working (Thanks to Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6769 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:58 Revision ade35b33: Fixed bug #13200: Text change: Links for additional software in install tool wrong / non-working (Thanks to Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6768 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:55 Bug #21937: fileadminDir is hardcoded in several places
- Committed to svn
4_3 rev 6766
trunk rev 6767 - 00:54 Revision 897f694c: Fixed bug #13199: Cleanup: fileadminDir is hardcoded in several places (Thanks to Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6767 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:53 Revision b05fb871: Fixed bug #13199: Cleanup: fileadminDir is hardcoded in several places (Thanks to Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6766 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:48 Bug #17344: Install tool doesn't take the fileadminDir into account
- Committed to svn
4_3 rev 6764
trunk rev 6765 - 00:47 Revision 6bad9610: Fixed bug #5716: Install tool doesn't take the fileadminDir into account (Thanks to Benjamin Mack)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6765 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:47 Revision f438bb70: Fixed bug #5716: Install tool doesn't take the fileadminDir into account (Thanks to Benjamin Mack)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6764 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:43 Bug #21651: Forgotten flash message in user setup
- Committed to svn
4_3 rev 6762
trunk rev 6763 - 00:42 Revision e72e143e: Fixed bug #12709: Forgotten flash message in user setup (Thanks to Georg Ringer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6763 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:42 Revision 87e6f314: Fixed bug #12709: Forgotten flash message in user setup (Thanks to Georg Ringer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6762 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:37 Bug #21065: Sporadic random Backend Logoffs
- Committed to svn
4_3 rev 6759
trunk rev 6760
4_2 rev 6761 - 00:35 Revision 70491d63: Fixed bug #11968: Sporadic random Backend Logoffs / Add X-UA-Compatible flag (Thanks to Steffen Gebert)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@6761 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:33 Revision 90ea64f0: Fixed bug #11968: Sporadic random Backend Logoffs / Add X-UA-Compatible flag (Thanks to Steffen Gebert)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6760 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:33 Revision 211c15e7: Fixed bug #11968: Sporadic random Backend Logoffs / Add X-UA-Compatible flag (Thanks to Steffen Gebert)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6759 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:27 Bug #21795: tcemain checkFullLanguageAccess is too restrictive
- committed to svn
4_3 rev 6757
truink rev 6758 - 00:26 Revision 8815603d: Fixed bug #12924: Bugfix: t3lib_tcemain checkFullLanguageAccess is too restrictive (Thanks to Tolleiv Nietsch)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6758 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:26 Revision 24ba92e1: Fixed bug #12924: Bugfix: t3lib_tcemain checkFullLanguageAccess is too restrictive (Thanks to Tolleiv Nietsch)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6757 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:22 Bug #21945: Change focus to login field when OpenId is selected at login
- committed to svn
4_3 rev 6755
trunk rev 6756 - 00:21 Revision 10cf41cb: Fixed bug #13211: Change focus to login field when OpenId is selected at login (Thanks to Steffen Gebert)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6756 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:21 Revision 83b3000c: Fixed bug #13211: Change focus to login field when OpenId is selected at login (Thanks to Steffen Gebert)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6755 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-01-13
- 18:41 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- BTW: Especially developers of so called "Enteprise" CMSs should take care about MS products, since many of those ente...
- 18:38 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- Hehe.. I think we all know that there's still a LOT to do to get our T3UXW work in ;-)
- 18:36 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- as long as this won't be the reason to go on as usual ;-)
Just check the trunk of t3uxw final with IEx to get a ro... - 18:30 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- Okay Joey, I removed the relationship again.
For us developers, I admitt that it would be better to see the errors... - 18:23 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- Sorry - but this is not a duplicate - it's not even close to being a duplicate, since 11968 is just removing the symp...
- 17:22 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- #21065 (which is a duplicate of this) is already pending in core list and has enough +1s to be committed
- 13:45 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- I also have the problems with the random Loggout with my FE-Sessions...
- 16:13 Bug #21932: Context Menus don't work in Rich Text Editor on other language (Brazilian Portuguese)
- @ Daniel, Alex: Can you give us more information about your environement?
- 15:46 Revision 47e0e3ca: Cleanup: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6754 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:25 Bug #21767: Standard feedit (not advanced) will be displayed inside the page (content column) and not in separate page
- Hey Jeff, could you please have a look at this issue? Thanks in advance!
- 15:20 Bug #21874: addToList doesn't work any more in TSConfig
- Can you please give some more information on how to reproduce this issue?
- 15:20 Bug #21874: addToList doesn't work any more in TSConfig
- I've tested this with TypoScript and TSconfig and could not reproduce.
Some example for the frontend:
page = PA... - 15:11 Bug #21927: Page Tree doesn't expand; Retracts then expands again
- I could not reproduce in Firefox 3.5. Do you get any JavaScript errors? What does the AJAX response tell (this can be...
- 14:57 Bug #21878: 4.4.0 trunk: version warning with CSS styled content
- @ Franz: Have you ever seen two issues with the same number here?
So one of these two issue numbers will be higher..... - 14:08 Bug #21878: 4.4.0 trunk: version warning with CSS styled content
- @Steffen: How can an issue be the duplicate of an issue in the future with a higher number?
- 13:56 Bug #21878: 4.4.0 trunk: version warning with CSS styled content
- solved in #21952
- 14:52 Feature #21950: loginBoxImage_rotationFolder doesn't work
- The new login screen in 4.3 does not use a login image.
I also missed the picture, but this obviously was done inten... - 09:40 Feature #21950 (Closed): loginBoxImage_rotationFolder doesn't work
- $GLOBALS['TBE_STYLES']['loginBoxImage_rotationFolder']
isn't working in 4.3 anymore.
Maybe it was dropped because... - 13:49 Bug #21952 (Closed): Using TYPO3_version with "xxx-dev" won't be parsed correct in EM
- As EM works with version_compare it needs a correct version number. Version like 4.4-dev won't be parsed correct.
... - 13:07 Revision 9584cb8f: Follow-up to #12781: Bug: tceforms type do not work if the type field has l10n_mode == exclude (thanks to Fabrizio Branca)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6753 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:06 Revision 699eae11: Follow-up to #12781: Bug: tceforms type do not work if the type field has l10n_mode == exclude (thanks to Fabrizio Branca)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@6752 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:27 Bug #21774: User Tools/Worspace screen stage change buttons problem
- Patch works but there is still a problem with the Do-list.
I changed lines 209-212 of file class.wslib_gui.php with ...
2010-01-12
- 16:09 Feature #21948 (Closed): request: new hook for class tslib_fe->getPageAndRootline
- i've added a new doktype and want to replicate some of the shortcut functionality. as tslib_fe->getPageAndRootline() ...
- 14:31 Feature #17247: Load Inline Elements On Demand
- I just added the above suggested feature to make the ajax-based loading configurable, new patch file is bug5500_confi...
- 14:27 Bug #21947 (Closed): BE user which have right to edit one of x installed plugin content elements can edit all
- A BE user which is no admin user but got the right to edit one plugin content element can edit all other plugin conte...
- 11:23 Bug #21931: Child will not be saved, if inline-element was closed
- RTFM
Quote: Of course it only works if there is at least a sorting column defined in TCA for that table which stor...
Also available in: Atom