Table of contents ▼▲
December (Release Notes)
13th (Release Notes) - v.0.4.02
- new variable
- fix Template::Standard_Button() not calling API::Pretty_HREF().
- fix Cache not clearing on some edit sessions
$UserNameMask added. Defines the regular expression that a username must adhere too.
8th (Release Notes) - v0.4.01 (GPL) released
- new Since WikiDX v0.4.01 all source code is published under the GNU General Public License.
- new Form Hashes are now added to the edit & edit conflict forms. This hash is generated as a combination of the session id and the value of $FormValidationPassword. This is to help prevent Cross Site Request Forgery attacks. ie posting form content from a different website/script to trash your data.
- mod Install script & general file permissions
- fix Skin was not reverting to 'default' skin if requested skin did not exist.
5th (Release Notes)
- new Added $WikiHome and $WikiTitle parameters. These are used in the registration mail sent out.
- new Pretty URL's. Using .htaccess and mod_rewrite.
- new API::Pretty_HREF(). Generates url. Could be 'pretty' or standard depending on current settings. ie http://www.turland.net/start rather than http://www.turland.net/wikidx.php?page=start
- mod Modified the .htaccess file to make site more secure. Now prevents access to XML and ACL files.
- mod Changed many files, including skins to use API::Pretty_HREF()
- mod Changed StdRules to issue <code> rather than <pre> tags. white-space:pre; used in css to keep white-space characters.
- fix indenting using '-->' syntax was indenting too far.
1st (Release Notes)
- fix Change History not showing correctly on Firefox
- fix BackLinks not working for first and last internal link. Needed to surround with > & <
- fix Skin will default back to 'default' template file if a file cannot be found.