Revision [873]
This is an old revision of WikkaReleaseNotes made by JsnX on 2004-08-03 03:01:09.
Release Notes
- Wikka 1.1.3.4 -- Released on August 02 2004
- Fixed a small bug in the Link function which prevented inserting links with a &. Thanks to AndreaRossato.
- Wikka 1.1.3.3 -- Released on August 02 2004
- Implemented the WikiPing protocol. It's non-active by default. Specify a server in wikka.config.php to activate. See WikiPing for more details. Thanks to DreckFehler.
- Fixed bug in diff highlighting of code sections. Thanks to DreckFehler.
- Modified feedback action to make the email validator case insensitive. Thanks to DarTar.
- Wikka 1.1.3.2 -- Released on August 01 2004
- Minor changes over 1.1.3.1...
- Wikka 1.1.3.1 -- Released on August 01 2004
- New referrer blacklist system added. Look for the blacklist link while viewing referrers.
- htaccess file modified to handle missing / on the end of URL
- Feedback action added. Thanks to DarTar.
- Modified footer to only show the referrers link to logged on users.
- Pages can now be set to Public. This is useful for not cluttering up the PageIndex with many Owner: X.
- Googleform action added. Thanks to DreckFehler.
- Allow for unnamed parameters to actions. Thanks to DreckFehler.
- Fixed forced links in square brackets. Thanks to DreckFehler.
- Removed the "show spaces" in wikinames option.
- Replaced all calls to UserName() with GetUserName(), and removed the UserName function.
- Modified how PageIndex shows your owned pages.
- Added RSS action. Unattributed credit because of WakkaWiki being down and original author not written down.
- ACLs are now only stored if they differ from the default ACLs.
- Comments are now stored in htmlspecialchar format, instead of being coverted every time the page is shown.
- Page deletion queries are now made through Query(), instead of LoadSingle(), which caused unseen errors.
- Overly long tags are now prevented from being stored. Thanks to DreckFehler.
- and a few other minor changes.
- Wikka 1.1.3 -- Released on June 03 2004
- Modified Wikka to only store page ACLs in the database if a user has specifically set them.
- The old way was to store the default ACLs when a page was created... This would lock in the default ACLs for a certain date, but what if you changed the default ACLs at a later date? The page would still be locked in at the old defaults instead of the way it should work: pages should stay defaulted until someone makes the effort to specifically set the ACLs.
- Wikka 1.1.2 -- Released on June 03 2004
- Re-implemented the database table structure for storing ACLs...
- And adjusted a few files accordingly.
- Please note: if you have custom set ACLs, you will need to re-set them after this upgrade.
- [I'll add more detail later....]
- Wikka 1.1.0 -- Released on May 31 2004
- This is a pretty significant update. The comment system got a major re-implementation.
- The old way: Comments were being stored in the 'pages' table....which made no sense.... and were being handled exactly like pages, had their own ACLs, and were parsed for page formatting.
- The new way: Comments are stored in their own table, do not gunk up the ACLs table, and are handled as plain text and run through htmlspecialchars() to reduce spam and security risks.
- Wikka 1.0.6 -- Released on May 30 2004
- Minor changes:
- Fixed a bug in the way the admin_users list is parsed, to handle spaces.
- Modified ACL handling to allow for !+, which specifies anonymous users.
- Why? Well..... you might want to specify that only anonymous users can comment on your page.
- Updated the syntax examples on the ACL editing page.
- Wikka 1.0.5 -- Released on May 29 2004
- Minor changes:
- Added a new function to the main wakka.php file: function ReturnSafeHTML($html)
- This is to make it easier to run code through safehtml from various files and actions.
- Fixed a tiny bug in the Form Open function to close the hidden input tag if mod_rewrite was not in use.
- Added "double_doublequote_html" to the wakka.config.php file.
- This is to allow for specifying how to handle html between double doublequotes:
- Values can be: "safe" [default], "raw", or "disabled".
- Modified the wakka formatter to reflect the double_doublequote handling described above.
- Modified the image action to call the new ReturnSafeHTML function.
- Updated SafeHTML to version 1.1.0.
- Added a "newpage" action. You can see it in action at CreateNewPage.
- Minor changes to the wikka.css file.
- Wikka 1.0.4 -- Released on May 23 2004
- Edited a few files to achieve valid XHTML and valid CSS.
- Wikka 1.0.3 -- Released on May 23 2004
- Revisited the sql code submitted by DotMG that determines RecentlyCommented.
- Discovered that I should have used it as submitted. :)
- Wikka 1.0.2 -- Released on May 23 2004
- Fixed an issue with searching that occured if an older version of MySQL was being used.
- Fixed an issue with the upgrade script.
- Added error checking to the installer. Credit to WackoWiki.
- Click on the following link if you'd like to browse the exact code changes:
- Wikka 1.0.1 -- Released on May 17 2004 - "The DotMG release"
- The 1.0.1 release is all code contributions from DotMG:
- The following actions were modified to better detect comment pages: mychanges.php, mypages.php, pageindex.php.
- The "wakka" formatter was modified to close tags that were left opened.
- The "show" page handler was modified to not display the edit button if a page no longer exists.
- Click on the following link if you'd like to browse the exact code changes:
- Wikka 1.0.0 -- Released on May 16 2004. The initial release after months of tweaking by JsnX.
CategoryDevelopment