Activity
From 2005-11-27 to 2005-12-26
2005-12-26
- 21:09 Bug #15306: Disturbing auto-saving of form-fields
- fixed in CVS.
- 20:08 Bug #15260: Cyrillic characters in text record hedlines
- After changing the "multiplyDBfieldSize" setting, did you do a database COMPARE in the install tool? Just to make su...
- 16:52 Bug #15260: Cyrillic characters in text record hedlines
- I can confirm that cyrillic letters work properly if you set "multiplyDBfieldSize" to 2 and use utf-8 as BE charset (...
- 16:49 Bug #15211 (Closed): Incorrect label in Latvian language
- "List" is translated as "Liste". There is no such word in latvian language. Should be "Saraksts".
(issue imported...
2005-12-25
- 21:06 Bug #15246: New hook in class.t3lib_userauthgroup.php
- Hi Rik,
I just checked the hook again and have a question about it: What exactly do you need it for in your applic... - 13:33 Bug #15191 (Closed): TCEforms::getListedFields does not take "dividers2tabs" from $TCA into account
- Unlike TCEforms::getMainFields, TCEforms::getListedFields does not draw tabbed forms.
Found this while working on ... - 12:32 Bug #15260: Cyrillic characters in text record hedlines
- $TYPO3_CONF_VARS["SYS"]["multiplyDBfieldSize"] = '3'
doesn’t changes the behaviour. The header is rejected after the...
2005-12-24
- 22:06 Feature #15043: Link checker needed
- Hi,
this bug will be fixed by the referece tables. See #15140 for more information.
Greets, Sebastian
2005-12-23
- 22:36 Feature #15302: Update wizard
- Uploading 08 patch
NOTE: Took out last section in diff which repeated the function compat_version. - 21:29 Feature #15302: Update wizard
- The _8 patch does some cleanup, and it hopefully improves usability. I changed the help texts to make them easier to ...
- 19:33 Feature #15302: Update wizard
- TYPO3 3.9-dev
PHP 4.3.4
No errors.
Needs clearer/easier instructions (I can help write up this).
May need t... - 01:01 Feature #15302: Update wizard
- Hi,
the new _7 patch fixes a caching issue. @Peter - fixing the problem you had ;)
Sebastian - 00:17 Feature #15302: Update wizard
- The new version _6 implements as well the typoScript condition and the unified method for getting compatibility data....
- 21:31 Bug #15301: XHTML of FORM cObj
- Hi,
could you please have a look at this and give me some feedback?
tHNX,
Sebastian - 19:54 Bug #14824: dbal cannot handle LEFT JOIN correctly
- Bug has been fixed and the fix will find it's way into CVS ASAP.
- 18:17 Bug #14824: dbal cannot handle LEFT JOIN correctly
- The LEFT was seen as an alias for the table name, thus it was quoted. This is fixed. But there is another bug in that...
- 16:47 Bug #15244: "Page is being generated" is bad for search engines
- Pragma: no-cache
Cache-control: no-cache - 14:16 Bug #15307 (Closed): SQL parser cannot handle table aliases when using AS keyword
- When using a table alias in a query this only works if one is not using the AS keyword:
SELECT * FROM table alias -... - 01:25 Bug #15031: Page-Title maxlength > database-field tinytext
- Hi,
is it possible for you to submit a patch for that issue?
Greets, Sebastian - 01:23 Bug #14546: Backend PageTree Error
- no response from user - please reopen if necessary.
Greets, Sebastian - 01:21 Feature #15140: When changing a page's alias, update all links
- Hi,
the new feature of "reference tables" will make this possible. See http://news.typo3.org/news/article/developme... - 01:20 Bug #15218: Basic Configuration uses different scheme to write im_path to localconf.php
- Hi,
can you provide a patch for this issue?
That would be very helpful. Greets, Sebastian - 01:19 Bug #15182: new similar Option to HMENU includeNotInMenu
- I think you are right - however I don't have time to provide a new patch at the moment. Will look at this later.
Gre... - 01:17 Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
- Hi,
the "override" stuff is in CVS!
Greets, Sebastian - 01:17 Bug #15034: Radio button validation does not work if there is only one radio button
- fixed in CVS.
- 01:16 Feature #14735: Disable all nag screens
- fixed in CVS.
- 01:14 Bug #15306: Disturbing auto-saving of form-fields
- Hi,
thanks for this information - I will fix this.
Greets, Sebastian
2005-12-22
- 23:12 Bug #15306 (Closed): Disturbing auto-saving of form-fields
- If you edit a field in Typo3 3.9-dev (e.g. title of a page) the browser triggers an auto-saving when leaving the fiel...
- 20:22 Bug #15305: RemoveFormat destroys the HTML sometimes
- I cannot reproduce the reported problem using the supplied test case, either with the compressed, nor with non-compre...
- 15:50 Bug #15305: RemoveFormat destroys the HTML sometimes
- FYI
- 15:49 Bug #15305 (Closed): RemoveFormat destroys the HTML sometimes
- Due to a bug in a RegExp, sometimes applying the RemoveFormat to remove HTML- or Word-formatting you end up with non-...
- 19:27 Bug #15089: MySQL-error in single_table_view caused by missing table_aliases (typo3_src-3.8)
- The issue has been fixed at a different place (t3lib_befunc) by Christian Jul Jensen yesterday - independently from ...
- 19:00 Bug #15303: SQL parser lacks proper support for NOT statements
- Has been fixed today.
- 14:08 Bug #15248: When deleting a record in the BE, MsgBox should show the record label
- I've just looked through the user interface design guidelines of Windows, Maxc, KDE and Gnome. Those that say somethi...
- 13:47 Bug #15301: XHTML of FORM cObj
- i mean textarea field in form
- 09:28 Bug #15304 (Closed): Scope of BE- and FE-Cookie: multi typo3 instance on one domain
- If you installed more than one typo3 instance on same domain, the user session cookie will invaild and overwrite each...
- 00:12 Bug #15249: EM sets permissions wrong when downloading an extension, causing problems with suphp
- Karsten, users who need to give their Apache group write permissions need to change their configuration either way as...
2005-12-21
- 22:14 Bug #15135: Typo3 backend does not work with reverse proxy
- Oh, I forgot: My patch is built against Typo3 3.8.1
- 19:26 Bug #15135: Typo3 backend does not work with reverse proxy
- This is also related to Bug Id #14229: http://bugs.typo3.org/view.php?id=202
- 20:48 Bug #15303 (Closed): SQL parser lacks proper support for NOT statements
- When the SQL parser sees something like
NOT(deleted=1)
it cannot handle this. This leads to disappearing where cla... - 20:43 Feature #15302 (Closed): Update wizard
- Hi,
this is a working draft for an update wizard _and_ a compatibility setting.
I hope to add more here later, but ... - 19:52 Bug #15178: Call to undefined function: fetchrow() in dbal/class.ux_t3lib_db.php
- I was unable to reproduce this easily. Since similar errors have been reported from users without DBAL (as in "tx_dba...
- 19:09 Bug #14513: general problems with fulltext keys in tables (extension manager failures)
- If someone comes up with convincing reasons to include fulltext index support, I might change my opinion...
- 19:09 Bug #14513: general problems with fulltext keys in tables (extension manager failures)
- The DBAL classes/methods only support a subset of SQL. Furthermore to make the DBAL work cross-database, it must not ...
- 19:07 Bug #15290: wizard_colorpicker.php doesn't work properly in FlexForms
- Hi Sebastian
The bug is in class.t3lib_tceforms.php, function renderWizards() on the lines 2997 and 3002 (based on... - 19:03 Bug #15301 (Closed): XHTML of FORM cObj
- some document types(strict, for example) do not support attribute "wrap"
class.ts_lib_content :: FORM contains th... - 18:41 Bug #15089: MySQL-error in single_table_view caused by missing table_aliases (typo3_src-3.8)
- Ok, this is not a DBAL (as in "tx_dbal") error but happens with the plain core as well. The resulting query will alwa...
- 17:43 Bug #15089: MySQL-error in single_table_view caused by missing table_aliases (typo3_src-3.8)
- Ok, now I could reproduce this and will work on a fix.
- 16:46 Bug #15089: MySQL-error in single_table_view caused by missing table_aliases (typo3_src-3.8)
- The SQL used by civserv has some illegal stuff, that might provoke some errors:
FROM `tx_civserv_organisation` WHER... - 14:38 Bug #15089: MySQL-error in single_table_view caused by missing table_aliases (typo3_src-3.8)
- First of all, trying to install this extension showed another bug, which has now been fixed - tables with fields that...
- 17:41 Bug #14825: dbal does not parse DISTINCT correctly
- Using DISTINCT is now supported in parseFieldList() and compileFieldList().
- 15:59 Bug #15300: Creating tables with DBAL on MySQL cuts numeric field types in half
- Fixed by ignoring unsigned only for non-mysql databases.
- 15:38 Bug #15300 (Closed): Creating tables with DBAL on MySQL cuts numeric field types in half
- When creating a table with DBAL, the unsigned attribute is discarded (as it is no SQL standard). With other databases...
- 15:23 Bug #15299 (Closed): class.db_list_extra::makeControl() renders broken edit icon in custom DB Lists
- I am developing an extension that has a customer Record Listing page and therefore I am trying to use the core classe...
- 13:55 Bug #14883: Error when adding pagecontent
- This is fixed in current code, please have a look again when the beta has been released. This was caused by a missing...
- 13:35 Bug #14823: DBAL produces "unexpected EOF on client connection"
- With current dbal, adodb and TYPO3 code I cannot reproduce this with PostgreSQL 7.4.9. Anyway, this bug can hardly be...
- 13:26 Bug #15179: Very difficult install.
- The $typo_db* values are used for the _DEFAULT handler only, if you define other handlers it will use the ones define...
- 11:51 Bug #15298 (Closed): Additional fields of pages table are not translated when using getText datatype
- Hi,
I added a new field to both the pages and pages_language_overlay table:
tx_svoaddpageheader_pageheadline
... - 11:07 Bug #15297 (Closed): Message "No records found in storage folder!" appears but the are records available
- Message "No records found in storage folder!" appears but the are records available in the storage folder.
As far ...
2005-12-20
- 20:00 Bug #14643: memory_limit too low error, but not enabled during compile of PHP v4.3.2 and up
- Since there was no negative feedback, I assume this is indeed fixed.
- 19:54 Bug #15249: EM sets permissions wrong when downloading an extension, causing problems with suphp
- -1 for the patch. Most people probably have a user-group setting that has Apache as group somehow. Those using suphp ...
- 19:07 Feature #15090: Improve usability of "Undo/History" feature.
- Thanks to Bernard Kraft I got to test 3.9.0-dev and tried the changes, everything works fine!
I did see the follow... - 18:51 Feature #14229: Typo3 doesn't support Proxing like Zope for instance
- Equal, if SERVER_NAME or HTTP_HOST is used: It won't work with alle reverse proxy setups.
For use with reverse pro... - 15:38 Bug #15246: New hook in class.t3lib_userauthgroup.php
- So, I wonder, will this hook be integrated in future versions of TYPO3?
- 14:30 Bug #15286: Problem with FORM action. Wrong action url
- upd: as i just noticed my solution works only if realurl is disabled.
otherwise(realurl is ebabled), addQueryStrin... - 11:20 Bug #15231: No error page shown when using simulatestatic even if alias doesn't exist
- fixed in CVS.
2005-12-19
- 21:36 Feature #14580: Adding a table head TH or THEAD tag
- Support for th element and for scope attribute will be included in next version.
Support for thead and tfoot eleme... - 21:01 Bug #15225: Javascript Warning in Preload-Images because of uninitialized Variables
- Another case with uninitialized variables:
- browserName = navigator.appName;
- browser... - 20:52 Bug #15225 (Closed): Javascript Warning in Preload-Images because of uninitialized Variables
- img9_0246_0_n=new Image(); img9_0246_0_n.src = "typo3temp/menu/282dff7f80.png";
img9_0246_0_h=new Image(); img9_024... - 20:38 Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
- Hi Sebastian,
I will investigate your patch, test and probably expand the options.
But I'm really busy right no... - 20:20 Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
- the current patch only implements the "override" possibility and changes the syntax from module.... to override....
... - 16:33 Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
- Hi,
is somebody able to work on this on a short-term basis so the new notation could get into TYPO3 4.0? I maybe won... - 18:08 Bug #15295: Unable to login into BE when using MySQL 5+
- Dear Martin
In the meantime i installed MySQL 4.0.26 on the same server and tried the TYPO3 environment SUCCESSFUL... - 16:43 Bug #15295: Unable to login into BE when using MySQL 5+
- Dear Martin
I found some hints under:
http://typo3.org/documentation/mailing-lists/english-main-list-archive/thre... - 16:12 Bug #15295: Unable to login into BE when using MySQL 5+
- Funny guy. Either your setup is wrong or Mysql made again an incompatible change.
If you cannot give any hint why ... - 16:08 Bug #15295 (Closed): Unable to login into BE when using MySQL 5+
- Existing and running webserver environment:
Win XP Professional SP2
Apache 2.0.54 Win32
PHP 5.0.4 OR PHP 4.4.2
My... - 17:44 Bug #15135: Typo3 backend does not work with reverse proxy
- The attached patch solves a large portion of this bug:
- it has a autodetection if you are connecting via SSL-Proxy ... - 16:14 Feature #15296 (Closed): Cannot create new TS templates with Web>Template when others exist
- Web>template has no "create new template" button when at least one active template exists. You have to use web>list t...
- 15:46 Feature #15294 (Rejected): Cannot reactivate TS templates with Web>Template
- Once I've checked the "deactivate" checkbox, the template is gone as far as web>template is concerned. I need web>lis...
- 15:40 Bug #15283: FORM with image buttons doesn't validate as XHTML
- This is true. The image gets render as IMAGE cObj and then simply <img is replaced by <input.
- 09:13 Bug #15283: FORM with image buttons doesn't validate as XHTML
- The button is not an IMG tag, but an INPUT tag (with type="image")
And according to W3C specs then you can't have WI... - 15:26 Bug #15006: Possibility to add multiple "includeLib" plugins
- I also would appreciate some work to be done to eliminate this bug, hopefully so it is fixed in TYPO3 4.0.0.
Also ... - 13:17 Bug #14547: XHTML compliance of typolink (non-compliant links are generated when additional parameters are used)
- Please note that bug#1890 was a misunderstanding, no problem encountered there. So I suggest we close this (#772) and...
- 12:38 Bug #15286: Problem with FORM action. Wrong action url
- ok. i found solution
Manual(TSref) says that FORM.type is (int) or string var, but it doesn't say that FORM.type als... - 11:19 Feature #15060: Missing https link-type in page-type external URL
- added patch file
- 09:52 Bug #15293 (Rejected): FORM wizard does not support FORM reset button
- The element type "reset" is missing although it is supported by the FORM content element.
Further problem: if ... - 09:42 Bug #15239: Can't limit content cols for Page>QuickEdit
- Hi Sebastian,
here is the patch file. Sorry for the long latency.
Greets, MaBa
2005-12-18
- 23:57 Bug #15292: login to the BE is not possible on default debian 3.1 systems
- [PHP]
;;;;;;;;;;;
; WARNING ;
;;;;;;;;;;;
; This is the default settings file for new PHP installations.
; By ... - 15:02 Bug #15292: login to the BE is not possible on default debian 3.1 systems
- I have tested and on my server it works.
can you post the php.ini ? - 21:23 Bug #15186: Depreciated static items must be removed before 4.0
- I just changed the "depreciated" => "deprecated" thing. Thanks Dimitri for writing such a nice script, didn't know th...
- 19:49 Bug #15050: Gremlin: Filelist module should have "New" button
- a tried to delete teh unused main <form> tag of the file list frame, but it's a bit too complicated.
my patch anyw... - 13:23 Bug #15050: Gremlin: Filelist module should have "New" button
- i uploaded a patch.
there was some strange (bug) behaviour in the html code of the page, that prevented my first <... - 11:00 Bug #15050: Gremlin: Filelist module should have "New" button
- i'm working on it.
i made the "new" button work.. i have some problems with the "upload"... - 09:45 Bug #15050: Gremlin: Filelist module should have "New" button
- Hi,
is it possible for you to implement this as a patch?
Greets, Sebastian - 09:28 Bug #15050: Gremlin: Filelist module should have "New" button
- i think that this feature for the BE should be really taken in consideration by the Gremlins team..
PLEASE! it's t... - 19:44 Bug #15262: Error TYPO3 in windows. Calling history leads to CGI ERROR
- Close :-D
- 15:52 Bug #15262: Error TYPO3 in windows. Calling history leads to CGI ERROR
- The history / undo feature remains working but I don't know what side effect that will cause if diff is not installed...
- 15:08 Bug #15262: Error TYPO3 in windows. Calling history leads to CGI ERROR
- The diff tool must have executable rights for the IIS Service.
- 15:18 Feature #15288: Ellipse Gifbuilder Function
- My English is bad.
Truecolor is used in core eg. :
$im_base = imagecreatetruecolor(imagesx($im), imagesy($im));
...
2005-12-17
- 21:19 Bug #15292: login to the BE is not possible on default debian 3.1 systems
- adding an extra admin user via install script does not help, the same error shows up
br,
Patrick
- 20:59 Bug #15292: login to the BE is not possible on default debian 3.1 systems
- btw I think that's no bug...
Greets, Sebastian - 20:59 Bug #15292: login to the BE is not possible on default debian 3.1 systems
- Please create new BE admin users in the install tool!
Greets, Sebastian - 20:17 Bug #15292 (Closed): login to the BE is not possible on default debian 3.1 systems
- apache2 Server version: Apache/2.0.55
PHP 5.1.1-1 -su-php
mysql 4.1.15
typo3 BE login always rejects.
table s... - 21:14 Feature #15288: Ellipse Gifbuilder Function
- Hi,
as you worked on the gifbuilder during zap-the-gremlins, I thought you might have a look. (Btw - is truecolor no... - 21:12 Bug #15248: When deleting a record in the BE, MsgBox should show the record label
- I think typo3/sysext/cms/layout/db_layout.php and typo3/alt_doc.php need to be changed. Just search for deleteRecord ...
- 12:17 Bug #15248: When deleting a record in the BE, MsgBox should show the record label
- For this, sysext/cms/layout/db_layout.php probably needs to be changed. I still don't know where the change needs to ...
- 21:07 Bug #15291: Remove commented-out code from the EM
- Hi Karsten,
I think you are currently working on the EM, could you care about this?
Thanks,
Sebastian - 13:32 Bug #15291 (Closed): Remove commented-out code from the EM
- There is lots of commented-out code in mod/tools/em/index.php. This is bad because:
1. it makes the code less read... - 21:06 Bug #14763: Create Files with no correkt umask when using with suphp
- Hi,
does it help to call t3lib_div::fixPermissions @Steiner. J.A instead of umask?
Greets, Sebastian - 16:29 Bug #14763: Create Files with no correkt umask when using with suphp
- This is related to bug 0001958.
- 15:04 Bug #14763: Create Files with no correkt umask when using with suphp
- Instead of using umask() there is a function t3lib_div::fixPermissions() which should be called whenever a file has b...
- 21:03 Bug #15283: FORM with image buttons doesn't validate as XHTML
- What exactly is the problem? That width and height and border is forbidden generally for the image tag, or is it spel...
- 15:07 Bug #15249: EM sets permissions wrong when downloading an extension, causing problems with suphp
- I already know of suPHP but don't think that it is only related with this tool.
As long as creategroup is not spec... - 12:49 Bug #15249: EM sets permissions wrong when downloading an extension, causing problems with suphp
- I've attached a patch for t3lib/config_default.php that changes the default configuration to be safer. (When an exten...
- 12:00 Bug #15290: wizard_colorpicker.php doesn't work properly in FlexForms
- Hi,
is it possible for you to locate the problem and write a patch for it?
Greets from Dresden,
Sebastian - 11:59 Bug #15286: Problem with FORM action. Wrong action url
- Hi,
it isn't possible to say
form.action =
?
If not, maybe it is possible for you to implement this?
Gree... - 10:58 Bug #15286: Problem with FORM action. Wrong action url
- After having a closer look at tslib_content::FORM(), I haven't found a simple way to have an empty action. :-( Maybe ...
2005-12-16
- 19:55 Bug #15290 (Closed): wizard_colorpicker.php doesn't work properly in FlexForms
- When using wizard_colorpicker.php in FlexForms, the picked colors are only displayed properly before saving the form....
- 18:53 Bug #15262: Error TYPO3 in windows. Calling history leads to CGI ERROR
- Well, a history obviously needs the diff tool... if you comment out this function history won't work anymore :-) And ...
- 16:46 Bug #15262: Error TYPO3 in windows. Calling history leads to CGI ERROR
- Extra comments:
I fixed it by taking out line 168 (function getDiff):
exec($cmd,$res);
but this is not the best ... - 14:42 Bug #15289 (Closed): Dates have epoch timestamp as title in backend.
- Whenever you want to be able to select several dates in the backend and do so by using a selectbox (thus joining date...
- 12:27 Feature #15100: typolink should support the title attribute
- Fixed in CVS.
- 12:20 Feature #15100: typolink should support the title attribute
- Yes the bug can be closed.
- 09:16 Bug #15286: Problem with FORM action. Wrong action url
- i know this Oliver, thnx :)
but i cannot force FORM object to generate empty action.
i'm talking about function...
2005-12-15
- 22:44 Feature #15288: Ellipse Gifbuilder Function
- Sample:
http://www.thomas-peterson.de/?id=27 - 22:43 Feature #15288 (Closed): Ellipse Gifbuilder Function
- With this Patches can you use Ellipse in TypoScript (GIFBUILDER).
eg.
10 = ELLIPSE
10.dimensions = 100,100,50,5... - 21:15 Bug #14984: Editpanel confirm dialogs (del/hide) don't display umlauts/etc
- I can also confirm that the FORM-validation alerts also work properly with the latest patch.
- 20:08 Bug #14984: Editpanel confirm dialogs (del/hide) don't display umlauts/etc
- I've just tested the patches on a plain 3.8.0 setup (should work the same in 3.8.1) and it worked. In "native" iso-la...
- 21:03 Bug #15287: Illegal SGML characters in output
- FYI
- 21:00 Bug #15287 (Closed): Illegal SGML characters in output
- Hi,
the "non SGML character number 128" is probably the most annoying validation error that TYPO3-sites hit when u... - 18:38 Bug #14333: "Page is being generated" should be translated
- Fixed in CVS, see ChangeLog for details.
- 16:27 Bug #15286: Problem with FORM action. Wrong action url
- If the action should point to the current page's URL, it might work to have an empty action attribute (yes, that's al...
- 11:46 Bug #15286: Problem with FORM action. Wrong action url
- Please, take a look at my bug if you have time
- 11:39 Bug #15286 (Closed): Problem with FORM action. Wrong action url
- i'm trying to connect form object with some news element
so url of page with form and news looks like index.php?id=X... - 15:37 Feature #15184: TCA Columns ReadOnly
- For compatibilty with the "eval" config:
date: without format defaults to d-m-Y
time: without format defaults to... - 13:14 Bug #14150: t3lib_parsehtml: tags in comments are handled (incorrectly)
- Although I admit that this is not the behaviour we want, it takes too much time for me currently fixing the issue. Th...
- 12:08 Bug #14983: Using Index Search on images without having exif enabled results in a fatal error
- I agree on this problem.
I have added a quick fix for this problem. But perhaps this should be defined in localconf.... - 10:46 Bug #15260: Cyrillic characters in text record hedlines
- Have you set the field size multiplication in the install tool, All Settings? Here's the description:
[multiplyDBf... - 10:39 Bug #15282: additional template in same page leads to "Error! No template found!"
- This is a "user error". TYPO3 uses the first template found on a page. SImply change the order of the templates (usin...
- 09:58 Bug #15282: additional template in same page leads to "Error! No template found!"
- Nothing should happen. The page should just work as before.
But the creation of further templates, that will be inc... - 05:14 Bug #15278: 404-Error by internal images
- This is a duplicate of issue 1981
- 04:53 Bug #15279: wrong mailto link if email-address with a dot
- Will be corrected in next version.
- 02:39 Feature #15118: Install tool with Tabs
- See a more complete discussion with mockups at:
http://wiki.typo3.org/index.php/Installtooltab - 02:33 Bug #15285 (Closed): Alias set to 32
- If my 3 lines long extension was downloaded 600 times
(ref: http://typo3.org/extensions/repository/search/alias32/)...
2005-12-14
- 23:31 Bug #15284 (Closed): pi_list_browseresults - given maxPages shows always just the first pages
- When you specify the value for maxPage, for example to the value 3, then the first three pages are always shown in th...
- 22:14 Feature #15090: Improve usability of "Undo/History" feature.
- hi anoopa,
sorry, I just noticed you are completely right. unfortunately the zip wont work with 3.8.1.
greets, Seba... - 22:12 Feature #15090: Improve usability of "Undo/History" feature.
- I've asked someone else for the left triangles and the impression was
exactly like mine. They look like a rendering ... - 22:08 Feature #15090: Improve usability of "Undo/History" feature.
- Looks useful to me.
Using the little arrow "summarize changes up to this point" results in:
Warning: array_merg... - 21:11 Bug #15283 (Closed): FORM with image buttons doesn't validate as XHTML
- When an image button is used for submitting a standard Typo3 FORM element, the button (type="image") is rendered with...
- 21:02 Feature #14735: Disable all nag screens
- Hi Peter,
"default 255" means that _all_ warnings will be shown.
Greets, Sebastian. - 20:56 Feature #14735: Disable all nag screens
- Nope. Default definitly not all(255)!
Confirm on delete or move has already saved me (and probably some users?) hour... - 19:28 Bug #15279: wrong mailto link if email-address with a dot
- This applies to Mozilla/Firefox only.
The problem seems to occur when there are one letter parts. - 19:14 Bug #15281: RTE Email Links an SpamProtection
- If you need a title, you need a patch or TYPO3 4.0.
If you can do without a title, then you may set the following ... - 18:53 Bug #15281: RTE Email Links an SpamProtection
- Hello Stanislas,
thats right. When i erase the title everything should be fine. Just at this moment i see the same i... - 18:27 Bug #15281: RTE Email Links an SpamProtection
- When you create the link, erase the title that is inserted by default. This should be sufficient. Please confirm.
... - 18:11 Bug #15282: additional template in same page leads to "Error! No template found!"
- what should happen in this case?
Greets, Sebastian - 15:22 Bug #15282 (Closed): additional template in same page leads to "Error! No template found!"
- The creation of a second template in the same page as the root level template leads to "Error! No template found!" in...
- 18:10 Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
- "The user can choose FE-Groups which are in recyclers and / or are hidden."
Hi, is this already present in 3.8.0? If... - 16:25 Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
- FYI regarding the field "Simulate usergroup":
The user can choose FE-Groups which are in recyclers and / or are hi... - 09:46 Feature #15256: Workspaces Usability-Problem
- Hi,
there are some other small usability problems. If an author get his changed Content-Element to the state "Revi... - 08:39 Feature #15274: Set random ["SYS"]["encryptionKey"] during 1-2-3 install, button captions
- fixed in CVS.
- 08:39 Bug #15258: Relative links (anchors) in current page & baseURL & RealURL
- fixed in CVS.
- 08:39 Feature #15074: configuration of user rights
- implemented in HEAD
- 08:39 Bug #14921: XHTML and accessibility of FORM cObj
- fixed in CVS. It would be great if you could test it again to make sure everything works as expected. I had to merge ...
- 08:38 Bug #14900: Minor problem with tslib_fe::prefixLocalAnchorsWithScript()
- fixed in CVS.
2005-12-13
- 23:26 Feature #15090: Improve usability of "Undo/History" feature.
- Zip file not liked by 3.8.1 also or maybe just me.
TYPO3_VERSION: 3.8.1
PHP_VERSION : 4.3.4
When I try to add... - 16:31 Feature #15090: Improve usability of "Undo/History" feature.
- hi kiril, I'll remove the top button.
greets, sebastian - 13:29 Feature #15090: Improve usability of "Undo/History" feature.
- Hi,
files from zip doesn't work with 3.8.0 - when trying to restore element, got
Fatal error: Call to undefin... - 20:02 Bug #14799: typolink produces corrupt links
- Fixed in CVS (HEAD).
- 16:39 Bug #14799: typolink produces corrupt links
- Had the problem myself and used the same fix.
- 19:19 Bug #15281 (Closed): RTE Email Links an SpamProtection
- When text becomes an Email-Link, the spam protection does not work in FE. To resolve this issue by hand, switch to ht...
- 16:54 Feature #15184: TCA Columns ReadOnly
- You said you wanted an "html form field", which I interpreted as INPUT (type="text) or TEXTAREA.
But you are right... - 16:45 Feature #15184: TCA Columns ReadOnly
- Yep: Type "none" is lacking of formating (e.g. Timestamps, double)..
- 16:25 Feature #15184: TCA Columns ReadOnly
- Ischmittis, did you bother to read the documentation of type "none"?
http://typo3.org/documentation/document-libra... - 15:55 Feature #15184: TCA Columns ReadOnly
- "none" is not ok, as the formating is missing. I was thinking of an read only html form field
- 09:53 Feature #15184: TCA Columns ReadOnly
- Is type "none" enought for you? Can we close this bug?
Anyway you can even render a field yourself (type "user"). - 15:57 Bug #15280: ndefined function imagegif()
- You are not running the same GD version as configured in the install tool. Check the grafiks settings in the installtool
- 15:55 Bug #15280 (Closed): ndefined function imagegif()
- The error happened after the following actions:
- changing the template from BUSINESS to CANDIDATE following the "Ge... - 14:58 Feature #15073: Integrate salutation switching logic inside tslib_pibase::pi_getLL
- Hello Martin,
this is fine. However I want to use several suffixes and I do not want to fill in everything in the la... - 14:37 Feature #15073: Integrate salutation switching logic inside tslib_pibase::pi_getLL
- Franz, you can set any suffix you want. The point is to set the TS config prior to calling pi_getLL. my patch is in t...
- 14:00 Feature #15073: Integrate salutation switching logic inside tslib_pibase::pi_getLL
- I think this is not sufficient. More than one suffix will be needed soon.
- 09:42 Feature #15073: Integrate salutation switching logic inside tslib_pibase::pi_getLL
- The patch implements support for plugin.foobar._LOCAL_LANG_suffix in pi_getLL.
- 14:52 Bug #15179: Very difficult install.
- Further investigation showed that the configured username,password etc. in the $TYPO3_CONF_VARS['EXTCONF']['dbal']['h...
- 11:47 Feature #14545: RFE: datatype range
- This is no special solution to the Setup of a range with TypoScript. There might be hundreds of better solutions out ...
- 11:00 Feature #14545: RFE: datatype range
- Why don't you use the annoation feature of typo3.org?
Anyway, the bug belongs then to projects "Documentation".
... - 10:01 Feature #14545: RFE: datatype range
- I do not want anything to get extended.
I only want to be the above solution of TypoScript configuration to be menti... - 09:50 Feature #14545: RFE: datatype range
- I don't get it. What excatly do you want to be extended? An extisting Typoscript object, a TS function (eg stdWrap)?
... - 11:25 Bug #15279 (Closed): wrong mailto link if email-address with a dot
- If I write the email-addresse x.name@something.com automaticly a mailto link is made - perfect. But: the link goes to...
- 10:25 Bug #15130: Error 404: Page not found handling not working correctly with SimulateStaticDocuments=1
- Incorrect HTTP headers are fixed in CVS, to set this yourself see Dmitry's comment.
- 10:02 Bug #15130: Error 404: Page not found handling not working correctly with SimulateStaticDocuments=1
- The bug concerning non-existant aliases is treated in the related issue, so I'll only fix the HTTP headers issue here...
- 09:59 Bug #15231: No error page shown when using simulatestatic even if alias doesn't exist
- The diff seems to be reversed, and the error message is a little verbose, but it seems to work well.
- 08:23 Bug #15278 (Closed): 404-Error by internal images
- I've found the following lines in my apache-log-files:
"GET /typo3/ext/rtehtmlarea/gfx/ol/joinbottom.gif HTTP/1.1" 4... - 00:56 Bug #15277 (Closed): Set passwords for install tool and BE admin user in 1-2-3 mode
- For security reasons default passwords are a really bad idea. We should remove the default passwords for all packages...
2005-12-12
- 22:48 Bug #15270: Bug in class.t3lib_cs.php - substr() function
- Fixed in CVS (HEAD).
- 16:26 Bug #15270: Bug in class.t3lib_cs.php - substr() function
- Eloy is right :-(
I'll fix it. - 15:38 Bug #15270: Bug in class.t3lib_cs.php - substr() function
- Hi Karsten,
it would be great if you might have a look on this issue as well.
Greets, Sebastian - 15:34 Bug #15270: Bug in class.t3lib_cs.php - substr() function
- Hi masi,
it would be great if you could check this.
Thanks and Greets, Sebastian - 22:41 Bug #15126: file list module nav frame doesn't reload automatically after creating a folder
- I think the frame module reloads correctly, so there is nothing that can be changed.
But there is another problem ... - 20:51 Feature #15081: eval API
- Hi Thomas,
I got some suggestions on the topic, and I hope you can implement this.
That would be great!
Thanks, Se... - 20:50 Feature #15081: eval API
- Hi guys,
this one looks like a really useful feature I have been waiting for a
long time.
I just looked at th... - 19:51 Feature #15090: Improve usability of "Undo/History" feature.
- The zip file contain all modified files. just copy them to your CVS install.
For 3.8.1, do the change outlined above... - 13:02 Feature #15090: Improve usability of "Undo/History" feature.
- Hi, Sebastian
have also tried patch_2 - it works ok.
>Anyways, I'd like to hear some suggestions on
>- usability... - 17:31 Bug #15271: t3lib_tceforms references hardcoded tx_templavoila
- As TV is an extension to TYPO3_core it shouldn't be hardcoded named in the TYPO3_core, or am i missing somthing?
- 17:13 Bug #15271: t3lib_tceforms references hardcoded tx_templavoila
- My Idea t3lib_extMgm::getCN('templavoila') but when the name changed in the Page Sheets it do not work because the fu...
- 17:16 Feature #15256: Workspaces Usability-Problem
- Possible Solutions without changing the whole architecture:
1) Configurable error-messages. As I recall the error-... - 16:33 Feature #15256: Workspaces Usability-Problem
- Hi there,
You have correctly described some issues that I know exists. Actually the tecnical limitations are not p... - 16:06 Feature #15256: Workspaces Usability-Problem
- Hi,
I just saw this entry on the bugtracker and noticed that neither of you monitored this issue. It would be awesom... - 16:25 Bug #15264: database connection error warning
- The idea was that mysl_pconnect is used with an @ BUT WITH PROPER error handling. TYPO3 has a bad habit of not checki...
- 13:38 Bug #15264: database connection error warning
- Martin, you are right. In CVS error display is coupled to devIPmask and/or displayErrors, 3.8.0 already allowed to se...
- 11:10 Bug #15264: database connection error warning
- seems perfect!
later a BE module to read this file could be developed. - 10:50 Bug #15264: database connection error warning
- Karsten, PHP error display is already coupled to the "debug hosts" (list of IP addresses which get debug notices). If...
- 09:56 Bug #15264: database connection error warning
- maybe it could be nice to log all errors in the already implemented log module of the BE?
with a new category name: ... - 00:55 Bug #15264: database connection error warning
- Setting display_errors to 0 in index_ts.php and init.php supresses the errors for FE and BE. But this kind of defeats...
- 16:11 Bug #15188: EM doesn't check for dependancies on Extension update
- Hi,
I head that you are right now working on the EM-
It would be great if you could have a look.
Thanks,
Sebastian - 16:08 Bug #15230: Unable to log into backend
- Hi,
as described before, this is no TYPO3 issue. Closing the bug.
Greets, Sebastian - 15:57 Bug #15262: Error TYPO3 in windows. Calling history leads to CGI ERROR
- Hi,
I am still waiting for some comments here.
Thanks,
Sebastian - 15:54 Bug #15250: t3lib_BEfunc::blindUserNames() does not work sometimes
- Great Dmitry!
Thanks for your efforts,
Sebastian - 15:53 Bug #15258: Relative links (anchors) in current page & baseURL & RealURL
- Sebastien,
Cool, it fixed the issue. I saw in CVS that there been some other fixes to this function (realurl did not... - 15:50 Bug #15258: Relative links (anchors) in current page & baseURL & RealURL
- Hi,
sorry for not stating this more clearly. Please use the patch attached to the issue. When you confirm that this ... - 12:12 Bug #15258: Relative links (anchors) in current page & baseURL & RealURL
- Hi,
after some digging I found the issue - please check if this solves your problem.
Greets, Sebastian - 15:52 Bug #15222: Admin can SU to himself
- I share the Peter's opinion :-)
Sebastian - 15:17 Bug #14921: XHTML and accessibility of FORM cObj
- Hi Ernesto,
thanks for your input! It is highly appreciated as I can work faster then. A revised version is at the c... - 11:51 Bug #14921: XHTML and accessibility of FORM cObj
- Ok, Sebastian, so I suggest change the patch. From:
- ' name="'.$formname.'"'.
+ ... - 11:18 Bug #14921: XHTML and accessibility of FORM cObj
- > > The description says in xhtml strict mode name is replaced with id
> > inthe form tag. From the patch it looks l... - 15:15 Bug #14532: scope of BE- and FE-Cookie: can't cope with multidomain-setup
- The attached patch fixes the issue and I'm working to get it into the core.
Greets, Sebastian - 14:42 Bug #15275: Copy content into another language column shows no effect
- No problem - closing the bug.
Greets, Sebastian - 12:48 Bug #15275: Copy content into another language column shows no effect
- AH! I've had
mod.web_layout.defLangBinding = 1
in Page-TSconfig. So that Option really works and it was my fau... - 11:53 Bug #15275: Copy content into another language column shows no effect
- I have tested in 3.8.0 and it work.
- 04:16 Bug #15275 (Closed): Copy content into another language column shows no effect
- The copy & paste method for getting content into a desired language did not work.
Please see attached screenshot... - 14:20 Bug #14900: Minor problem with tslib_fe::prefixLocalAnchorsWithScript()
- Hi,
yes, preg over ereg is a new guideline to be used in the core - exactly because of the speed improvements.
Gree... - 14:04 Bug #14900: Minor problem with tslib_fe::prefixLocalAnchorsWithScript()
- Hi!
Here's the diff asked for.
It's done against Version 3.7
Question: Is using preg-function instead of ereg a ... - 13:46 Bug #15122 (Closed): compressed TCA not available with active BE session
- t3lib_pageSelect->getRecordOverlay() relies on $TSFE->TCAcachedExtras set by $TSFE->getCompressedTCarray().
$TSFE-... - 12:26 Bug #14797: localized pi_flexform fields show XML source of the original language
- I've added a patch (TYPO3 3.8.0) for this.
With this patch it is possible to configure this via User TSConfig for ... - 11:20 Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
- (3) makes sense IMO. There is no backwards compatibility to care about here as the notation changed anyways. Old sett...
- 11:14 Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
- Hello Sebastian,
1) The Naming: What do you think of "enable" or "hide" instead of "display"? If you use "display"... - 10:12 Bug #15276 (Closed): The editor get the focus on page load on IE
- The editor get the focus on page load on IE.
It seems that the "doc.body.contentEditable = true" directive is respon... - 07:01 Feature #15274: Set random ["SYS"]["encryptionKey"] during 1-2-3 install, button captions
- The patch is fine with me. I'll try to get it into CVS.
Greets, Sebastian - 05:11 Bug #15145: Remove border of an image with a link
- I believe this is a browser default, because if there is no border around an image it is hard to know that there is a...
- 02:23 Bug #15273: remove all RTE configuration code from CSS Styled Content
- I did some testing on this issue.
On the bodytext column, it should be:
'defaultExtras' => 'richtext:rte_transfo...
2005-12-11
- 22:54 Feature #15100: typolink should support the title attribute
- Fine, so then can we close this bug?
- 21:29 Feature #15100: typolink should support the title attribute
- Yes this is fixed in CORE CVS. To make it works a change is needed in the RTE extension. I found out that I didnt hav...
- 22:06 Feature #15274 (Closed): Set random ["SYS"]["encryptionKey"] during 1-2-3 install, button captions
- The patch assigns a random value to encryptionKey during 1-2-3 setup, and changes "Update localconf.php" button capti...
- 20:10 Feature #15090: Improve usability of "Undo/History" feature.
- [posted on DEV, but contains more information as well, that's why I post it here.:]
Hi,
I currently re-code the ... - 19:58 Bug #15272: unused code in t3lib_tce_forms
- resolving the issue. no change required.
- 19:54 Bug #15272: unused code in t3lib_tce_forms
- Agreed :-)
- 19:50 Bug #15272: unused code in t3lib_tce_forms
- Nope, it is not unused. The last parameter of getSingleField_typeFlex_draw is $tRows.
If you agree I will close the ... - 17:38 Bug #15272 (Closed): unused code in t3lib_tce_forms
- Line 2115 to 2122 is unused, since $tRows is completle newly steted
$tRows[]='<tr class="bgColor2">
<td now... - 19:55 Bug #15271: t3lib_tceforms references hardcoded tx_templavoila
- I don't have a suggestion. Maybee robert ?
- 19:52 Bug #15271: t3lib_tceforms references hardcoded tx_templavoila
- Hi,
can you give a suggestion how to change this?
Greets, Sebastian - 17:30 Bug #15271 (Closed): t3lib_tceforms references hardcoded tx_templavoila
- In t3lib_tceforms line 2048 is ardcoded a reference to tx_templavoila
function getSingleField_typeFlex_draw($dataSt... - 18:20 Bug #15273 (Closed): remove all RTE configuration code from CSS Styled Content
- ---snipp- rte-list (mail by stansilas/stucki)-------------
I think that any RTE configuration set in Page TSconfig s... - 18:08 Bug #15264: database connection error warning
- Karsten, you're repeating pretty much what I wrote.
I sugest something hookable like typo3_div::devLog. So you can... - 17:16 Bug #15264: database connection error warning
- Well, supressing the error with @ works, but is a bad solution. Using the @ should be reserved for the very rare occa...
- 16:32 Bug #15264: database connection error warning
- Hi Karsten,
it would be good if you could give your comments here.
Greets, Sebastian - 16:32 Bug #15264: database connection error warning
- Hi Stefano, that the discussion takes place here is perfectly fine!
Greets, Sebastian - 16:30 Bug #14900: Minor problem with tslib_fe::prefixLocalAnchorsWithScript()
- maxhb: Just create it with -u (u for unified)
so:
diff -u oldfile newfile > save_to_file.diff
and then upload save...
2005-12-10
- 15:48 Bug #14900: Minor problem with tslib_fe::prefixLocalAnchorsWithScript()
- What does UNIFIED diff mean?
My fix was created for V 3.7. You probably want it diff'ed into V 3.8?
Could you ple... - 00:19 Bug #14900: Minor problem with tslib_fe::prefixLocalAnchorsWithScript()
- Hi,
It would be great if you could have a look at it again.
Thanks and greets, Sebastian - 15:11 Feature #15100: typolink should support the title attribute
- Hi Jan-Erik, am I right this is fixed in CVS already?
- 14:39 Bug #15268: Display nav_title in navigation tree
- This could be achieve in typo3/alt_db_navframe.php by updating line 159:
return '<a href="#" onclick="'.htmlspecia... - 10:28 Bug #15264: database connection error warning
- uhm.. i think this topic should be discussed in the core dev list, right?
maybe it's something for the DBAL group? - 09:02 Feature #15185: showRange Feature for tslib_pibase::pi_list_browseresults() not configureable
- no change required.
greets, sebastian - 08:41 Feature #15185: showRange Feature for tslib_pibase::pi_list_browseresults() not configureable
- Hi,
sorry. My fault. During the development for this patch i detected the Problem infront of my Keyboard. This Con... - 08:43 Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
- Hi Christian,
I see your point and I think it makes sense so far.I am not sure if the override, default and "displ... - 02:25 Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
- Hello Sebastian, some more notes on the admin panel. Tomorrow is advent 3rd ;)
Currently the settings for the Admi... - 08:14 Feature #15163: No RGB input field in SelectColor plugin
- You can disable the SelectColor plugin by removing it from the "List of htmlArea plugins" on the extension installati...
- 02:30 Bug #15270 (Closed): Bug in class.t3lib_cs.php - substr() function
- Hi,
I was playing with your class.t3lib_cs.php - substr() function when I've seen that ALWAYS, when using mb_subst... - 00:21 Bug #15242: The page can still be viewed if linked by its ID directly
- Hi,
I fixed the spelling error, but not the other thing after discussing it with Michael Stucki.
Greets, Sebastian
2005-12-09
- 23:44 Bug #15268: Display nav_title in navigation tree
- I'd appreciate if the full title were used as tooltip by setting the title attribute of the link.
- 13:05 Bug #15268 (Closed): Display nav_title in navigation tree
- This issue applied to all versions of Typo3. To summurize the problem: When creating a new page of type "Advanced", w...
- 23:41 Bug #15264: database connection error warning
- Using the @ will do the trick. Unfortunately you rob yourself of any way to find out what happened.
I'm for using ... - 22:46 Bug #15264: database connection error warning
- Hi,
please try to set a @ in front of the mysql_pconnect call and please check if it works as expected, and then giv... - 23:37 Bug #15003: Typo3 3.8 does not work with PHP 5.0.5
- Closing the bug because no moe info is available.
- 23:34 Bug #14108: make cropping work for multi-byte charsets
- t3lib_div:fixed_lgd has a new counterpart t3lib_div:fixed_lgd_cs which is used by the Core. So it's not an issue any ...
- 22:49 Feature #15090: Improve usability of "Undo/History" feature.
- Hi,
I have uploaded the _2 version.
This update contains the possibility to set all configuration options. For 3.8,... - 19:02 Feature #15090: Improve usability of "Undo/History" feature.
- Hi Sebastian,
have tried patch_1 on 3.8.0
1st of all - it looks great - thnx for your work. Now comments:
1. It'... - 22:44 Bug #15229: Typolink with sectionmark and RealURL-Pathes
- set status to resolved as wished.
- 19:17 Bug #15229: Typolink with sectionmark and RealURL-Pathes
- Workaround:
| config.prefixLocalAnchors = all
sets the unsetted path again.
Not as nice, makes the work twic... - 22:22 Feature #15269 (Closed): Add a Querystring to a <LINK id/type-pair
- The additionalParams - Behaviour should be also available for a manually or by RTE inserted typolink <LINK>. The Quer...
- 16:53 Bug #14699: JSMENU broken when using UTF-8
- I apply the patch as below:
patch -p1 < utf8_JS_2005-10-26.patch
It seems patching sucessfully. But the JSMENU ... - 13:04 Bug #15257: PHP5 breaks frontend when $TYPO3_CONF_VARS["FE"]["compressionLevel"] = 'TRUE';
- Comitted to HEAD, see patch
- 10:23 Feature #15267 (Closed): t3lib_extMgm::addModule() and sorting of BE-Modules
- Roadmap:Phoenix
Adding new Main-modules to the Main-menu there is no API to influence the order of the modules/men...
2005-12-08
- 17:49 Bug #15266 (Closed): Unable to assign more than 20 tables to BE user
- It's impossible to select more than 20 tables (modify) to a BE user. If you try the last selected items (over 20) wil...
- 16:08 Bug #15265 (Closed): Documentation for system extensions not available
- Ever since system/core extensions were removed from the repository, documentation on those extensions disappeared as ...
- 14:21 Bug #14875: if i use "config.locale_all = tr_TR", links in FE are broken
- I do add my note here, although it does extend the view-ankle a bit. I did post my problems belonging to turkish lang...
- 14:16 Bug #15145: Remove border of an image with a link
- I made the update to rtehtmlarea 1.0 and the problem is still there.
Here is what I do.
First insert a image. Clic... - 02:14 Bug #15145: Remove border of an image with a link
- I am not able to reproduce this problem in version 1.0.0 of htmlArea RTE.
- 13:49 Feature #15090: Improve usability of "Undo/History" feature.
- Hi,
the new patch _1 implements some more settings. Please test. There is a short ToDo list on top of the function "... - 13:24 Bug #14819: htmlspecialchars called multiple times
- Ugly result: If a page title contains an ampersand (not too rarely), the twice parsing makes the entity visible &...
- 13:00 Bug #15264 (Closed): database connection error warning
- if mysql is down, i get this error:
"Warning: mysql_pconnect(): Can't connect to local MySQL server through socket... - 09:29 Bug #15261: No Link-Button-Activation in IE when selecting link with keyboard
- Yes, that is what I meant :)
- 03:12 Bug #15261: No Link-Button-Activation in IE when selecting link with keyboard
- I assume you mean with the LEFT or RIGHT arrow keys.
Will be corrected in next version. - 03:17 Feature #14595: rtehtmlarea does not support old rte configuration
- Will be corrected in next version for ease of migration. However, note that if a change goes unnoticed, it is probabl...
- 02:21 Feature #15124: new config showToggleTableBorderInToolbar
- A similar option will be included in the next version.
- 02:19 Bug #15259: Link to blinking-arrow-image in link-browser is broken
- Thanks. Will be corrected in next version.
2005-12-07
- 20:50 Feature #15090: Improve usability of "Undo/History" feature.
- Hi,
concerning tests on 3.8.0/3.8.1 - just comment out the contents of the function "resolveElement" (but NOT the fu... - 14:45 Feature #15090: Improve usability of "Undo/History" feature.
- Hi Kirill,
you are right. Sorry, but I cannot provide a patch for 3.8.0...
Greets, Sebastian - 14:18 Feature #15090: Improve usability of "Undo/History" feature.
- Hi Sebastian,
your patch is intended for CVS version, right?
Because I've tried it with 3.8.0 and got
Fatal er... - 08:19 Feature #15090: Improve usability of "Undo/History" feature.
- Hi Michael,
I plan to rename class.show_rechis_new.inc to class.show_rechis.inc lateron, but for reference I wanted ... - 08:15 Feature #15090: Improve usability of "Undo/History" feature.
- Hi Sebastian. Your patch looks very interesting! Just a short question: Why did you replace class.show_rechis.inc wit...
- 19:08 Bug #14909: config.spamProtectEmailAddresses does not work with link title
- Hi,
it might be that the problem relates to the typolink function. Is somebody able to provide a patch? If not, I'll... - 16:59 Bug #14909: config.spamProtectEmailAddresses does not work with link title
- I can confirm this behavior with 3.8.1 and htmlarea (I am not using TV - seems not be related to this issue)
Tom - 18:47 Feature #14229: Typo3 doesn't support Proxing like Zope for instance
- Using proxies seems to be installation dependent. I just stumbled across a setup with Squid where SERVER_NAME was th...
- 16:17 Bug #15262: Error TYPO3 in windows. Calling history leads to CGI ERROR
- Hi,
can you please explain the solutions more in-depth?
Thanks &Greets, Sebastian - 15:37 Bug #15262 (Closed): Error TYPO3 in windows. Calling history leads to CGI ERROR
- CGI Error at editing content elements which are sheduled. CGI error at calling change history
Only when used on wi... - 16:16 Bug #15258: Relative links (anchors) in current page & baseURL & RealURL
- ok, no problem, I'll provide a patch during the next days for testing.
Greets, Sebastian - 14:59 Bug #15258: Relative links (anchors) in current page & baseURL & RealURL
- I just had a look at the typoLink function in tslib_content, it's huge. I'm afraid providing a patch to this function...
- 14:47 Bug #15258: Relative links (anchors) in current page & baseURL & RealURL
- Hi,
ok - now I get your point :-) This bug needs to be fixed in the typolink-function.
If you are able to provide a... - 09:43 Bug #15258: Relative links (anchors) in current page & baseURL & RealURL
- Sorry, you misunderstood what I wrote above, this is what I did. The problem has nothing to do with this. Typo3 gener...
- 08:15 Bug #15258: Relative links (anchors) in current page & baseURL & RealURL
- Hi,
please change the config.baseURL value to your domain name and _NOT_ to 1.
Or did I get you wrong now?
Greets,... - 14:35 Bug #15257: PHP5 breaks frontend when $TYPO3_CONF_VARS["FE"]["compressionLevel"] = 'TRUE';
- I remember this problem to be occurring in Typo3 3.7 as well. Was the reason not to switch to PHP5 so far...
2005-12-06
- 23:35 Bug #15258: Relative links (anchors) in current page & baseURL & RealURL
- Thanks Sebastian for your feedback, I wrote a value of 1 to config.baseURL but the same apply for a URL. I've tried o...
- 20:06 Bug #15258: Relative links (anchors) in current page & baseURL & RealURL
- Hi,
config.baseURL=1 is not allowed anymore, as it imposed a security risk!
See http://typo3.org/teams/security/sec... - 11:05 Bug #15258 (Closed): Relative links (anchors) in current page & baseURL & RealURL
- Relative links as created by rtehtmlarea are rendered as:
<a href="#451" target="_self">
The problem arises whe... - 23:09 Feature #15090: Improve usability of "Undo/History" feature.
- Hi,
TECHNOLOGY PREVIEW
the attached patch is a first version of a rewrite of the undo/history feature. It is ... - 20:03 Bug #15239: Can't limit content cols for Page>QuickEdit
- Hi Marc,
yes, I think it should be possible to use both properties, as AFAIK this is the functionality in the web->l... - 16:45 Bug #15239: Can't limit content cols for Page>QuickEdit
- Hi Sebastian,
yes, it's possible. Which property should I use to configure? I think mod.SHARED.colPos_list and mod... - 16:28 Bug #15186: Depreciated static items must be removed before 4.0
- Attached the spelling patch and the script to build it. NOTE: this does not remove deprecated items, but just correct...
- 12:45 Bug #15261 (Closed): No Link-Button-Activation in IE when selecting link with keyboard
- Usualy the link-button in the toolbar becomes active when selecting an existing link with mouse or keyboard. In IE th...
- 11:45 Bug #15260 (Closed): Cyrillic characters in text record hedlines
- Configuration: forced utf-8, DB utf8_general_ci
After entering of a long cyrillic headline in the head field of a ... - 11:06 Bug #15259 (Closed): Link to blinking-arrow-image in link-browser is broken
- If you link to a content-element of a page the choosen element is usualy shown in the link-browser by a red blinking ...
- 09:14 Feature #15252: tslib_pibase: incorporate the fh_library
- 1. strtoupper is necessary because in the Setup someone will not care about the case. But to compare the code the sam...
2005-12-05
- 23:53 Feature #15252: tslib_pibase: incorporate the fh_library
- some questions to pi_getSetupOrFFvalue:
1. why is the value strtoupper ed?
2. in the function comment you're talki... - 21:03 Feature #15252: tslib_pibase: incorporate the fh_library
- Hello Sebastian,
can you check the changes from the diff file, or is something missing?
Greetings,
Franz - 22:30 Bug #15222: Admin can SU to himself
- ... so if even Linus doesn't care about this... ;)
IMHO this report can be closed. - 22:12 Bug #15222: Admin can SU to himself
- root@virginia:~# su -
root@virginia:~# logout
root@virginia:~#
we are not alone. ;)
I think not really worth a ... - 19:39 Feature #14229: Typo3 doesn't support Proxing like Zope for instance
- IMHO it is possible to rewrite the HTTP_HOST variable:
Read the mod_rewrite docs,
http://httpd.apache.org/docs/1.3... - 19:18 Feature #15075: Different layouts of module title and taskcenter titles
- Since people got used to the module-layout I would use the same layout for the taskcenter parts.
- 17:12 Feature #15073: Integrate salutation switching logic inside tslib_pibase::pi_getLL
- plugin.tx.foobar_pi1 {
LLmodifier = informal
_LOCAL_LANG.de {
salutation_informal = Hallo
}
}
This ... - 13:24 Feature #15073: Integrate salutation switching logic inside tslib_pibase::pi_getLL
- With "well-known" I mean a config variable that is shared by (almost) all plugins.
"LLswitch" or "LLmodifier" is m... - 12:11 Feature #15073: Integrate salutation switching logic inside tslib_pibase::pi_getLL
- Martin, what do you mean by "a well-know configuration"? Please shed some light on this.
The advantage of this way... - 11:25 Feature #15073: Integrate salutation switching logic inside tslib_pibase::pi_getLL
- I don't see why this suffix stuff needs a) a well-know configuration and b) needs such a complex setup with allowed s...
- 15:04 Bug #14934: mb_ereg(): mbregex compile err
- The problem seems to be using " instead of ' in line 249.
if (ereg("^{[\$][a-zA-Z0-9\.]*}$",trim($fV),$reg)) ... - 14:46 Bug #15257: PHP5 breaks frontend when $TYPO3_CONF_VARS["FE"]["compressionLevel"] = 'TRUE';
- Since we only have to deal with Strings (not Integers) this should work:
if (strtolower($level) == 'true' || $leve... - 10:33 Bug #15257: PHP5 breaks frontend when $TYPO3_CONF_VARS["FE"]["compressionLevel"] = 'TRUE';
- First I'll pin down summary of my examinations on this issue and try to get some feedback:
I guess the problem is ... - 09:44 Bug #15257: PHP5 breaks frontend when $TYPO3_CONF_VARS["FE"]["compressionLevel"] = 'TRUE';
- I'll take care to fix this for 4.0
- 10:35 Bug #15253: navFrame for main module without subscripts - doesn't work
- File typo3/class.alt_menu_functions.inc
Function getNavFramePrefix (Line 448-487)
If moudule doesn't have submodule...
2005-12-04
- 23:17 Bug #15257 (Closed): PHP5 breaks frontend when $TYPO3_CONF_VARS["FE"]["compressionLevel"] = 'TRUE';
- When using PHP5 (5.0.4) the TYPO3 frontend just outputs <html><body></body></html> and nothing else if gzip compressi...
- 18:03 Feature #15256 (Closed): Workspaces Usability-Problem
- At first the new workspaces-module seems very nice and easy to be used.
But with further testing the three different... - 15:20 Bug #15234: old bug -- th_mailformplus v3.7.0 - fatal: cannot handle command-line recipients with -t
- hi,
closing this as requested.
greets, sebastian - 10:33 Bug #15234: old bug -- th_mailformplus v3.7.0 - fatal: cannot handle command-line recipients with -t
- THIS BUG CAN BE CLOSED !!!
Contacted the author and he mailed me the following:
plugin.tx_thmailformplus_pi1.emai... - 13:18 Feature #15255 (Closed): use tt_content.pi_flexform.display_mode instead of CODE field in Plugin content
- When you see an extension in the PAGE Module you get listed:
Extension: Myext
CODE: MYCODE
However it is recomme... - 12:25 Bug #15188: EM doesn't check for dependancies on Extension update
- I think this is of high priority because the backend is not usable any more afterwards.
2005-12-03
- 12:22 Bug #14848: utf-8 data gets converted to utf-8 again under MySQL 4.1.11
- Ran into the described problem, too. Our solution which is working quite fine so far:
Not only to set the default ... - 10:55 Feature #14229: Typo3 doesn't support Proxing like Zope for instance
- Hello,
first, since 2 weeks we have now consolidated our 2 servers, because our still non typo3 members need more ...
2005-12-02
- 22:45 Feature #15090: Improve usability of "Undo/History" feature.
- Hi,
I'll try to take care of this in the next time.
Greets, Sebastian - 22:19 Bug #15230: Unable to log into backend
- Hi miika,
adding it to localconf is perfectly fine, you just should watch out that it is placed before the install t... - 21:48 Bug #15230: Unable to log into backend
- a good question, I liked the way you phrased it :)
Probably leave this bug open for consideration, note it on the ... - 20:34 Bug #15230: Unable to log into backend
- Hi,
what do you think - which would be the most appropriate place to document this?
Greets, Sebastian - 16:33 Bug #15230: Unable to log into backend
- I had it set up correctly in both php.ini and in .htaccess, and it still wouldn't work. According to the bug report ...
- 13:57 Bug #15230: Unable to log into backend
- Hi,
in misc/phpcheck it is listed that the session.save_handler has to be set to "files". You can try to change this... - 20:35 Bug #14757: JSmenu with RealURL is broken (jsfunc.menu.js)
- Hi,
I cannot fix this issue because I am no expert in this area at the moment - But I will set this bug to "acknowle... - 15:36 Bug #14757: JSmenu with RealURL is broken (jsfunc.menu.js)
- Sorry, my note wasn't meant as an insult - I appreciate the work of every os-developer and understand that some minor...
- 13:44 Bug #14757: JSmenu with RealURL is broken (jsfunc.menu.js)
- Hi Matthias,
please calm down. The core devs are doing all the bugfixing work in their spare time, and nobody notice... - 00:06 Bug #14757: JSmenu with RealURL is broken (jsfunc.menu.js)
- Why hasn't this bugfix been integrated in 3.8.1?? With the little changes from Simon the bug would be fixed!!
Matt... - 19:42 Feature #14229: Typo3 doesn't support Proxing like Zope for instance
- Whoo, this bug is quite old, but nevertheless, I am interested in the topic.
I can't understand the question 100%, w... - 14:11 Feature #15073: Integrate salutation switching logic inside tslib_pibase::pi_getLL
- The original code in the salutation switcher does exactly that. It looks like this:
class tx_salutationswitcher ex... - 13:45 Feature #15073: Integrate salutation switching logic inside tslib_pibase::pi_getLL
- Hi,
there needs to be a fallback as well - if the locallang-key doesn't exist.
Greets, Sebastian - 14:09 Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
- Thanks Sebastian for your efforts!
- 13:47 Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
- Ho.
I contacted Kasper a while ago about this problem and he wanted to check it.
Greets, Sebastian - 13:50 Bug #15223: TCEFORM.tt_content.colPos.removeItems = 0,1 is ignored
- please give us some more information about your setup.
Greets, Sebastian - 13:46 Bug #15253: navFrame for main module without subscripts - doesn't work
- Hi,
can you please attach a unified diff with the fix to make your problem clearer?
Thanks & greets, Sebastian - 13:45 Bug #15254 (Closed): RTE does'nt work when editing an offline data record version
- If you edit an offline version of a data record, the RTE field of the data record is displayed as a textarea.
The ... - 11:29 Bug #15250: t3lib_BEfunc::blindUserNames() does not work sometimes
- Thanks, Sebastian :) Such function exists in one of t3lib_user*.php files, it only needs to be called. I think I will...
- 10:04 Bug #15013: shortcut icon syntax incorrect/incomplete
- I am looking at another very related shortcut icon issue.
Search engines are indexing links to this shortcut icon ...
2005-12-01
- 22:00 Feature #15073: Integrate salutation switching logic inside tslib_pibase::pi_getLL
- I think the caller should not have to care about expanding the key or knowing if a salutation applies or not.
Perh... - 21:35 Feature #15073: Integrate salutation switching logic inside tslib_pibase::pi_getLL
- I do not think it is a good solution to put this into pi_getLL.
Create an extra method e.g. $expandedKey = pi_expand... - 17:28 Bug #15253 (Closed): navFrame for main module without subscripts - doesn't work
- At creation main BE Module c navFrame without submodules, i have mistake Forbidden and path to connection navScript i...
- 13:33 Bug #15250: t3lib_BEfunc::blindUserNames() does not work sometimes
- Hi,
another idea might be to check when the cached user group list is used in TYPO3 and check where it gives perform... - 08:02 Bug #15250: t3lib_BEfunc::blindUserNames() does not work sometimes
- I think user record is edited through alt_doc.php (as any other record). Thus it is hard to know when it is saved wit...
- 13:31 Feature #15252: tslib_pibase: incorporate the fh_library
- Hi,
can you please incorporate the functions, and attach a patch here - and the necessary documentation as openOffic... - 10:32 Feature #15252 (Closed): tslib_pibase: incorporate the fh_library
- The fh_library shall become obsolete.
There are 2 functions which are needed by every extension:
getSetupOrFFvalue ...
2005-11-30
- 22:00 Bug #15250: t3lib_BEfunc::blindUserNames() does not work sometimes
- Hi,
a possible solution could be writing a function for updating the usergroup_cached_list and do this on saving a B... - 20:53 Bug #15250: t3lib_BEfunc::blindUserNames() does not work sometimes
- 'user_group_cached' above should read 'usergroup_cached_list'.
'usergroup_cached_list' in fact contains full list ... - 20:39 Bug #15250 (Closed): t3lib_BEfunc::blindUserNames() does not work sometimes
- This function does not work properly if the follwing two conditions were met:
- a list of user's groups were changed... - 21:27 Bug #15212: EM appends trailing spaces when updating ext_emconf.php
- Fixed in CVS.
- 21:27 Bug #15139: Date fields: default is tomorrow instead of today.
- Fixed in CVS.
- 21:26 Bug #15096: File upload tool - Default to more than just one upload file.
- Fixed in CVS.
- 21:26 Bug #14601: XHTML compliance of GMENU with onmouseover images
- fixed in CVS.
- 21:15 Feature #15251 (Rejected): Make all checkboxes use labels in the BE
- Currently, checkboxes on the BE are just a checkbox and some text next to it. If the text next to it would be enclose...
- 20:59 Bug #15143: BE footer fram sometimes disappears
- I resolved it as Oliver proposed.
Greets, Sebastian - 16:41 Bug #15143: BE footer fram sometimes disappears
- This indeed seems to be a bug in Firefox which is fixed in the now released version 1.5.
So I propose resolving th... - 19:13 Bug #15249: EM sets permissions wrong when downloading an extension, causing problems with suphp
- The documentation for suphp can be downloaded at http://www.suphp.org/Download.html .
- 19:07 Bug #15249: EM sets permissions wrong when downloading an extension, causing problems with suphp
- Damn, wrong component (usability from hell ...). Please move this to Typo3 Core. Sorry for the spam.
- 19:01 Bug #15249: EM sets permissions wrong when downloading an extension, causing problems with suphp
- Oh, and I'm using Kubuntu 5.10 with:
- Apache 2.0.54
- PHP 4.4.0
- suphp 0.5.2 - 19:00 Bug #15249 (Closed): EM sets permissions wrong when downloading an extension, causing problems with suphp
- suphp is an Apache module that increases security by making the script file owner execute the corresponding process i...
- 18:39 Bug #15248 (Closed): When deleting a record in the BE, MsgBox should show the record label
- When I delete a record in the BE in Web > List, I get a message box wit the following text:
Are you sure you want ... - 17:45 Bug #15247 (Closed): lockrootpath/userhomepath not working with TYPO§browser
- filemount set via lockrootpath/userhomepath
web->files/web->images properly working BUT
the TYPO3browser shows no f... - 16:45 Bug #15246: New hook in class.t3lib_userauthgroup.php
- ok, check... i made a diff with the 3.8.0 original version,
grtz - rik - 14:43 Bug #15246: New hook in class.t3lib_userauthgroup.php
- Hi,
see this link for more information: http://de.wikipedia.org/wiki/Diff
if you are using windows, there is a wind... - 12:52 Bug #15246: New hook in class.t3lib_userauthgroup.php
- Hey Sebastian, thnx for your fast reply! :-)
I'd be glad to attach the patch... could you tell me the command that...
2005-11-29
- 21:29 Bug #15143: BE footer fram sometimes disappears
- Hi,
interesting problem... I think it might be that it is just "shifted" out of the view window of the browser... Ho... - 09:47 Bug #15143: BE footer fram sometimes disappears
- I can confirm that with Firefox (WinXP, Firefox 1.0.7). The search bar (CTRL-F) at the bottom hides this frame too so...
- 21:28 Bug #15223: TCEFORM.tt_content.colPos.removeItems = 0,1 is ignored
- Hi,
I cannot confirm this issue either. It works here as well.
Greets, Sebastian - 10:04 Bug #15223: TCEFORM.tt_content.colPos.removeItems = 0,1 is ignored
- That works without a problem in a 3.8.0 installation.
- 21:27 Bug #15246: New hook in class.t3lib_userauthgroup.php
- Hi Rik,
can you attach a patch in unified diff format? This would help even more to get it faster into the core.
Gr... - 15:55 Bug #15246 (Closed): New hook in class.t3lib_userauthgroup.php
- Hi,
For a client I made a hook in class.t3lib_userauthgroup.php in the fetchGroups subroutine. Is it possible to a... - 21:26 Bug #15130: Error 404: Page not found handling not working correctly with SimulateStaticDocuments=1
- Hi,
I think that's the same issue, isn't it?
Greets, Sebastian - 07:31 Bug #15130: Error 404: Page not found handling not working correctly with SimulateStaticDocuments=1
- I posted the following solution to the "english" list:
- set in localconf.php:
$TYPO3_CONF_VARS["FE"]["pageNotFo... - 14:43 Bug #15245 (Closed): navframe moves to the right if 'setup.override.navFrameResizable = 1' is set in User TSConfig
- If the navframe (the bar between the pagetree and the content area in BE) is set to be resizable, then the position o...
- 09:57 Feature #15227: config.baseURL inconvenience
- Please test with the attached patch (against 3.8.1 source).
tslib/class.tslib_pagegen.php - 09:06 Bug #15240: Selection "Frontend" gets lost on login failure
- Please test with the attached patch (against 3.8.1 source).
/typo3/index.php - 07:38 Bug #15244 (Closed): "Page is being generated" is bad for search engines
- There is nothing in such response that tells to search engines about problem on the server. Thus search engine indexe...
- 05:56 Bug #15243 (Closed): Filetime on Windows displays creation and not last modified date
- filectime on Windows displays time when file was created and NOT last modified. So change that to filemtime to get th...
- 04:31 Bug #15231: No error page shown when using simulatestatic even if alias doesn't exist
- Here comes the patch. Should there be also a patch which make domain-specific error pages available?? Thanks for an a...
2005-11-28
- 20:49 Bug #15242: The page can still be viewed if linked by its ID directly
- Please leave it as it is. The ID is correct and should not change.
- 19:33 Bug #15242: The page can still be viewed if linked by its ID directly
- Hi Jason,
well, I think it like this:
"The page can still be viewed" [Frontend] "if linked by its ID directly." [Ac... - 19:27 Bug #15242: The page can still be viewed if linked by its ID directly
- Hey Sebastian... wow you are fast! I don't mean to belabor the point here, but the phrase "The page can still be view...
- 19:10 Bug #15242: The page can still be viewed if linked by its ID directly
- Hi,
I fixed the spelling error in CVS (the dot at the end), but I didn't change the ID. Reason: If you link to a "no... - 18:00 Bug #15242 (Closed): The page can still be viewed if linked by its ID directly
- When editing a page the following text is presented that has two errors:
"With this option the page will be hidden... - 19:27 Bug #15231: No error page shown when using simulatestatic even if alias doesn't exist
- Hi,
could you please submit it as a unified patch created with the "diff" tool? That would be of great help.
Greets... - 13:12 Bug #15231: No error page shown when using simulatestatic even if alias doesn't exist
- Including the changes would be very appreciated for any people using error handling with simulate static documents.
- 15:02 Bug #15220: Filesize of maximum allowed files in mailforms
- Hi Houmark,
nice to see you are so active here!
"And while we're at it. Maybe the administrator should be able to... - 14:43 Bug #15241: 404 onclick "OPEN DOCUMENTS"
- I can confirm this.
Greets, Sebastian - 01:30 Bug #15241 (Closed): 404 onclick "OPEN DOCUMENTS"
- If I click the list entry "OPEN DOCUMENTS" in DocSelector, I get an 404:
The requested URL /typo3/[ OPEN DOCUMENTS... - 13:23 Bug #15003: Typo3 3.8 does not work with PHP 5.0.5
- As i can not provide more info and the installation is running fine with the changes mentioned, you can close this bug.
- 10:01 Bug #15035: Import from .t3d does not work with php5 version 5.0.5
- Because of unsetting the 'meta'-Index it is not enough to check for the whole array. An isset-Condition on the 'meta'...
2005-11-27
- 23:18 Bug #14210: SSL - SSL Lock HTTPS Proxy ...
- At the current release 3.8.1 the problem is still not solved. Please solve this wih one of the two solutions. The sol...
- 20:36 Bug #15240: Selection "Frontend" gets lost on login failure
- Great!
auch einen schönen ersten Advent,
Sebastian - 15:12 Bug #15240: Selection "Frontend" gets lost on login failure
- Sure. But I don't know when, sorry.
I'll attach it here.
Have a nice 1st Advent ;) - 14:47 Bug #15240: Selection "Frontend" gets lost on login failure
- Hi,
is it possible for you to provide a patch file?
Greets, Sebastian - 15:04 Bug #15143: BE footer fram sometimes disappears
- My setup: Kubuntu 5.10, Firefox 1.0.7, Typo3 3.8.1.
This happens with maximized windows as well as with resized wi... - 14:49 Bug #15143: BE footer fram sometimes disappears
- Hmm, I cannot reproduce this here.
Strange...
Greets, Sebastian - 14:49 Bug #15239: Can't limit content cols for Page>QuickEdit
- Hi,
is it possible for you to create a bugfix for this and provide a patch file?
That would be of great help.
Gree...
Also available in: Atom