Activity
From 2009-04-29 to 2009-05-28
2009-05-28
- 23:48 Bug #20221: Icon path calculated incorrectly in t3lib_tceforms->getIcon()
- Committed to trunk in r5511.
- 23:48 Revision 3a7ca727: Fluid:
- * Second part of the last big commit
- 23:47 Revision 308f0472: Fixed bug #10744: Icon path calculated incorrectly in t3lib_tceforms->getIcon()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5511 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:45 Revision 50af6b9c: Fluid:
- * Backported major changes from Fluid v5 to Fluid v4
* !!! Many of these changes are not backwards-compatible! Please... - 23:22 Revision 34a7724f: Extbase:
- * Backported major changes from FLOW3 to Extbase.
* !!! Some of these changes are not backwards-compatible!
* MVC:
**... - 22:30 Bug #3506 (Rejected): Recycler: Possible security issue
- Hi,
I found out that a regular BE user which has no access to the module recycler can have access to URL like this... - 19:02 Feature #20518: Hook Request typo3/class.webpagetree.php -> wrapTitle
- committed to trunk, rev 5510
- 13:16 Feature #20518 (Closed): Hook Request typo3/class.webpagetree.php -> wrapTitle
- I'd like to have a hook in typo3/class.webpagetree.php -> wrapTitle so I can change the pagetitle in order to show th...
- 19:01 Revision c0fe5f19: Added feature #11207 Hook in typo3/class.webPageTree.php -> wrapTitle
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5510 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:15 Feature #20521: Add possibility to validate a string as regular expression
- It should be possible to define the list of modifiers or to exclude the "e" modifier (evaluation code in PHP)...
- 17:36 Feature #20521 (Closed): Add possibility to validate a string as regular expression
- If working with regular expression (regexp) defined by configuration as string it is handy to have a possibility to r...
- 18:10 Feature #19347: Integrate string replacement to stdWrap
- One thing should possibly be disabled: The disposal of the "e" (PREG_REPLACE_EVAL) modifiert to evaluate the replacem...
- 17:31 Bug #20233: RTE doesn't know what to do with <media> tag and encodes the braces of tag
- I checked my localconf,php and there dam comes after rtehtmlarea.
However, I check the configuration of the dam ex... - 16:48 Bug #20233: RTE doesn't know what to do with <media> tag and encodes the braces of tag
- As far as I know this is caused by an incorrect load order of the dam and rtehtmlarea extensions. The RTE needs to be...
- 12:09 Bug #20233: RTE doesn't know what to do with <media> tag and encodes the braces of tag
- Same problem here with regular text content (not tt_news). <a> link tags are converted to <media> on first save, then...
- 16:57 Feature #20520 (Closed): Hook request in TCEforms
- I'd like to propose the addition of the following 2 hooks to the
class t3lib/class.t3lib_tceforms.php:
The first ... - 16:44 Bug #20519 (Closed): IDN Domain names handled incorrectly in parts of the backend
- If using an IDN (international domain name) like müller.de, the loading of the right frame fails under certain condit...
- 14:04 Bug #18752: Error Tree not defined and Prototype not defined in Pagetree
- Not a problem of the TYPO3 Core... extension related...
- 11:02 Bug #18752: Error Tree not defined and Prototype not defined in Pagetree
- Hi,
i had the same errors.
I updated from version 4.1.5.
In 4.1.5 there was a Firefox bug and i needet the exten... - 12:52 Bug #20517 (Closed): Clean up t3lib_extmgm_testcase
- Currently, this testcase has one test that checks a few different things (and one redundant check). This patch cleans...
- 12:33 Feature #18593: Approach for fully scalable layouts: relative img dimensions using em
- Is this patch really finished? or are there issues opened?
- 09:13 Bug #20496: LogicException is thrown if spl_autoload() fails with PHP 5.2.0
- http://bugs.php.net/bug.php?id=39313
- 08:05 Bug #20496: LogicException is thrown if spl_autoload() fails with PHP 5.2.0
- Hi Christian,
the class_exists() with the second parameter to false might be a valid thing - however, the problem he... - 00:07 Bug #20496: LogicException is thrown if spl_autoload() fails with PHP 5.2.0
- More infos:
in class.t3lib_div.php we have a function:
protected function getClassName($className) {
...
2009-05-27
- 23:34 Bug #20496: LogicException is thrown if spl_autoload() fails with PHP 5.2.0
- I have the same.
Debian etch, php 5.2.0+dfsg-8+etch15, php running as fastcgi under apache...
Problem arises with... - 22:25 Feature #20490: Add method for saving and closing a record.
- Added v2 patch that applies cleanly.
- 22:22 Bug #20221: Icon path calculated incorrectly in t3lib_tceforms->getIcon()
- Added v2 patch that applies cleanly.
- 22:08 Bug #20489: loadPrototype() called in frontend editing without a valid doc instance.
- Added v2 patch that applies cleanly to trunk. The concerns above about removing tceforms_fe inclusion within tceform...
- 20:51 Bug #20473: Starttime/endtime is not taken into account when caching
- The second version of the patch adds caching for the calculated value and 'all' option for the cache configuration. T...
- 20:50 Bug #20473: Starttime/endtime is not taken into account when caching
- Martin, please, discuss issue #19283 in that issue, not here.
- 20:06 Feature #20512: Preview link ("show") of pages in the backend should be prefixed with the domain record
- The problem happens only and only if the user access the Backend through the domain, which is not entered as a domain...
- 11:11 Feature #20512 (Closed): Preview link ("show") of pages in the backend should be prefixed with the domain record
- In the backend, if you click on the preview link of a page ("show") then you get the frontend preview of the page in ...
- 17:20 Bug #20515: felogin templates must be ".html"
- If you have a look into the flexform file, you can find:
<allowed>tmpl,html,htm</allowed> - 17:18 Bug #20515: felogin templates must be ".html"
- Works for me on trunk.
Please notice that the extension copies the template file to uploads/tx_felogin/
Maybe th... - 13:57 Bug #20515 (Closed): felogin templates must be ".html"
- Seems like felogin is very restrictive on the file-name of the template given in the flexform. I didn't make it work ...
- 16:59 Bug #20516 (Closed): External Files are always indexed for the default language
- External files (i.e. PDFs) are always indexed for the default language, therefore they will not show up when searchin...
- 12:22 Bug #20514 (Closed): links created by tslib_cObj->typolink_URL are not valid HTML/XHTML
- When creating links with several parameters using the function tslib_cObj->typolink(), the url is created fine: the p...
- 12:15 Bug #20513 (Closed): Feature: add eval email
- This patch introduce eval:email for TCA-fields. Validation is included in JS and PHP.
(issue imported from #... - 10:03 Bug #20465: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/t3editor/class.tx_t3editor.php
- committed to trunk, rev 5509.
- 10:02 Revision f1bb97e5: Fixed bug #11137: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/t3editor/class.tx_t3editor.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5509 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:01 Bug #20464: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/lowlevel/
- committed to trunk, rev 5508.
- 10:00 Revision af88350a: Fixed bug #11136: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/lowlevel/
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5508 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:57 Bug #20463: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/info_pagetsconfig/
- committed to trunk, rev 5507.
- 09:56 Revision 0bef50f7: Fixed bug #11135: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/info_pagetsconfig/
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5507 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:43 Bug #20462: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/indexed_search/modfunc1/class.tx_indexe
- committed to trunk, rev 5506.
- 09:42 Revision 4852cad9: Fixed bug #11134: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/indexed_search/modfunc1/class.tx_indexedsearch_modfunc1.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5506 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:40 Bug #20461: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/impexp/modfunc1/class.tx_impexp_modfunc
- committed to trunk, rev 5505.
- 09:39 Revision 951763b5: Fixed bug #11133: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/impexp/modfunc1/class.tx_impexp_modfunc1.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5505 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:37 Bug #20459: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/cms/web_info/
- committed to trunk, rev 5504.
- 09:36 Revision 87cb57f1: Fixed bug #11129: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/cms/web_info/
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5504 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:33 Bug #20458: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/cms/layout/db_layout.php
- committed to trunk, rev 5503.
- 09:33 Revision c26b5ac7: Fixed bug #11128: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/cms/layout/db_layout.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5503 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:30 Bug #20457: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/belog/mod/index.php
- committed to trunk, rev 5502.
- 09:29 Revision 1cd4aabd: Fixed bug #11127: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/belog/mod/index.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5502 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:28 Bug #20507: options.shortcutFrame=0 does not work anymore
- ingo explained at the core list:
> your Problem/Solution/the mentioned option has nothing to do with the
> shortc... - 09:27 Bug #20456: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/mod/web/perm/index.php
- committed to trunk, rev 5501.
- 09:27 Revision 42086fb3: Fixed bug #11126: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/mod/web/perm/index.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5501 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:25 Bug #20455: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files of typo3/mod/user/ws/
- committed to trunk, rev 5500.
- 09:24 Revision 27047e16: * Fixed bug #11125: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files of typo3/mod/user/ws/
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5500 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:20 Bug #20454: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/mod/tools/em/class.em_index.php
- committed to trunk, rev 5499.
- 09:18 Revision a8359e04: Fixed bug #11124: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/mod/tools/em/class.em_index.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5499 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:55 Bug #19274: Editors can´t undelete records in history
- More infos...
this bug was introduced apparently in v 4.1.4 (dec. 2007) and since then normal editors cannot undelet... - 08:52 Bug #20511 (Closed): small stability fix proposal for plugin flexform handling
- In some case, when a an XML tag is not correctly closed in the flexform_ds.xml of an extension, editing the plugin tt...
- 01:00 Bug #20510: Extbase/Fluid does not support to fill an array from formular's text-fields
- <!-- Test (1) -->
<f:form.textbox property="myarray" /> - 00:47 Bug #20510 (Closed): Extbase/Fluid does not support to fill an array from formular's text-fields
- If you have a class that has an array as a property you cannot create the array's elements from multiple formular's t...
2009-05-26
- 22:37 Bug #20509: You cannot switch FE-group in simulation in Web/View
- I found a hard relationship:
- The FE-group set in the inner-panel is _locked_ on the FE-group that is defined in ... - 22:35 Bug #20509: You cannot switch FE-group in simulation in Web/View
- Ah, this behaviour has a condition:
- you have to have selected a page with FE-group protection
- if incl-subpage... - 22:30 Bug #20509 (Closed): You cannot switch FE-group in simulation in Web/View
- If you are using the Web->View to access pages while having the admin-panel on, you are unable to switch the simulate...
- 19:59 Revision 6a664ff0: add yui adapter
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5498 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:31 Feature #20508 (Closed): Enable stdWrap on select properties groupBy and orderBy
- The TypoScript select properties groupBy and orderBy do not support stdWrap functionality.
TSref [tsref:->select]
... - 15:57 Bug #20507 (Closed): options.shortcutFrame=0 does not work anymore
- before bringing the shortcutframe to the top, you could disable it via USER-TS-Config:
options.shortcutFrame = 0
... - 15:51 Bug #16768: shortcutFrame messed up after searching with editPage textinput
- hm.. ok, or update at least to Old stable versions: 4.0.12 and check if that error occurs again.
- 15:45 Bug #16768: shortcutFrame messed up after searching with editPage textinput
- since 4.2 the shortcut has been moved to the top.
so this bug report is obsolete and could be closed? - 14:29 Bug #19288: FlexForm configuration in extension: Localized flexform values are ignored
- To use this patch you must go to the Extension-Manager and select Translation handling and download a language.
- 13:37 Bug #20503: Redirect at login tp page does not work on 4.3.0 alpha3
- Did it work in 4.3-alpha2?
- 12:24 Bug #20506 (Closed): Adminpanel forgets TYPO3_mainDir
- In tslib_AdminPanel::ext_makeToolBar() is a TYPO3_mainDir missing for custom content element wizards:
$newConten... - 12:14 Bug #20233: RTE doesn't know what to do with <media> tag and encodes the braces of tag
- Can confirm this bug. However, it does only appear in news items for me.
First time, media is linked correctly but a... - 12:05 Bug #20505 (Closed): Login after Timeout does not accept Credentials
- Timeout-Login does not accept my Credentials. "Username or password not correct". I'm sure they are correct.
I have ... - 09:57 Feature #3464 (Closed): Inconsistent icon overlays for start and stop date
- Currently the same icon is used for all scheduled states you can produce by filling in the the start and stop fields ...
- 09:57 Bug #20453: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/init.php
- committed to trunk, rev 5497.
- 09:56 Revision cb006b2e: Fixed bug #11123: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/init.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5497 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:49 Bug #20452: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/file_newfolder.php
- committed to trunk, rev 5496.
- 09:48 Revision fbfe89a9: Fixed bug #11122: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/file_newfolder.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5496 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:45 Bug #20451: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/alt_doc.php
- committed to trunk, rev 5495.
- 09:43 Revision 11df21c6: Fixed bug #11121: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/alt_doc.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5495 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:40 Bug #20437: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/alt_db_navframe.php
- committed to trunk, rev 5494.
- 09:38 Revision 12cb0a6a: Fixed bug #11106: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/alt_db_navframe.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5494 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:23 Bug #20504 (Closed): Validation issue: value of attribute "method" cannot be "POST"; must be one of "get", "post"
- Branches: Trunk
Problems:
Although we once decided to switch to XHTML 1.0 Transitional, there are some errors wit... - 05:49 Bug #19274: Editors can´t undelete records in history
- The bug also appears in 4.2.6.
Thanks for the patch Christian!
Patching didn't work for me, so I've included your...
2009-05-25
- 23:35 Bug #20503 (Closed): Redirect at login tp page does not work on 4.3.0 alpha3
- The group oder user settings for redirect at login to page do not have any effect.
TYPO3 3.4.0alpha3
PHP 5.2... - 21:57 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
- New patch: 6039_v9.diff
(Typo3 4.2-Branch Revision 5493)
- Bugfix 1: internal_type 'folder' shows now the path an... - 17:52 Bug #15795: Some notices and warnings in class.t3lib_cs.php (2 things)
- I can confirm this behaviour on a fresh and clean 4.2.6.
With php 5.2.6 on a linux.
New line information:
1. P... - 17:07 Bug #20502 (Closed): MYSQL Replication breaks because of lack of AUTO_INCREMENT PK in cache_treesection
- Thank you for implementing auto_incrementing PK's in cache_pages and cache_pagesection in 4.3, the table cache_treeli...
- 17:01 Bug #20065: MYSQL Replication breaks because of lack of AUTO_INCREMENT PK in cache_pagesection
- Hi Peter,
not much of an performance issue as far as mysql is concerned . . but lots of advantages with clearing ... - 14:34 Bug #20501: Change the global variable access to the caching framework to Singleton access
- great!
- 13:41 Bug #20501 (Closed): Change the global variable access to the caching framework to Singleton access
- Currently you access the caching framework through global variables. It'd be better though to make the acces to the c...
- 14:01 Bug #20495: function getByTag() in new caching framework runs out of memory
- right, makes sense ;)
- 11:05 Bug #20495: function getByTag() in new caching framework runs out of memory
- Fetching everything for counting is indeed nonsense. getByTag() was not intended for this, so if one needs this infor...
- 10:38 Bug #20495: function getByTag() in new caching framework runs out of memory
- The DB BE could maybe use a more direct query...
- 13:37 Feature #20500 (Rejected): Change the DB backend to use a default cache table
- currently you have to set up a separate table for each cache using the DB backend. To ease the use of the DB backend ...
- 13:34 Feature #19185: Add a new templating engine
- Fixed by adding Extbase/Fluid instead
- 13:33 Feature #19186: Add a LLL view helper
- Fixed by adding Extbase/Fluid instead
- 13:33 Feature #19187: Add a TypoScript view helper
- Fixed by adding Extbase/Fluid instead
- 13:33 Feature #19190: Add support for pull data in templates that respects the TCA
- Fixed by adding Extbase/Fluid instead
- 13:33 Feature #19189: Write a tutorial about how to use the new template engine
- Fixed by adding Extbase/Fluid instead
- 13:32 Feature #19188: Add support for pull data in templates
- Fixed by adding Extbase/Fluid instead
- 13:25 Bug #19370: "Do"-Dropdown doesn't respect current user's rights and is not localized
- v3 of the patch has fixed line-endings (hopefully).
- 10:17 Feature #20497: New options noRescale and resoultionFactor for getImgResource()
- Franz Koch suggested to use a real resulution-property.
Patch v2 implements this and TS v2 is the demo TS for this... - 09:40 Bug #20499 (Closed): setCachedList in t3lib_userauthgroup does not consider order of the groups
- When the setCachedList in t3lib_userauthgroup is called it overwrites the users group list without consideration of t...
- 09:12 Bug #20492: Syntax error in ADOdb PDO-SQLite driver
- Committed to SVN Trunk (rev. 5493)
- 09:11 Revision a3d133b1: Fixed bug #11169: Syntax error in ADOdb PDO-SQLite driver
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5493 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:58 Feature #17234: Evaluate label and label-alt in the title bar of child records.
- Hi,
this is now working in TYPO3 4.2.6, so perhaps it should be considered fixed and closed now?
Thanks!
2009-05-24
- 23:49 Bug #20498 (Closed): Clear RTE cache is always visible with default settings
- This menu entry is for develop usage only and should not be visible in normal mode. I think troubleshoot-mode was the...
- 16:00 Bug #20496: LogicException is thrown if spl_autoload() fails with PHP 5.2.0
- Ok... I could reproduce this on a live server with
PHP 5.2.0-8+etch13 (cli) (built: Oct 2 2008 08:26:18)
Seems t... - 14:38 Bug #20496: LogicException is thrown if spl_autoload() fails with PHP 5.2.0
- Patch works fine. Thanks!
For Reproducing: I use a Debian Etch Installation with Usermin/Virtualmin Default Configur... - 14:18 Bug #20496: LogicException is thrown if spl_autoload() fails with PHP 5.2.0
- I was not able to reproduce this behaviour neither.
However, it seems that spl_autoload() throws an exception when a... - 12:46 Bug #20496: LogicException is thrown if spl_autoload() fails with PHP 5.2.0
- I do not know how to reproduce. Please give details.
FYI I'm using all pending patches (in core-list) for DBAL:
... - 10:50 Bug #20496: LogicException is thrown if spl_autoload() fails with PHP 5.2.0
- Version of php: PHP 5.2.0-8+etch11
So we are both running Debian 4.0 ( Etch)
- 15:57 Feature #20497: New options noRescale and resoultionFactor for getImgResource()
- See http://geithware.de/rfc11177.html for the TS-Example
- 15:41 Feature #20497 (Closed): New options noRescale and resoultionFactor for getImgResource()
- Sometimes a higher resolution as the display-resolution of an Image is needed.
E.g. if you want to render PDFs from ... - 14:40 Bug #19200: PHP 5.3 throws warning when updating localizations in EM
- I have the same issue with PHP Version 5.2.5 and TYPO3 4.2.6
2009-05-23
- 21:13 Bug #20481: calls to deprecated method t3lib_div::makeInstanceClassname
- after discussion with Steffen Kamper, v3 of the patch is ensuring backwards compatibility and even providing a nice f...
- 20:34 Bug #20496: LogicException is thrown if spl_autoload() fails with PHP 5.2.0
- Same Error on a fresh Installation.
PHP Version 5.2.0-8+etch15 - 20:18 Bug #20496 (Closed): LogicException is thrown if spl_autoload() fails with PHP 5.2.0
- PHP Fatal error: Uncaught exception 'LogicException' with message 'Class ux_t3lib_DB could not be loaded' in /home/m...
- 18:02 Bug #20495: function getByTag() in new caching framework runs out of memory
- hehe - i absolutely agree :-)
- 17:59 Bug #20495: function getByTag() in new caching framework runs out of memory
- hi,
yes you're right, using the simple count query does of yourse only work if there's actually a db to query.
T... - 17:37 Bug #20495: function getByTag() in new caching framework runs out of memory
- Hi Rupi,
i don't think it's possible to use the old function. If you use eg file-cache there is no DB-table used a... - 15:49 Bug #20495 (Closed): function getByTag() in new caching framework runs out of memory
- I got a:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 27672 bytes) in /srv/SVN/f... - 17:40 Revision 7b0c9475: Updating version number to 4.3-dev after release of 4.3.0alpha3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5492 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:35 Revision bcd29406: Tagging TYPO3 4.3.0alpha3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-3-0alpha3@5491 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:34 Revision a6bf70ea: Release of TYPO3 4.3.0alpha3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5490 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:26 Revision f7546d1f: Cleanup: Fixed formatting issues in typo3 and test PHP files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@23895 735d13b6-9817-0410-8766-e36946ffe9aa
- 17:26 Revision 6b1d442b: Cleanup: Fixed formatting issues in typo3 and test PHP files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5489 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:58 Bug #20396: Simulating frontend user groups via admin panel does not work
- Committed to SVN Trunk (rev. 5488)
- 16:15 Bug #20396: Simulating frontend user groups via admin panel does not work
- Hi Niels, thanks for pointing it out. I came to the same conclusion. Since the adminPanel was extracted from tsfeBeUs...
- 03:12 Bug #20396: Simulating frontend user groups via admin panel does not work
- Okay, the reason is priority-inversion:
typo3/sysext/cms/tslib/index_ts.php: 317+
"$TSFE->determineId()" is cal... - 03:06 Bug #20396: Simulating frontend user groups via admin panel does not work
- $GLOBALS['BE_USER']->frontendEdit
Is not set [isset is false] when entering the function ... - 02:43 Bug #20396: Simulating frontend user groups via admin panel does not work
- The trigger-code for the preview is in:
typo3/sysext/cms/tslib/class.tslib_fe.php: 792 determineId()
All the in... - 16:58 Revision c79fb138: Fixed bug #11039: Simulating frontend user groups via admin panel does not work
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5488 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:40 Revision af14f4bd: Cleanup: Fixed formatting issues in t3lib PHP files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5487 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:08 Revision 814873ed: Follow-up to #10597: Faulty call to frontend editing instance instead of admin panel
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5486 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:59 Bug #20494: Access-restriction behaves identical for non-recursive/recursive
- So okay, I'm very sorry for the confusion, I have difficulties to describe the issue as it depends on several factors...
- 01:53 Bug #20494: Access-restriction behaves identical for non-recursive/recursive
- Okay, we tracked the error down to one of the pages inbetween being "BE-user page" ...
35: FE-user bereich, NICHT ... - 01:27 Bug #20494: Access-restriction behaves identical for non-recursive/recursive
- Okay, just to describe the most simplest way to reproduce this:
1) make a page, access-restriction is on a specifi...
2009-05-22
- 22:42 Bug #19728: ereg* is deprecated in PHP 5.3 alpha3
- Due to many misbehaviours of the ereg/preg stuff, this fix needs again a full and detailed review.
- 11:30 Bug #19728: ereg* is deprecated in PHP 5.3 alpha3
- http://forge.typo3.org/repositories/revision/typo3v4-core/5424
http://forge.typo3.org/repositories/revision/typo3v4-... - 22:41 Revision 36f6c091: Follow-up to #11044: Changing to a backend module was not possible anymore in Internet Explorer
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5485 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:11 Bug #20494: Access-restriction behaves identical for non-recursive/recursive
- Possibly related to behaviour described in #0011163
- 22:09 Bug #20494 (Closed): Access-restriction behaves identical for non-recursive/recursive
- There is no distinction in behaviour if you restrict a page to a FE-group and mark "incl. sub-pages" or not. In both ...
- 21:46 Bug #20479: Export To t3d results in Fatal Error because of wrong RegEx
- Committed to SVN Trunk (rev. 5484)
- 21:46 Revision 353401eb: Fixed bug #11152: Warning in Import/Export Module
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5484 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:30 Revision c08e40ec: Follow-up to #9994: preg_replace doesn't work with entities_to_utf8 (class.t3lib_cs.php)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5483 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:09 Feature #20475: Remove static require_once() to t3lib and tslib and use autoloading instead
- Committed to SVN Trunk (rev. 5482)
- 21:08 Revision a372ac67: Added feature #11148: Remove static require_once() to t3lib and tslib and use autoloading instead
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5482 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:02 Bug #20422: TCEForm does not replace the existing element if adding a new element to a field with maxitems=1
- Due to the recent reports of misbehaviours in fields with the possibility to select more than one element, I've rever...
- 12:02 Bug #20422: TCEForm does not replace the existing element if adding a new element to a field with maxitems=1
- the patch doesn't work now for selects with more than 1 as maxitems.
Check the access selecter for fe_groups in tt... - 21:01 Revision 9fccf4c5: Reverted bug #11087 from rev 5441: Selecting more than one item in a selector box is not possible anymore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5481 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:59 Revision 9aa13e45: Reverted bug #11087 from rev 5442: Selecting more than one item in a selector box is not possible anymore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5480 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:36 Revision 907a64c4: Follow-up to #9994: preg_replace doesn't work with highlight xml (class.t3lib_syntaxhl.php)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5479 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:14 Revision 33c91813: Follow-up to #11044: mass uploader didn't worked because missing settings
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5478 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:39 Bug #20335: Hidden Content Elements are displayed in the Module "View Page"
- I have the same problem.
This problem is also discussed in this thread:
http://lists.typo3.org/pipermail/typo3-engl... - 19:22 Bug #20493 (Rejected): flexform ds remains even if the plugin changes
- Situation:
tt_content used as tt_news Plugin gets changed into some other Plugin. In this case the xml of the tt_new... - 19:03 Bug #20124: Admin panel is not available anymore when extension fe_edit is not installed
- Committed to SVN Trunk (rev. 5477)
- 18:59 Bug #20492 (Closed): Syntax error in ADOdb PDO-SQLite driver
- There is a Syntax-Error in the actual trunk of typo3 4.3 in adodb-pdo_sqlite.inc.php at Line 146
This is the patch... - 18:52 Revision 9257787c: Fixed bug #10597: Admin panel is not available anymore when extension fe_edit is not installed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5477 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:02 Bug #20491 (Closed): Wrong substitution of ###THIS_UID### in t3lib_loaddbgroup.php
- In the readMM method of class.t3lib_loaddbgroup.php there is a Variable $additionalWhere.
As the name already says, ... - 17:22 Feature #20490 (Closed): Add method for saving and closing a record.
- t3lib_frontendedit has methods for the common tcemain actions that are performed on a record (save, hide, new, etc) b...
- 17:09 Bug #20489 (Closed): loadPrototype() called in frontend editing without a valid doc instance.
- When using frontend editing with the edit forms appearing directly on the page (and not in a popup) the following fat...
- 16:47 Revision 4a81046e: Cleanup: Updated NEWS.txt
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5476 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:34 Revision 5571b590: Follow-up to feature #10455: Enable system extension recycler by default
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5475 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:36 Revision 689598b0: Cleanup: Updated NEWS.txt
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5474 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:07 Bug #19956: Page alias not publishing to LIVE from any workspace
- see: http://typo3.org/documentation/document-library/core-documentation/doc_core_inside/4.2.0/view/2/7/
Unique fie... - 14:38 Revision eb5fd26f: Cleanup: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5473 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:38 Revision 3412194d: Cleanup: Updated NEWS.txt
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5472 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:58 Revision 0f733b40: Cleanup: Updated NEWS.txt
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5471 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:52 Feature #20488: set additionalParams for processRedirects
- This issue isn't important - I've found another way to solve my problem :D
- 12:38 Feature #20488 (Closed): set additionalParams for processRedirects
- I've a loginbox at the right side of every page on my website.
If you type in a incorrect password you should be d... - 13:12 Revision cf26610f: Extbase:
- * Started to backport the test cases for the Repository
- 12:49 Bug #20257: tslib_content calls deprecated function makeInstanceClassName
- Committed to SVN Trunk (rev. 5470)
- 12:47 Revision 23ddb073: Fixed bug #10816: tslib_content calls deprecated function makeInstanceClassName
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5470 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:34 Bug #19930: login / logout only agains current page
- Here is another bugfix from me
http://bugs.typo3.org/view.php?id=9746
sorry - for cross posting ... - 12:24 Bug #19884: the icons for clearing of caches disappear in 4.2.4
- Microsoft Internet Explorer
Version: 6.0.2800.1106
Niveau de cryptage: 128 bits - 12:21 Revision de35aef7: Extbase:
- * Removed debug code
* Removed TODO comment (now issue on forge) - 12:18 Revision 29d7a1c4: Extbase:
- * Added comment to all backported FLOW3 classes ("Credits go to v5 team")
- 12:13 Feature #20476: Why do you overwrite the TS-Var: linkConfig.parameter?
- Here's my xClass - for all other who can't wait for this feature :)
But don't forget to add
>>>
plugin.tx_felogi... - 11:40 Feature #20476: Why do you overwrite the TS-Var: linkConfig.parameter?
- Here are the changes I'd do to implement this feature:
* typo3\sysext\felogin\ext_typoscript_setup.txt
>>>
plugi... - 12:11 Revision b76ca552: Cleanup: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5469 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:34 Bug #20487: FE-Group simulation doesn't work
- Duplicate of #20396
- 09:47 Bug #20487: FE-Group simulation doesn't work
- One more thing: I remember there was a bug that turned the changes to the admin panel active always on the 2nd load. ...
- 09:45 Bug #20487: FE-Group simulation doesn't work
- I'm not sure if I understand you correctly. Is the TypoScript for enabling the admin panel on a page which is accessi...
- 02:44 Bug #20487: FE-Group simulation doesn't work
- This extends to the Web->View module as well. If you configure the admin-panel to be shown and restrict edit-access t...
- 00:44 Bug #20487 (Closed): FE-Group simulation doesn't work
- The activation of FE-Group simulation in the admin-panel doesn't do a thing.
- It doesn't hide content elements wh... - 00:32 Feature #20416: Add more information (extension upload date, description and author name) to the list of extensions in import mode
- committed to trunk rev #17226
- 00:27 Revision cdde2132: * Added feature #11074: Add more information to the list of extensions in EM import mode (thanx to Steffen Müller)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5468 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-05-21
- 22:27 Bug #20486: MySQL errors and unable to create a page
- Well I've re-installed it using a InnoDB database. The MySQL errors are gone now. But I got a new error message when ...
- 22:02 Bug #20486: MySQL errors and unable to create a page
- Thanks for the tip.
I run MySQL in MyISAM mode not allowing InnoDB usage (which appears to be required).
I'll t... - 20:50 Bug #20486: MySQL errors and unable to create a page
- Hi Erik,
with the errors you described you maybe cannot save a content-element (because you cannot click the butto... - 20:28 Bug #20486: MySQL errors and unable to create a page
- At the end I say Typo version 4.3. That should be 4.2.6.
- 20:26 Bug #20486 (Closed): MySQL errors and unable to create a page
- After installing Typo3 for the first time I got two MySQL errors repeating a couple of times on the front and back-en...
- 21:48 Bug #20176: error while copying localized content in draft workspace
- This happens if you have two records on clipboardd 2, the one with default lang plus the one localized ?
- 21:10 Bug #20471: TEMPLATE directive doesn't generate any output
- Not a TYPO3 bug.
- 15:05 Feature #20395: Optimize loading of frontend user groups
- i reverted it
- 12:23 Feature #20395: Optimize loading of frontend user groups
- doesn't work - please revert:
the call to initUserGroups() calls fe_user->fetchGroupData() which is indeed
an ex... - 14:59 Revision 9f0dab8b: Reverted #11038 from rev 5451: this doesn't work as expected and has a lot negative side effects
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5467 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:15 Bug #19582: DBAL does not support SQL from (new?) session management
- committed to trunk, rev 5465
- 13:06 Feature #20485 (Closed): Possibility to create a new template record in Modul Tempalte
- when you start a new website, you create a lot of ext. template records.
so it would be a great and time saving fe... - 10:35 Bug #20484 (Closed): Wrong calculation of section height in flexform when toggeling sections
- If there is a rhtmlarea in a section and the content in the rhtmlarea is big, the height of the section is wrong and ...
- 10:14 Revision 815af80d: added credits for Xavier Perseguers
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5466 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:59 Revision 2cac45d0: Fixed bug #11022: DBAL does not support SQL having "+" (used in cache management)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@23894 735d13b6-9817-0410-8766-e36946ffe9aa
- 09:59 Revision 82c73594: Fixed bug #11022: DBAL does not support SQL having "+" (used in cache management)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5465 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:52 Bug #18689: Cannot upgrade from 4.1.6 to 4.2.0 due to error
- committed to trunk, rev 5464
- 09:50 Revision 841271d3: Fixed bug #8231: DBAL's bug admin_get_charsets() on a non-object
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@23893 735d13b6-9817-0410-8766-e36946ffe9aa
- 09:50 Revision a4181f2f: Fixed bug #8231: DBAL's bug admin_get_charsets() on a non-object
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5464 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-05-20
- 22:37 Bug #18311: Remove DAM-References from media field does not work
- Hmm, would like to send you a reminder but there are like 20 Christians registered on bugs.typo3.org :-)
- 22:33 Bug #20399: Unable to login to the BE
- Like already said by Egbert van der Hout:
"DO NOT CHANGE this value manually without an alternative authentication s... - 22:30 Bug #20399: Unable to login to the BE
- To my knowledge, loginsecuritylevel set to "normal" only works (and is required) when ext:t3sec_saltedpw is installed...
- 20:20 Bug #20399: Unable to login to the BE
- Thanks.
I can see some potential confusion about this... But its not a bug, so it should be closed. - 18:33 Revision 5e04223a: fixed a type hint in getClassName()'s phpDoc
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5463 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:56 Revision a55c0df5: Follow-up to #11044: moved the relogin stuff to extra file, used TYPO3.LLL.core for the labels
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5462 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:52 Bug #20288: Eval of double2 doesn't work
- committed to trunk, rev 5460 and 4_2, rev 5461
- 17:47 Revision 3c78c804: Fixed bug #10861: Eval of double2 doesn't work
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5461 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:45 Revision 659d10c3: Fixed bug #10861: Eval of double2 doesn't work
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5460 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:27 Revision 6c7eab2d: Follow-up to bug #11156: Fixed further misbehaviour of includeLibs in frontend
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5459 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:54 Bug #20483: Misbehaviours due to integration of autoloader
- Committed to SVN Trunk:
* XCLASS/DBAL/AdoDB (rev. 5456)
* includeLibs/TemplaVoila (rev. 5458) - 15:03 Bug #20483: Misbehaviours due to integration of autoloader
- @Steffen: Was the requirement to use includeLibs for TemplaVoild introduced by the autoloader changes or was is there...
- 14:55 Bug #20483: Misbehaviours due to integration of autoloader
- The TV-issue has been solved by
includeLibs.tx_templavoila = EXT:templavoila/pi1/class.tx_templavoila_pi1.php
an... - 14:51 Bug #20483 (Closed): Misbehaviours due to integration of autoloader
- The integration and activation of the autoloader created some misbehaviours:
* DBAL seems not to be working anymore
... - 15:53 Revision d1e6d75e: Fixed bug #11156: Misbehaviours due to integration of autoloader (includeLibs in frontend)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5458 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:52 Revision e2735bdf: Fixed bug #11156: Misbehaviours due to integration of autoloader (XCLASSes)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5457 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:50 Revision d2fc9c4a: Fixed bug #11156: Misbehaviours due to integration of autoloader (XCLASSes)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5456 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:41 Bug #20471: TEMPLATE directive doesn't generate any output
- Excellent, this really solved the problem!
Thanks again for all your efforts.
Might be recommendable to have a ... - 10:19 Bug #20471: TEMPLATE directive doesn't generate any output
- Seems to be a problem with symlinks. Check this:
http://typo3.toaster-schwerin.de/typo3_english/2009_05/msg00323.htm... - 14:37 Bug #20482 (Closed): with Fix for #20422 and #20422 the Element Browser doesn't work with Flexforms
- after integration of this fix,
the Element Browser doesn't add the Element to the select field
Firebug Message:
... - 14:03 Bug #20481 (Closed): calls to deprecated method t3lib_div::makeInstanceClassname
- In addition to ticket #20257 there are some other places in the core that still use calls to t3lib_div::makeInstanceC...
- 13:35 Bug #20479: Export To t3d results in Fatal Error because of wrong RegEx
- add updated patch that only lets pass valid characters from user submitted filename
- 13:34 Bug #20479: Export To t3d results in Fatal Error because of wrong RegEx
- add updated patch that only lets path valid characters from user submitted filename
- 10:38 Bug #20479: Export To t3d results in Fatal Error because of wrong RegEx
- seems like a nobrainer but as I've digged into it before checkin of the patch I found out:
- the regex is used to *c... - 12:15 Revision 05a1e6ef: Follow-up to feature #9633: XCLASSes did not work for autoloaded class files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5455 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:09 Feature #20480: Integrate t3lib_div::requireFile() for simple require() calls
- Committed to SVN Trunk (rev. 5454)
- 12:03 Feature #20480 (Closed): Integrate t3lib_div::requireFile() for simple require() calls
- In t3lib_div there's already a mehtod requireOnce() however the pendant for require() is missing. On using requireOnc...
- 12:08 Revision a479715b: Added feature #11153: Integrate t3lib_div::requireFile() for simple require() calls
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5454 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:10 Bug #20257: tslib_content calls deprecated function makeInstanceClassName
- forgot to fix the var names for the error messages. So attached the new version of the patch.
- 10:57 Bug #20257: tslib_content calls deprecated function makeInstanceClassName
- Just added a new version of the patch, as the affected lines changed during the autoloader commit. I also removed all...
- 09:35 Revision 9f997561: Fixed bug #10994: allow using custom adapter for extJs
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5453 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:23 Task #3389 (Closed): Rename Forge Project: Scheduler
- Done
- 05:32 Task #3389 (Closed): Rename Forge Project: Scheduler
- Or at least: Scheduler (Gabriel integration)
- 09:21 Bug #3388: Error with insert in Module
- It's work in progress right now. It's definitely not stable/usable in current state. Sorry.
- 05:27 Bug #3388 (Closed): Error with insert in Module
- *Value "" for "M" was not found as a module*
Appears when clicking on Module Scheduler-> Menu TYPO3 Scheduler -> I... - 00:20 Feature #17874: Add suggest-like feature to TCEforms
- I posted a new version of the patch and the demo extension. There are two major changes: The configuration may now be...
2009-05-19
- 21:23 Bug #20473: Starttime/endtime is not taken into account when caching
- i would like to have the method
setPageCacheExpiresTimestamp(...) from #19283 too.
So i would have the chance ... - 10:09 Bug #20473 (Closed): Starttime/endtime is not taken into account when caching
- If a content element has a starttime/endtime or a tt_news item has such dates, they are not taken into account when c...
- 21:17 Revision 2668f6fb: * Updated Extbase revisions to 680; that fixed a small issue on registering plugins
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5452 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:17 Feature #19283: page cache is not influenced by tt_content.starttime/endtime
- hi dmitry,
in my eyes
#20473
is an better approach. - 10:30 Feature #19283: page cache is not influenced by tt_content.starttime/endtime
- Please, see also #20473. It provides an automatic solution to this problem.
- 20:45 Bug #20479 (Closed): Export To t3d results in Fatal Error because of wrong RegEx
- When trying to export page trees to t3d in current trunk you'll get a warning, namely:
Warning: preg_replace() [fu... - 20:16 Bug #20477: CSS in BE has no general rules, only specific
- We definitely need a set of generic rules, then each module can add its own specific styles.
Needed also are style... - 18:45 Bug #20477: CSS in BE has no general rules, only specific
- best example you find in current css:
body#typo3-alt-doc-php, body#typo3-db-list-php, body#typo3-mod-web-perm-inde... - 18:39 Bug #20477 (Closed): CSS in BE has no general rules, only specific
- This leads to the fact that if you write your own BE-module, you have to write your own CSS rules.
Currently we ha... - 20:03 Bug #20471: TEMPLATE directive doesn't generate any output
- Thinking about this , could there be an issue with the Symlinks ?
Typo3_src is located outside of the www-Path
Al... - 19:50 Bug #20471: TEMPLATE directive doesn't generate any output
- I am currently using 4.2.6
What is strange, too, is that the is_file function seems to return TRUE only for files, t... - 19:17 Bug #20471: TEMPLATE directive doesn't generate any output
- Which version do you use? I will setup the same here and try it out.
- 17:58 Bug #20471: TEMPLATE directive doesn't generate any output
- Hi Christian,
thanks for the reply.
No, the file is correct - I made a typo when I wrote the bug report.
Both,... - 17:46 Bug #20471: TEMPLATE directive doesn't generate any output
- I have done some tests by adding some debug output.
The problem seems to be within the file
class.t3lib_tstemplate.... - 17:22 Bug #20471: TEMPLATE directive doesn't generate any output
- You wrote:
----
template.file = fileadmin/html/htmlTest.html
...
Content of testHTML.html (path is, of course, co... - 10:00 Bug #20471 (Closed): TEMPLATE directive doesn't generate any output
- I have a problem with some very basic TS Code, where I cannot identify the reason of my problems.
In the meantime, I... - 19:28 Bug #20478: Problems with turkish characters
- Ok, I could have thought of that myself ... Mantis doesn't seem to be capable of displaying the characters too.
Here... - 19:25 Bug #20478 (Closed): Problems with turkish characters
- When using fe_login (or the older newloginbox) in combination with turkish, a lot of special characters are displayed...
- 18:43 Feature #20395: Optimize loading of frontend user groups
- Committed to SVN Trunk (rev. 5451)
- 18:41 Revision 6b53a785: Fixed bug #11038: Optimize loading of frontend user groups
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5451 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:11 Feature #20476 (Closed): Why do you overwrite the TS-Var: linkConfig.parameter?
- Hi, all
I want to have a loginbox on the right side on every page
But therefore I have to set the ID for all ... - 18:09 Revision 4fb29046: Follow-up to feature #9633: Added abstract classes to registry and check whether extension key could be resolved
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5450 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:16 Bug #19621: getTreeList causes duplicate entry sql error
- This bug is related to 0007591 in cause and effect but it seems to be in the extension "debug_mysql_db" not in CORE a...
- 16:31 Feature #20475 (Closed): Remove static require_once() to t3lib and tslib and use autoloading instead
- Since autoloading is integrated in the TYPO3 Core it's not required to statically require files without knowing wheth...
- 15:57 Feature #18548: Adding autoload
- Autoloading is integrated in TYPO3 4.3 - see issue #19503
- 15:56 Feature #19192: Add autoloading to reduce require(_once) calls
- Resolved through duplicate #19503
- 15:55 Feature #19503: Implement autoloading for TYPO3
- Committed to SVN Trunk:
* functionality (rev. 5448)
* enabling the autoloader (rev. 5449) - 15:52 Revision 7e8ca29a: Follow-up to feature #9633: Enabled autoloading in TYPO3 Core
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5449 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:46 Revision c82d182e: Added feature #9633: Implement autoloading for TYPO3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5448 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:33 Revision 8fe70cb3: made the file comment fit into 80 chars width
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5447 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:47 Bug #20419: cache_pages timeout always 3600 seconds
- commited to trunk
- 13:44 Bug #20474 (Closed): Test case for #20419
- The bugfix #20419 "cache_pages timeout always 3600 seconds" was fixed.
A test-case should get created to test this... - 13:34 Bug #20398: Move inline JS to external file in backend.php
- committed v2 to trunk, rev 5446
- 13:29 Feature #18505: Hide buttons in Listview
- There is an extension from me, which utilizes a hook, to allow exactly this feature.
Not everything must be packed i... - 11:11 Feature #18505: Hide buttons in Listview
- Is it possible to deny access to cut/copy/paste as well?
- 11:04 Feature #18505: Hide buttons in Listview
- Confirmed the patch, still working in 4.2.5.
But: having spaces after the commata in Ts doesn't work.
Working:
... - 13:29 Revision 194c5941: Cleanup #11044: Move inline JS to external file in backend.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5446 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:24 Revision 85c780ed: * Fixed bug #11079: cache_pages timeout alway set to 3600 seconds
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5445 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:31 Revision 12039a7f: Extbase:
- * Tx_Extbase_Utility_Plugin::registerPlugin(): removed debug code
* re-implementet underscoredToUpperCamelCase() in U... - 12:25 Revision 3c3f9a7b: Extbase:
- * Changed Tx_Extbase_Utility_Plugin::registerPlugin(): You are now free to choose whether you want to pass the extens...
- 10:57 Revision edb9a4dd: Follow up to #8561: Checkboxes and labels are aligned badly if in one line (credits Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5444 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:52 Revision d9667c85: Follow up to #8561: Checkboxes and labels are aligned badly if in one line (credits Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5443 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:15 Revision 92057339: Extbase:
- * Fixed wrong class name of Tx_Extbase_Utility_Plugin_testcase (not mission critical)
- 10:04 Bug #20472 (Closed): Validation issue: End tag for "hr" omitted, but OMITTAG NO was specified in typo3/init.php
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 09:51 Bug #20470 (Closed): Column's default value is not properly quoted in CREATE TABLE
- When creating a table a few steps are involved to parse the MySQL table creation definition and rewrite it to be comp...
- 09:49 Bug #17621: Insertion of more than one items by the Element Browser is allowed when it shouldn't
- The problem is now solved for fields with size=1. For selects with a bigger size, there is an option to scroll, posit...
- 09:47 Bug #20469 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/wizard_colorpicker.php
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 09:44 Bug #20468 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/wizard_sortpages/class.tx_wizardsortpag
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 09:42 Revision abd17045: Fixed #11087 and #6372: TCEForm does not replace the existing element if adding a new element to a field with maxitems=1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5442 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:42 Bug #20467 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/wizard_crpages/class.tx_wizardcrpages_w
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 09:41 Revision 56e73903: Fixed #11087 and #6372: TCEForm does not replace the existing element if adding a new element to a field with maxitems=1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5441 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:35 Bug #20466 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/version/cm1/index.php
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 09:35 Bug #20448: Reduce memory usage of db_list_extra
- Committed to 4.2 (rev 5439) and trunk (rev 5440).
- 09:33 Bug #20465 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/t3editor/class.tx_t3editor.php
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 09:27 Bug #20464 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/lowlevel/
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 09:24 Bug #20463 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/info_pagetsconfig/
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 09:22 Revision 872f88d6: Clean up #11118: Reduce memory usage of db_list_extra
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5440 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:19 Bug #20462 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/indexed_search/modfunc1/class.tx_indexe
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 09:19 Revision b92ffe4a: Clean up #11118: Reduce memory usage of db_list_extra
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5439 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:16 Bug #20461 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/impexp/modfunc1/class.tx_impexp_modfunc
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa...
2009-05-18
- 23:00 Feature #20441: Add Extbase and Fluid as a System Extension
- fixed :-)
- 22:18 Revision 1a2196f4: * New Feature #1110: Added Extbase and Fluid to System Extensions via svn:externals.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5438 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:23 Feature #20436: Add a method to register an Extbase plugin
- As a result of the discussion in the core list Extbase itself registers its plugins now:
/**
* A minimalistic co... - 21:16 Revision 0821b831: Extbase:
- * Added a new registerPlugin() method to Extbase
UtilityTx_Extbase_Utility_Plugin::registerPlugin('BlogExample', 'Pi1... - 20:21 Feature #20460 (Closed): GIFBUILDER support for additional blend-modes
- Currently, GIFGUILDER does not support blend-modes other than "over" (gm composite -compose over) for overlaying imag...
- 19:07 Bug #18253: Duplicate entry on cache_pagesection on reloading twice
- this issue is not solved in TYPO3 4.2.6!
there are duplicate entrys:
#19621
#19621
i get this error with
ide... - 18:56 Bug #20459 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files in typo3/sysext/cms/web_info/
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 18:53 Bug #20458 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/cms/layout/db_layout.php
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 18:45 Bug #20457 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/belog/mod/index.php
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 18:39 Bug #20456 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/mod/web/perm/index.php
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 18:34 Bug #20455 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in various files of typo3/mod/user/ws/
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 18:29 Bug #20454 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/mod/tools/em/class.em_index.php
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 18:25 Bug #20453 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/init.php
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 18:20 Bug #20452 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/file_newfolder.php
Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of se...- 18:14 Bug #20451 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/alt_doc.php
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 17:07 Feature #20450 (Closed): Use t3lib_div::callUserFunction in typoscript userFunc condition
- In typoscripts userFunc condition [userFunc = ...] it is only allowed to user php functions. No class methods. The pa...
- 14:44 Bug #20449 (Closed): Mapping in query does not takes care of remapping "table.field" in a WHERE clause
- When remapping name of table X, any query selecting data from table Y and having a WHERE condition on some field of t...
- 13:34 Bug #20044: RTE is not loading
- I've just dropped you an email with the URL and login/pwd.
Have a nice day. - 13:07 Bug #18949: options.moduleMenuCollapsable = 0 doesn't have any effect
- committed to trunk, rev 5436 and 4_2, rev 5437
- 13:06 Revision 0675ca4d: Fixed bug #8701: Bug: options.moduleMenuCollapsable = 0 doesn't have any effect
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5437 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:02 Revision 7324d881: Fixed bug #8701: Bug: options.moduleMenuCollapsable = 0 doesn't have any effect
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5436 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:20 Bug #20448 (Closed): Reduce memory usage of db_list_extra
- After having a few memory limit errors using the Web > List module, I tracked down at least one statement that was ea...
- 11:37 Bug #20447 (Closed): Update extJs to 3.0 RC1
- since May 4th RC1 of version 3 is released, so update included extJs library
http://extjs.com/blog/2009/05/04/ext-... - 11:32 Bug #20428: maxWInText setting is never used, because of missing "textPos" TypoScript property
- commited to trunk (rev. 5435).
- 11:31 Revision ab95bb79: Fixed bug #11094: CSC: maxWInText setting was being ignored (since #10320).
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5435 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:24 Revision 98e0ced7: Add missing ChangeLog for #11098
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5434 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:01 Revision c7a96759: Feature #10639: Integration of the Mass File Uploader (based on SWFUpload and Ext JS) - Part 2 (added the new files)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5433 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:59 Revision 7613118c: Feature #10639: Integration of the Mass File Uploader (based on SWFUpload and Ext JS)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5432 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:36 Revision 6e274374: Extbase:
- * Some minor code cleanup
* Added some release notes - 10:34 Revision b07fa0bf: Extbase:
- * changed the default value of the section parameter from NULL to '' as that's the default of the link/uri view helpe...
- 10:31 Revision 8e91de1c: Fluid:
- * Removed debug output from Tx_Fluid_ViewHelpers_Uri_ActionViewHelper.
* Controller-Fallback is not required anymore,... - 10:11 Feature #20446 (Closed): Context menu in page tree should have a "delete cache for this page" item
- If you change records somewhere in a sysfolder and you know that the cache for a certain site has to be deleted after...
- 10:09 Bug #20417: Cannot connect to non-local Oracle database with SID
- Patch 11076.diff (based on driverOptions.php from Karsten) allows to connect to Oracle using a SID:
$TYPO3_CONF_VA... - 10:04 Revision 1a0dd179: Fixed bug #11111 / Follow-up to #10892: Root item cannot be collapsed in pagetree (Thanks to Andreas Wolf)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5431 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:01 Revision b4fbed0a: Fixed bug #11112 / Follow-up to #10892: Collapsing nodes in pagetree produces multiple items with same id (Thanks to Andreas Wolf)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5430 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:47 Feature #20445 (Closed): Feature request: current sub menu uid in register
- As the expAll menu property is now going through stdWrap[1], it would make sense to have the current sub menu uid at ...
- 01:58 Bug #20444 (Closed): disable deprecated versioning types by default
- versionng types page and branch are deprecated, only 'element' versioning is fully supported.
* disable 'page' and... - 00:50 Bug #20443: Collapsing nodes in pagetree produces multiple items with same id
- Attached screenshot shows the HTML structure after a few expand and collapse steps.
- 00:49 Bug #20443 (Closed): Collapsing nodes in pagetree produces multiple items with same id
- When you collapse or expand items in the pagetree, the Javascript updating the tree selects the wrong node when inser...
- 00:42 Task #3358 (Closed): make sure only "element" versioning type is supported / used
- - see Inline documentation
- (remove) configuration in workspace record
- config_default.php
- newPagesVersionin... - 00:36 Bug #19109: Disabling Versioning Types 'element' blocks creation of new page
- won't fix as element versioning type 'element' won't be supported.
element versioning is the onyl supported versio...
2009-05-17
- 23:45 Feature #2972 (Accepted): Add possibility to disable TYPO3 draft workspace by localconf.php configuration
- The patch attached here contains another modification and shouldn't apply to clean 4_2_6.
I'll refer and track this ... - 23:40 Feature #18994: Add possibility to disable TYPO3 draft workspace by localconf.php configuration
- will be fixed in project workspace enhancement http://forge.typo3.org/wiki/typo3v4-workspaces
- 23:29 Bug #20442 (Closed): Root item cannot be collapsed in pagetree
- r5342 (Fixed bug #20304: Make it possible to style a hover color for pagetree/filetree items) introduced a change tha...
- 23:03 Feature #20441 (Closed): Add Extbase and Fluid as a System Extension
- Fluid and Extbase are now ready to be included in TYPO3 Core, so they will be available in 4.3 alpha 3.
(issue ... - 22:50 Feature #18498: config.baseURL with stdWrap support
- @Ernesto: Please use status "resolved" rather than "closed". I think it can't be reopened by users otherwise.
- 21:43 Revision f994c8de: Fluid:
- * Fixed ViewHelpers to match the new URIHelper
- 21:23 Revision 92b50ebd: Extbase:
- * Corrected all @package and @subpackage annotations
* added preliminary @internal annotations
* Fixed URIHelper base... - 20:49 Bug #20440 (Closed): Typo3 page editing doesn't work with IE8 and FF3.0.10
- When editing a page properties the popup menu doesn't appears. A text at the bottom of the IE8 and FF3 window says: P...
- 20:18 Bug #20439 (Closed): DBAL wildly quotes fields and table names
- When issuing a query using $GLOBALS['TYPO3_DB']->exec_SELECTgetRows() method for instance, the actual query being ge...
2009-05-16
- 23:48 Bug #20292: After upgrade from4.2.1 to 4-2-6 RTE fails to load correct
- Sorry I had not time to work on it.
But finaly I found the issue and want to add the solution.
Is a wrong setting... - 20:43 Revision 27bbf650: tx_fluid:
- * !!!changed view helpers once again!!! link view helpers reside in the link subfolder now. For each link view helper...
- 18:54 Revision a963d0e6: Extbase:
- * Removed all Query related class files and tests (will be reverted after TYPO3 4.3alpha3 was released)
- 18:38 Revision caa24ca7: Extbase:
- * Changed all method calls using Tx_Extbase_Utility_Strings to the correspondant t3lib_div methods
* Deleted Tx_Extba... - 18:16 Feature #17887: Possibility to avoid displaying the full TYPO3 version in the generated pages code
- I also think that this is no real enhancement:
- You could find out the version by looking at the copyright (year) i... - 17:53 Feature #20438 (Closed): Provide more flexible rendering for "text with image"
- Since 4.0 we have an "accessible" rendering for Text with image, which has replaced the "table-based" rendering when ...
- 17:45 Feature #20064: "no columns" setting for Images
- Could you explain the use-case a bit more? Give an example of what you are trying to acchieve.
- 17:37 Bug #20435: syntax error, unexpected ';' in class.t3lib_htmlmail.php
- This has already been fixed in core by Francois (committed today as a "Follow-up to #19728", see ChangeLog).
- 14:15 Bug #20435 (Closed): syntax error, unexpected ';' in class.t3lib_htmlmail.php
- TYPO3 hangs in current trunk due to a PHP error:
Parse error: syntax error, unexpected ';' in /var/www/html/trunk/... - 17:31 Feature #18498: config.baseURL with stdWrap support
- As Nico found out, this hook won't work anyway. So this issue is closed now until someone finds a new need for someth...
- 17:14 Feature #18498: config.baseURL with stdWrap support
- I tested it and Ernesto is right. The baseHref is cached and is not accessible by the hook any more. So I would sugge...
- 11:58 Feature #18498: config.baseURL with stdWrap support
- I think if you doesn't add the baseUrl as an "USER_INT" kind of object, the hook will not work as expected. As soon a...
- 17:22 Bug #20042: render_uploads description is processed by htmlspecialchars() hard coded
- This will be configurable by the new typoscript processing for render_upload already proposed to the core list in #24...
- 17:16 Feature #19058: render_uploads / filelinks - move html from php to typoscript
- Patch for #2421, which handles this, is already in core list for discussion. Please test and give your +1 there.
- 16:15 Revision 53f84e71: Follow-up to #9994: an unclosed bracket caused a parse error in t3lib_htmlmail
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5428 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:55 Bug #20437 (Closed): Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/alt_db_navframe.php
- Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of sepa... - 15:54 Revision d3743fbc: Extbase:
- * Extensive code cleanup
* Deleted obsolete files - 14:46 Revision 581c1086: Fluid: (Backported from Fluid Package r2213 - r2230):
- * AbstractViewHelper: there is no default data type of "Text" set anymore for method parameters to be able to throw a...
- 14:41 Bug #19400: Indexed search doesn't find letters in Thai language.
- Has this been solved in the meantime?
- 14:37 Feature #20436 (Closed): Add a method to register an Extbase plugin
- I propose to have a method to register a new Extbase plugin at one central point.
This method should be invoked in... - 14:30 Task #20016: wrong age calculating in stdWrap
- Replace the 365 in the calcAge function with 365.2425!!!
http://en.wikipedia.org/wiki/Year#Calendar_year
This red... - 12:53 Revision 47ea6989: Extbase:
- * Removed outdated documentation files
- 12:48 Revision 92b0c7f8: Extbase:
- * TypoScriptSource: All trailing dots are removed recursively from TypoScript Settings. The node value (like 10 = TEX...
- 11:54 Bug #20434 (Closed): Improve advanced_htaccess and make it more compatible
- Resource files like CSS, JS, images, etc. cannot be loaded correctly due to missing configuration concerning .htacces...
- 11:27 Revision caa84393: Extbase:
- * Done some more remaining renaming from pluginKey to pluginName
- 11:25 Revision 439e3e47: Extbase:
- * Done some remaining renaming from pluginKey to pluginName
- 10:57 Revision 5426875e: Extbase:
- * Declared the getUid() method in the AbstractDomainObject to be final (it should never be overwritten by concrete im...
- 02:33 Bug #20433 (Closed): The import export menu will not activate
- In Backend page always loads with a error on page. This error means I canot open the import export modual and the dat...
- 01:52 Bug #20432: DB check breaks with MySQL in ANSI mode due to double quotes
- Fixed in SVN
- 01:51 Revision f8e229bb: Fixed bug #11099: DB check breaks with MySQL in ANSI mode due to double quotes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5427 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:34 Bug #19582: DBAL does not support SQL from (new?) session management
- Uploaded v5 as posted by Xavier in core list.
- 01:32 Revision 563f9f14: adodb sysext: updated ext_emconf.php and readded adodb-time.inc.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5426 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:28 Revision f57a5e33: Updated adodb syysext to upstream version 5.0.8a.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5425 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:12 Bug #19728: ereg* is deprecated in PHP 5.3 alpha3
- Fixed in SVN
- 01:12 Revision 3ba27ffd: Fixed bug #9994: ereg* is deprecated in PHP 5.3 alpha3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@23892 735d13b6-9817-0410-8766-e36946ffe9aa
- 01:12 Revision 15121f88: Fixed bug #9994: ereg* is deprecated in PHP 5.3 alpha3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5424 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:09 Bug #19840: FlexForms: wrong mm-relations after copy and localize
- Committed to SVN:
* TYPO3_4-1 (rev. 5420)
* TYPO3_4-2 (rev. 5421)
* Trunk (rev. 5422) - 00:08 Bug #19908: session fixation fix avoid BE login
- Hi Andreas, could you please recheck if this error happens on _clean_ TYPO3 installation, meaning not having any thir...
- 00:07 Revision 9384ef91: Fixed bug #10165: FlexForms: wrong mm-relations after copy and localize
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5422 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:06 Revision 32e0b4ba: Fixed bug #10165: FlexForms: wrong mm-relations after copy and localize
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5421 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:05 Revision 0cdddc11: Fixed bug #10165: FlexForms: wrong mm-relations after copy and localize
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5420 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-05-15
- 23:52 Bug #20432: DB check breaks with MySQL in ANSI mode due to double quotes
- Please review patch
- 23:51 Bug #20432 (Closed): DB check breaks with MySQL in ANSI mode due to double quotes
- If your MySQL is configured to run in ANSI mode, the DB check "database relations" doesn't work because double quotes...
- 23:39 Feature #20431: class.t3lib_htmlMail doesn't send CC and BCC emails
- reviewed and committed.
- 21:50 Feature #20431 (Closed): class.t3lib_htmlMail doesn't send CC and BCC emails
- Although the class offers an attribute "recipient_copy" no headers are set to send a CC email. Furthermore no feature...
- 23:38 Bug #18949: options.moduleMenuCollapsable = 0 doesn't have any effect
- patch.diff was against trunk. I've tried to applay it to 4.2 but with no success so I've created version for 4.2.6.
- 23:36 Bug #18949: options.moduleMenuCollapsable = 0 doesn't have any effect
- Issue solved in the patch.
This option was not implemented at all in the new menu introduced in 4.2.x
With thi... - 23:36 Revision f83e5847: #11098 - added patch that enables CC and BCC in t3lib_htmlmail
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5419 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:32 Bug #19728: ereg* is deprecated in PHP 5.3 alpha3
- Well, the testcase obviously needs them for testing purposes. :)
I fixed the others but ignored adodb for now (syb... - 22:37 Bug #19728: ereg* is deprecated in PHP 5.3 alpha3
- Still has ereg_replace in:
tests/regularexpression_testcase.php
typo3/class.db_list_extra.inc
typo3/cli_dispatch.p... - 22:22 Bug #19728: ereg* is deprecated in PHP 5.3 alpha3
- v4: One more thing - fixed wrong line in nusoap library for EM, that was already noted in mailing list earlier... rem...
- 21:25 Bug #19728: ereg* is deprecated in PHP 5.3 alpha3
- Please test latest patch against trunk - thanks!
- 23:28 Feature #17887: Possibility to avoid displaying the full TYPO3 version in the generated pages code
- the first patch is wrong, I have patched my changes with previous version of code ;)
- 22:52 Feature #17887: Possibility to avoid displaying the full TYPO3 version in the generated pages code
- I have added the patch
- 22:41 Feature #17887: Possibility to avoid displaying the full TYPO3 version in the generated pages code
- I will fix it and post the patch in some miutes.
- 22:22 Feature #17887: Possibility to avoid displaying the full TYPO3 version in the generated pages code
- I'd love to close it but it seems a lid request. :-<
So, who's in to make a patch? - 22:16 Feature #17887: Possibility to avoid displaying the full TYPO3 version in the generated pages code
- I think also that this issue should be fixed.
The version should not be visible in public website. - 21:22 Feature #17887: Possibility to avoid displaying the full TYPO3 version in the generated pages code
- This is not necessary as:
1. You can detect version of TYPO3 in other way (for example by detecting specific folder... - 23:24 Feature #18498: config.baseURL with stdWrap support
- Here is a hook patch, created at the T3DD09 Bug night. See attached processBaseUrlHook.diff
- 23:07 Feature #20146: Integration of mass file uploader
- Uploaded a new version of the patch. There were some javascript errors in IE:
typo3/js/common.js:
line 101, remov... - 23:07 Revision 27e42f83: committed #8507 - added alt to img tags and changed reference to locallang file to use xml
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5418 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:06 Bug #20055: Problem with indexed search engine
- i test this problm in ff vs. safari.
i think this is not possible because the index_search dont check the browser.... - 22:45 Bug #19372: options.pageTree.showNavTitle
- It is in the current version of 4.2 and trunk docs
- 22:35 Bug #19845: Duplicated values in localconf.php (typo3conf) - compat_version
- I think this is a problem from older versions (or change manually to ").
if the order is wrong the installer change ... - 21:43 Bug #19845: Duplicated values in localconf.php (typo3conf) - compat_version
- This problem is still present in 4.3 trunk.
I just copied a 4.2 installation and tried to upgrade that.
Install... - 22:25 Bug #18844: Fileadmin: Setting alt attributes and use the locallang.xml files instead of locallang.php files
- Reviewed it at T3DD09 and will commit to trunk. Thomas posts notification to core list.
- 22:20 Bug #18844: Fileadmin: Setting alt attributes and use the locallang.xml files instead of locallang.php files
- created a diff against the current trunk
- 22:25 Feature #15193: There is no API to list tables in the Web->Page module
- I think it is irrevant...
It's possible by using $TYPO3_CONF_VARS['EXTCONF']['cms']['db_layout']['addTables']... - 22:11 Feature #15193: There is no API to list tables in the Web->Page module
- Is this still valid?!
- 21:32 Revision 33716125: Extbase:
- * Fixed Bug #3320: Double & in URL parameters
- 20:00 Bug #20430 (Closed): Test failure and SQL error in the Cache unit tests
- Testsuite: t3lib_cache_backend_DbBackendTestCase
setCacheTableThrowsExceptionOnNonExistentTable
! Failure in test... - 18:10 Bug #20429 (Closed): Regular expressions conditions can not differentiate between values that are part of other values
- In the following condition a regular expression is used:
[globalString: GP = tx_blogexample_pluginkey|action = /in... - 16:50 Revision 5bd90354: Extbase:
- * Moved class.tx_extbase_dispatcher.php to Classes/Dispatcher.php
- 16:31 Bug #20231: Small rendering/css bug on FE with Text with image
- bug10768-firefox-BUG.png = with this fix applied
bug10768-firefox-OK.png = removing the new CSS line from the code - 16:30 Bug #20231: Small rendering/css bug on FE with Text with image
- The new CSS does indeed interfere with the rendering of these images in Firefox / Safari (see attached images of the ...
- 16:21 Bug #20417: Cannot connect to non-local Oracle database with SID
- Something like the attached code might solve this "universally"
- 16:18 Bug #20426: extMgM truncates localconf and tables cache if file contains '?>' anywhere
- you find a demo-extension that is affected by this bug attached to #19840
- 13:00 Bug #20426 (Closed): extMgM truncates localconf and tables cache if file contains '?>' anywhere
- When extMgM build the cache file out of ext_localconf.php and ext_tables.php it replaces the '< ? php' and '? >' ta...
- 14:37 Bug #20428 (Closed): maxWInText setting is never used, because of missing "textPos" TypoScript property
- In the work of rearranging the TypoScript of css_styled_content (now split up into different versions), a bug was int...
- 13:20 Revision 22a2dbb6: Extbase:
- * Changed naming $pluginKey to $pluginName
* Deleted patches from the Documentation folder
* Removed spl_autoload_reg... - 13:15 Bug #20427 (Closed): DBAL - bigint (int8) values get converted to int4 by int-cast
- In my current project I have to use DBAL with MSSQL 2005 Enterprise.
Before a bigint value is stored to the db (IN... - 12:56 Bug #20290: Adding entries to recs[]-Array not working
- yes
Will send patch as soon as i'm home... - 12:06 Feature #15524: Moving all HTML fromtx_cssstyledcontent_pi1 to TS
- I just presented my suggestion for this in the core list.
- 12:04 Bug #20425 (Closed): ctrl-section option 'sortby' => 'myfield DESC', causes SQL-error on saving a new record
- I created a table via extMgr and changed the sortby option in ext_tables.php to
'sortby' => 'mysortfield DESC'
... - 10:23 Feature #3308 (Rejected): Job to remove ENABLE_INSTALL_TOOL
- The Scheduler could provide an event that checks whether ENABLE_INSTALL_TOOL exists and removes it if it does. This c...
- 10:01 Bug #20414: Pagetree not working properly
- Not a bug according to the reporter.
- 04:43 Bug #20409: TableOperations sub-window not writing back to RTE in IE8
- A few patches have been applied in SVN to the RTE for IE8, some of which do fix issues in table operations.
I cann...
2009-05-14
- 23:32 Revision 933e054e: Feature #10673: CSS-Styled-Content "uploads" - the filelist can now be manipulated by TS, added a new property "tt_content.uploads.20.filePath" with stdWrap properties to dynamically fetch all files from a filePath
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5415 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:44 Bug #20424 (Closed): Built In shopping basket is not working
- The built in shopping basket is being blocked by the session fixation fix.
By default (and manual) the FE waits for ... - 17:55 Bug #20423 (Closed): includeCSS and includeJS need extra parameter: urlParam
- includeCSS and includeJS need extra parameter: urlParam
I would like for the following to work so I can send 'far ... - 17:21 Bug #20422 (Closed): TCEForm does not replace the existing element if adding a new element to a field with maxitems=1
- If you want to change a select-field in TCEforms with only one item (like the Storage Folder) where there is only one...
- 15:43 Feature #20421 (Closed): Unflexible Output of Resultbrowser
- Indexed search is still sometimes unflexible if you try to implement some fancy layouts. For example the resultbrowse...
- 14:55 Feature #16972: patch for typolink to allow individual windows-targets and -objects
- corrected typo and made hash xhtml valid (starting always with jswin)
$jsWindowName = $GLOBALS['TSFE']->config['co... - 14:26 Feature #16972: patch for typolink to allow individual windows-targets and -objects
- This is a nice patch... I think it could be improved a bit concerning links that are generated by RTE in the followin...
- 13:01 Revision 96d7775a: Fluid:
- * adding some class comments
- 10:48 Bug #20420 (Rejected): wizard_edit.php does'nt work in flexforms
- with the if statement and the config array in the wizard_edit.php it's not possible to use the wizard in flexforms.
... - 09:12 Revision 02f21b0c: Extbase:
- * The autoloader is now registered in ext_localconf, thus as soon as extbase is installed.
2009-05-13
- 21:34 Bug #20419 (Closed): cache_pages timeout always 3600 seconds
- There is a bug in the newly introduced cache mechanisms which got backported from v5.
Currently all pages have a c... - 15:49 Revision 6d0db277: Added the bug# for the changelog entry for the last commit
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5412 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:48 Bug #20418 (Closed): Changed the version of css_styled_content to 1.0.0 and marked it as stable (as it is stable since 4.0)
- the attached patch was commited to trunk, after discussion on the 4.3 list.
BT reference: none
Notes: There is ... - 15:41 Revision e275ee1d: Changed the version of css_styled_content to 1.0.0 and marked it as stable (as it is stable since 4.0)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5411 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:04 Bug #20417 (Closed): Cannot connect to non-local Oracle database with SID
- When accessing an external Oracle database (ie not on localhost), we have either to use
$typo_db_username = 'usern... - 13:32 Bug #19884: the icons for clearing of caches disappear in 4.2.4
- What IE6 version are you using? There are differences between the 6.0.0.0.x IEs for that...
- 13:20 Revision 181f77fa: Changed UI-Bug #F3282: Replace three icons from the oldskin in t3skin (fatalerror, ok, info)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5410 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:06 Bug #20413: wrong content-length header breaks frontend in case of proxy-usage
- Fixed in TYPO3 4.2.7 and later. Thanks Georg!
- 12:06 Revision 790e4194: Fixed bug #11063: Wrong Content-length header breaks frontend output in some cases (thanks to Georg Kuehnberger)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5409 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:04 Revision e3ff62dc: Minor spelling corrections in ChangeLog for Core and rtehtmlarea
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5408 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:00 Revision 4ba3ef70: Fixed bug #11063: Wrong Content-length header breaks frontend output in some cases (thanks to Georg Kuehnberger)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5407 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:54 Revision 39aa24be: Fix a wrong date
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5406 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:42 Bug #20415: Error Message that keeps comming up
- Please provide more information on how to reproduce this issue. Where exactly does this happen, which steps and which...
2009-05-12
- 19:09 Bug #20044: RTE is not loading
- Sorry for the delay. I have had to solve another troubles on very different subjects for my job and I have had not en...
- 16:27 Feature #20416 (Closed): Add more information (extension upload date, description and author name) to the list of extensions in import mode
- ATM the list shows only extension key, title, version, DL counter and state. (see screenshot EM_before.png)
Adding... - 15:32 Bug #20415 (Closed): Error Message that keeps comming up
- 2: SQL error: 'Out of range value adjusted for column 'storage_pid' at row 1' (pages:NEW4a097adfa9e1d)
Will not al... - 15:13 Bug #25553: Copy&Paste within t3editor breaks lines
- with Typo3 4.2.6
- 11:39 Bug #18165: GIFBUILDER: wrong bounding box calculation with TEXT and spacing
- I was just looking into the letter-spacing issue and found that IM is supporting inter-character kerning since recent...
- 10:11 Bug #20411: Validation issue: duplicate specification of attribute "class" in t3lib/class.t3lib_tceforms.php
- Committed to trunk, rev 5405.
- 10:07 Bug #20411: Validation issue: duplicate specification of attribute "class" in t3lib/class.t3lib_tceforms.php
- Uploaded a new patch using join()
- 10:09 Revision 5cc52070: Fixed bug #11059: Validation issue: duplicate specification of attribute "class" in t3lib/class.t3lib_tceforms.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5405 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:05 Bug #20410: Validation issue: <input type="image"> can't have height and width attribute in typo3/alt_doc.php
- Committed to trunk, rev 5404.
- 10:03 Revision 6e74d01d: Fixed bug #11058: Validation issue: <input type="image"> can't have height and width attribute in typo3/alt_doc.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5404 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:26 Bug #19886: Not possible to set links to pages underneath a page with activated temporary DB mount
- 3b is latest version and also makes it possible to link to a page on other places like link of a header
2009-05-11
- 22:30 Bug #20414: Pagetree not working properly
- I can't reproduce the issue that the firefox3 bugfix was written for, so I can leave the bugfix turned off. Problem s...
- 22:13 Bug #20414: Pagetree not working properly
- The problem is caused by the firefox3 backend fix (mn_ff3_be_bugfix). Turning it off resolves the issue.
The firefox... - 15:34 Bug #20414 (Closed): Pagetree not working properly
- The pagetree elements cannot be collapsed and expanded. The contextual icon menu is also not working.
Javascript thr... - 21:22 Bug #19728: ereg* is deprecated in PHP 5.3 alpha3
- The latest one, 9994.KD.v2.patch. We talked about this one just today in Hamburg, would be cool to have this checked ...
- 15:13 Bug #19728: ereg* is deprecated in PHP 5.3 alpha3
- There are three patches here. Which one should be used?
- 18:35 Bug #25553 (Closed): Copy&Paste within t3editor breaks lines
- when copying & pasting within the t3editor, lines break along white spaces, or something like this: it is not shown i...
- 16:41 Revision 4efd8d6f: Fixed wrong subclass (was not backported properly)
- 15:01 Feature #19717: Use PHP built–in gzip/deflate compression in Frontend
- According to ChangeLog this has been fixed on 4.3.2009
- 10:31 Bug #20411: Validation issue: duplicate specification of attribute "class" in t3lib/class.t3lib_tceforms.php
- Uploaded a new patch
- 08:36 Revision 44a6fa01: Extbase:
- * Fixed typo in ActionController (Bug #3253)
* Adjusted the unit tests to cover that issue - 06:17 Bug #17091: "No template found" after update from 4.0.4 to 4.1
- Change type of `content` field to longtext in`cache_hash` table, it helps.
2009-05-10
- 02:58 Bug #20413: wrong content-length header breaks frontend in case of proxy-usage
- the bug is somewhat related to #19715 #19715 and #19715 - however I dont want to wait for those, but like to see this...
- 02:54 Bug #20413: wrong content-length header breaks frontend in case of proxy-usage
- uploaded corrected unified diff
- 00:51 Bug #20413 (Closed): wrong content-length header breaks frontend in case of proxy-usage
- class.tslib_fe.php, function processOutput() calculates the content-length wrongly in case of enabled debug.
In ca...
2009-05-09
- 22:11 Bug #20359: Conversion from camelcase to underscores, and back
- note: wouldn't it be better to put these methods in a t3lib_string or t3lib_util_string class?
- 20:26 Bug #20412 (Closed): CONTENT can't select records from rootpage
- If you use the "CONTENT" TypoScript object, to retrieve records from the root-page - like "static_countries", etc. Th...
- 04:15 Bug #20408: TableOperations sub-window not styling in FireFox
- This is a duplicate of issue #10982 to which a patch is attached and was fixed in SVN branch TYPO3_4-2 (for inclusion...
2009-05-08
- 22:27 Bug #20411 (Closed): Validation issue: duplicate specification of attribute "class" in t3lib/class.t3lib_tceforms.php
- Branches: Trunk
Problem:
In the select tag of the dropdown for the page type, the class attribute is declared twi... - 22:08 Bug #20410 (Closed): Validation issue: <input type="image"> can't have height and width attribute in typo3/alt_doc.php
- branches: trunk
Problem: typo3/alt_doc.php has some <input type="image"> where the width and height attribut... - 21:44 Bug #20383: Validation issue: various errors and warnings in typo3/sysext/tsconfig_help/mod1/index.php
- committed to 5403, trunk
- 21:43 Bug #20383: Validation issue: various errors and warnings in typo3/sysext/tsconfig_help/mod1/index.php
- Sorry, committed to 5403, trunk
- 21:42 Bug #20383: Validation issue: various errors and warnings in typo3/sysext/tsconfig_help/mod1/index.php
- committed to trunk, rev 5381.
- 21:39 Revision e6b67683: Fixed bug #11017: Validation issue: various errors and warnings in typo3/sysext/tsconfig_help/mod1/index.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5403 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:44 Bug #20374: Tooltip for page path in Page/List module is missing
- Committed to trunk, revision 5402.
- 20:38 Revision 1c4ff97d: Fixed bug: #11006: Tooltip for page path in Page/List module is missing
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5402 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:38 Bug #20409 (Closed): TableOperations sub-window not writing back to RTE in IE8
- I am running TYPO3 4.2.6 with rtehtmlarea 1.7.9. While running IE8 on Windows XP, the TableOperations table propertie...
- 19:27 Bug #20408 (Closed): TableOperations sub-window not styling in FireFox
- I am running TYPO3 4.2.6 with rtehtmlarea 1.7.9. While running FireFox 3.0.10 on Windows XP, the TableOperations tabl...
- 19:18 Revision 51b69809: Fluid:
- * FormViewHelper: fixed render() method according to the latests URIHelper changes, tweaked renderHiddenIdentityField...
- 16:55 Bug #20407 (Closed): The hook getFlexFormDSClass doesn't work because $fieldName is never set
- In t3lib/class.t3lib_befunc.php the hook "getFlexFormDSClass" has 5 parameters.
getFlexFormDS_postProcessDS($dataS... - 16:27 Revision 8357c87c: Extbase:
- * The Request Builder is now aware of the Request Method
* URIHelper translates a Domain Object into an foo[uri]=123 ... - 16:26 Revision c97b276d: Extbase:
- * The Request Builder is now aware of the Request Method
* URIHelper translates a Domain Object into an foo[uri]=123 ... - 16:20 Revision 7cb343a6: Fluid::
- * Fixed FormViewHelper for $pageUid = 0
* Supressed notice on non existing indexes in TranslatViewHelper - 15:20 Bug #16849: Default table definition for be_users, field lang has wrong field type varchar
- Resolved as duplicate of #16376
- 15:16 Bug #20402: Relogin doesn't works
- Resolved as duplicate of #20038
- 09:13 Bug #20402 (Closed): Relogin doesn't works
- There comes a message for relogin on TYPO3 Backend after 30 minutes non working, but when I insert my data it meens m...
- 15:08 Bug #20405: TYPO3_DB uses $GLOBALS['TYPO3_DB'] instead of $this
- Committed to SVN:
* TYPO3_4-2 (rev. 5400)
* Trunk (rev. 5401) - 13:18 Bug #20405 (Closed): TYPO3_DB uses $GLOBALS['TYPO3_DB'] instead of $this
- TYPO3_DB uses $GLOBALS['TYPO3_DB'] instead of $this in functions
- exec_SELECT_mm_query()
- explain()
(issu... - 15:07 Revision fea4aae4: Fixed bug #11053: TYPO3_DB uses $GLOBALS['TYPO3_DB'] instead of $this
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5401 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:07 Revision de19913c: Fixed bug #11053: TYPO3_DB uses $GLOBALS['TYPO3_DB'] instead of $this
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5400 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:04 Feature #20406 (Closed): Add file modification time to ts ->filelink
- It would be nice to view the file last modification time in filelink
lib.priceList = TEXT
lib.priceList {
valu... - 13:07 Revision 1c33c299: Fluid:
- * Improved Backport (prefix "Tx_Fluid..." won't be applied within comments
* If a view helper throws a ViewHelperExc... - 12:47 Revision b5889254: Fixed bug #11040: ENGINE modifier in ext_tables.sql cannot be parsed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5399 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:46 Revision db64e2d4: Extbase:
- * improved URIFor-helper after discussion with Jochen: pageUid is required now, fallback to current page is done in l...
- 12:45 Revision a3de8c75: Fixed bug #11040: ENGINE modifier in ext_tables.sql cannot be parsed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5398 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:36 Feature #20403: Add TYPO3_DB->exec_SELECTgetField() function
- Patch v2 has $GLOBALS['TYPO3_DB']-> replaced by $this->
- 09:29 Feature #20403 (Rejected): Add TYPO3_DB->exec_SELECTgetField() function
- We often need to read associative arrays from the database that contains only _one_ field from the table e.g. uid=>ti...
- 11:39 Bug #20404 (Closed): Show Warning if memcache is configured but not installed / working on the server
- I added a test in t3lib_BEfunc::displayWarningMessages to show this warning in case of misconfiguration
(issue im... - 09:14 Bug #20397: ENGINE modifier in ext_tables.sql cannot be parsed
- committed to trunk, rev 5397
- 09:13 Revision acb39277: Fixed bug #11040: ENGINE modifier in ext_tables.sql cannot be parsed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5397 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-05-07
- 23:33 Bug #20401 (Closed): Extension Manager should ignore SQL COMMENT for extensions
- When an extension adds a table with a field containing a SQL COMMENT
CREATE TABLE tx_comment_test (
uid int(11)... - 19:19 Bug #20399: Unable to login to the BE
- See comment in Install Tool:
DO NOT CHANGE this value manually; without an alternative authentication service it wil... - 16:32 Bug #20399 (Closed): Unable to login to the BE
- After setting [BE][loginSecurityLevel] to "normal", I am no longer able to login into the BE. Even with newly created...
- 19:15 Bug #16849: Default table definition for be_users, field lang has wrong field type varchar
- Issue 0003885 (same error) is closed. Please close this issue too.
- 18:30 Feature #16935: Add an option to add alternative external URL or shortcut for other languages
- I´ve tried to use the patch-file v4 for TYPO3 v4.2.6
It didn´t work, so I did the patch by hand. Here´s a patch file... - 17:45 Bug #20400: DBAL does not support CLOB/BLOB when using a mapped table name
- Same problem arises when mapping fields actually:
$TYPO3_CONF_VARS['EXTCONF']['dbal']['mapping'] = array(
... - 16:42 Bug #20400 (Closed): DBAL does not support CLOB/BLOB when using a mapped table name
- When dealing with CLOB/BLOB fields, special care should be taken in INSERT and UPDATE statements. However DBAL does n...
- 14:00 Bug #20360: Convert from extension prefix to extension key
- Committed to SVN Trunk (rev. 5396)
- 13:59 Revision 444b229a: Added feature #10986: Convert from extension prefix to extension key
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5396 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:59 Bug #20398 (Closed): Move inline JS to external file in backend.php
- I moved the inline JS to backend.js, introduced 2 new objects:
TYPO3.configuration (specific conf vars)
TYPO3.langu... - 13:41 Feature #20078: New install tool skin, matching t3skin
- Committed patch (v8) attached.
- 08:38 Bug #18689: Cannot upgrade from 4.1.6 to 4.2.0 due to error
- According to suggestion from Karsten in core list (on 05.05.2009), here is a new patch (v3) without the "ENGINE"-fix ...
- 08:20 Bug #20397 (Closed): ENGINE modifier in ext_tables.sql cannot be parsed
- DBAL cannot create cache_* tables as they use the ENGINE keyword in table creation to specify InnoDB as storage.
P...
2009-05-06
- 23:12 Bug #17627: External TypoScripts files will always be cached
- fixed in trunk rev5395
- 23:12 Bug #17627: External TypoScripts files will always be cached
- fixed in trunk rev5395
- 23:08 Revision 7638abf7: * Fixed bug #6395: External TypoScripts files will always be cached
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5395 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:01 Revision 129255be: Cleanup: Added public static definitions to TSpagegen
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5394 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:23 Revision 37774f51: Extbase:
- * replaced lcfirst() calls by lib_div::lcfirst() as this is only available for PHP5.3+
- 20:21 Revision 6422d744: Fluid:
- * removed obsolete compatibility classes and replaced references with the respective extbase classes
* added ob_start... - 20:11 Bug #20396 (Closed): Simulating frontend user groups via admin panel does not work
- The admin panel has a functionality to simulate frontend user groups (Admin Panel > Preview). However, the submitted ...
- 20:07 Feature #20395 (Closed): Optimize loading of frontend user groups
- In TSFE frontend user groups are tried to be loaded. However, if there's no active frontend user or no request for si...
- 16:55 Revision 604f27f8: Forgot credits for #10523 (again, sorry)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5393 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:54 Revision bc58d07b: #10523: New install tool colors, matching t3skin
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5392 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:22 Bug #20394 (Closed): [BE][adminOnly]=1 - after (blocked) login as editor, you can't login as admin anymore
- Set: [BE][adminOnly] = 1
try to login as editor - you get the message, that TYPO3 was shutdown for maintanance - n... - 15:41 Bug #20393 (Closed): Optimize hook to indexed_search that checks for a running crawler task
- In indexed_search there's a hook defined that gets called from TSFE->headerNoCache() to determine whether the crawler...
- 14:25 Bug #19650: edit-wideDocument was removed, bring it back
- the patch doesn't apply to 4.3 (trunk). I attached a new one which works on 4.3
2009-05-05
- 23:13 Revision 603bd876: Fluid:
- * updated currency, date, number and printf view helpers to use tag contents as their main input as discussed in the ...
- 22:52 Revision 38ebcedd: Fluid:
- * Changes backported from FLOW3:
* major cleanup and refactoring of core and view helper classes & comments
* add... - 22:36 Feature #18677: Adding new child elements does not work on root page
- Committed to SVN:
* TYPO3_4-2 (rev. 5390)
* Trunk (rev. 5391) - 22:35 Revision f1771df5: Fixed bug #8212: IRRE - Adding new child elements does not work on root page
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5391 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:34 Revision 0a021ea2: Fixed bug #8212: IRRE - Adding new child elements does not work on root page
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5390 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:30 Bug #19762: Traversing back page records used in CONTENT object does not work on root page
- Committed to SVN Trunk (rev. 5389)
- 22:30 Revision 5887b39a: Fixed bug #10050: Traversing back page records used in CONTENT object does not work on root page
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5389 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:21 Revision effc992a: Extbase:
- * URIHelper:
* fixed PHP warnings by removing unused variables
* only set action/controller arguments if they are... - 12:57 Revision 016ff8bb: Updated rsaauth version number to 1.0.0
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5388 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:30 Revision 2a623428: Extbase:
- * Renamed UriHelper to URIHelper again (to be as compatible to FLOW3 as possible)
- 12:23 Revision 83fb0fee: Extbase:
- * Fixed Bug #3221: When EXT:fluid is not loaded or unavailable, the ActionController looks for a non-existing view.
*... - 12:07 Revision 240cf1d6: Fluid:
- * !!!Changed signature of the URIViewHelper methods
* Moved the assignment of the 'view' from initializeView() to the... - 11:41 Bug #20392 (Closed): cli_dispatch.phpsh: server variable $_SERVER['PWD'] on windows systems not available
- In the CLI Interface (cli_dispatch.phpsh) is the server variable $_SERVER['PWD'] on windows systems not available. PH...
2009-05-04
- 17:49 Bug #20391 (Closed): No Underscores in Name-Attribute of FORM-Object (Typoscript)?
- I create a form in Typoscript like
lib.myform = FORM
lib.myform {
formName = my_form
method = get
action... - 16:28 Revision ac9fe4cd: Added feature #11016: Implement RSA authentication for BE and FE -- part 2 (fix hard-coded stuff in the TYPO3 login procedure)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5387 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:25 Revision b38b75e4: Added feature #11016: Implement RSA authentication for BE and FE -- part 1 (add rsaauth system extension)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5386 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:57 Bug #19112: unlink of non existing lockfiles generates warnings in frontend
- i had that error too
with configuration:
$TYPO3_CONF_VARS['SYS']['lockingMode'] = 'flock'
and
$TYPO3_CONF_VAR... - 15:16 Bug #20389: Wrong timezone handling
- Vladimir, do you have a step-by-step on how to reproduce the error? That would ease us in finding the real issue here.
- 15:14 Bug #20389: Wrong timezone handling
- Hi Dmitry I'm not asking, I'm reporting bug here.
- 13:04 Bug #20389: Wrong timezone handling
- Do not open bug reports to ask questions. We have mailing lists for this.
- 10:08 Bug #20390 (Closed): Warning is issued when creating first template
- When creating the very first template a warning is issued (at least when Oracle is used):
Warning: Invalid argument ...
2009-05-03
- 23:27 Bug #20241: Change date after saving record
- This issue could be closed as in #20389 I've explained more details on date / time mishandling including desribed here.
- 23:22 Bug #20389 (Closed): Wrong timezone handling
- Hello, I was trying to sort out how date/time form values are handling now in BE and I've found next:
In core mail... - 21:32 Bug #19582: DBAL does not support SQL from (new?) session management
- Added support for (-), (*), (/) and (%)
- 08:30 Bug #19582 (Closed): DBAL does not support SQL from (new?) session management
- When logging into the backend, DBAL stops while trying to parse and convert the following WHERE clause:
... WHERE ... - 15:46 Bug #20388 (Closed): Alternating rows for table.typo3-TCEforms-select-checkbox
- Problem:
Currently tables with class typo3-TCEforms-select-checkbox do not provide means to style alternating rows.
... - 14:39 Feature #20164: Integrate automatic line breaks in GIFBUILDER
- Committed to SVN Trunk (rev. 5385)
- 14:33 Revision 7470343a: Added feature #10666: Integrate automatic line breaks in GIFBUILDER
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5385 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:14 Bug #20359: Conversion from camelcase to underscores, and back
- Committed to SVN Trunk (rev. 5384)
- 14:13 Revision 84aa7ec1: Added feature #10985: Conversion from camelcase to underscores, and back
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5384 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:07 Bug #20387: Typo issue in t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php
- Committed to SVN Trunk (rev. 5383)
- 13:07 Bug #20387 (Closed): Typo issue in t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php
- There is a few variables $caheEntries which should be $cacheEntries
(issue imported from #M11024) - 14:06 Revision e7c6bab7: Fixed bug #11024: Typo issue in t3lib_cache_backend_DbBackend
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5383 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:53 Feature #20146: Integration of mass file uploader
- Added a replacement of the changes in t3lib_userauth concerning skipping the browser checks when the mass file upload...
- 08:37 Bug #20386 (Closed): Table sys_refindex cannot be created with DBAL
- The SQL parser (from core actually, not DBAL) is not able to parse one of the key creation for table sys_refindex:
... - 05:13 Feature #17299: Enable/integrate conditions in Page TSconfig
- Sure, however, I don't like adding this new "hybrid" class. I would much rather have a new class named "t3lib_febefun...
- 01:33 Feature #17299: Enable/integrate conditions in Page TSconfig
- Benni, thanks for adding an updated version of the patch! :)
- 03:01 Bug #20124: Admin panel is not available anymore when extension fe_edit is not installed
- How to test this patch:
1) svn mv typo3/sysext/fe_edit/view/class.tx_feedit_adminpanel.php t3lib/class.t3lib_adminpa...
2009-05-02
- 17:49 Bug #20384: DB cache always uses 3600 sec as timeout
- I can confirm this...
- 17:17 Revision b7227384: Cleanup: Fixed formatting
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5382 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:57 Bug #18689: Cannot upgrade from 4.1.6 to 4.2.0 due to error
- I had to enhance it a bit to work with 4.3 trunk
- 13:09 Bug #20385 (Closed): User Setup Rewrite #4
- Benni already started top use a configuration array for user settings with a TCA-like array.
This is the next step...
2009-05-01
- 19:19 Bug #20381: Shortcut icon maps to wrong URL
- @Christian: Yes you understood correctly.
So as it seems that we agree it's not a big issue, I propose to do the f... - 11:44 Bug #20381: Shortcut icon maps to wrong URL
- I'm also in favour of solution (b) Stucki mentioned above.
I think we can safely ignore IE6 for an issue as small ... - 18:30 Bug #20384 (Closed): DB cache always uses 3600 sec as timeout
- tslib_fe->setPageCacheContent() calls t3lib_cache_frontend_VariableFrontend->set() with 4 params and 4th param beeing...
- 17:39 Feature #19503: Implement autoloading for TYPO3
- Splitted up the autoloader patch to
* integrate autoloading functionality
* enable basic autoloading registry
Th... - 16:57 Bug #20383 (Closed): Validation issue: various errors and warnings in typo3/sysext/tsconfig_help/mod1/index.php
- Type: Bugfix
Branches: Trunk
Problem:
various errors and warnings in typo3/sysext/tsconfig_help/mod1/index.php... - 16:36 Bug #20350: Validation issue: Missing </div> in typo3/sysext/cms/layout/db_new_content_el.php
- committed to trunk, rev 5381.
- 16:35 Revision 021069e1: Fixed bug #10970: Validation issue: Missing </div> in typo3/sysext/cms/layout/db_new_content_el.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5381 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:32 Bug #20349: Validation issue: Missing </form> in typo3/file_rename.php
- committed to trunk, rev 5380.
- 16:31 Revision a1d49687: * Fixed bug #10969: Validation issue: Missing </form> in typo3/file_rename.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5380 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:29 Bug #20348: Validation issue: Missing </form> in typo3/file_newfolder.php
- committed to trunk, rev 5379.
- 16:28 Revision faf85101: * Fixed bug #10968: Validation issue: Missing </form> in typo3/file_newfolder.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5379 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:25 Bug #20347: Validation issue: unescaped & or unknown entity "&returnUrl" in typo3/file_list.php
- committed to trunk, rev 5378.
- 16:22 Revision 3d364aeb: Fixed bug #10967: Validation issue: unescaped & or unknown entity "&returnUrl" in typo3/file_list.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5378 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-04-30
- 20:47 Bug #20379: Generate Random Key still does not work
- Thanks for the idea. It didn't work in Internet Explorer or Google chrome but did work in Firefox.
- 17:11 Bug #20379: Generate Random Key still does not work
- Do you have any further data? e.g. Browser
- 02:36 Bug #20379 (Closed): Generate Random Key still does not work
- Generate random encryption key does not work. This was worked on and delt with in #0010212. This patch was for 4.3.0-...
- 20:26 Bug #20381: Shortcut icon maps to wrong URL
- I'm fine with the change Michael suggests, but I do not consider this an important issue.
Like Christan wrote the se... - 19:57 Bug #20381: Shortcut icon maps to wrong URL
- If I understand correctly:
- You hack your local client to point www.some-malicious-domain.com to the IP of the targ... - 15:39 Bug #20381: Shortcut icon maps to wrong URL
- How exactly do you force TYPO3 to point to http://www-evil-domain.com/? Doesn't it always point to the correct icon f...
- 15:12 Bug #20381: Shortcut icon maps to wrong URL
- Not exactly. The filepath is not prepended by a slash.
But now I understand why the hostname was added to that pat... - 14:49 Bug #20381: Shortcut icon maps to wrong URL
- This will lead to an entry like this, right?
<link rel="shortcut icon" href="/fileadmin/.../favicon.ico" />
I th... - 13:15 Bug #20381: Shortcut icon maps to wrong URL
- The solution is easy: TYPO3_SITE_URL is not needed, so it can be removed from the favicon URL.
- 13:04 Bug #20381 (Closed): Shortcut icon maps to wrong URL
- If page.shortcutIcon is set, TYPO3 adds the following code to the header of the website:
<link rel="shortcut icon... - 18:26 Bug #20377: External Links get prepended with http://typo3 in the RTEhtmlarea in Firefox 3.0.11/3.5b4
- I've been seeing this issue as well in 4.2.6 ever since I upgraded to Firefox 3.5 beta. Does not occur when I use Int...
- 17:30 Feature #20382 (Closed): Implement RSA authentication for BE and FE
- Problem: currently Backend and Frontend login procedures are not secure enough. The Backend sends a md5-hashed passwo...
- 17:05 Revision 349d71af: Added feature: #10651: Add <abbr> tag to hints SL, GL, SGL in EM
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5377 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:31 Revision f2a89ec3: Extbase:
- * Rename URIHelper to UriHelper (2nd step)
- 16:28 Revision 5d0ab8ad: Extbase:
- * Rename URIHelper to UriHelper (1st step)
- 14:56 Bug #18264: t3lib_sqlparse::parseFromTables does not work with inner joins and joins with ()
- the function can't parse from with multiple join and it don't have to be a inner join could be a left or rigth join...
- 14:51 Bug #17009: default .htaccess file does not rewrite correctly
- Anyway, don't worry too much about this. At least it will work for all new sites.
- 14:49 Bug #17009: default .htaccess file does not rewrite correctly
- Sure, it's the least we can do. However, even though I know it, I would probably not notice that one of my sites has ...
- 14:29 Bug #17009: default .htaccess file does not rewrite correctly
- Maybe fixing misc/advanced.htaccess and an additional little entry in NEWS.txt is be enough?
- 12:41 Bug #17009: default .htaccess file does not rewrite correctly
- The link above does not work anymore. Here is it again: http://typofree.org/article/archive/2008/june/title/rethinkin...
- 12:38 Bug #17009: default .htaccess file does not rewrite correctly
- This is partly fixed now: The template for the packages (dummy.tar.gz) contains a fixed _.htaccess file. What remains...
- 14:25 Bug #20380: update Function Index in core files
- Yes, most function indexes are outdated.
There was a discussion in core list (with #19753 ) for 4.3. Here is a sum... - 12:03 Bug #20380 (Closed): update Function Index in core files
- some files like t3lib_tceforms have an old or incomplete Funktion Index, with wrong linenumbers.
its annoying if y... - 14:11 Bug #20260: starttime eval date produces time-differences on same values!?
- Resolved as duplicate of #19928
Thanks Sven for the hint. - 08:20 Bug #20260: starttime eval date produces time-differences on same values!?
- I forgot:
The user who edits the record is in a workspace, not on Live-Workspace and not on Draft-Workspace. - 08:18 Bug #20260: starttime eval date produces time-differences on same values!?
- Now I know where the error occurs.
If an user edits a record and don't have access to the starttime, then the startt... - 11:05 Revision fa54b32a: Extbase:
- * Fixed an issue where Extbase throws an exception if no TS Setup was defined (reported by Thomas Hempel)
- 10:31 Revision fd47a54e: Fixed #3065: ObjectFactory is unable to call t3lib_div::makeInstance.
- 08:23 Bug #19928: Autocreation of records inserts wrong timestamps if user don't have access on that field
- You can merge my both tickets 0010821
- 01:40 Bug #17104: Install Tool does not work when using the right password
- Which browser are you using and how does your URL to log in look like?
e.g. https://some_host.mydomain.com/... (inte...
2009-04-29
- 18:57 Feature #19578: Don't show the logged-in message when I'm logged in
- I'm watching at this ticket for over 4 month - and nothing changed...
I'll write you a complete reason - why to im... - 18:49 Bug #19837: Credits to coredevs
- committed v3 to trunk, rev 5376
- 18:46 Revision ab0bfff5: Added feature #10158: Credits to coredevs
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5376 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:53 Bug #20378 (Closed): Problem with sorting categories
- indexed_search (extended mode) always uses the category "date of last change" as a sorting criterion even though the ...
- 16:01 Bug #20293: Integrate hook to pre-process the frontend rendering
- Committed to SVN Trunk (rev. 5375) as attached.
- 16:00 Revision 220f1248: Added feature #10869: Integrate hook to pre-process the frontend rendering
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5375 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:36 Bug #20377 (Closed): External Links get prepended with http://typo3 in the RTEhtmlarea in Firefox 3.0.11/3.5b4
- Setting external Links will cause into a prefixed external Link with http://typo3 at the beginning.
Tested in TYPO... - 13:44 Feature #20376 (Closed): Provide a Hook in wizardArray() of the "New Content Element Wizard" to manipulate the Items
- At the moment the only possibility of changing the Items in the "New Content Element Wizard" is to xclass SC_db_new_c...
- 12:14 Bug #17061: Mailform with localization ignores the email-address of the translated record
- @Ferdinand: I acknowledge your solution which seems pretty nice and also works well. However, it is difficult to chan...
- 11:46 Bug #17104: Install Tool does not work when using the right password
- I am having the same issue today with a new installation of 4.2.3 on a firefox browser. I finally had to use the brut...
- 10:45 Feature #20375: class.t3lib_htmlmail -> Possibility to add links to js-files to your mail
- It is about including js files in the mail, not including links to js files to the mail.
sorry - 09:56 Feature #20375 (Closed): class.t3lib_htmlmail -> Possibility to add links to js-files to your mail
- By adding the following lines to the function, it becomes possible to add links to JS-files to your mail.
class.t3... - 00:21 Bug #20374 (Closed): Tooltip for page path in Page/List module is missing
- If a page has a very long path, the path string in the docHeader is cropped (only last 50 chars of the title are disp...
Also available in: Atom