Activity
From 2004-04-29 to 2004-05-28
2004-05-28
- 21:10 Revision 892fd24a: * Added new CSH entries at various places using a new method in t3lib_BEfunc. The CSH entries are still empty and needs to be completed.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@329 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:32 Bug #14185 (Closed): set stdWrap "stripHtml" before "crop"
- The stdWrap-option "stripHtml" should come before the option "crop" because HTML-Tags are recognized as Text by the c...
- 14:10 Bug #14182: error function setfixed in fe_adminLib.inc
- This bug has already been reported with ID 0000088.
Unfortunately, Ingmar didn't take the "delete"-link into accou... - 11:04 Revision b6e2908d: * Added visual response to backend module selection in the menus; The class attribute of the menu items is changed when a module is selected. The default stylesheet is modified so this results in the current module being highlighted in the menu.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@328 709f56b5-9817-0410-a4d7-c38de5d9e867
2004-05-27
- 16:10 Revision 3e3accfd: Fixing a few bugs etc.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@327 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:26 Revision 02850378: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@326 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:35 Revision 4de11ff3: * Fixed various things in file processing, t3lib_extFileFunc et al.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@325 709f56b5-9817-0410-a4d7-c38de5d9e867
2004-05-26
- 21:08 Bug #14169: Cannot create new pages with Quickstart Package and 3.6.0 core
- I have also upgraded to 3.61 on both machines (although both are listed at 3.60) and still have the problem on the de...
- 16:40 Bug #14120: Spelling mistake (or typo?)
- both words seems to be quite common, deprecated being maybe the better one, dont know.
I don't think it is a bug. ;) - 16:21 Bug #14181: error function setfixed in fe_adminLib.inc
- bug has been reported twice, close duplicate entry. see bug#14182
- 09:23 Bug #14181 (Closed): error function setfixed in fe_adminLib.inc
- function setfixed in fe_adminLib.inc creates wrong url's on line 1651 and 1663 because the url-string is run through ...
- 16:07 Feature #14177: No special chars for database password
- At least in 3.5.0 the password could not contain a period ( . ) when using the install tool, however you could enter ...
- 16:02 Bug #14184 (Closed): image content: link wrong for mutliple images
- When using multiple images in one content element (e.g. imgtext) and setting a link for the images, the link will onl...
- 15:59 Bug #14183: FIX: indexed search external links
- Oops, Mantis ate my text! Anyway, insert $target in the string that's stored in $title and you're all set.
- 15:54 Bug #14183 (Closed): FIX: indexed search external links
- When indexed search shows external links (like indexed PDF documents), it does not add the target that is specified i...
- 09:24 Bug #14182 (Closed): error function setfixed in fe_adminLib.inc
- function setfixed in fe_adminLib.inc creates wrong url's on line 1651 and 1663 because the url-string is run through ...
- 07:14 Bug #14155: Publication w/indexed search broken in 3.6.0
- For your information: this is still valid for 3.6.1
2004-05-25
- 23:58 Bug #14169: Cannot create new pages with Quickstart Package and 3.6.0 core
- I've had a chance to try an install on a gentoo system, and it works fine, here is the php info for that site.
###... - 02:23 Bug #14180 (Closed): alt/title attributes of image tags not parsed correctly from image captions in content type imagetxt
- This happens in 3.6.0 + 3.6.1
By setting "styles.content.imgtext.captionSplit = 1", multiple images in the same co...
2004-05-24
- 16:53 Revision c71bb19a: * Added API for custom RTE transformations. Documented in upcoming "TYPO3 Core API".
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@324 709f56b5-9817-0410-a4d7-c38de5d9e867
2004-05-23
- 17:38 Revision da65325f: Replacing string index test strlen() with isset().
- Fixing iconv and reocde conversions - fix seems to be have lost in an earlier version :-(
git-svn-id: https://svn.t...
2004-05-22
- 00:50 Revision bd255ade: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@322 709f56b5-9817-0410-a4d7-c38de5d9e867
2004-05-21
- 16:27 Feature #14179: improved mm_query in class.tslib_content.php
- I can't find the function mm_query() in the class.tslib_content.php of Typo3 3.6.0 http://cvs.sourceforge.net/viewcvs...
- 09:06 Feature #14179 (Closed): improved mm_query in class.tslib_content.php
- Hi!
I have custom tables with several n-to-m relations. class.tslib_content.php::mm_query can only resolve one at ... - 15:31 Revision 869d1db1: White space clean up - sorry...
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@321 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:26 Revision 030b81e7: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@320 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:23 Feature #14177: No special chars for database password
- I was looking at www.mysql.org, but didn't find a note which characters are allowed.
I like to use at least one sp...
2004-05-20
- 19:29 Bug #14178: indexed search [result] (paging, ancor corrupt)
- anchoring corrected:
corrected anchor link
function printResultSectionLinks() {
$lines=array();
reset($t... - 16:50 Bug #14178 (Closed): indexed search [result] (paging, ancor corrupt)
- pager doesn't work anymore
this is the same problem like at typo3.org
take a look
or
take a look at my site, th... - 15:37 Revision 92ee0417: * Fixed remaining issues with styles in the backend regarding the TCEforms. There has been added additional possibilities of styling forms, now with classes in stylesheets, using $TBE_STYLES to set them up. Documentation of $TBE_STYLES for TCeforms has been updated in TYPo3 Core Api as well.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@319 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:53 Feature #14177: No special chars for database password
- The current condition that the password has to match is this: [^[:alnum:]_\.-]
which means that the password can con... - 00:36 Revision e6c862e2: * Fixed install tool bugs #83 and #95
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@318 709f56b5-9817-0410-a4d7-c38de5d9e867
2004-05-19
- 21:58 Revision 3c5391a5: * Fixed install tool bugs #83 and #95, see changelog.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-6-0@317 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:18 Feature #14177 (Closed): No special chars for database password
- You can't specifi password with special chars over the install tool.
Workaround:
Use dummy password and change it... - 18:15 Revision 37c43561: * Fixed stylesheet issues in Extension Manager.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@316 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:56 Revision 730b3f6d: Fixed a few XHTML bugS
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@315 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:25 Revision e1b7104f: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@314 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:23 Revision 01391268: * Finally fixed typo3/show_item.php and typo3/wizard_colorpicker.php scripts for TYPO3 3.6.0 compliance. Now only extensions and some t3lib/ are missing clean-up.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@313 709f56b5-9817-0410-a4d7-c38de5d9e867
2004-05-18
- 17:38 Bug #14154: t3lib_div::writeFile() changes permissions without need
- This will only be the case, if the owner of the file is the apache-user.
Case 1:
-rw-rw-r-- www-data www-data te... - 16:35 Bug #14174: Extra Message Boundary
- It's in CVS now.
- 16:32 Revision 8043ef08: Fixed bug #102 in htmlmail and a messageid related bug in formmail (Not on bugs.typo3.org).
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@312 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:24 Revision 3a50f21c: See four lines in changelog, 2004-05-18. Basically a lot of fixes for character set handling, especially in the frontend.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@311 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:44 Feature #14142: Extension Manager password for TER lost or not needed
- I noticed the behaviour on some but not all of the sites I updated. Maybe some random issue. Not a severe problem any...
- 12:06 Revision 92ed0e38: Fixed few bugs regarding the charset changes just committed.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@310 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:14 Revision db2b6942: * Created new function, t3lib_div::fixed_lgd_cs(), which should be used in the backend wherever a string is shortend for visual display. This function will truncate the string according to the backend charset (which should of course be set by forceCharset to a fixed value).
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@309 709f56b5-9817-0410-a4d7-c38de5d9e867
2004-05-17
- 23:50 Feature #14142: Extension Manager password for TER lost or not needed
- I have updated quite some sites from 3.5 to 3.6 series. All my sites kept the TER Password.
Are you aware that the... - 23:09 Bug #14174: Extra Message Boundary
- I agree, this line should not be there, its a bug. I just deleted the line, and also made a change in formmail that w...
- 22:28 Bug #14174: Extra Message Boundary
- The After: should look like this
"
....
YW1pbHk6IFZlcmRhbmEsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7Cglmb250LXdlaW... - 22:07 Bug #14174: Extra Message Boundary
- I'm not so much into MIME stuff, could you enlighten me in which way your patch would make Typo3 generated mails more...
- 18:15 Bug #14174 (Closed): Extra Message Boundary
- The boundary after "$this->constructHTML_media($boundary);" in t3lib_htmlmail::constructHTML() is extra. This causes ...
- 22:17 Bug #14172: Fehler bei Arbeit im Backend (Änderung bei Setupfeld)
- This is not a bug of Typo3 but a but of a specific version of MySQL.
Update your MySQL version and 'repair' the cac... - 14:53 Bug #14172 (Closed): Fehler bei Arbeit im Backend (Änderung bei Setupfeld)
- Hallo,
bei längerer Arbeit im Backend (Änderungen im Setupfeld) und öfterem Löschen des Cash kommte im Backend fol... - 22:10 Revision f00bffea: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@308 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:10 Bug #14140: Icons are not on the same line with their associated text (Mozilla)
- If you want this to be fixed, please suggest a patch that works for all browsers.
- 18:01 Bug #14140: Icons are not on the same line with their associated text (Mozilla)
- I can reproduce this with 3.6.0 on KDE 3.1.2/Linux with Firefox 0.8, but NOT with Konqueror (3.1.2)
So this could re... - 21:46 Revision 78e5b61d: DId a few updates, removed whitespaces.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@307 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:35 Bug #14176: Remove & in E-mailed URL
- This is already fixed in the CVS version of 3.6.1 and will be fixed in 3.6.2.
- 18:20 Bug #14176 (Closed): Remove & in E-mailed URL
- & in e-mailed URLs frequently don't work. Though the URL maybe W3C compliant, if it doesn't work, clients complai...
- 20:53 Revision 75820a2f: * Moved "install" extension to be a sys extension in sysext/
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@306 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:46 Revision 7a194cd7: * Moved "install" extension to be a sys extension in sysext/ (MAKE SURE to remove your old global "install" extension and clear the TEMP_cached files.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@305 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:12 Revision 58093839: * Corrected some bugs in t3lib_cs while writing a unit test for it.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@304 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:54 Bug #14169: Cannot create new pages with Quickstart Package and 3.6.0 core
- Unfortunatly, I only have one linux machine to test this on and outside of the 3 clean installs of typo3 on this mach...
- 01:28 Bug #14169: Cannot create new pages with Quickstart Package and 3.6.0 core
- Is this bug reproducable on other servers?
At least I wasn't able to reproduce it.
What is your system configurat... - 18:17 Feature #14175 (Closed): No Plain-text List Option
- When using plain-text options for Typo3, the list plugins have no means to be viewed as they aren't set in plaintextL...
- 16:40 Feature #14173 (Closed): remove dependency on static_info_tables for $GLOBALS['TSFE']->sys_language_uid
- The dependency is a) unnecssary and has b) a rather highy performance penalty by using an additional SQL query.
I... - 16:30 Bug #14170: No check of mysql-rights
- I have seen this behaviour myself.
- 09:57 Bug #14170 (Closed): No check of mysql-rights
- check if all rights needed for mysql are correctly set..that means create tables, alter tables and so on..
Example... - 14:50 Revision 561b11b6: fixed small bug
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@303 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:03 Revision 4cc4a0ac: Add the possiblity to configure which doktypes should be excluded from menu ("not in Menu")
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@302 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:46 Bug #14171 (Closed): XHTML compliance of FORM objects (attribute wrap)
- Generated Forms contains always a wrap-attribute in the textarea-tag. But the w3c-validator says that's wrong.
So I ... - 01:23 Revision 2a11f04e: * Fixed bug #88: fe_adminLib htmlspecialchars() issue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-6-0@301 709f56b5-9817-0410-a4d7-c38de5d9e867
2004-05-16
- 22:56 Bug #14169: Cannot create new pages with Quickstart Package and 3.6.0 core
- Oh, and I've tested this in both ie 6.0.2800 and firefox 0.8.
- 22:54 Bug #14169 (Closed): Cannot create new pages with Quickstart Package and 3.6.0 core
- I have new installations of 3.5, 3.6 beta and 3.6 final with the same error.
I follow the tutorial installs, ru... - 19:30 Bug #14166: Content Type TABLE does not allow 0 cellspacing
- This is about the TCA configuration of the field tt_content.table_cellspacing which is currently like this:
[typ... - 19:29 Revision 75fa0665: added include t3lib_loaddbgroup
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@300 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:25 Feature #14168: Install fails, Mem too small. Actually get_cfg_var problem
- I just read the comments on http://de.php.net/manual/en/function.get-cfg-var.php and it's true that what we want is a...
- 17:40 Feature #14168 (Closed): Install fails, Mem too small. Actually get_cfg_var problem
- Install fails, as PHP procedure get_cfg_var does not return any values of config variables. This makes Install compl...
- 17:28 Revision 4df8719e: Introduce renderRecordRaw() which can be called direktly to process values
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@299 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:56 Revision aa99583f: some fixes for temporary files
- destruction of object should remove temp files - that's still not working
git-svn-id: https://svn.typo3.org/TYPO3v4... - 16:48 Revision f1a3decf: fix in findService()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@297 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:47 Revision bd08d5ad: Small but needed changes to treeview
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@296 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:37 Revision aa174aeb: added support for different navFrameScripts for each submodule
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@295 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:33 Revision 2fcf2604: make params possible for navFrameScript
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@294 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:31 Revision ddd51394: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@293 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:30 Revision bab1089d: Changes to make Services available earlier in system startup (for authentication)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@292 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:25 Revision 203bf768: uniqueList() enhancement
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@291 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:15 Revision 0bb0c1a8: - tabMenu changes
- - table function enhancements
- context menu JS enhancements
- changes for JS and CSS includes from extobjbase
git-... - 15:56 Revision 52442192: added tabMenu css definition
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@289 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:30 Bug #14167: Content Type TABLE does not allow 0 cellspacing
- this bug was reported twice, thus I'm closing this one.
2004-05-15
- 20:40 Bug #14167 (Closed): Content Type TABLE does not allow 0 cellspacing
- When setting up content type TABLE it does not allow for a cellspacing of 0. It automatically unckecks the selection...
- 20:37 Bug #14166 (Closed): Content Type TABLE does not allow 0 cellspacing
- When setting up content type TABLE it does not allow for a cellspacing of 0. It automatically unckecks the selection...
- 07:40 Bug #14160: CGI Error message when accessing the install tool
- Ingmar,
Thanks Ingmar for the response.
This works for me. Why would it not, its the same line as commented wit... - 00:21 Bug #14160: CGI Error message when accessing the install tool
- OK, this is a proposed fix:
In the file t3lib/class.t3lib_install.php (and (if not symlinked) in its duplicate in ...
2004-05-14
- 22:10 Bug #14153: t3lib_extfilefunc::func_copy() does not set file permissions properly
- I think it's argueabel whether or not this is a bug or a feature.
I suggest starting a discussion in the dev mailing... - 21:58 Bug #14163: failed to allocate memory
- This is not a bug of Typo3 but a bug of either Apache or PHP.
After a PHP scripts has finished running, all memory... - 11:14 Bug #14163: failed to allocate memory
- Sorry, I forgot to say that this happens for pagerendering, etc. in frontend and backend
Thanks
Christian - 11:13 Bug #14163 (Closed): failed to allocate memory
- After longer use (several days) of typo3 without restarting the apache, one script after the other is failing with er...
- 20:32 Bug #14136: MSIE detected as Mozilla browser
- Our site looks fine with 3.6.1. Each browser receives the correct CSS file, browser detection is working well again!
- 20:18 Bug #14136: MSIE detected as Mozilla browser
- This problem should be solved in TYPO3 3.6.1, can you please confirm that?
- 20:25 Bug #14165 (Closed): Bug in media/scripts/tmenu_layers.php
- The file media/scripts/tmenu_layers.php should be the same as media/scripts/gmenu_layers.php except some small differ...
- 16:18 Bug #14164: index search and 3.6.1
- if i try to search again same keyword it works fine. but the error still comes on first search
- 16:15 Bug #14164 (Closed): index search and 3.6.1
- if i try to search a word i get the following error:
Warning: Invalid range end in /var/www/virtual/typo3_src-3.6....
2004-05-13
- 16:10 Bug #14160: CGI Error message when accessing the install tool
- The line you are referring to has been commented (prepended with a '#') on 28.01.2004.
Kasper's changelog entry wa... - 10:25 Bug #14160 (Closed): CGI Error message when accessing the install tool
- On certain pages in the install tool (read menu choices), I get a CGI Error message:
CGI Error
The specified CGI ... - 15:48 Bug #14162: Typo3 3.6.1 announced as 3.6.0
- Yes, true.
This is solved in CVS and will be done correctly next time for 3.6.2. - 12:36 Bug #14162 (Closed): Typo3 3.6.1 announced as 3.6.0
- You just forgot to increase the version number in the backend.
(issue imported from #M85) - 11:09 Bug #14161 (Closed): Wrong string pasted from 'TypoScript property lookup' -> 'Add object property'
- There is a small error using the 'Add object property'/'TypoScript property lookup'. When you click on the desired pr...
2004-05-12
- 17:56 Bug #14159: HTML Entities in headers don't get correctly displayed.
- closed due to user request
- 13:30 Bug #14159: HTML Entities in headers don't get correctly displayed.
- Sorry, connection problems. Please close this dupe. Thank you!
- 13:30 Bug #14159 (Closed): HTML Entities in headers don't get correctly displayed.
- Since Typo3 3.6.0, HTML Entitites in Headers fail to work, e.g. the entity "& #8230 ;" get displayed as an ampersand,...
- 17:19 Bug #14155: Publication w/indexed search broken in 3.6.0
- I dont't know if it has to do with it, but when I installed indexed search in typo 3.6.1, it wouldn't work 'out of th...
- 13:29 Bug #14158 (Closed): HTML Entities in headers don't get correctly displayed.
- Since Typo3 3.6.0, HTML Entitites in Headers fail to work, e.g. the entity "& #8230 ;" get displayed as an ampersand,...
- 09:53 Bug #14156: css_styled_content 0.1.0 adds unwanted tags
- 'css_styled_content' provides some Typoscript-Setup for output rendering. If you don't like the way it does so, eithe...
- 09:23 Bug #14157 (Closed): updating extensions fails because directories are not deleted
- trying to update or overwrite an extension that is already installed fails.
It seems like files and directories a...
2004-05-11
- 23:41 Bug #14156: css_styled_content 0.1.0 adds unwanted tags
- Part 4 should be:
"Each p tag is double-wrapped, producing broken HTML:
<p><p class="bodytext">...text.... - 23:39 Bug #14156 (Closed): css_styled_content 0.1.0 adds unwanted tags
- I just updated from css_styled_content 0.0.9 to 0.1.0. Now Typo3 adds coed to the page that was not there before and ...
- 22:34 Bug #14155: Publication w/indexed search broken in 3.6.0
- Kasper, do you remember a change from RC1 to final that could have caused this bug?
Is this rather a bug of the cor... - 22:20 Bug #14155 (Closed): Publication w/indexed search broken in 3.6.0
- On www.blender3d.org, we use publication to static HTML (as this lets us
survive Slashdot like yesterday). We also u... - 22:25 Bug #14152: Error 404 when adding a new content element
- I've upgraded a second installation to typo3.6.0 to check the bug. And voilà: The bug isn't there. (??)
What seem... - 22:04 Bug #14152: Error 404 when adding a new content element
- I can't reproduce the error.
Could you please provide a more precise description?
What EXACTLY do you mean with... - 12:14 Bug #14152 (Closed): Error 404 when adding a new content element
- When I try to add a new content element on top of the list view of content elements, I get an error 404:
The reque... - 22:21 Bug #14151: Error 404 when adding a new content element
- exact duplicate #14152
- 12:09 Bug #14151 (Closed): Error 404 when adding a new content element
- When I try to add a new content element on top of the list view of content elements, I get an error 404:
The reque... - 22:08 Bug #14154 (Closed): t3lib_div::writeFile() changes permissions without need
- Playing around with the filelist module, I discovered the following bug:
If a file has been edited via filelist, the... - 20:59 Bug #14153: t3lib_extfilefunc::func_copy() does not set file permissions properly
- Sorry for submitting the wrong diff.
Corrected version is attached: corrected_patch_func_copy.diff (571 bytes) 11.05... - 20:49 Bug #14153 (Closed): t3lib_extfilefunc::func_copy() does not set file permissions properly
- If a file is being copied with the filelist modules, the permissions of the new one is 755 - no matter what perms the...
- 20:44 Revision aacea5d7: * Changed version number to 3.6.1 in t3lib/config_default.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-6-0@288 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:33 Revision dcb9e0fb: Added changelog message for earlier bug fixes.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-6-0@287 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:29 Revision b883b134: * Changed version number to 3.7.0-dev according to newly adopted major.minor.patch version numbering model.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@286 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:26 Revision 72694c58: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-6-0@284 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:26 Revision 94c56bff: This commit was manufactured by cvs2svn to create tag 'TYPO3_3-6-1'.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_3-6-1@285 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:26 Revision 2336d0f0: * Merged fix to matchcondition browser detection from HEAD
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-6-0@283 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:24 Revision c8eb85a5: * Merged branch changes from "TYPO3_3-6-0"; Mainly bugfixes by ingmar.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@282 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:18 Revision 7a4e5bd8: Merged Ingmars fix from 3.6.0 branch for PATH_TRANSLATED and HTTPS detection
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@281 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:10 Bug #14150 (Closed): t3lib_parsehtml: tags in comments are handled (incorrectly)
- It seems that comments are parsed as well. This leads to problems if you have either remnants from earlier versions i...
- 10:53 Revision 3fb1bc94: * Rolled back browser detection in matchcondition class.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@280 709f56b5-9817-0410-a4d7-c38de5d9e867
2004-05-10
- 23:56 Revision a727f736: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@279 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:16 Bug #14148: "[br]" and "[p][/p]" generate same effect
- Converted angle brackets to square brackets as HTML tags are not escaped, but entietes are. This is dull.
edited on:... - 12:15 Bug #14148: "[br]" and "[p][/p]" generate same effect
- I am reporter of this bug. It's running on Linux Redhat 7.0.
The bug discription should be as follows:
When add... - 14:50 Bug #14149 (Closed): Filelist module file count is too high (one too much)
- File count seems to start at 1. So no files at all () empty dir) yields a file count of 1, own files get you a count ...
2004-05-09
- 23:01 Bug #14116: Using Fast-CGI don't give access to BE
- The fix for this problem is now in CVS branch TYPO3_3-6-0.
The fix will be included in a maintanace release within s... - 22:53 Bug #14112: PATH_TRANSLATED issues
- I fixed this bug in CVS for branch TYPO3_3-6-0.
The fix will be included in a maintanace release within some days. - 22:49 Bug #14144: t3lib_div::getIndpEnv() erroneously detects SSL -> BE crashes
- OK, I just fixed this bug in CVS for branch TYPO3_3-6-0.
The fix will be included in a maintanace release within som... - 22:48 Revision 3450f4a3: Fixed path detection problems.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-6-0@278 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:15 Revision 12df12d8: Fixed bugs #62 (SSL detection), #18 (PATH_TRANSLATED issues), #23 (cgi-fcgi issues)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-6-0@277 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:23 Bug #14148 (Closed): "[br]" and "[p][/p]" generate same effect
- When adding or editing text elements, the html marks "[br]" generate same effect as "[p][/p]" in the text. I mean [...
2004-05-08
- 13:35 Bug #14145: typo3/border.html is XHTML, wich makes trouble in IE
- because I wanted some feedback on this bug because I could not reproduce it on:
WinXP IE6
Win2k IE5.5
Win2k IE6
... - 11:31 Bug #14145: typo3/border.html is XHTML, wich makes trouble in IE
- I didn't experience the problem, I was just filing this as a spin off of #14137, which is mainly about problems with ...
- 09:59 Bug #14145: typo3/border.html is XHTML, wich makes trouble in IE
- Could you please State the Operational System and te IE Version?
Win2k SP3 IE6 makes no trouble
WinXP SP2 IE6 makes... - 11:58 Bug #14146: Thumbnails in Element Browser are only displayed if fileSuffix is lowercase
- then we would change it in brose_links.php, right?
- 11:50 Bug #14146: Thumbnails in Element Browser are only displayed if fileSuffix is lowercase
- The requirements o fthis function is to do a binary safe in-list comparison. If we change that we will damage TYPO3 i...
- 11:22 Bug #14146: Thumbnails in Element Browser are only displayed if fileSuffix is lowercase
- Change:
/t3lib/class.t3lib_div.php
Line 645
function inList($in_list,$item) {
#return strstr(','.$in_list.',', ... - 11:39 Feature #14142: Extension Manager password for TER lost or not needed
- If the download was always possible w/o password, then the bug is indeed that the username/password setting is lost d...
- 11:26 Feature #14142: Extension Manager password for TER lost or not needed
- So the bug is that the Passwords get lost on an update?
Because it had been possible to download publicly available ... - 11:21 Feature #14142: Extension Manager password for TER lost or not needed
- All publicly available extensions are displayed and can be downloaded.
See for yourself:
http://www10.musterfirma... - 09:58 Feature #14142: Extension Manager password for TER lost or not needed
- You only need to enter this information if your ALSO want to see member extensions.
Or are you able to download memb... - 11:30 Bug #14147 (Closed): Bulletlist incorrect in text with image aligned left
- Using content element text with image; image positioned in upper left corner; using RTE to add a bulletlist floating ...
2004-05-07
- 22:32 Bug #14146 (Closed): Thumbnails in Element Browser are only displayed if fileSuffix is lowercase
- This bug s only present with "typo3/browse_links.php"
(issue imported from #M65) - 15:44 Revision 7e87186d: Added "relPathprefix" to TEMPLATE cObject and also added support for relative path substitution of references in url() wrappers in <style> tags. This will also fix THAT problem reported for automaketemplate.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@276 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:25 Bug #14137: Pagetree doesn't render
- For border.html I've file bug #14145.
As for the dying Apache I've no idea. Of course it could be the PHP version.... - 10:23 Bug #14145 (Closed): typo3/border.html is XHTML, wich makes trouble in IE
- As reported in #14137 IE chokes on the file being XML. Basically it has troubles with the XML declaration.
SInce X...
2004-05-06
- 19:22 Bug #14137: Pagetree doesn't render
- After deleting the xml statement from border.html the error is gone and the border shows up.
Pagetree:
I figure... - 09:27 Bug #14137: Pagetree doesn't render
- The parse error seems to be a probem with broder.html. It's rather unnecessarily in XHTML. Please try and create a p...
- 09:19 Bug #14137: Pagetree doesn't render
- i have the same problem.
PHP Version 4.3.3
Typo 3.6 Dummy
Suse Linux
Confixx Pro - 17:33 Bug #14139: Install tool is incapable of comparing modern database dumps
- quick and DIRTY (!) fix for t3lib_install:
Replace the line:
} elseif (strcmp($FDcomp[$table][$theKey][$fieldN]... - 15:27 Feature #14130: BE-Login saveable for Browsers
- Security and laziness are two things. - I'm lazy;-)
Well, maybe this could be an Option? - 11:37 Bug #14144: t3lib_div::getIndpEnv() erroneously detects SSL -> BE crashes
- The history is that I fixed this based on response from users mailing about the same problem. I could not test it mys...
- 01:03 Bug #14143: Install Tool doesn't open "Frontend website" in new window
- I have just tested it and in contrast to what you report it works great.
The only way I could reproduce your bug r... - 00:45 Bug #14112: PATH_TRANSLATED issues
- Since these path problems are a major roadblock for newbees to install Typo3 but also a very time consuming nasty thi...
2004-05-05
- 21:45 Bug #14144: t3lib_div::getIndpEnv() erroneously detects SSL -> BE crashes
- I have tested the bug fix and I can confirm it has fixed my HTTPS issue on IIS
Thanks a lot for this very prompt r... - 21:33 Bug #14144: t3lib_div::getIndpEnv() erroneously detects SSL -> BE crashes
- Ingmar, you're great! :-)
- 17:35 Bug #14144: t3lib_div::getIndpEnv() erroneously detects SSL -> BE crashes
- OK, I have found out the reason for the behaviour.
Typo3 does not check if the variable $_SERVER["HTTPS"] ist set ... - 12:07 Bug #14144 (Closed): t3lib_div::getIndpEnv() erroneously detects SSL -> BE crashes
- Kasper has changed the code for SSL detection in CVS as of April 1st.
The log message was: "Fixed SSL problem and ... - 11:40 Bug #14143 (Closed): Install Tool doesn't open "Frontend website" in new window
- Instead, the frontend website opens in the same window. (Link at bottom of each page).
Opening backend in new windo... - 11:29 Feature #14142 (Closed): Extension Manager password for TER lost or not needed
- After updatting sites to 3.6.0 the EM displays the following warning before connecting to TER:
"You have not conf... - 10:39 Feature #14141: Extension Manager: "Enter" key behaviour in the Extension Import screen
- Sorry - just noticed that this is a duplicate (someone else already posted a similar one). Please mark it as such -- ...
- 10:22 Feature #14141 (Closed): Extension Manager: "Enter" key behaviour in the Extension Import screen
- Using IE 6 and Typo3.6. When I openthe Extension Manager, and select the "Import extensions from online repository" s...
- 06:41 Bug #14140 (Closed): Icons are not on the same line with their associated text (Mozilla)
- Take a look at the screenshot, the icon at the bottom with the question mark is a link to the explanation for "Page (...
2004-05-03
- 22:29 Bug #14139 (Closed): Install tool is incapable of comparing modern database dumps
- When I use the "Database Analyzer" of the Typo3 install tool to compare the current database to the file typo3conf/da...
- 19:55 Bug #14137: Pagetree doesn't render
- Here is the output of the debug system:
### DEBUG SYSTEM INFORMATION - START ###
HTTP_HOST : dudalski.d... - 19:41 Bug #14137: Pagetree doesn't render
- One error message says (in the Web>Seiten-Modul area)
Parse error: parse error in /home/typo3_src-3.6.0/typo3/bord... - 14:26 Bug #14137: Pagetree doesn't render
- What does the server error message say?
- 12:02 Bug #14137 (Closed): Pagetree doesn't render
- After upgrading to 3.6.0 from 3.5.0 the pagetree in the backend doesn't render any more. Instead a server error page ...
- 16:27 Bug #14138: XHTML conformity
- Reminder sent to kasper
It's probably already somewhere on your hard disk, but folks need an updated version of TSRe... - 16:25 Bug #14138: XHTML conformity
- Closing bug, but two things should happen:
documenting config.doctype
documenting correct way to achieve XHTML co... - 16:06 Bug #14138: XHTML conformity
- I see.
By overriding doctype I meant selecting a different doctype in the validator...
I found what causes the ... - 15:06 Bug #14138: XHTML conformity
- With overriding doctype you mean setting config.doctype=xhtml_trans?
Try setting config.xhtml_cleaning. Reading th... - 12:06 Bug #14138 (Closed): XHTML conformity
- Hi!
As of 3.6.0, typo3 claims XHTML conformity. Thus I checkt with both my page and typo3.org on validator.w3.org
... - 15:28 Bug #14135: link wizard fails to remember external links
- Changed subject to reflect real issue.
- 15:23 Bug #14135: link wizard fails to remember external links
- What the reporte means is: if youÄve entered an external link, and re-invoke the wizard, the wizard is in "internal l...
- 15:24 Feature #14133: Edit in Frontend Only: no access
- Resolving is not what I wanted.
- 15:10 Feature #14133: Edit in Frontend Only: no access
- Seems to be a compatibilty problem of the extension. Please contact the extension author.
Suspended until further ...
2004-05-02
- 15:02 Bug #14135: link wizard fails to remember external links
- Version is 3.6 final.Behaviour seems to be browser-independent.
- 12:19 Bug #14135: link wizard fails to remember external links
- Please specify your TYPO3 version.
- 01:35 Bug #14135 (Closed): link wizard fails to remember external links
- the link wizard doesn't remember the
external link. Editing the link I get not the external URL I
set before, but... - 12:30 Bug #14136: MSIE detected as Mozilla browser
- Browser identification strings:
Mozilla 1.6: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6)
Internet Exp... - 12:28 Bug #14136 (Closed): MSIE detected as Mozilla browser
- MSIE sends as browser detection string: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1). Typo3 detects the word M...
- 12:14 Bug #14122: Install Tool shows fatal error if typo3/ext is not writeable
- I have fixed that, it's already included in TYPO3 3.6.0 final
- 04:50 Bug #14131: undefined function imagegif() when using the 1-2-3 step installer
- This is because you have done the 1-2-3 step installation and nothing more... go to the install (typo3/install/index....
2004-05-01
- 23:19 Feature #14134 (Closed): JS Errors in Opera
- The Browsercheck ignores Opera, although Opera 7.23 can display, and Hover the images i.e.. Example: TMENU with befor...
- 17:22 Feature #14133 (Closed): Edit in Frontend Only: no access
- 1) create a user, give him the rights to edit page content. Add this to the TS:
admPanel {
enable.edit = 1
m... - 16:38 Bug #14132 (Closed): Deleting an extension in Extension Manager generates an unnecessary PHP error
- Seen with Typo3 3.6.0, on Linux platform (Gentoo)
When deleting an extension in the EM (this example was css_style... - 15:43 Bug #14122: Install Tool shows fatal error if typo3/ext is not writeable
- +1 from me. I never allow global installs anyway.
- 15:41 Feature #14130: BE-Login saveable for Browsers
- -1 from me. Security vs. Lazyness...
- 04:04 Bug #14131: undefined function imagegif() when using the 1-2-3 step installer
- This looks pretty much like if your GD library just doesn't support GIF file generation!
Search Google for 'typo3 ...
2004-04-30
- 20:08 Revision a50988a5: Changed to version 3.6.0
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-6-0@274 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:08 Revision 5b7456dc: This commit was manufactured by cvs2svn to create tag
- 'TYPO3_3-6-0FINAL'.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_3-6-0FINAL@275 709f56b5-9817-0410-a4d7... - 20:05 Revision 8979db30: Changed "Help>About" page
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-6-0@273 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:01 Revision 098b72b3: Fixed "Help>about" page
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@272 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:34 Revision 60e76c98: Updated languages,... and go 3.6.0!
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-6-0@271 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:19 Revision 5cd0df87: Updated languages
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@270 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:51 Bug #14131: undefined function imagegif() when using the 1-2-3 step installer
- Please specify your TYPO3 version! Obviously you're not using the latest version.
- 13:08 Bug #14131 (Closed): undefined function imagegif() when using the 1-2-3 step installer
- After installation of quickstart bigfeet-site anything works well and the logo is shown correctly in the upper left ...
- 15:21 Revision dfa6b497: Fixed bugs in fe_adminLib htmlspecialchars() related.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-6-0@269 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:18 Revision fa9038d4: Fixed bugs with htmlspecialchars()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@268 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:01 Revision 3edfab43: Changes to dev-login screen.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@267 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:45 Revision ca02f034: Changes for stucki.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@266 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:38 Revision 2b7bdef9: * Merged TYPO3_3-6-0 branch changes by robert into HEAD. See 3.6.0 branch change log if you want.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@265 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:48 Feature #14127: FE-Editing new pages and simulateStatic
- I tried the patch, applies just fine, but doesn't help. I tried to add a new page, and got redirected to this: partne...
- 10:59 Revision e8925c2c: * Changed warning message for typo3/ext in the install tool for the directories. Now directories have the following requirements, where the values mean. See Changelog of t3lib_install.php for more details.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-6-0@264 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:57 Revision b6812847: Changed warning message for typo3/ext in the install tool for the directories. Now directories have the following requirements, where the values mean:
- -1 = not required, but if it exists may be writeable or not
0 = not required, but if it exists the dir must be writ... - 10:08 Revision c481f7c8: Fixed typo: "precedence" instead of "precendence". Bug #0000039
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-6-0@262 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:05 Bug #14129: Misspelling
- Done.
- 10:01 Bug #14125: "HASH" is a reserved SQL keyword
- This is a bug in MySQL 4.1.0
- 00:43 Bug #14125: "HASH" is a reserved SQL keyword
- Thank you Ingmars! You found the answer... going to upgrade my MySQL server to 4.1.1.
This bug can be "RESOLVED" a... - 08:56 Feature #14130 (Closed): BE-Login saveable for Browsers
- If we would remove value="" on the login-screen, it were possible to store the passwords for Mozilla etc.
Thank ... - 08:53 Bug #14112: PATH_TRANSLATED issues
- See http://bugs.php.net/bug.php?id=23610.
It happened something around php 4.3.2,
2004-04-29
- 22:10 Bug #14105: tslib_content does not handle ouput charset
- Since Masi hasn't got enough CVS write access in order to resolve this bug, I'm going to assign it to Kasper instead....
- 21:57 Bug #14105: tslib_content does not handle ouput charset
- Uploaded tslib_content_changes.txt containing updates and new functions for tslib_content.php. The fix solves all of ...
- 21:50 Bug #14128: Installing dummy-3.6.0RC2 on php4.3.6 fails
- This bug depends on those nasty path problems so I've marked it as a duplicate of 0000018.
Changing priority to U... - 17:43 Bug #14128: Installing dummy-3.6.0RC2 on php4.3.6 fails
- Ingmar, you've been involved with the thread he's mentioning, maybe you know more?
robert - 17:02 Bug #14128 (Closed): Installing dummy-3.6.0RC2 on php4.3.6 fails
- When I unzip the dummy-3.6.0RC2-2.zip file to:
C:\apache\Apache2\htdocs\typo36\dummy-3.6.0RC2\
and then access it... - 21:40 Bug #14125: "HASH" is a reserved SQL keyword
- HASH is no longer a reserved word as of MySQL 4.1.1.
See changelog: http://dev.mysql.com/doc/mysql/en/News-4.1.1.html - 20:21 Bug #14125: "HASH" is a reserved SQL keyword
- The problem is that in the Changelog there is nothing about HASH but if you look at Docs/reservedwords.txt from the M...
- 17:37 Bug #14125: "HASH" is a reserved SQL keyword
- Hi Davide,
HASH is not in the list of reserved keywords [1] and I couldn't even find something related to that in ... - 14:14 Bug #14125 (Closed): "HASH" is a reserved SQL keyword
- I cannot create tables who contain a field called "HASH" because in MySQL 4.1.0-alpha it is a SQL reserved keyword.
... - 20:15 Bug #14129: Misspelling
- Confirmed. Robert, can you please apply my patch?
- 18:45 Bug #14129 (Closed): Misspelling
- Tools - Extensions - Details
Double installs?
A "Global" extension with this key is also available on the server, ... - 18:26 Bug #14114: Can not add messages on the forum
- You have an old version of tt_board. Like Mathias said - please upgrade to the latest global extensions, available at...
- 18:03 Bug #14124: Imagemagick takes up to 6 minutes for displaying PDF preview of 100 pages document
- That's a classic for Kasper. Because he likes Imagemagick so much ...
- 11:56 Bug #14124 (Closed): Imagemagick takes up to 6 minutes for displaying PDF preview of 100 pages document
- IM identify, which is called each time the thumbnail is displayed, will go through every frame (page) of the document...
- 16:57 Feature #14127: FE-Editing new pages and simulateStatic
- This patch should do the trick but I didn't test it.
Please give me your feedback, thanks. - 15:32 Feature #14127 (Closed): FE-Editing new pages and simulateStatic
- If you do FE editing, and create a new page, TYPO3 generates a backurl
to lead you to the page just created. It doe... - 16:13 Bug #14109: css_styled_content 0.0.9 (RC2) creates double-attribute in <img>-tag
- Sorry, but I cannot reproduce your bug.
With the TYPO3 3.6.0RC2 and the latest CVS version of css_styledcontent I... - 15:04 Bug #14123: cached image sizes don't work properly, method for clearing the cache has to be changed
- I have fixed this in the current CVS version. Changelog:
- Moved table definition for cache_imagesizes from sysext... - 11:52 Bug #14123 (Closed): cached image sizes don't work properly, method for clearing the cache has to be changed
- Have to fixe the cache clearing mechanism.
- Put SQL for cache_imagesizes into t3lib/stddb/tables.sql instead of t... - 15:00 Revision 8505c64c: * Resolved bug #0000031:
- * Moved table definition for cache_imagesizes from sysext/cms/ext_tables.sql to stddb/tables.sql
* Removed Clear All ... - 14:32 Bug #14126 (Closed): "Error" messages of extensionmanager should be called "Warnings"
- The extensionmanager often yieds error messages like "No XCLASS inclusion code found" or similar.
Expirienced user... - 11:39 Bug #14122 (Closed): Install Tool shows fatal error if typo3/ext is not writeable
- If the global extensions directory is not writeable, the Basic Configuration section will show a fatal error although...
- 10:15 Revision 1e52a7b9: remove broken optimization remnants (gonna rethink it for 3.7)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@260 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:36 Bug #14117: Opera 7 with gmenu_layers & tmenu_layers in FE
- mathias,
would you be so kind to change the category
from backend to frontend
thanks in advance,
Martin
Also available in: Atom