| Fixed in | Description |
|---|---|
| 4.2 (not released yet) | The pub/_work_area directory is not protected by the documented httpd config file for TWiki. The default TWiki does not keep anything in this directory but some plugins may keep private information in this area. If your site is configured by .htaccess files you are OK. If you use an apache config file add this to your twiki apache config file (assuming /var/www/twiki as your twiki rootdirectory)<Directory "/var/www/twiki/pub/_work_areas"> deny from all <Directory> The ApacheConfigGenerator has been updated so it creates a protected work area for the plugins. |
| Fixed in | Description |
|---|---|
| none |
| Fixed in | Description |
|---|---|
| Workaround | Item3568 - Session tracking is not working in some Linux distributions (/tmp/twiki not created automatically |
| TWiki-4.1.2 | Item3564 - TWiki 4.1 only works on Perl 5.8, should run on Perl 5.0.3 |
| Fixed in | Description |
|---|---|
| none |
| Fixed in | Description |
|---|---|
| TWiki-4.1.1 | Item3546 - Session files should not be mixed with normal tmp files from other applications |
| TWiki-4.1.1 | Item3544 - Deleting an attachment can cause TWiki to hang almost forever |
| TWiki-4.1.1 | Item3533 - Redirect to viewauth broken when using script suffix and apache login |
| TWiki-4.1.1 | Item3489 - Formatted search breaks with formfield variables and when using nested search. Fix can be downloaded from the bug report. Fix was updated 27 Jan 2007 |
| TWiki-4.1.1 | Item3483 - ALLOWWEBVIEW and ALLOWTOPICVIEW forwards you to a garbage page after authentication when using ApacheLogin. Fix can be downloaded from the bug report. |
| Pending | Item3564 - TWiki 4.1 only works on Perl 5.8, should run on Perl 5.0.3 |
| Fixed in | Description |
|---|---|
| N/A | Item3510 - CommentPlugin templates newline issue. With TWiki 4.1.X %TMPL:DEF.. no longer removes leading white space. This influences templates including those used by CommentPlugin. It is simple to fix. If your existing COMMENT based application adds unwanted newlines, simple delete the new line after the %TMPL:DEF..% tag so that your template starts on the same line as %TMPL:DEF..% |
| TWiki-4.1.1 | Item3500 - Several attachments missing in TWikiDocGraphics |
| TWiki-4.1.1 | Item3488 - Autoattaching a single file does not work. Fix can be downloaded from the bug report. |
| TWiki-4.1.1 | Item3478 - Configure requires that tools and lib directories are placed in the same parent directory in order to be able to find the tools/DEPENDENCIES files. |
| TWiki-4.1.1 | Item3476 - The configure script dies with error "Perl v5.8.0 required--this is only v5.6.1. But TWiki can run with perl 5.6.X. See Item3476 for fix. |
| TWiki-4.1.1 | Item3471 - When trying to create a new topic using Jump field or URL, the top creation feature broken when a web does not have the WebTopicCreator topic. Work-around for upgraders: Simply copy the WebTopicCreator.txt file from the TWiki web into each of your old Web directories. Then it all works fine. |