Changeset 761
- Timestamp:
- 11/17/08 09:47:57 (3 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
-
PatternSkin/data/TWiki/WebLeftBarPersonalTemplate.txt (modified) (1 diff)
-
core/data/TWiki/AnApplicationWithWikiForm.txt (modified) (1 diff)
-
core/data/TWiki/InstallationGuide.txt (modified) (16 diffs)
-
core/data/TWiki/ReleaseHistory.txt (modified) (3 diffs)
-
core/data/TWiki/ReleaseNotes01x00.txt (modified) (4 diffs)
-
core/data/TWiki/SystemRequirements.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PatternSkin/data/TWiki/WebLeftBarPersonalTemplate.txt
r482 r761 1 1 %META:TOPICINFO{author="ProjectContributor" date="1111929255" format="1.0" version="$Rev: 7555 $"}% 2 2 <!-- 3 Customise this topic; samples and ideas available at TWiki:TWiki.WebLeftBarCookbook.3 Customise this topic; samples and ideas available at %SYSTEMWEB%.WebLeftBarCookbook. 4 4 --> 5 5 *My links:* -
trunk/core/data/TWiki/AnApplicationWithWikiForm.txt
r693 r761 20 20 <verbatim> 21 21 <form action="%SCRIPTURLPATH{edit}%/%WEB%/"> 22 New FAQ topic: (Use a name in TWiki.WikiNotation) <br />22 New FAQ topic: (Use a name in System.WikiNotation) <br /> 23 23 <input type="text" name="topic" size="32" /> <input type="submit" class="twikiSubmit" value="Create Topic" /> 24 24 <input type="hidden" name="onlywikiname" value="on" /> -
trunk/core/data/TWiki/InstallationGuide.txt
r733 r761 3 3 ---+ TWiki Installation Guide 4 4 5 *The following is installation instructions for the TWiki 4.2 production release on an Apache web server on Linux.* Visit TWiki: TWiki.InstallingTWiki for the latest updates to this guide andsupplemental information for installing or upgrading TWiki, including notes on installing TWiki on different platforms, environments and web hosting sites.5 *The following is installation instructions for the TWiki 4.2 production release on an Apache web server on Linux.* Visit TWiki:Support.SupplementalDocuments for supplemental information for installing or upgrading TWiki, including notes on installing TWiki on different platforms, environments and web hosting sites. 6 6 7 7 If you are upgrading from a previous version of TWiki, you probably want to read =UpgradeGuide= instead. … … 13 13 ---++ Preparing to install TWiki 14 14 15 Before attempting to install TWiki, you are encouraged to review the TWiki: TWiki.AdminSkillsAssumptions. This guide assumes the person installing TWiki has, at a minimum, basic knowledge of server administration on the system on which TWiki is to be installed. While it is possible to install TWiki with FTP access alone (for example, on a hosted site), it is tricky and may require additional support from your hosting service (for example, in setting file ownership and installing missing perl CPAN libraries).16 17 To help setup a correct Apache configuration, you are very much encouraged to use the automatic tool TWiki: TWiki.ApacheConfigGenerator which generates the contents for an Apache config file for TWiki based on your inputs.18 19 While this installation guide specifically describes installation on an Apache web server on Linux, TWiki should be fine with any web server and OS that meet the system requirements (see below). For additional notes on installing TWiki on other systems, see TWiki: TWiki.InstallingTWiki#OtherPlatforms.15 Before attempting to install TWiki, you are encouraged to review the TWiki:System.AdminSkillsAssumptions. This guide assumes the person installing TWiki has, at a minimum, basic knowledge of server administration on the system on which TWiki is to be installed. While it is possible to install TWiki with FTP access alone (for example, on a hosted site), it is tricky and may require additional support from your hosting service (for example, in setting file ownership and installing missing perl CPAN libraries). 16 17 To help setup a correct Apache configuration, you are very much encouraged to use the automatic tool TWiki:Support.ApacheConfigGenerator which generates the contents for an Apache config file for TWiki based on your inputs. 18 19 While this installation guide specifically describes installation on an Apache web server on Linux, TWiki should be fine with any web server and OS that meet the system requirements (see below). For additional notes on installing TWiki on other systems, see TWiki:Support.SupplementalDocuments. 20 20 21 21 If you are installing TWiki without Unix/Linux root (administrator) priviledges (for example, on a hosted domain), see "Notes on Installing TWiki on Non-Root Account" below for supplemental instructions to the basic steps presented below. 22 22 23 If you are upgrading from an earlier major version of TWiki such as Cairo (TWiki 3) you will need the information found in TWiki: TWiki.UpgradeGuide. There is also a static HTML =UpgradeGuide.html= included in the root of your TWiki distribution.24 25 Upgrading from a recent TWiki4 release is much simpler. Upgraders from earlier TWiki4 versions can follow the steps described in TWiki: TWiki.UpgradingTWiki04x00PatchReleases to ensure a safe upgrade without accidently overwriting customizations.26 27 One of the more difficult tasks is installation of addition !CPAN libraries. See TWiki: TWiki.HowToInstallCpanModules for detailed information on how to install !CPAN libraries.23 If you are upgrading from an earlier major version of TWiki such as Cairo (TWiki 3) you will need the information found in TWiki:System.UpgradeGuide. There is also a static HTML =UpgradeGuide.html= included in the root of your TWiki distribution. 24 25 Upgrading from a recent TWiki4 release is much simpler. Upgraders from earlier TWiki4 versions can follow the steps described in TWiki:Support.UpgradingFromOlderTWikiReleases to ensure a safe upgrade without accidently overwriting customizations. 26 27 One of the more difficult tasks is installation of addition !CPAN libraries. See TWiki:Support.HowToInstallCpanModules for detailed information on how to install !CPAN libraries. 28 28 29 29 If you need help, ask a question in the TWiki:Support web or on TWiki:Codev.TWikiIRC (irc.freenode.net, channel #twiki) … … 42 42 * debian/Ubuntu/Kubunto : =chown -R www-data:www-data /path/to/twiki= 43 43 * Suse : =chown -R wwwrun:www /path/to/twiki= 44 * If you mistakenly change the access rights in a way that makes TWiki stop working, simply run the script found at TWiki: TWiki.SettingFileAccessRightsLinuxUnix to set the access right of the entire TWiki tree back to the distributed defaults.44 * If you mistakenly change the access rights in a way that makes TWiki stop working, simply run the script found at TWiki:Support.SettingFileAccessRightsLinuxUnix to set the access right of the entire TWiki tree back to the distributed defaults. 45 45 * It is possible to define tighter access rules than the ones given by default after the installation is complete. But how tight they should be depends on your distribution and local needs. Typically you may want to limit all access from world if the webserver machine has login access for other users than root and the web server administrator. For a dedicated web server made just for running TWiki with limited login access the default access rights have a good safety level. 46 46 1 *Check the Perl installation*. Ensure that Perl 5 and the Perl CGI library are installed on your system. … … 56 56 1 *Configure the webserver* 57 57 * Unless you are an Apache expert setting up the webserver can be quite difficult. But TWiki has three resources that make setting up Apache easier. 58 * The best and easiest way is to use webpage TWiki: TWiki.ApacheConfigGenerator which contains a tool that can generate a safe and working config file for TWiki on Apache.58 * The best and easiest way is to use webpage TWiki:Support.ApacheConfigGenerator which contains a tool that can generate a safe and working config file for TWiki on Apache. 59 59 * In the root of the twiki installation you find an example config file =twiki_httpd_conf.txt= 60 60 * In the root of the twiki installation and in the =twiki/bin= directory you find example =.htaccess= files you can copy and modify. The files contains help text explaining how to set them up. In =twiki/bin= you find =.htaccess.txt= which can be copied to =.htaccess= and defined access to the CGI scripts. In the root of TWiki you find =pub-htaccess.txt= which you can copy to =pub/.htaccess=, =subdir-htaccess.txt= which you can copy to all directories as =.htaccess= except bin and pub, and you find =root-htaccess.txt= which you can copy to =.htaccess= in the twiki root directory. But again only use .htaccess files if you do not have root priviledges. 61 * If you are unsure about how to do this on your system, see TWiki: TWiki.InstallingTWiki#OtherPlatforms for links to information about various server setups.61 * If you are unsure about how to do this on your system, see TWiki:Support.SupplementalDucuments for links to information about various server setups. 62 62 * *Note!* When you use config files you need to restart Apache each time you change a setting to make the new setting active. 63 63 1 *Protect the configure script* 64 * You should never leave the =configure= script open to the public. Limit access to the =twiki/bin/configure= script to either localhost, an IP address or a specific user using basic Apache authentication. The TWiki: TWiki.ApacheConfigGenerator lets you setup who has access to the configure script. Also the example twiki-httpd-conf.txt and bin/.htaccess.txt files includes the needed setting to protect the configure script.65 * If you limit the access to a particular user then you need to setup a .htpasswd file that contains the user name and password that Apache will authenticate against. Per default both TWiki: TWiki.ApacheConfigGenerator and the example config files and .htaccess files uses =twiki/data/.htpasswd= but this file does not exist until you have TWiki running and have registered the first user. You therefore have two options. Either limit the access to localhost or an IP address, or make a .htpasswd file. To make a .htpasswd file change directory to =twiki/data= and issue the command =htpasswd -c .htpasswd username= and enter your password when asked. The username must match the =Require user username= directive in the Apache config file or .htaccess file. Do not use a username you will later use to register in TWiki because TWiki will then claim that you are already registered.64 * You should never leave the =configure= script open to the public. Limit access to the =twiki/bin/configure= script to either localhost, an IP address or a specific user using basic Apache authentication. The TWiki:Support.ApacheConfigGenerator lets you setup who has access to the configure script. Also the example twiki-httpd-conf.txt and bin/.htaccess.txt files includes the needed setting to protect the configure script. 65 * If you limit the access to a particular user then you need to setup a .htpasswd file that contains the user name and password that Apache will authenticate against. Per default both TWiki:Support.ApacheConfigGenerator and the example config files and .htaccess files uses =twiki/data/.htpasswd= but this file does not exist until you have TWiki running and have registered the first user. You therefore have two options. Either limit the access to localhost or an IP address, or make a .htpasswd file. To make a .htpasswd file change directory to =twiki/data= and issue the command =htpasswd -c .htpasswd username= and enter your password when asked. The username must match the =Require user username= directive in the Apache config file or .htaccess file. Do not use a username you will later use to register in TWiki because TWiki will then claim that you are already registered. 66 66 1 *Run the =configure= script* from your browser (enter =http://yourdomain/twiki/bin/configure= into your browser address bar) 67 67 * Resolve any errors or warnings it tells you about. … … 80 80 For those that do not have access to the Apache config files a sample =subdir-htaccess.txt= file can be copied as =.htaccess= to the data, lib, locale, templates, tools and working directories. 81 81 82 The TWiki: TWiki.ApacheConfigGenerator as well as the example =twiki_httpd_conf.txt= and example =htaccess.txt= files include the needed settings that protect against all 3 security elements.82 The TWiki:Support.ApacheConfigGenerator as well as the example =twiki_httpd_conf.txt= and example =htaccess.txt= files include the needed settings that protect against all 3 security elements. 83 83 84 84 ---++ Next Steps … … 89 89 ---++ Enable Authentication of Users 90 90 91 This step provides for site access control and user activity tracking on your TWiki site. __This is particularly important for sites that are publicly accessible on the web.__ This guide describes only the most common of several possible authentication setups for TWiki and is suitable for public web sites. For information about other setups, see =%SYSTEMWEB%.UserAuthentication=, and TWiki: TWiki.UserAuthenticationSupplement.91 This step provides for site access control and user activity tracking on your TWiki site. __This is particularly important for sites that are publicly accessible on the web.__ This guide describes only the most common of several possible authentication setups for TWiki and is suitable for public web sites. For information about other setups, see =%SYSTEMWEB%.UserAuthentication=, and TWiki:Support.UserAuthenticationSupplement. 92 92 93 93 These are the steps for enabling "Template Login" which asks for a username and password in a web page, and processes them using the Apache 'htpasswd' password manager. Users can log in and log out. … … 101 101 1 Edit a topic (by clicking on the =Edit= link at beginning or end of topic) to check if authentication works. 102 102 103 You are strongly encouraged to read =%SYSTEMWEB%.UserAuthentication=, TWiki: TWiki.UserAuthenticationSupplement, and TWiki:TWiki.SecuringTWikiSitefor further information about managing users and security of your TWiki site.103 You are strongly encouraged to read =%SYSTEMWEB%.UserAuthentication=, TWiki:Support.UserAuthenticationSupplement for further information about managing users and security of your TWiki site. 104 104 105 105 *Note!* The other =LoginManager= option =TWiki::LoginManager::ApacheLogin= uses a basic Apache type authentication where the browser itself prompts you for username and password. Most will find the !TemplateLogin looking nicer. But !ApacheLogin is required when you use Apache authentication methods like mod_ldap where all authentication is handled by an Apache module and not by the TWiki perl code. When you use !ApacheLogin the apache configuration must be set up to require authentication of the some but not all the scripts in the bin directory. This section in the Apache config (or .htaccess) controls this … … 111 111 </verbatim> 112 112 113 The TWiki: TWiki.ApacheConfigGenerator includes this section when you choose _ApacheLogin_. In the example =twiki_httpd_conf.txt= and =bin/.htaccess.txt= files this section is commented out with #. Uncomment the section when you use _ApacheLogin_. It is important that this section is commented out or removed when you use _TemplateLogin_.113 The TWiki:Support.ApacheConfigGenerator includes this section when you choose _ApacheLogin_. In the example =twiki_httpd_conf.txt= and =bin/.htaccess.txt= files this section is commented out with #. Uncomment the section when you use _ApacheLogin_. It is important that this section is commented out or removed when you use _TemplateLogin_. 114 114 115 115 #DefineAdminUser … … 145 145 ---++ Enable Localisation 146 146 147 TWiki now supports displaying of national (non-ascii) characters and presentation of basic interface elements in different languages. To enable these features, see the =Localisation= section of =configure=. For more information about these features, see TWiki: TWiki.InternationalizationSupplement.147 TWiki now supports displaying of national (non-ascii) characters and presentation of basic interface elements in different languages. To enable these features, see the =Localisation= section of =configure=. For more information about these features, see TWiki:Support.InternationalizationSupplement. 148 148 149 149 #TailorUsersTopic … … 170 170 The real power of TWiki lies in it's flexibility to be customized to meet your needs. You can with small means change the looks of the default skin (called !PatternSkin) by reading the =%SYSTEMWEB%.PatternSkinCustomization= 171 171 172 At the official TWiki website you can find more resources. A good place to start for exploring what's possible is <a href="http://twiki.org/cgi-bin/view/TWiki/WikiAdminCookBook" title="'TWiki/WikiAdminCookBook' on TWiki.org">TWiki:TWiki.WikiAdminCookBook</a>which offers tips and tricks for customizing your TWiki site. Many of these are appropriate to implement immediately after installing TWiki and before adding content so now's a good time to look at these.172 At the official TWiki website you can find more resources. A good place to start for exploring what's possible is TWiki:Support.AdministratorsCookBook which offers tips and tricks for customizing your TWiki site. Many of these are appropriate to implement immediately after installing TWiki and before adding content so now's a good time to look at these. 173 173 174 174 ---++ Customization of Special Pages … … 203 203 The first step is to re-run the =configure= script and make sure you have resolved all errors, and are satisfied that you understand any warnings. 204 204 205 Failing that, please check <b><a href="http://twiki.org/cgi-bin/view/TWiki.InstallingTWiki" title="'TWiki.InstallingTWiki' on TWiki.org">TWiki:TWiki.InstallingTWiki</a></b> on TWiki.org, the supplemental documentation that help you <b>install TWiki on different platforms, environments and web hosting sites</b>. For example: 206 * For Unix or Linux, check <a href="http://twiki.org/cgi-bin/view/Codev/TWikiOnUnix" title="'Codev/TWikiOnUnix' on TWiki.org">TWiki:Codev.TWikiOnUnix</a> and <a href="http://twiki.org/cgi-bin/view/Codev/TWikiOnLinux" title="'Codev/TWikiOnLinux' on TWiki.org">TWiki:Codev.TWikiOnLinux</a>. 207 * For Windows, check the <a href="http://twiki.org/cgi-bin/view/Codev/WindowsInstallCookbook" title="'Codev/WindowsInstallCookbook' on TWiki.org">TWiki:Codev.WindowsInstallCookbook</a>. 208 * For !MacOS X, check TWiki:Codev.TWikiOnMacOSX. 209 210 It is also advisable to review TWiki:Codev.KnownIssuesOfTWiki04x02. 205 Failing that consult the resources you can find in TWiki:Support.SupplementalDocuments and TWiki:Support.AskedQuestions. 211 206 212 207 If you need help, ask a question in the TWiki:Support web or on TWiki:Codev/TWikiIRC (irc.freenode.net, channel #twiki) … … 231 226 | Other external programs | =fgrep, egrep= | 232 227 | Cron/scheduler | • Unix: =cron= <br />• Windows: =cron= equivalents <!-- SMELL: Macintosh version? --> | 233 | Web server | Apache is well supported; for information on other servers, see <a href="http://twiki.org/cgi-bin/view/TWiki.InstallingTWiki#OtherWebServers" title="'TWiki.InstallingTWiki#OtherWebServers' on TWiki.org">TWiki:TWiki.InstallingTWiki#OtherWebServers</a>. |228 | Web server | Apache is well supported; for information on other servers, See TWiki:Support.InstallingOnSpecificPlatforms. | 234 229 235 230 ---+++ Required CPAN Modules … … 237 232 Most of the !CPAN libraries listesd below are part of a standard Perl installation so you most likely have them all! 238 233 239 See <a href="http://twiki.org/cgi-bin/view/TWiki/HowToInstallCpanModules" title="'TWiki/HowToInstallCpanModules' on TWiki.org">TWiki:TWiki.HowToInstallCpanModules</a>for detailed information on how to install !CPAN libraries234 See TWiki:Support.HowToInstallCpanModules for detailed information on how to install !CPAN libraries 240 235 241 236 … … 263 258 The following Perl modules may be used by TWiki: 264 259 265 See <a href="http://twiki.org/cgi-bin/view/TWiki/HowToInstallCpanModules" title="'TWiki/HowToInstallCpanModules' on TWiki.org">TWiki:TWiki.HowToInstallCpanModules</a>for detailed information on how to install !CPAN libraries260 See TWiki:Support.HowToInstallCpanModules for detailed information on how to install !CPAN libraries 266 261 267 262 | *Module* | *Preferred version* | *Description* | … … 334 329 * =chmod 644 `find pub -type f -print`= 335 330 * In addition, you should create a =.htaccess= file in the pub directory, using the template included in the root level of the distribution entitled =pub-htaccess.txt=. 336 * Note: This setup does not provide for absolute security for TWiki attachments. For more information, see TWiki: Codev.SecuringYourTWiki.331 * Note: This setup does not provide for absolute security for TWiki attachments. For more information, see TWiki:Support.SecuringYourSite. 337 332 338 333 * *Step 6:* In order to run the configure script, create a file called =.htaccess= in the bin directory that includes the following single line: =SetHandler cgi-script= . This informs the server to treat all the perl scripts in the bin directory as scripts. 339 334 340 For additional information about installing TWiki on a hosted accounts, see TWiki: TWiki.InstallingTWiki#WebHostingSites335 For additional information about installing TWiki on a hosted accounts, see TWiki:Support.InstallingOnSharedHosts 341 336 342 337 ---++ Installing Manually Without Configure … … 354 349 %STOPINCLUDE% 355 350 356 __Related Topics:__ AdminDocumentationCategory, TWiki: TWiki.InstallingTWiki357 351 __Related Topics:__ AdminDocumentationCategory, TWiki:Support.SupplementalDocuments 352 -
trunk/core/data/TWiki/ReleaseHistory.txt
r733 r761 83 83 * *System administration:* TWiki:Main.SvenDowideit, TWiki:Main.PeterThoeny, TWiki:Main.CrawfordCurrie 84 84 85 If you find an omission please fix it at TWiki: TWiki.TWikiHistory. For the full list of contributors see ProjectContributor.85 If you find an omission please fix it at TWiki:System.ReleaseHistory. For the full list of contributors see ProjectContributor. 86 86 87 87 __Note:__ Order of contributors under "Spec and code", "Templates and skins" and "Documentation" is based on number of SVN file changes for core and default extensions from March 2007 (svn rev:13046) to Jan 2008 (svn rev:16210). (Details at TWikibug:TWiki420SvnLog). Order of contributors under "Testing and bug fixing" is based on Bugs web statistics from 2007-03 to 2007-12. Order of contributors under "TWiki.org wiki champions" and "Customer support" is based on TWiki.org web statistics from 2007-02 to 2007-12. … … 182 182 * *System administration:* TWiki:Main.SvenDowideit, TWiki:Main.PeterThoeny, TWiki:Main.CrawfordCurrie 183 183 184 If you find an omission please fix it at TWiki: TWiki.TWikiHistory. For the full list of contributors see ProjectContributor.184 If you find an omission please fix it at TWiki:System.ReleaseHistory. For the full list of contributors see ProjectContributor. 185 185 186 186 __Note:__ Sequence of contributors under "Spec, code, testing", "Templates and skins" and "Documentation" is based on number of SVN check-ins for core and default extensions from 2006-02 to 2006-12. Sequence of contributors under "TWiki.org wiki champions" and "Customer support" is based on TWiki.org web statistics from 2006-02 to 2006-12. … … 203 203 * Hierarchical sub-webs (beta) 204 204 205 Many, many people worked on TWiki-4.0.0. The credits in the table below only list the people who worked on individual enhancements. If you find an omission please fix it at TWiki: TWiki.%TOPIC%. There were many other contributors; for a full list, visit ProjectContributor.205 Many, many people worked on TWiki-4.0.0. The credits in the table below only list the people who worked on individual enhancements. If you find an omission please fix it at TWiki:System.%TOPIC%. There were many other contributors; for a full list, visit ProjectContributor. 206 206 207 207 Most of the redesign, refactoring and new documentation work in Dakar release was done by [[http://c-dot.co.uk][Crawford Currie]]. [[http://kamaelia.org/Michael.html][Michael Sparks]] provided ideas and proof of concept for several improvements. Other people who gave _large_ amounts of their time and patience to less sexy aspects of the work, such as testing, infrastructure and documentation, are [[TWiki:Main.AntonAylward][AntonAylward]], [[TWiki:Main.KennethLavrsen][KennethLavrsen]], [[TWiki:Main.LynnwoodBrown][LynnwoodBrown]], [[TWiki:Main.MichaelDaum][MichaelDaum]], [[http://www.structuredwikis.com/][Peter Thoeny]], [[TWiki:Main.SteffenPoulsen][SteffenPoulsen]], [[http://www.home.org.au][Sven Dowideit]], [[TWiki:Main.WillNorris][WillNorris]]. -
trunk/core/data/TWiki/ReleaseNotes01x00.txt
r733 r761 291 291 | [[%BUGS%/Item4505][Item4505]] | User registration states incorrect user name | 292 292 | [[%BUGS%/Item4493][Item4493]] | Inline rdiff between rev 0 and rev 1 is empty | 293 | [[%BUGS%/Item4487][Item4487]] | As described in TWiki.TWikiScripts auth protect rest |293 | [[%BUGS%/Item4487][Item4487]] | As described in !TWiki.TWikiScripts auth protect rest | 294 294 | [[%BUGS%/Item4476][Item4476]] | Missing error message when registration mail fails to be sent | 295 295 | [[%BUGS%/Item4459][Item4459]] | TemplateLogin messages not translated | … … 368 368 | [[%BUGS%/Item4028][Item4028]] | Authenticated twice; garbled !CommentPlugin text | 369 369 | [[%BUGS%/Item4023][Item4023]] | configure link for 'Expert mode' missing t= parameter to prevent caching | 370 | [[%BUGS%/Item4019][Item4019]] | Remove preferences edit button from TWiki.TWikiPreferences |370 | [[%BUGS%/Item4019][Item4019]] | Remove preferences edit button from !TWiki.TWikiPreferences | 371 371 | [[%BUGS%/Item4006][Item4006]] | More options: do not show "View previous topic revision" when there is no previous version | 372 372 | [[%BUGS%/Item3991][Item3991]] | Add =spaceOutWikiWord= to Func | … … 400 400 | [[%BUGS%/Item3862][Item3862]] | Parameter passed to preRenderingHandler incorrect | 401 401 | [[%BUGS%/Item3853][Item3853]] | WEBLIST docco spelling error (selection=) | 402 | [[%BUGS%/Item3835][Item3835]] | TWiki.TWikiSiteTools mentions geturl.pl, but does not point out the authentication problems with it |402 | [[%BUGS%/Item3835][Item3835]] | !TWiki.TWikiSiteTools mentions geturl.pl, but does not point out the authentication problems with it | 403 403 | [[%BUGS%/Item3834][Item3834]] | USERINFO{format="$groups"} always returns webDotWikiName identifiers | 404 404 | [[%BUGS%/Item3833][Item3833]] | Cannot move attachment to topic with non-wikiword name | … … 602 602 | [[%BUGS%/Item5819][Item5819]] | Document that 4.2.1 with Wysiwyg will no longer work with Perl 5.6 | 603 603 | [[%BUGS%/Item5810][Item5810]] | %IF in a set statement fails | 604 | [[%BUGS%/Item5808][Item5808]] | TWiki.InstalledPlugins lists Contribs and AddOns but no Skins |604 | [[%BUGS%/Item5808][Item5808]] | !TWiki.InstalledPlugins lists Contribs and AddOns but no Skins | 605 605 | [[%BUGS%/Item5798][Item5798]] | urlHost field initialized too late in TWiki::new | 606 606 | [[%BUGS%/Item5796][Item5796]] | SubscribePlugin and perl 5.8.4 exposes a taint issue in the latest MailerContrib | -
trunk/core/data/TWiki/SystemRequirements.txt
r731 r761 18 18 | RCS | 5.7 or higher (including GNU =diff=) %BR% Optional, TWiki includes a pure perl implementation of RCS that can be used instead (although it's slower) | 19 19 | GNU =diff= | GNU =diff= 2.7 or higher is required when not using the all-Perl <nop>RcsLite. %BR% Install on PATH if not included with RCS (check version with =diff -v=) %BR% Must be the version used by RCS, to avoid problems with binary attachments - RCS may have hard-coded path to =diff= | 20 | GNU =patch= | For upgrades only: GNU =patch= is required when using the TWiki:Codev.UpgradeTWiki script|20 | GNU =patch= | For upgrades only: GNU =patch= is required when patching the code using patches in diff format submitted by the community. | 21 21 | GNU =fgrep=, =egrep= | Modify command line parameters in configure if you use non-GNU grep programs | 22 22 | Cron/scheduler | %BULLET% Unix: =cron= %BB% Windows: =cron= equivalents <!-- SMELL: Macintosh version? --> | 23 | Web server | Apache is well supported; see TWiki: TWiki.InstallingTWiki#OtherWebServers for other servers|23 | Web server | Apache is well supported; see TWiki:Support.InstallingOnSpecificPlatforms for alternative options. | 24 24 25 25 ---+++ Perl Modules
Note: See TracChangeset
for help on using the changeset viewer.
