Activity
From 2008-08-09 to 2008-09-07
2008-09-07
- 21:59 Bug #18936: redirect after logout does not work
- Fixed for 4.2
- 21:56 Revision 23cc680c: #8677: FE login redirect after logout does not work
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4068 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:04 Bug #19297 (Closed): extendToSubpages not working
- Using TYPO3 4.2.1, Linux on PHP 5
I have a page named LEVEL 1 where I set 'show at any login' and 'include subpage... - 15:21 Bug #19292: htmlArea RTE: remove upload form when element browser is in readOnly mode
- There was a missing opening bracket in the TYPO3_4-2 version of the patch resulting in a PHP syntax error.
2008-09-06
- 08:17 Revision c64b0579: Fixed bug #9302: Make functions in tslib_eidtools public static
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4067 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:14 Bug #19296 (Closed): Make functions in tslib_eID public static
- Subject says it all
(issue imported from #M9302) - 00:39 Bug #16182: Domain Substitution in external link
- no
2008-09-05
- 19:54 Bug #19293: Element browser should forward readOnly state to hooking browsers
- Hi Stan,
some additional ideas to this, some are written in core list as well.
What is the idea of read-only? T... - 03:43 Bug #19293 (Closed): Element browser should forward readOnly state to hooking browsers
- When additional mounts options are used, browse_links should forward to hooking browsers the resulting readOnly state...
- 19:37 Bug #19295 (Closed): Missing colorization in Localization Overview of the page tree
- the colors (green and red) in this view are gone for any reason, should be like in documents
http://typo3.org/docume... - 16:10 Bug #18554: not longer possible to use non-integer uids for fake treeitems in class.t3lib_treeview.php [has fix]
- The treeView class is f.e. also used by DAM and probably some other extensions. If you would like to use the treeView...
- 11:26 Feature #19294 (Closed): Thumbnail-generation for video-files if configured and possible
- New configuration:
$TYPO3_CONF_VARS['GFX']['fontfile_ext']
$TYPO3_CONF_VARS['GFX']['imagefile_ext']
$TYPO3_CONF_... - 10:46 Feature #16180: Add random on listNum
- What has to be done to get this feature into core?
I'm using something like this with a XCLASS but it would be nic... - 09:47 Bug #17756: TSref, HMENU: splitting up the special table for 4.2
- This was marked as done by Michael on 2008-02-06. It will be published next time the core docs are published, which s...
- 09:29 Bug #19289: Firefox does not remeber contentelement tabposition
- Strange after a browser restart everthing works fine. sorry for the early report.
- 03:21 Bug #19292: htmlArea RTE: remove upload form when element browser is in readOnly mode
- Attached patches committed to SVN TYPO3core trunk (revision 4065) and branch TYPO3_4-2 (revision 4066) respectively.
- 02:40 Bug #19292 (Closed): htmlArea RTE: remove upload form when element browser is in readOnly mode
- When altmounts options are used, the element browser becomes in readOnly mode. Therfore, upload forms should not be a...
- 03:20 Revision b8588e79: Fixed bug #9296: htmlArea RTE: remove upload form when element browser is in readOnly mode
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4066 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:19 Revision 98688270: Fixed bug #9296: htmlArea RTE: remove upload form when element browser is in readOnly mode
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4065 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:04 Bug #19277: Incorrect size of htmlArea RTE dialogue windows in Google Chrome browser
- With what version of the RTE?
Google Chrome is just some different chrome over Apple's engine Webkit used in Safar...
2008-09-04
- 23:17 Feature #19270: Tables in RTE have no counting rows/columns css class feature as contenttype table has
- Yes, I noted that too.
Thanks again.
Committed to SVN TYPO3core trunk (revision 4064), including updated Manual. - 21:48 Feature #19270: Tables in RTE have no counting rows/columns css class feature as contenttype table has
- You are right. I have tested your patch and it works fine with one small exception: The last-class of columns were no...
- 23:15 Revision be80f21b: Added feature #9262: Adding counting classes to table rows/columns in RTE (thanks to Thorsten Krohn)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4064 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:45 Bug #17506: EM diplays only a white page when something is wrong in an extension file
- One more issue:
Please remove the '@' before include($path) ! This costs so much time to find the reason for a only ... - 22:17 Bug #17189: Replace DELETE FROM with faster TRUNCATE TABLE
- This ones seems no to be a difficult one to solve and at the same time it could speed up cache clearing for big sites...
- 20:56 Bug #19291 (Closed): TS subkeys of config.admPanel lost when overwriting with page.config.admPanel
- If you set
config.admPanel.label = foo
config.admPanel.innerWrap = <p class="admPanel1"> | </p>
and overwrite ... - 19:47 Bug #19252: Group field in Flexforms with a single table does not show selected items
- Committed to SVN:
* TYPO3_4-2 (rev. 4062)
* Trunk (rev. 4063) - 19:46 Revision 4cfabe27: Fixed bug #9227: Group field in Flexforms with a single table does not show selected items
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4063 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:45 Revision 8f7b5af1: Fixed bug #9227: Group field in Flexforms with a single table does not show selected items
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4062 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:28 Feature #19290: Integrate hook at the end of tslib_cObj::getImgResource
- The attached patch implements this feature and is used in one of my projects to render an waterfloor/reflection like ...
- 19:25 Feature #19290 (Closed): Integrate hook at the end of tslib_cObj::getImgResource
- Imagine you'd like to post-process any image file by a special effect that is not covered by the current standard pos...
- 18:18 Bug #19289 (Closed): Firefox does not remeber contentelement tabposition
- 1. select pagemodul
2. create a new contentelement "text"
3. switch to tab text
4. save contentelement
with fir... - 17:05 Bug #19288 (Closed): FlexForm configuration in extension: Localized flexform values are ignored
- FlexForm configuration in extension: Localized flexform values are ignored when setting the be user language to a spe...
- 14:45 Bug #19287 (Closed): missing index for deleting outdated session data in fe_session_data
- in class.tslib_feuserrauth.php:fetchSessionData() is a query to delete outdated data, with a WHERE condition on `tsta...
- 12:09 Bug #19286 (Closed): unnecessary queries for updating session data
- currently updating the session data is done in two steps:
- delete session data
- insert new session data
th... - 08:28 Revision 4941572b: Fixed bug #9263: Default icon for plugins in list_type select
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4061 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:02 Bug #19285: use native JSON-methods instead of 3rd party json script
- there was a second place in core using the library - alt_shortcut.php
chnged in patch 2 - 00:35 Revision 50994002: Fixed bug: When there is no TypoScript template found the message "No template found!" is not obvious, does it mean a TS template or a HTML template?
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4060 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-09-03
- 23:53 Bug #19285 (Closed): use native JSON-methods instead of 3rd party json script
- since PHP 5.2.0 there is no need to include 3rd party script for JSON-encoding
Use php funtion json_encode instead... - 22:50 Bug #19284: Remove all @ in front of file_exists() calls
- http://bugs.php.net/bug.php?id=21531
- 22:39 Bug #19284 (Closed): Remove all @ in front of file_exists() calls
- Problem:
The use of the @ character in front of functions to surpress warnings costs a lot of performance, and in ca... - 22:34 Feature #19283 (Closed): page cache is not influenced by tt_content.starttime/endtime
- The actual caching meachanism works like that:
- page is generated
- expiredate is calculated (by clearAtMidNight... - 21:34 Revision 08306a90: Text "shortcut-icon" is untranslated (thanks to Christopher Stelmaszyk)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4059 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:58 Feature #19280: Add a method to easily do a HTTP redirect
- committed to SVN trunk
- 18:30 Feature #19280 (Closed): Add a method to easily do a HTTP redirect
- Problem:
Up until now if you want to do a HTTP redirect you have to call multiple functions.
Solution:
To make t... - 20:57 Bug #19282 (Closed): declare marker handling functions of t3lib_parsehtml static
- Problem:
1) The marker handling functions in t3lib_parsehtml are often called staticaly although there're not declar... - 20:54 Bug #18828: Template Analyzer Module inconsistencies
- Committed to trunk in revision 4058. Thanks Steffen!
- 20:45 Revision 5460733d: Fixed bug #8491: Template Analyzer Module inconsistencies (thanks to Steffen Kamper).
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4058 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:06 Revision 7b53048e: Declared t3lib_div::readLLPHPfile() and t3lib_div::removeXSS() static
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4057 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:04 Revision 6cf6cbb4: follow up to #9281: declared t3lib_div::redirect() static
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4056 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:58 Revision 836b07ca: Added feature #9281: Add a method to easily do a HTTP redirect
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4055 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:43 Bug #19281 (Closed): Allow subkeys for TypoScript "config." array
- The config. parts in TypoScript from the page-specific config. (e.g. page.config...) and the generic config part are ...
- 15:26 Bug #18866: Cannot create page with Mysl in strict mode (STRICT_TRANS_TABLES)
- The attached diff file seems to fix the problem. Can you give me some feedback about it?
- 11:32 Bug #19279 (Closed): displayCond does not work inside fields in a section
- <displayCond>FIELD:another_field:!=:2</displayCond> or <displayCond>HIDE_FOR_NON_ADMINS</displayCond> does not have a...
- 11:28 Bug #17636: config.prefixLocalAnchors = all destroys links in fe
- I can confirm the fact that pages crash, when there are too many links in them (it took me days to identify where the...
- 10:43 Bug #19278 (Closed): Installer shows Mysql system tables
- The basis configuration shows "mysql" and "information_schema" databases in the drop down. These DBs should never bes...
- 09:58 Revision 284caea3: Fixed bug #8532: enhance TYPO3 manual (inline)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4054 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:35 Bug #19277 (Closed): Incorrect size of htmlArea RTE dialogue windows in Google Chrome browser
- "RTEhtmlarea doesn't work in Google Chrome browser", says the reporter...
Support for Safari was added in TYPO3 4.... - 03:00 Feature #19270: Tables in RTE have no counting rows/columns css class feature as contenttype table has
- The proposed patch did not work correctly when rows and/or columns were added or removed form the table. Re-styling d...
2008-09-02
- 23:36 Feature #19276: htmlArea RTE: allow wild cards in lists of allowed class names
- Attached patch was committed to SVN TYPO3core trunk revision 4053.
- 23:08 Feature #19276 (Closed): htmlArea RTE: allow wild cards in lists of allowed class names
- It would be useful to be able to insert the wild card charater "*" within class names specified in lists of allowed c...
- 23:34 Revision 6c1b0276: Added feature #9276: htmlArea RTE: allow wild cards in lists of allowed class names
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4053 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:10 Bug #19275 (Closed): TypoScript objects CONTENT and RECORDS do not respect localization of table pages
- Imagine someone wants to display the localized title of a page in FE by the RECORDS object in TypoScript - example:
... - 14:45 Bug #18943: Crop of a long Title does not work with (IRRE) inline, when using groupboxes in child records
- Seems to be fixed in typo 4.2.1
- 11:58 Revision 70158453: Fixed bug #8508: String "Important Notice" in About Modules is hardcoded
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4052 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:52 Bug #18971: BE Search only seeks in first mount
- I've been looking at this (started on bugday the 29th of august) and I think I have a patch within soon (semi working...
- 04:31 Feature #18931: Change labels of formatblock items
- Committed to SVN TYPO3core trunk revision 4050.
- 04:09 Feature #18931: Change labels of formatblock items
- Thanks for the patch. I modified it slightly.
getPageConfigLabel() gets the label from PageTSConfig which may be a... - 04:30 Revision 7ecfca68: Added feature #8668: Configurable labels for formatblock items in htmlArea RTE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4050 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-09-01
- 22:35 Revision ec6af9c1: Fixed bug #9261: Indentation set with div section in htmlArea RTE is not rendered correctly in FE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4049 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:31 Bug #19269: Indentation set with div section in htmlArea RTE is not rendered correctly in FE
- Committed to SVN TYPO3core trunk revision 4048 and branch TYPO3_4-2 revision 4049.
- 16:09 Bug #19269: Indentation set with div section in htmlArea RTE is not rendered correctly in FE
- Patch applied against 4.2.1 and tested successfully !
- 22:30 Revision abdf4e1b: Fixed bug #9261: Indentation set with div section in htmlArea RTE is not rendered correctly in FE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4048 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:54 Bug #19003: double cache or no cache through cHash variants of the same URL
- Hi there,
another experience with wrong cHash:
if you are on this page:
http://localhost/t3421/index.php?id=... - 20:48 Bug #19003: double cache or no cache through cHash variants of the same URL
- Hi Dmitry,
> (b) http://localhost/t3421/index.php?id=6&L=0 [^] [^]
>
> This one is a synonym for (b):
> (c) h... - 18:59 Revision 882677af: Fixed bug #2642: Bug: Directories named 0 break directory listing and you cannnot create a directory with name 0
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4047 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:57 Revision 650c6891: Fixed bug #2642: Bug: Directories named 0 break directory listing and you cannnot create a directory with name 0
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4046 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:53 Revision f203cb08: Fixed bug #9249: Misspelling in Install tool
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4045 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:51 Revision 0425df12: Fixed bug #9249: Misspelling in Install tool
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4044 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:50 Revision 233a13c1: Fixed bug #9249: Misspelling in Install tool
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4043 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:28 Feature #15897: enable various DB-Logging *inside* TYPO3
- Commited 2008-02-04 in rev. 3054:
http://forge.typo3.org/repositories/diff/typo3v4-core?rev=3054
Please set to ... - 16:51 Feature #19244: config.baseURL does not support stdWrap or copying of Objects
- That's right. The whole "config" does not support stdWrap or copying due to technical reasons. I do not think it will...
- 16:49 Bug #15344: frameset+realurl+config.baseUrl failed for search engines
- I do not think TYPO3 should do anything at all. Use config.absRefPrefix as described in the documentation...
- 16:46 Bug #18049: Submodules of Web module can't work with mod.php and the _DISPATCH system
- Nope, we do not close. I confirm the bug. The problem is related to page tree.
- 16:21 Bug #19274 (Closed): Editors can´t undelete records in history
- When an editor tryes to undelete a record in the history, the record will be deleted for a second time. The log give ...
- 15:57 Feature #16914: Optimizing tables to speed up FE
- We do not apply the indicated changes because it must be prooved to improve performance
- 15:35 Revision babfecf3: Fixed bug #2222: CSH missing for localization settings of pages
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4042 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:54 Revision 8a2ec1f7: Changed wrong bug number
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4041 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:50 Revision a5cc46e4: Fixed bug ##8505: String "Important Notice" in About Modules is hardcoded
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4040 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:03 Bug #19218: "Unable to parse URL" error when changing what content is shown
- This seems to be an issue with using tx_srlanguagemenu.
- 13:18 Bug #19273 (Closed): TCA is not loaded when config cache is disabled
- If configuration cache is disabled, TCA may not be initialized properly in FE. Here is the scenario:
- disable extCa...
2008-08-31
- 18:32 Bug #19272 (Closed): strcmp() with array as parameter in t3lib_div::linkThisScript() produces warnings with PHP 5.3
- I get warnings in the list view with current 4.2 branch from SVN and PHP 5.3 alpha:
Warning: strcmp() expects para... - 09:08 Bug #17354: fallback for menus. "content_fallback;1,0" has no affect for page records (e.g. menu)
- P.S.: For me correct language fallback in menu's is more important, so I now only use the patch and not the extension.
- 09:04 Bug #17354: fallback for menus. "content_fallback;1,0" has no affect for page records (e.g. menu)
- Hi Daniel,
I just test your extension: languagevisability
- it seems to work fine so far, but the bug described ... - 00:43 Bug #16862: Hide subpages will make preview impossible
- I can reproduce this
And I have found somethink more: The preview of the subpage will display, when this subpage ...
2008-08-30
- 20:02 Feature #17112: Add file operation permissions for back-end user groups
- Attached a patch to implement this feature.
Values of groups and user settings are OR'ed, so backwards compatibili... - 18:09 Feature #17112: Add file operation permissions for back-end user groups
- +1 on the feature.
I will try to compile a patch. - 17:17 Bug #15682: Reading folder contents fails if folder name is 0
- 2642.diff merges both patches and adds the fix to t3lib_div::get_dirs() (used in the foldertree).
- 17:06 Bug #14135: link wizard fails to remember external links
- I couln't reproduce any problem with rev 4039 (where did you get a rev 4042 from?). I did however just test with FF 3...
- 16:34 Bug #18665: The child pages of Mount points (do not substitute mount point) are not linked correctly in menus
- With the patch masi commited to 4_2 branch and trunk, the problem has been fixed
- 14:41 Revision a9eaba2c: Fixed bug #9255: External URLs cannot be set in RTEhtmlarea anymore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4039 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:34 Bug #19264: External URLs cannot be set in RTEhtmlarea anymore
- Committed to SVN TYPO3core branch TYPO3_4-2 revision 4038 and trunk revision 4039.
- 12:31 Bug #19264: External URLs cannot be set in RTEhtmlarea anymore
- Hi Stan,
patch works like a charm for 4.2 :-)
Uschi - 01:58 Bug #19264: External URLs cannot be set in RTEhtmlarea anymore
- Since revision 4006, prototype.ja is included on the page in order to support DAM tabs. prototype.js extends form fie...
- 14:32 Revision e54aacc0: Fixed bug #9255: External URLs cannot be set in RTEhtmlarea anymore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4038 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:36 Bug #19271 (Closed): Default icon for plugins in list_type select
- After last patch for enable icons in list_type select now it is fine to use default icon of extension, if no icon is ...
- 12:16 Feature #19270 (Closed): Tables in RTE have no counting rows/columns css class feature as contenttype table has
- Rows and columns in table made with the contenttype table have counting css classes assigned like class="tr-0", "tr-1...
- 03:49 Bug #19269: Indentation set with div section in htmlArea RTE is not rendered correctly in FE
- The attached patch fixes the issue and is submitted to core team list.
- 03:43 Bug #19269 (Closed): Indentation set with div section in htmlArea RTE is not rendered correctly in FE
- Quoting Jörg Wagner:
Since TYPO3 4.2 the RTE by default uses wrapper DIVs to indent block elements. Unfortunatelly... - 02:20 Bug #19263: can't use the "toggle selection" button when selecting images in FF3
- I am unable to reproduce this in current trunk (rev. 4037) with ff 3.0.1, for me the toggle button selects all files ...
- 01:51 Bug #17477: Undefined variable is used in t3lib_BEfunc::exec_foreign_table_where_query
- What is the effect of this undefined call?
Digging into the function I think that $rootLevel is always null becaus... - 01:18 Bug #17435: Setting [FE][lifetime] higher than one week, disables Login
- I am unable to reproduce this (trunk revision 4037, fe_login extension, ff3 and Opera)
Maybe this has been solved ...
2008-08-29
- 23:16 Bug #19268 (Closed): content within fieldset/legend tags uneditable using Internet Explorer
- Content contained within a fieldset (sample below) as entered into the RTE (logged into the backed as admin) is unabl...
- 22:59 Feature #15385: CSH missing for localization settings of pages
- Attached a patch to fix this.
The text is an abstract of the lang.details version in typo3/sysext/cms/locallang_cs... - 22:58 Bug #19219: Wrong display of deleted owners and groups in web->access->permissions
- I think with these patch it will work
- 22:49 Bug #15682: Reading folder contents fails if folder name is 0
- And added a patch for creating dirs with '0' as name.
- 22:04 Bug #15682: Reading folder contents fails if folder name is 0
- Used the solution from:
http://nl2.php.net/manual/en/class.dir.php
while (false !== ($entry = $d->read())) { - 22:10 Revision b7c37817: #9160: New option "index_metatags" not available in crawler / crawler-hooks
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4035 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:06 Revision 0ea3ce1c: #9160: New option "index_metatags" not available in crawler / crawler-hooks
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4033 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:47 Feature #16408: No unicode signs possible in title
- Unable to confirm.
The Site title set in the template works fine with umlauts, regardless of the forceCharSet sett... - 21:40 Revision 677ee124: #6711: Enable stdWrap for the image in imageLinkWrap
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4032 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:26 Bug #15248: When deleting a record in the BE, MsgBox should show the record label
- And added a new patch with new translations for the reference count and a better description for the deletion
- 12:34 Bug #15248: When deleting a record in the BE, MsgBox should show the record label
- I added a new patch that also shows info for content elements without title (by taking the first part of the text).
- 11:37 Bug #15248: When deleting a record in the BE, MsgBox should show the record label
- Why not define $title in one go and also check for it's existance e.g.
$title = $row[$this->fieldArray[0]] ? $row[$... - 10:48 Bug #15248: When deleting a record in the BE, MsgBox should show the record label
- I added a patch. Can someone test it?
- 21:23 Bug #18049: Submodules of Web module can't work with mod.php and the _DISPATCH system
- I remember a similar issue that lead to this error message and it had been solved.
However I just created a tiny t... - 21:18 Revision d045d3cc: bug #6601: fixed mount point issues with the local page tree cache
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4031 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:18 Revision 085685b5: bug #6601: fixed mount point issues with the local page tree cache
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4030 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:12 Bug #18059: Login into BE is not possible
- This bug is now half a year old, and nobody else comes up with similar issues.
I suggest to close this one because... - 21:10 Revision 171b2834: #7812: cObj CONTENT should allowed on static_* tables
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4029 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:08 Bug #17187: cache_hash gets filled up with menudata entries while using TMENU_LAYERS
- Is this still a problem?
If so, could someone please submit a ready to use TS MENU to reproduce this? The above TM... - 20:50 Revision 8a72a504: #8677: FE login redirect after logout does not work.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4028 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:37 Feature #16914: Optimizing tables to speed up FE
- So this bug should be closed then.
If someone wants new indexes, he must provide numbers to prove the speed advant... - 20:27 Bug #18082: All TS coming after [usergroup=*] condition not working
- Not confirmed in current trunk (rev. 4024).
- 20:18 Bug #18431: Always generate Icons, assume that we have gd2 by default
- FYI:
Part one has been commited in rev. 3732. This sets default noIconProc to 0.
The second part (removing sear... - 19:32 Bug #19267: French mismatch in default pi1/locallang.xml
- also true in :
typo3conf/l10n/fr/felogin/pi1/fr.locallang.xml - 18:47 Bug #19267 (Closed): French mismatch in default pi1/locallang.xml
- line 209 of pi1/locallang.xml has a wrong french localisation for key 'll_forgot_email_password'.
The greeting is... - 19:00 Bug #18844: Fileadmin: Setting alt attributes and use the locallang.xml files instead of locallang.php files
- commit it to the core list
- 18:09 Bug #19016: wrong informations in user online list
- unable to reproduce
- 16:02 Bug #19016: wrong informations in user online list
- I can't reproduce this Problem under 4.2.2
- 18:09 Bug #15271: t3lib_tceforms references hardcoded tx_templavoila
- unable to reproduce
- 18:06 Bug #19251: "Show content from this page instead" does not work across Domain-Trees in multidomain environment
- no change required, closed
- 16:46 Bug #19266 (Closed): Not published DS are available in the back end form
- Has produced some DS/TO in draft mode. Not published yet, they are still available for use in back end forms in the L...
- 16:25 Bug #19264: External URLs cannot be set in RTEhtmlarea anymore
- I use Firefox 2.0.0.16
I got these JS-Error:
Fehler: uncaught exception: [Exception... "Component returned fail... - 15:31 Bug #19264: External URLs cannot be set in RTEhtmlarea anymore
- Hi Stan,
I can reproduce this is issue in a slightly different way after upgrading my core to latest branch of 4.2... - 14:31 Bug #19264 (Closed): External URLs cannot be set in RTEhtmlarea anymore
- Since of revision 4006 in SVN Trunk, setting links on the tab "External URL" does not work anymore. On trying to set ...
- 16:17 Bug #18479: Javascript error message
- David, is this still reproducible for you?
Does this happen with installed or non installed opendocs extension? - 16:07 Bug #18105: Problem with IE7 while generating new Pages
- The problem is that some JS in IE call the functions
pointerX: function(event) { return Event.pointer(event).x }... - 16:01 Bug #18551: IMG_RESOURCE doesn't support file name with space
- Confirmed.
But TYPO3 always substitutes whitespaces with underscores in files when uploading them. So I do not kno... - 16:00 Feature #16605: overriding labels
- Closing the older bug because the new has a patch attached.
- 15:53 Feature #15954: wizard for "extended" HTML entities
- Has been added a long time ago.
- 15:39 Bug #18554: not longer possible to use non-integer uids for fake treeitems in class.t3lib_treeview.php [has fix]
- I don't understand. What is a fake tree item? And how do you manipulate a page (?) uid in the backend?
- 15:36 Bug #19265 (Closed): Not properly escaped HTML chars for comments in objectbrowser
- If there is html in the comments for a object the objectbrowser does not escape these.
This can result in unpredicta... - 15:27 Bug #17593: Install tool loops with PHP 5.2.4 and Apache 2.0.59
- looks like this is a wont fix? can the bug be closed
- 15:21 Bug #16862: Hide subpages will make preview impossible
- I can reproduce this (today trunk rev. 4024):
Set a page to hidden, then preview page and a subpage -> works
Set ... - 15:16 Bug #19176: mailform requires email field name to be exactly "email" it should be case insensitive
- attached patch which make it configurable.
Documentation for TSref 7.3 CONFIG:
Property:
formmailSenderField
... - 14:50 Bug #17940: t3lib_DB displays wrong SQL in error case
- I have supplied a patch: martix7015.patch
Suggested solutions were:
* Leaving debug_lastBuiltQuery unaltered - wh... - 14:35 Bug #18995: CSS Display Error in Firefox 3.0
- This is related to #7544 where a php error overlaps with the docheader.
- 13:55 Bug #18390: Calling Shortcut to page - this cause a JS-Error and page is not highlighted in Pagetree
- The solution for the JS error is submitted as a patch to bug #18403
- 13:55 Bug #15111: FE User Auth - disableIPlock missing
- no feedback for 2½ yrs
- 13:53 Bug #15606: Pages are hidden to early after FE login
- fixed with the new login in 4.2
- 13:48 Feature #17542: Conditional Requirment for Fields in BE-Forms
- See comment
- 13:46 Bug #17814: Implement option to use different Flexform Datastructures per type field value (e.g. CType)
- Fixed by ingmar in rev2770
- 13:44 Bug #14135: link wizard fails to remember external links
- Seems to still be an issue with svn today (rev4042)
- 13:37 Bug #18403: Shortcutmenu cause JS-Error in IE
- Fixed and tested in IE7 and FF2.
See the attached patch. - 13:32 Feature #14229: Typo3 doesn't support Proxing like Zope for instance
- duplicate according to Christian Kuhn
- 13:31 Bug #14210: SSL - SSL Lock HTTPS Proxy ...
- duplicate according to Christian Kuhn
- 13:30 Bug #15135: Typo3 backend does not work with reverse proxy
- duplicate according to Christian Kuhn
- 11:39 Bug #15552: Erased user group assignment on login
- Closed as it can't be reproduced.
- 11:36 Bug #15552: Erased user group assignment on login
- I can not reproduce it with 4.2.1, too
- 11:26 Bug #17935: Installation misses key-definition of table pages and create of table fe_users
- submitted to svn by ingmar in rev3765
- 11:18 Bug #17935: Installation misses key-definition of table pages and create of table fe_users
- Fixed in rev. 3765
Bug can be closed. - 10:53 Bug #19261: border.html throw JS error (FF 2)
- Could not reproduce error in FF 2.0.0.16.
Tried to call alert(document.viewport.getHeight()) from firebug command li... - 10:33 Bug #14884: 'removeTag' does not remove closing tags
- Affects also < span > tags (within paragraphs).
- 10:13 Bug #19006: mailformplus: CREATE TABLE tx_thmailformplus_log... is not executed
- This is not a a TYPO3 Core bug, please report to extension author
- 01:53 Bug #19263 (Closed): can't use the "toggle selection" button when selecting images in FF3
- I tried to add some Images to my news post. when I opened the "typo3 element browser" and wanted to select all images...
2008-08-28
- 18:35 Bug #18689: Cannot upgrade from 4.1.6 to 4.2.0 due to error
- Hi
I am new to Typo3, testing it, and I am having troubles similar to aboves configuring Typo3 with Postgres. Unde... - 18:19 Bug #17227: Shortcut to external URL if referer-check enabled
- related to #0009182
- 17:53 Bug #17928: HMENU excludeUidList and excludeDoktypes ignore pages of type mount point
- the same bug exists in Typo3 4.2.1
These configuration do not work with mount points
Hmenu:
- excludeUidList
... - 17:16 Bug #19262 (Closed): debug_trail gives not filename
- If you call t3lib_div::debug_trail (...) then you get info about the class and methodname. The linenumber inside of a...
- 14:30 Bug #18989: Line break and Del key won't work correctly when when aligning the text as a block (justify)
- I can confirm this bug. Tested with 4.2.1, FF 2.0.0.16, Win2000
- 10:53 Bug #19261 (Closed): border.html throw JS error (FF 2)
- document.viewport has no properties
browser.html (line 76)
var documentHeight = document.viewport.getHeight();
...
2008-08-27
- 20:10 Revision f02d1d43: #9204: Allow icons in select of tt_content CE plugin
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4023 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:46 Bug #19260: The new Usersettings area is a little bit inconsistent
- okay: it is a very strange problem, but has definitively nothing to do with the be-interface.
Probably someone could... - 14:58 Bug #19260: The new Usersettings area is a little bit inconsistent
- okay, i was too fast posting. sorry.
The problem seems to be somewhere else. - 14:44 Bug #19260: The new Usersettings area is a little bit inconsistent
- This is maybe connected with closed feature: 0003894
greetz, clemens - 14:43 Bug #19260 (Closed): The new Usersettings area is a little bit inconsistent
- After introduction of the new feature 'start in every module you want and allowed to' it is quite inconsistent:
I no... - 13:12 Bug #19259 (Closed): IRRE function lockAjaxMethod locks even with lock parameter false
- If you call the IRRE method lockAjaxMethod with lock paramter=false, then it will still perform a lock. It should not...
- 11:45 Bug #15362: template::getTabMenu double ampersanded
- it exists in 4.1.7 too
- 11:09 Feature #19258 (Closed): There is no API to add or modify JavaScript
- The JavaScript in the TCE sometimes contains bugs. You cannot fix them without making an XCLASS. It would be fine to ...
- 06:34 Bug #19257: Enable synchronous load of some htmlArea RTE plugins
- Sorry, a boolean flag was inverted. The second patch fixes this.
Committed to SVN TYPO3core trunk revision 4022.
- 03:57 Bug #19257: Enable synchronous load of some htmlArea RTE plugins
- Committed to SVN TYPO3core trunk revision 4021.
- 03:52 Bug #19257: Enable synchronous load of some htmlArea RTE plugins
- The attached patch makes it possible for an extension to require that the plugin of another extension be loaded synch...
- 03:28 Bug #19257 (Closed): Enable synchronous load of some htmlArea RTE plugins
- Some RTE plugins are extensions of other plugins. For example, DefinitionList plugin extends BlockElements plugin. In...
- 06:32 Revision 44079505: Follow-up for issue #9235: Enable synchronous load of some htmlArea RTE plugins (boolean inversion)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4022 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:56 Revision ad7ec435: Fixed issue #9235: Enable synchronous load of some htmlArea RTE plugins
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4021 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:03 Feature #15193: There is no API to list tables in the Web->Page module
- I have uploaded a new extension patch1822 into TER. So you can test and use it without applying the patch.
2008-08-26
- 23:45 Bug #19250: Aspell + German language
- What is the backend charset?
- 23:43 Bug #19253: hookObjects is not properly initialised in class.ty_rtehtmlarea_browse_links.php
- See related issue 9041.
- 11:54 Bug #19253 (Closed): hookObjects is not properly initialised in class.ty_rtehtmlarea_browse_links.php
- The array $this->hookObjects is not initialised which causes warnings when trying to loop on the registered hooks.
... - 20:01 Bug #19206: Another double mount point issue
- Example.
We are in /corporate/delivery/. So for the Trade-In page the getClosestMPvalueForPage function should retur... - 18:06 Feature #19256 (Closed): hide input of password fields in BE forms (TCEform)
- Use Javascript event handler (onkeypress) to change all entered characters into * (asterisks) and store the password ...
- 17:40 Feature #19255 (Closed): clear cache when an included constant/setup typoscript file is changed
- When you save a file in file>filelist the script should check via the soft references if the file is included in a sy...
- 16:46 Bug #19254 (Closed): indexing of records containing HTML leads to concatenated words
- While indexing records via the class.crawler.php in the function indexSingleRecord() the content of the fields is sim...
- 16:33 Bug #19148: Uninitialized array in class.browse_links.php
- Committed to SVN TYPO3core branch TYPO3_4-2 revision 4020
- 16:31 Revision db443416: Fixed bug #9041: Uninitialized array in class.browse_links.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4020 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:52 Bug #19249: redirect doesn't work when login page is set to hide at login
- Thanks, but the trick didn't work for me.
I hope you don't mean all pages. This is a rather big site, and my templat... - 12:24 Bug #17046: Umlauts not working in GIFBUILDER with php5
- @Clemens Riccabona
I tested this extension...
but the gifbuilder rendered the Font in "Ãber Uns"...
I have ch... - 10:28 Bug #19252 (Closed): Group field in Flexforms with a single table does not show selected items
- A group/db field in Flexforms with a single allowed table does not show selected items in TCEforms view. However, the...
2008-08-25
- 19:40 Feature #17112: Add file operation permissions for back-end user groups
- This is a must must! Please do us all a favor and let someone implement it.
I suppose it would not be very tricky.
... - 19:39 Bug #18896: Fileadmins folderoverview don`t show 'B' (for byte) after filesize
- Version 4 contains changes as discussed in the dev-list.
- 19:32 Feature #18845: Label Important notice in Warning Box of About Modules hardcoded
- Version 2 of Dmitrys patch is against current trunk, nothing else changed.
- 19:07 Bug #18973: 4.2.1 does not work for many of my websites
- I can't confirm this as i never had problems like this, with TV or without. I updated about 50 sites to 4.2 without a...
- 18:47 Bug #14955: Some TCAdefaults work only with "Page (inside)" and not with the Wizard
- Thanks Ernesto for this very good description of the problem.
With this i was able to write a patch in short time.
... - 18:20 Bug #19220: felogin redirect to frontpage doesn't work
- please read manual for proper configuration
- 18:12 Bug #19232: Unable to create an external URL in the rtehtmlarea link wizzard containing german umlauts
- Fixed in SVN TYPO3core trunk revision 4017, branch TYPO3_4-2 revision 4018, branch TYPO3_4-1 revision 4019.
- 18:10 Revision 70b500e4: Fixed issue #9196: In htmlArea RTE, unable to create an external URL containing german umlauts
- Updated htmlArea RTE version to 1.5.7 for TYPO3 4.1.8
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3... - 18:03 Revision 1a322b95: Fixed issue #9196: In htmlArea RTE, unable to create an external URL containing german umlauts
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4018 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:45 Revision 3eac1630: Fixed issue #9196: In htmlArea RTE, unable to create an external URL containing german umlauts
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4017 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:04 Bug #19088: incorrect versioning of images in flexform fields
- Somehow the same problem turned up on one of my sites, after i've cleared all the backendcache via ftp account. befor...
- 16:43 Bug #19249: redirect doesn't work when login page is set to hide at login
- you can solve it with a little trick:
Place an "empty" felogin-Plugin on all pages. remove templateFile so you don't... - 16:12 Bug #18936: redirect after logout does not work
- I made a patch for this problem.
Now the ACTION-Url is used for logout redirect, so it works also with access restri... - 13:58 Feature #15889: Clean up inline javascript in menu_layers.php
- Hey Guys!
After a while, I had now time to have a short look at it.
One thing I experienced is, that some JS co... - 13:00 Bug #19251: "Show content from this page instead" does not work across Domain-Trees in multidomain environment
- And sorry again :(
config.content_from_pid_allowOutsideDomain also does the trick.
Please close the issue!
S... - 11:38 Bug #19251: "Show content from this page instead" does not work across Domain-Trees in multidomain environment
- Sorry, probably "Content Rendering" is not the proper Category :(
Anyway: TYPO3 4.2.1, PHP 5.2 - 11:36 Bug #19251 (Closed): "Show content from this page instead" does not work across Domain-Trees in multidomain environment
- This is the Pagetree:
| Rootpage
+ Domain 1
+ page 1
+ Domain 2
+ page 2
Page 2 is configured to "Show co... - 11:36 Bug #19250 (Closed): Aspell + German language
- Special German chars such as ä, ö and ü ("Umlaute") cannot always be displayed in aspell mode. Instead ? icons are di...
2008-08-24
- 21:59 Bug #18686: Updating to TYPO3 4.2 cuts off TypoScript templates after the first umlaut resulting in unusable code
- UPDATE:
sorry folks I hope I did not create any work.
the error was on my site, the directory and DB dumps I was ... - 15:49 Feature #15575: Include date selection widget into the TYPO3 Core
- The caching mechanism does not take care of starttime/endtime of content elements. (which is not much important, if y...
2008-08-23
- 23:02 Bug #19249 (Closed): redirect doesn't work when login page is set to hide at login
- Redirect to some other page doesn't work when the login page is set to "hide at login" in the Access field.
Inste... - 00:24 Bug #19248 (Closed): function jumpUrl does not write the filesize to the header of the download document
- function jumpUrl does not write the filesize to the header of the download document. The effect is the browser downlo...
2008-08-22
- 23:08 Bug #19247 (Closed): "removeformat" messes up some in-line formats
- When "removeformat" for Word is run on a sequence like
<p> <b>abc</b><b> </b><b>def</b> </p>
<p>abcdef</p>
The... - 22:05 Bug #19246 (Closed): typo3ajax::renderAsXML does not always render XML
- The typo3ajax class is designed to handle response data for AJAX calls and return it in a variety of formats. However...
- 14:18 Bug #19104: Link doesn't work in thunderbird
- So the '<...>' must be entered around the ###SITE_URL### in the email subparts of the template file.
- 14:10 Bug #18689: Cannot upgrade from 4.1.6 to 4.2.0 due to error
- This patch did not work for me... even after disabling dbal.
I must let you know that I got this error when trying... - 12:52 Bug #19245: No more than one css-class for table element posible
- patch attached.
mutiple classes are spearated by space char " "
"nospace" removes all spaces from the value
"a... - 12:44 Bug #19245 (Closed): No more than one css-class for table element posible
- Because of the <eval> "nospace" function it isn`t possible to define two or more css-classes to the table element, wh...
2008-08-21
- 20:43 Bug #18970: Symantec Client Firewall reports HTTP MS IE Object Element Data DoS attack and blocks
- This isn't considered to be a TYPO3 problem!
- 19:37 Feature #19244 (Closed): config.baseURL does not support stdWrap or copying of Objects
- It is not possible to use stdWrap with baseUrl or copy the content of another COA as baseurl value (e.g. from a PHP_S...
- 15:17 Bug #19243 (Closed): plainMailEncoded should have an additonal param for additional_parameters
- It's no possible to set the fifth param in php mail() function.
But this is needed in Linux based server setup usin... - 13:31 Feature #19242 (Rejected): compiled t3lib_TSparser
- according to perfomance investigation (xdebug) TS parsing takes almost 30% of all load for non-cached pages.
Would ... - 12:53 Bug #19241: no details with error message 'is no TYPO3 language file'
- You will find the lines of code to change in t3lib_div.
- 12:52 Bug #19241 (Closed): no details with error message 'is no TYPO3 language file'
- If you have edited a locallang.xml file, then you do not get any details about the reason.
You only see the line
... - 11:35 Revision 2e89d434: Fixed bug #8826: calls to ini_set produces warnings
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4016 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:33 Revision 5f09fc6e: Fixed bug #8826: calls to ini_set produces warnings
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4015 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:31 Revision 4fa4808c: Fixed bug #8826: calls to ini_set produces warnings
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4014 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:46 Bug #19240 (Closed): Allow icons in select of tt_content CE plugin (list_type)
- This patch enables icons in selectbox for list_type, see screenshot
To add an icon to this list you can add it wi... - 07:15 Bug #19014: Copying Content Elements does not copy Language Overlays
- Would some sponsoring help? ;)
- 04:42 Bug #19236: htmlareRTE: Click-enlarge not rendered if image is in table
- The TS setup of lib.parsefunc_RTE must be broken in your installation, perhaps by some extension. Make sure that tabl...
2008-08-20
- 23:34 Bug #18970: Symantec Client Firewall reports HTTP MS IE Object Element Data DoS attack and blocks
- I discussed this issue with Ingo (Renner) about two months ago. We decided that we won't take any steps to solve this...
- 19:37 Bug #19239 (Closed): Cannot log in to backend
- A few months ago we upgraded to Typo3 version 4.2 and everything was okay.
Last week we upgraded our MySQL server f... - 18:44 Feature #17024: request for configurability of pagetree view in web->page module
- Fixed with the new feature of http://bugs.typo3.org/view.php?id=9109 !
- 18:16 Bug #19238 (Closed): Flexform is scrambing utf8-labels
- In flexforms unicode labels and unicode select-items are not handled correctly. So it is impossible to use special-ch...
- 18:08 Revision ff11de32: Added feature #9201: Integrate support for definition list into htmlArea RTE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4013 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:04 Feature #19237: Integrate support for definition list into htmlArea RTE
- Committed to SVN TYPO3core trunk (revision 4013).
- 17:53 Feature #19237 (Closed): Integrate support for definition list into htmlArea RTE
- Extension rtehtmlarea_definitionlist was published on TER because it became ready only after feature freeze of TYPO3 ...
- 15:40 Bug #19236: htmlareRTE: Click-enlarge not rendered if image is in table
- I am unable to reproduce this issue.
- 13:21 Bug #19236 (Closed): htmlareRTE: Click-enlarge not rendered if image is in table
- It is possible to active click-enlarge feautre for htmlareaRTE. This saves an custom attribute clickenlarge="1" to th...
- 14:44 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- All done as you wrote, without positive effect. Patch doesn't help me. I'm preparing another fresh installation of Ty...
- 13:30 Bug #18696: Drag and Drop problems with flexform sections
- Mathias Bolt Lesniak, TemplaVoila does not move sections or create forms. TYPO3 does!
- 13:27 Bug #19014: Copying Content Elements does not copy Language Overlays
- Difficult to fix... It needs recursive copying for language overlays in TCEmain.
- 13:24 Bug #18973: 4.2.1 does not work for many of my websites
- Clear your browser's cache! The issue was answered several times in the mailing lists.
- 13:20 Bug #19226: MySQL-Error in many Actions
- Not a TYPO3 core problems
- 12:00 Bug #19020: calls to ini_set produces warnings
- You have bad setting for displayErrors in Install tool. By default TYPO3 will mask these warnings.
- 11:52 Revision 97fa5e49: Fixed bug #5205: pi_loadLL() + no language file == full path disclosure
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4012 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:51 Bug #19210: Safe-mode conflict between Typo3 4.2 and PHP 5.2.6
- I disagree. That path should be set by your hosting provider. TYPO3 should not do it because it does not know where s...
- 11:46 Revision 6f428c9e: Fixing wrong date
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4011 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:46 Revision 83741487: Fixing wrong date
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4010 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:44 Revision b5c30703: Fixed bug #5205: pi_loadLL() + no language file == full path disclosure
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4009 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:40 Revision a041fb60: Fixed bug #5205: pi_loadLL() + no language file == full path disclosure
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4008 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:38 Feature #19235 (Closed): Unused function t3lib_TCEforms::getSingleHiddenField() could be rewritten for proper usage
- The function t3lib_TCEforms::getSingleHiddenField() seems to be unsused in the source code (like noticed yet in the c...
- 09:38 Bug #19234 (Closed): removeXSS needs improvement
- When I typed my home-address "Smetanastr. 31" into an input field, t3lib_div::removeXSS changes it into "Sme<x>tanast...
- 09:20 Bug #19089: Login expired dialog shows up under Linux and FF3
- After this error has not shown up for quite a while I am inclined to call it "resolved".
- 04:34 Bug #19233: Misbehaviour of DAM media tab in htmlArea RTE link insertion dialogue
- Committed to SVN TYPO3core trunk (revision 4006) and TYPO3_4-2 (revision 4007).
Committed to SVN DAM trunk (revision... - 04:10 Bug #19233: Misbehaviour of DAM media tab in htmlArea RTE link insertion dialogue
- Some DAM css and JavaScript are missing on the page. The attached patches fix the issue in SVN TYPO3core branch TYPO3...
- 03:54 Bug #19233 (Closed): Misbehaviour of DAM media tab in htmlArea RTE link insertion dialogue
- When DAM 1.1 hooks on the RTE link insertion dialogue, some controls of the DAM media tab do not work.
(issue imp... - 04:21 Revision f2224ff5: Fixed bug #9197: Misbehaviour of DAM media tab in htmlArea RTE link insertion dialogue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4007 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:18 Revision 36083453: Fixed bug #9197: Misbehaviour of DAM media tab in htmlArea RTE link insertion dialogue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4006 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-08-19
- 23:08 Bug #18970: Symantec Client Firewall reports HTTP MS IE Object Element Data DoS attack and blocks
- You are right, but symantec was informed and I were told, Symantec Client firewall does'nt have a bug. The messages b...
- 14:39 Bug #18970: Symantec Client Firewall reports HTTP MS IE Object Element Data DoS attack and blocks
- I think Symantec should be notified. Symantec is the only one who gives false alarams. Why would TYPO3 fix it for Sym...
- 21:51 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
- New patch: 6039_v6.diff
(Typo3 4.2-Branch Revision 4005)
Merged 6039_v5.diff from Dimitry with 6039_v5_with_impe... - 12:07 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
- I took the version from the core list and updated it a bit. Only then I saw that you already made another here :( Ple...
- 18:00 Bug #17354: fallback for menus. "content_fallback;1,0" has no affect for page records (e.g. menu)
- thanx!! works like a charm!
- 17:31 Revision 92b5d149: Follow-up for issue #9185: Incorrect initialization when hooks are present
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4005 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:28 Bug #19225: Redundant code in class.tx_rtehtmlarea_browse_links.php
- Follow up patch was committed to trunk (revision 4005) as initialization of restructured script was incorrect in pres...
- 16:43 Bug #17321: filemtime() [function.filemtime]: stat failed
- This would be another issue to do something better than hiding the message for a not found image.
It is however wors... - 10:40 Bug #17321: filemtime() [function.filemtime]: stat failed
- Franz, @ will hide a message but it will not cure the problem. Is this really what you call "works fine"?
- 16:23 Bug #19232: Unable to create an external URL in the rtehtmlarea link wizzard containing german umlauts
- Attached patch works around the Mozilla issue.
After applying the patch, before testing, delete all files in typo3... - 16:06 Bug #19232: Unable to create an external URL in the rtehtmlarea link wizzard containing german umlauts
- Issue and workaround submitted to Mozilla: https://bugzilla.mozilla.org/show_bug.cgi?id=451142
- 09:45 Bug #19232 (Closed): Unable to create an external URL in the rtehtmlarea link wizzard containing german umlauts
- When trying to create an external link containing german umlauts
(e.g. http://www.städtlifest.ch/) with the rtehtmla... - 14:36 Bug #19193: Charset problems if caching is not enabled (config.no_cache = 1)
- hey dmitry, i think you corrected the title the wrong way. he has problems when caching is enabled!
so the title s... - 14:33 Bug #18943: Crop of a long Title does not work with (IRRE) inline, when using groupboxes in child records
- I have the exactly the same problem. When I change the field type of the title field to select instead of group, the ...
- 14:33 Bug #19065: Invalid URL with nested subdomain
- Nested domains were not really supported till 4.2. I tested again and it works. Closing the bug as non-reproducable.
- 14:31 Bug #19089: Login expired dialog shows up under Linux and FF3
- Sebastian, make sure it is not a duplicate of 8232!
- 14:28 Bug #18032: using addQueryString couses wrong cHash on pages with no query string
- The problem is fixed in 4.2 and trunk. Current code is:...
- 14:21 Bug #17343: [TYPO3 V4.0] - Pagecount not correct in indexed_search
- Looks like same as Google does :D
- 14:19 Bug #18275: Unable to Login in BE
- Same here: works ok, no problem with ENABLE_INSTALL_TOOL
- 14:18 Bug #15427: Setting 'displayErrors' has no effect
- Unable to reproduce, sorry
- 14:15 Bug #16247: Internet Explorer has detected a problem and will be closed
- We do not develop Microsoft Internet Explorer. Ask Microsoft why it crashes.
- 13:33 Bug #16191: class.t3lib_div.php >>>"lang " BUG, lang system bug
- This is not a bug, it is a error in the extension. TYPO3 never declared that external file takes precedence. In fact,...
- 11:46 Bug #19196: Nested Tabs in FlexForms Sections are disfunctional
- Works better with this Flex: (upper version is bogus for toggling)
[CODE]
<section>1</section>
<ty... - 11:00 Bug #17113: pi_loadLL() + no language file == full path disclosure
- The patch is attached.
- 10:50 Bug #17317: Segmentation fault
- And how do you want us to fix it? Segmentation faults happen inside Apacher and PHP. We do not develop those.
Sugg... - 10:48 Bug #17934: Is Options +FollowSymLinks needed in default _.htaccess file?
- It does not need FollowSymLinks.
See here:
http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html#RewriteEngine
... - 10:39 Bug #16734: PHP Error when trying to upload an extension to the TER
- I saw the same once and solved it but do not remember how. It was wrong PHP configuration I think. Something related ...
- 10:38 Bug #17140: be_users
- Current definition for this column is:...
- 10:36 Bug #17522: beuser
- Please, report bugs only when they are reproducable and you can provide instructions how to reproduce them.
- 10:35 Bug #19003: double cache or no cache through cHash variants of the same URL
- Well, I disagree, as "L" is not a core parameter (I mean, correctly handled by cHash management function)
The fact... - 10:18 Bug #19003: double cache or no cache through cHash variants of the same URL
- Techincally, these URLs are completely different:
(a) http://localhost/t3421/index.php?id=6 [^]
(b) http://localh... - 10:26 Bug #17649: Incorrect char in sitename blocks backend in IE6
- Please, provide step by step exact instructions and exact system settings to reproduce the problem.
- 10:23 Bug #19041: Backend Problem with Typo3 and mod_security
- I have nearly 10 sites running with mod_security. Please, use mailing lists for troubleshooting. If you can say for s...
- 10:21 Bug #16099: Fatal error after uploading the Version 4.0
- See notes in the bug reports. There are also numerous answers in the mailing lists for this question.
Closing the ... - 09:55 Revision 56456495: Follow up on #9060: new file (forgotten in the previous commit)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4004 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:16 Bug #18955: Modifying a file link in IE6, the popup indicates an external url when used special chars like german umlauts
- With current TYPO3core trunk, I was unable to reproduce this issue in IE6. Could you provide more specific informatio...
- 06:49 Bug #18955: Modifying a file link in IE6, the popup indicates an external url when used special chars like german umlauts
- If the url is an external url that contains special characters, this hack will break it.
- 06:51 Bug #19231 (Closed): wrong handling of 'is_in' list in TCA element type 'input'
- when using 'is_in' string if it ends with symbol 0 then it is not taken into account so 0's stripped off from field v...
- 04:43 Revision 51c6d287: Fixed issue #2714: In RTE htmlArea, unable to do an internal link with several parameters
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4003 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:39 Feature #15736: In RTE htmlArea, unable to do an internal link with several parameters
- Committed to trunk revision 4003.
- 04:32 Revision e601294a: Follow-up for bug #8232: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4002 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:28 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
- Committed follow-up patch to trunk revision 4002.
- 01:05 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
- There is still an issue. The RTE wizard for full page view produces a JS error.
The attached patch will fix the R... - 04:17 Bug #16803: Call to undefined function: mb_internal_encoding() in tx_rtehtmlarea_pi1
- Follow-up patch adds u modifier to preg_* operations when the encoding is utf-8.
Also spell checker is removed whe... - 04:06 Revision bf5fafb2: Follow-up for feature #4686: htmlArea RTE Spell Checker: add u modifier to preg_* operations
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4001 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-08-18
- 21:38 Revision 160cf6b9: Added feature #9109: Enable altMountPoints feature in RTE element browser (Thanks to Steffen Kamper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4000 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:15 Revision 009778a7: Follow up for bug #8232: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3999 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:11 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
- I recommitted patch v4
- 18:51 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
- Wrong patch was committed. RTE now broken in FE.
- 21:08 Bug #19229: Fulltext help breaks docheader in filelist
- Taking a deeper look at the pagetree I found out that if "full text help" is not set, then the pagetree and all other...
- 20:53 Bug #19229: Fulltext help breaks docheader in filelist
- I will look to this and make a parch. Should be easy as it's simular to pagetree
- 17:33 Bug #19229 (Closed): Fulltext help breaks docheader in filelist
- See screenshot.
How to reproduce:
- Set "User tools" -> "User settings" -> "Startup" -> "Show help text when appl... - 18:18 Revision e68785d1: Wrong date in ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@3998 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:18 Revision 17d375ec: Wrong date in ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@3997 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:18 Revision 5d363ee7: Wrong date in ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3996 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:59 Revision 86fa6540: Fixed bug #8232: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3995 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:57 Bug #19209: Deprecated code into stdgraphic
- Yes, the patch is enough. And it is now committed to 4.1, 4.2 and 4.3
- 16:11 Bug #19209: Deprecated code into stdgraphic
- Yes, recode was hard-coded and deprecated like you said. Since I'm not familiar with this fonction (recode). I didn't...
- 16:05 Bug #19209: Deprecated code into stdgraphic
- Btw, the option is deprecated from TYPO3 3.6 but the fix is very simple...
- 16:00 Bug #19209: Deprecated code into stdgraphic
- Benny, the function is hard-coded in the TYPO3 code.
- 17:55 Revision 6a14a701: Fixed bug #9183: saveDocNew for all tables except the option is set to 0
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3994 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:53 Revision bab00a28: Fixed bug #9152: Deprecated code into stdgraphic
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@3993 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:53 Revision 10b64474: Fixed bug #9152: Deprecated code into stdgraphic
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@3992 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:52 Revision 608e9538: Fixed bug #9152: Deprecated code into stdgraphic
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3991 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:16 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- Please try the attached patch. After applying the patch, before testing, you need to delete all files in typo3temp/rt...
- 17:02 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- Maybe a timing issue. Perhaps, the body of the document is not yet available.
- 15:19 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- Dmitry, yes, the scripts are compressed with t3lib_div::minifyJS().
If this is browser-dependant, it would have to... - 10:26 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- I actually had the problem with compressed scripts too. It happens in *some* browsers. I do not remember details :( B...
- 16:36 Bug #19228 (Closed): subpages of ab_linklist aren't indexed by tx_indexedsearch
- I created a ab_linklist (V 1.9.5) with one category and over 150 links in it. Then i made a page with the ab_linklist...
- 15:50 Revision 461ff55a: Fixed bug #9141: Update Wizard uses wrong scheme to write compat_version to localconf.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@3990 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:47 Revision ca9c6b60: Fixed bug #9141: Update Wizard uses wrong scheme to write compat_version to localconf.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@3989 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:47 Revision 006b3a58: Fixed bug #9141: Update Wizard uses wrong scheme to write compat_version to localconf.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@3988 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:43 Revision d6f5064c: Fixed bug #9141: Update Wizard uses wrong scheme to write compat_version to localconf.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3987 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:42 Bug #18607: links in table header not translated when created with rte
- same issue in version 4.2.1
its a bug in class.tslib_content.php
function parseFunc($theValue, $conf, $ref='')
... - 15:33 Bug #18850: dbal 0.9.20 of typo 4.2 doesn´t work
- The solution is wrong....
- 15:30 Bug #19127: SERVER_RESPONSE_CLOSE in Page module when adding a new page.
- Please, use mailing lists for troubleshooting. Bug tracker is for bugs!
- 15:20 Bug #19182: Wrong getData behaviour in "foo|bar" case
- Why "same var"? GET[foo][bar] and POST[foo][bar1] isn't the same var. It can be if extension submit form and at the s...
- 15:15 Bug #19182: Wrong getData behaviour in "foo|bar" case
- No change to t3lib_div::_GP() because it impacts compatibility.
Use global:_REQUEST if you really have too. Or bet... - 15:19 Bug #17727: Site works only with www
- The bug tracker is not a place to ask questions. Use mailing lists for troubleshooting.
- 15:16 Bug #19222: eval double gives warning if not all 0 after comma are entered
- There is no patch... Patch should be in unified diff format.
- 15:11 Bug #19226: MySQL-Error in many Actions
- Mario, these errors are either from extension or from your database host. Look:...
- 14:48 Bug #19227 (Closed): Page properties - element fields edit link doesent work
- add some elements to the page template (tv) for example an plain input field and than go to the page module and add s...
- 13:03 Bug #19211: "Compare User Settings" "Update" Button is lost
- THX Christian,
"bug" can be closed. This behaviour only cames up in IE, and was reported under id 0008795. - 11:54 Revision c775f5e7: Fixed bug #7921: recursive pidInList for select in cObj CONTENT
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3986 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:43 Bug #17591: <base> tag produces text selection problems in IE6
- Sorry, guys, we can't violate the spec because of a bug in the old browser.
Use can TS conditions to solve the pro... - 10:24 Bug #17591: <base> tag produces text selection problems in IE6
- I had the same problem on IE6 with googlemaps, that couldn't be displayed anymore.
In fact, I had an error like that... - 11:22 Revision 3f801fa7: Fixed bug #8532: enhance TYPO3 manual (inline)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3985 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:13 Revision 8f2841e7: Fixed bug #8627: Translation of the belog-module
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3984 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-08-17
- 21:22 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- The RTE scripts are cached to typo3temp/rtehtmlarea, they are re-cached when the version of the RTE changes. Compress...
- 20:18 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- Yeh, the permissions are 757. I cannot answer, upcoming week also. But at the end I'll write my observations... Maybe...
- 07:15 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- Hi Erik,
Please let me know if permissions on directory typo3temp/rtehtmlarea are set to 0755. - 20:20 Bug #19226: MySQL-Error in many Actions
- Another Information of Tests:
after Update from Typo 4.2 to 4.2.1 I proofed the Consistency with the Database Anal... - 19:41 Bug #19226 (Closed): MySQL-Error in many Actions
- I got many errors when I use the following features:
Record Statistic: Action Update!
Warning: mysql_fetch_assoc... - 06:22 Feature #15736: In RTE htmlArea, unable to do an internal link with several parameters
- Third version regenerated against trunk revision 3983.
- 06:08 Revision 9898bf1d: Fixed issue #9185: Redundant code in class.tx_rtehtmlarea_browse_links.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3983 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:05 Bug #19225: Redundant code in class.tx_rtehtmlarea_browse_links.php
- Committed to SVN TYPO3core trunk revision 3983.
- 05:47 Bug #19225 (Closed): Redundant code in class.tx_rtehtmlarea_browse_links.php
- Restructure class.tx_rtehtmlarea_browse_links.php so as to reduce redundancy with its base class.
(issue imported...
2008-08-16
- 21:04 Revision a4119fa3: Added feature #4686:Remove dependency of htmlArea RTE Spell Checker on php extension mbstring
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3982 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:02 Bug #16803: Call to undefined function: mb_internal_encoding() in tx_rtehtmlarea_pi1
- Committed to SVN TYPO3core trunk revision 3982.
- 20:42 Bug #16803: Call to undefined function: mb_internal_encoding() in tx_rtehtmlarea_pi1
- Attached patch removes dependency on mbstring. replaces mb_* operations with preg_*.
- 19:24 Feature #15736: In RTE htmlArea, unable to do an internal link with several parameters
- In second version of the patch, if the query parameters do not start with &, it will be added.
- 18:15 Revision fdae3484: Added feature #9109: Enable altMountPoints feature in RTE element browser (Thanks to Steffen Kamper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3981 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:12 Feature #19191: Enable feature in element browser in rte like in normal one
- Committed to SVN TYPO3core trunk revision 3981.
2008-08-15
- 21:25 Bug #19224 (Closed): saveDocNew for all tables except the option is set to 0
- The saveDocNew-Button (close and create new) is a very useful one for any mass entry.
Unfortunally this has to be se... - 20:53 Bug #19223 (Rejected): Redirect type does not redirect when HTTP referrer is an external site
- This is essentially a copy of bug 6615, which has been marked as resolved because it's not related to RealURL.
Whe... - 19:37 Bug #19182: Wrong getData behaviour in "foo|bar" case
- Hey,
I see, GParrayMerged is deprecated. So for me the one and only solution would be to have not just TSFE and GP... - 13:06 Bug #19182: Wrong getData behaviour in "foo|bar" case
- Changes in _GP function caused wrong work of typo3 backend and oteher extensinos (sr_fe_register at least). So only w...
- 01:09 Bug #19182: Wrong getData behaviour in "foo|bar" case
- Hey Petro,
can you create a patch for this and send it to the core list?
Thanks - 19:18 Revision a2f7d716: Fixed bug #6574: Template nextlevel with size=3 & allowed = 1 (Thanks to Georg Ringer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@3980 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:17 Revision 84a4af68: Fixed bug #6574: Template nextlevel with size=3 & allowed = 1 (Thanks to Georg Ringer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3979 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:37 Bug #19222: eval double gives warning if not all 0 after comma are entered
- You have double2 as eval. Please make more digits possible!
t3lib_tcemain:
case 'double2':
case 'double3':
ca... - 18:26 Bug #19222: eval double gives warning if not all 0 after comma are entered
- Some bugfix:
if (strpos($TCA[$table]['columns'][$key]['config']['eval'],'double') !== FALSE && doubleval($value) =... - 18:24 Bug #19222 (Closed): eval double gives warning if not all 0 after comma are entered
- When you enter a double value which has 6 digits after the comma in the database and you do not enter all zeros in th...
- 18:08 Bug #19221 (Closed): Custom tags get messed up in IE7
- This sounds the same as http://bugs.typo3.org/view.php?id=5031 . However, I have this problem with TYPO3 4.2.1 (RTE i...
- 17:51 Bug #19127: SERVER_RESPONSE_CLOSE in Page module when adding a new page.
- http://lists.netfielders.de/pipermail/typo3-debian/2004-October/000952.html
This above thread suggests that mysql ... - 10:49 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- I hope this will not go back to the old-fashioned arrows, because there are problems as well!
With the old fashioned... - 10:32 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- I can confirm too that it is much more difficult to move something with the drag and drop feature and it should be ei...
- 10:30 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Thank you lee! Unfortunately we cannot reconstruct this effect in our installation... :-(
- 10:20 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- I think this shouldn't be a workaround - it's more a hint to solve the problem, but okay you can use it sometimes as ...
- 08:04 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Tried to move an element much of beneath the section list - but your workaround doesn't work for me. What browser do ...
- 10:38 Bug #18850: dbal 0.9.20 of typo 4.2 doesn´t work
- Nothing? I'll have to install TYPO3 with Oracle "soon" and this fears me :-/
- 10:37 Bug #19220 (Closed): felogin redirect to frontpage doesn't work
- When redirecting to frontpage $redirect_url=''; and redirect doesn't work.
Line 346:
$redirect_url = $this->pi_... - 10:34 Bug #17727: Site works only with www
- To whoever can do this, I think this "bug" should be closed as it should have been posted to the newsgroup instead of...
- 02:46 Bug #17581: Crop-Scaling the same image with different dimensions might produce wrong files
- I am unable to reproduce this with an 800X600 image. Your given TS leads to two different files (and hashes) in curre...
- 02:06 Feature #18489: recursive pidInList for select in cObj CONTENT
- Attached a new patch with minor modifications:
- Fixed a parse error due to a missing closing braket
- Fixed mino... - 01:10 Bug #19202: Framehandling problem with FF 3
- Hey Tapio,
thanks for the hint, I noticed that one too! I have a patch flying around that fixes that issue and hop... - 01:06 Bug #19209: Deprecated code into stdgraphic
- Hey Vincent,
well, pretty simple: if you choose "recode", you gotta make sure that this php extension is installed... - 01:04 Bug #19176: mailform requires email field name to be exactly "email" it should be case insensitive
- Well, I'd like to have an option to set the name of the field either via TS or in the installer, what do you think?
... - 00:47 Feature #17850: Possibility to add inline JS to page
- This has been commited by Benni at 2007-11-29 in revision 2782.
Please set to closed and resolved. - 00:39 Bug #17814: Implement option to use different Flexform Datastructures per type field value (e.g. CType)
- This has been commited by Ingmar at 2007-11-24 with revision 2760.
Please set to resolved and closed.
2008-08-14
- 23:45 Revision e9be2752: Fixed bug #9061: felogin - recursive storage pids in TypoScript (Thanks to Steffen Kamper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3978 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:40 Revision 4a2f017a: Fixed bug #9095: xhtml in the backend by default (Thanks to Christian Kuhn)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@23887 735d13b6-9817-0410-8766-e36946ffe9aa
- 23:40 Revision 7b023291: Fixed bug #9095: xhtml in the backend by default (Thanks to Christian Kuhn)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3977 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:22 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- same problem for me - but I realized that the other items are moving when I move the dragged item beneath, much of be...
- 19:11 Bug #19219: Wrong display of deleted owners and groups in web->access->permissions
- -> The number of the user / group is a htmlspecialchared italic [number]!
- 19:09 Bug #19219 (Closed): Wrong display of deleted owners and groups in web->access->permissions
- See screenshot.
How to reproduce:
- Create a user or a group.
- Assign ownership of a page to the user / group i... - 18:20 Revision 676955c1: Fixed bug #9167: Feature: Mark extension as write protected
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3976 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:17 Bug #19217: Feature: Mark extension as write protected
- rev 3976
- 13:27 Bug #19217: Feature: Mark extension as write protected
- Nice one!!! Thanks Steffen... hope it's going to make it into 4.3
- 16:45 Bug #19179: xhtml in the backend by default
- Attached a new patch to fix issues mentioned by Ernesto, Oliver and Dmitry in core list:
- Align break; with code in... - 15:26 Feature #19118: ###USER### and ###NAME### in success_message and status_message
- Added new patch with minor cleanups:
- Hunk #1 in ext_typoscript_setup.txt overlapped with patch from #9061 -> rem... - 11:33 Feature #19093: Flags for turkey and switzerland are missing
- I have also added the flag for "Egypt" [eg.gif]
- 11:32 Bug #19218 (Closed): "Unable to parse URL" error when changing what content is shown
- When I change if certain content is rendered or not, I get this error:
Warning: parse_url(http://) [function.parse... - 08:11 Bug #18925: htmlArea RTE: control c and control x do not work in IE with TYPO3 4.2
- More observations on this topic (Firefox3):
- CTRL+X/CTRL+V work without browser adjustments if cut//copy buttons ... - 04:48 Bug #19154: Accessibility problem with smileys
- Hi Masi,
Could you provide a set of emoticons with corresponding English text? The ones currently used in the RTE ...
2008-08-13
- 23:25 Bug #19217 (Closed): Feature: Mark extension as write protected
- There are cases where you have to modify extensions. But as soon as someone updates the extension the modification is...
- 15:16 Bug #18759: Cannot use accentuate (éèàç) characters with Templavoila
- TemplaVoila does not generate or process forms. The issue is related to core.
- 15:05 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- Make sure that permissions on directory typo3temp/rtehtmlarea are set to 0755.
- 09:26 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- No, there are no files in typo3temp/rtehtmlarea, nor *compressed.js nor others (all where erased before I enabled com...
- 13:37 Feature #19216: Enable stdWrap functionality for GIFBUILDER.XY
- I just implemented this real simple and useful feature. Please have a look. Thanks!
- 13:29 Feature #19216 (Closed): Enable stdWrap functionality for GIFBUILDER.XY
- I want to create images with GIFBUILDER which don't have a fixed width and height. The XY-property can handle only st...
- 13:26 Revision 2709d396: Fixed e-mail
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3975 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:31 Revision 581561c6: Fixed bug #9063: Feature: Make Position of Editpanel more flexible
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3974 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:29 Feature #19161: Make Position of Editpanel more variable
- 3974
- 09:23 Bug #19214: New Option "index_metatags" is not available for crawler-hooks
- Updated patch.
The condition isset($pObj->config['config']['index_metatags']) ... is always true, because there i... - 07:04 Feature #15736: In RTE htmlArea, unable to do an internal link with several parameters
- The attached patch (rtehtmlarea_feature_2714.patch) fixes the issue when applied to TYPO3core trunk.
A new field ... - 05:33 Bug #19176: mailform requires email field name to be exactly "email" it should be case insensitive
- A user could create a form with field named e-mail, E-mail, Email etc. Which field should take precedence?
-> Either... - 02:54 Revision ff2d5baa: Follow-up for issue #8799: htmlArea RTE: correction to two path settings
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3973 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:50 Bug #19098: backspace deletes wrong characters
- With what version of TYPO3?
I can't reproduce this behaviour in FF3 using TYPO3 4.2.1.
- 00:44 Bug #19015: No Upload in RTEHTMLArea Browse_links.php
- Cannot reproduce this issue with TYPO3 4.2
- 00:28 Bug #18830: TYPO3 4.2.0: RTE not available in FIREFOX 2.0.0.14
- @Stefan: do still face the same issue?
- 00:20 Bug #18830: TYPO3 4.2.0: RTE not available in FIREFOX 2.0.0.14
- @David: Your issue is not quite the same as the one reported on this one. Please open another issue. Your problem see...
- 00:11 Bug #18925: htmlArea RTE: control c and control x do not work in IE with TYPO3 4.2
- What setting do you have in Internet Options->Security->Parameters->Script->Allow programmatic access to the clipboard ?
2008-08-12
- 23:55 Bug #15389: Pop-up window by "remove formatting" is too small (width).
- @Oliver: I am still unable to reproduce this issue, even if I disallow window resizing. Do you have any FF2 extension...
- 23:20 Revision 3dbdb963: Fixed bug #8988: htmlArea RTE: Pasting text from MS Word to Firefox 3 brings a lot of garbage
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3972 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:16 Bug #19115: Pasting text from MS Word brings a lot of garbage
- Committed to SVN TYPO3core branches TYPO3_4-2 revision 3971 and trunk revision 3972.
- 21:09 Bug #19115: Pasting text from MS Word brings a lot of garbage
- Sorry. Posting a new version of the patch because I forgot about the link tag. The link tag will be handled the same ...
- 20:35 Bug #19115: Pasting text from MS Word brings a lot of garbage
- When pasting from word processors, FF3 is adding unwanted meta tags, and sometimes title and style tags.
The attache... - 23:13 Revision f3841f90: Fixed bug #8988: htmlArea RTE: Pasting text from MS Word to Firefox 3 brings a lot of garbage
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@3971 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:46 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- hmm... maybe the compressed scripts are not written at all? Try to enable compressed scripts, and then try to use the...
- 22:36 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- I can confirm everytime I delete files in typo3temp/rtehtmlarea and clear cache of Typo3, then enable/disable compres...
- 22:25 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- The compressed scripts do work in my instances of Opera 9.51 and Firefox 3. So it is not a matter of javascript. Sinc...
- 21:36 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- Of course, all caches've been cleaned. I'm using Typo3 3-4 years, so I've know some tricks connected with Typo3 insta...
- 21:17 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- @Erik: Did you clear the TYPO3 configuration cache, delete all files in typo3temp/rtehtmlarea and clear the browser c...
- 20:44 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- I've done another attemp. On system Fedora 9 with more or less default settings (java, php, mysql, etc...) I've insta...
- 15:45 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- No, I am unable to reproduce in Opera 9.51.
Please try to clear the TYPO3 configuration cache, delete all files in... - 10:25 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- It does not appear in FF2.x !
Haven't tested it with FF3 yet.
Have you been working for some time with Opera, or... - 17:46 Feature #19169: Integrate hook in page module to render preview of records with own CType
- I just created a new version of the patch that changes the following:
* the hook is not only for individual CTypes a... - 17:00 Bug #19215 (Closed): No scrollbar in constant editor for templates on local xampp
- I'm using typo3 on my local machine within a xampp invironment with Apache 2.2.9, MySQL 5.0.51b, PHP 5.2.6.
I have ... - 16:15 Bug #19059: Check "zend.ze1_compatibility_mode" before installing
- PLEASE fix that. Or write it into the ChangeLog (I've upgraded from an older version) or INSTALL.txt
I just wasted... - 15:53 Revision 628ee034: Fixed bug #9060: Wrong alert text in Constant editor
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3970 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:35 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
- Btw, the patch is in the core list. So if any monitoring guys want to see it in the next TYPO3 version, vote for it i...
- 15:18 Feature #19093: Flags for turkey and switzerland are missing
- I have also added the flag for "Morocco" [ma.gif]
- 15:12 Feature #19093: Flags for turkey and switzerland are missing
- I have also added the flag for "Malta" [mt.gif]
- 13:22 Bug #19214 (Closed): New Option "index_metatags" is not available for crawler-hooks
- I encountered that the new option "index_metatags" ($this->conf['index_metatags']) is not available in my crawler hoo...
- 12:46 Bug #19213 (Closed): Its not possible to save sys_templates bigger than 64KB
- In the Setup field in the Backend it's not possible to save data bigger than 64KB, if you have more than 64KB, its c...
- 11:22 Bug #18973: 4.2.1 does not work for many of my websites
- The Database update (from the installation wizard) does not solve the problem.
One has to use the Database Analyzer ... - 07:01 Revision 12b3da10: Updated htmlArea RTE version to 1.8.0 for TYPO3 4.3.0 alpha
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3969 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:57 Revision 728beca2: Correction to change log
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@3968 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:34 Revision 43271452: Updated htmlArea RTE version to 1.7.6 for TYPO3 4.2.2
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@3967 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:10 Feature #19212: htmlArea RTE EM setting for DAM becomes deprecated with DAM 1.1+
- The check on the DAM version was totally wrong in the first patch.
Attaching a follow-up patch correcting the error.... - 04:59 Feature #19212: htmlArea RTE EM setting for DAM becomes deprecated with DAM 1.1+
- Committed to SVN TYPO3core branches TYPO3_4-2 revision 3963 and trunk revision 3964.
- 04:43 Feature #19212 (Closed): htmlArea RTE EM setting for DAM becomes deprecated with DAM 1.1+
- The DAM EM setting for htmlArea RTE integration should be used instead.
(issue imported from #M9157) - 06:09 Revision 3ca8ea80: Follow-up on feature #9157: htmlArea RTE EM setting for DAM - correcting test on DAM version
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3966 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:08 Revision 17bf2225: Follow-up on feature #9157: htmlArea RTE EM setting for DAM - correcting test on DAM version
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@3965 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:03 Revision eb367b10: Added feature #9157: htmlArea RTE EM setting for DAM becomes deprecated with DAM 1.1+
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3964 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:56 Revision 64b8bc99: Added feature #9157: htmlArea RTE EM setting for DAM becomes deprecated with DAM 1.1+
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@3963 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:58 Bug #19211: "Compare User Settings" "Update" Button is lost
- look at the upper left corner in the pic i uploaded (answer.jpg)
i think this can be closed - 00:08 Bug #19211 (Closed): "Compare User Settings" "Update" Button is lost
- Lock in the Backend
Go to "Admin Tools" => "User Admin"
There is no "Update" Button :-?
The "savedok" icon on top ... - 00:19 Bug #19119: Change case in a filename from fileadmin don't take into account by rtehtmlarea with Firefox
- Fixed in SVN TYPO3core branches TYPO3_4-2 (revision 3959) and
trunk (revision 3962). - 00:17 Revision f4b955b7: Fixed bug #8996: htmlArea RTE: link to file not updated when changing case in file name
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3962 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:05 Revision 901c8786: Fixed #8259: Cleanup: Call to t3lib_div::devLog() without key (Thanks to Francois Suter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@3961 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:04 Revision b19cbd39: Fixed #8259: Cleanup: Call to t3lib_div::devLog() without key (Thanks to Francois Suter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3960 709f56b5-9817-0410-a4d7-c38de5d9e867
2008-08-11
- 22:01 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
- Stanislas, thanks! :) I'll post it to core list now!
- 19:45 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
- Dmitry, here is a corrected patch tested in FE.
- 19:08 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
- Here is the fix for $().
Thanks for testing! - 18:59 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
- $("pleasewait' . $textAreaId . '").id = "pleasewait" + editornumber;
fails in FE. - 18:07 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
- Here is a new patch. Can you test it? I do not have any test ext with RTE in FE.
- 17:41 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
- Yes, Dmitry, I am quite sure. I cannot test it right now because of the use of proptotype.js in your current patch. B...
- 16:59 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
- Stanislas, are you sure pi2 needs changes? There is no such problem in FE, so we could keep the old [simple] code in ...
- 21:32 Bug #19210 (Closed): Safe-mode conflict between Typo3 4.2 and PHP 5.2.6
- After the ISP updated to PHP 5.2.6, the Typo3 backend was no longer vailable. Instead of the login screen, a PHP erro...
- 21:01 Revision 8abb21a0: Fixed bug #8996: htmlArea RTE: link to file not updated when changing case in file name
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@3959 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:45 Bug #19119: Change case in a filename from fileadmin don't take into account by rtehtmlarea with Firefox
- The attached patch fixes the issue.
- 20:13 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
- I am unable to reproduce this issue in FF3 or Opera 9.51.
- 18:41 Bug #18535: support html-tags in crop function of stdWrap
- Re-posted the patch to the core list. Now it uses cropHTML property.
- 18:04 Revision 9becb5f6: Follow-up for issue #8717: Add suggested doc extension to htmlArea RTE ext_emconf.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3958 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:17 Revision e95d5f23: Follow-up for issue #8673: htmlArea RTE drag n drop tab of image insertion not functional
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3957 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:29 Bug #19209 (Closed): Deprecated code into stdgraphic
- the class stdgraphic don't use the function chosen in Install Tool (between recode, iconv or mbstring), thus Typo3 cr...
- 13:10 Revision 20c561ed: Reverted Change from 2008-08-06 in t3lib_div leading to nonfunctional clipboard
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3956 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:09 Revision 02272f47: Reverted Change from 2008-08-06 in t3lib_div leading to nonfunctional clipboard
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@3955 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:06 Revision 8cec7dd7: Reverted Change from 2008-08-06 in t3lib_div leading to nonfunctional clipboard
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@3954 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:05 Feature #17881: Enable stdWrap for select.where
- workaround: select.andWhere has stdWrap property
- 01:19 Feature #17881: Enable stdWrap for select.where
- Seems still not to be included in Typo3 Version 4.2.1
or is there a work around, how to solve the above example wi... - 00:20 Bug #18665: The child pages of Mount points (do not substitute mount point) are not linked correctly in menus
- I uploaded the patch Masi seemed to forget to commit, when implementig the caching feature. Unfortunatly the problem ...
2008-08-10
- 23:33 Bug #18665: The child pages of Mount points (do not substitute mount point) are not linked correctly in menus
- Well, this patch helps, but still does not do the complete job! I still miss the menu entry of the mount page itself ...
- 21:25 Feature #19208 (Closed): Additional Stylesheets in template.php
- When writing a BE modul there is the possibility to add any JS-Files to doc header using
$this->doc->loadJavascriptL...
2008-08-09
- 10:55 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
- Søren, don't know :( I made lots of tests and did not see such problem. Am not sure because 4.1, RTE can be different...
- 03:52 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
- @Dmitry: Sorry, I meant do NOT use prototype.js.
You also need to apply your logic to the frontend version of the ...
Also available in: Atom