2005-04-01
 ! Release 0.2.0 - "beauticication of variable revolution"

2005-03-30
 - Added index.php in the setup/ folder to allow admining by typing setup/
   after the site uri.

2005-03-23
 - Added preview function for page and menu editing
 - Added function to Menu setup, you can now assign a menu to multiple pages at
   a time. Thanks to testers for pointing out the painfully obvious...
   yet again ;)

2005-03-22
 - Changed the behaviour of capitalisation in page names. You can now use upper
   and lower case as you see fit.
 - Fixed the long-standing problem with getting page ID 102 when creating the
   first page.

2005-03-21
 - Changed all references to node to page, and subjectmenu to simply menu
 - Made updater script for existing sites (run automatically)

2005-03-20
 - Added ##NEWPAGE(_GRAPHIC)## and ##NEWMENU(_GRAPHIC)##, plus CSS classes for
   both

2005-03-19
 - Fixed a random assortment of i18n bugs

2005-02-10
 - Fixed problem in gallery script (oops, wrong naming of a global variable!)
 - Fixed escaping problem in gallery comments
 - Fixed escaping problem in subject menu saving routine
 - Fixed problem where the gallery name would not be shown upon first creating
   it
 - Added the posibility to style the gallery tables differently
 - Created the \galleryimage parser
 - Upon consulting with friends on the matter, you can no longer link to the
   current page
 - Don't show people that they can "create a node with this title" if they are
   not logged in

2005-02-09
 - Fixed file renaming error (did not show original filename)

2005-02-01
 - Added ##LASTUPDATE## containing a short date for the last update

2005-01-30
 - Editing a node would forget what subject menu was selected

2005-01-29
 - Fix problem with emphasized and external links without defined tooltips (you
   would get two http://address on the same line, meaning it would replace the
   //s with em and /em)
 - Fix problem with emphasizing stuff that is already a link

2005-01-28
 - Add default administrator username and password to README

2005-01-26
 - Fix problems with the tooltop stuff... (woops, if you used it, you would
   hit an infinite loop)
 - Add right align and center formatting (>>text is right aligned and ||text is
   center aligned)

2005-01-15
 - Add a syntax for tooltips on external links [[url||tooltip||title]]

2005-01-11
 - Remove anchors around image tags (not even everybrowser.org suggests that
   any more)
 - Multipple images on the same line is now possible
 - Totally rewrite table generator. The old function broke them something
   chronic, so...
 - Trouble in escape-land (single quotes, double quotes and backslashes now escaped
   properly)

2004-11-22
 - Login dialog layout fixes
 - Enable styling of the SETUPSITE, EDITTHISNODE and LOGOUT links and graphic
   links Use .setupsite, .editthisnode and .logout classes, for div and anchors
 - Enable the EDITTHISNODE link for the front page
 - Make saving of the front page work like other nodes (i.e. go to the front page
   when you click Save node)
 - Add formatting help for lists
 - Error handling in the table generator (woops, just crashed before :P )
 - Remove extra whitespace at the end of lines... Who needs that anyway! Not in
   Uberghey you don't! ;)
 - Add copyright notices to source files...
 - Use the site base folder name as the session name, to make sure we don't
   have people re-using sessions from different sites on the same domain...

2004-11-16
 - Change the login system to actually work properly (it needed
   register_globals on before, but noooo longer!) That's what you get for not
   doing things yourself :P

2004-11-11
 - Make sure we remember which theme is being used (save it to the session)
 
2004-10-28
 - Changed layout of setup main page to be more presentable when table
   cell borders are visible (they were all over the place)
 - Implementation of module setup (setup node 12)
   What this means is that setting up the gallery will now be MUCH easier
 - Oops, forgot to implement confirmation for deleting a user. Ouch!
 - Add navigation to the table titles on the setup pages
 
2004-09-17
 - Front page saving wasn't working right. Fixed

2004-09-10
 - Images should not have a border
 
2004-09-06
 - Graphic edit, setup and logout buttons should not have a border
 - Added formatting toolbar. Some functions thanks to TikiWiki

2004-07-27
 - Fix problem with ampersands in node titles
 - Added direct links to setup sections on the main setup page
 - Implement restrictions on user deletion (new option)
 - Fixed translation error in Danish translation
 - Edit This Node should only be shown if the user is already logged in

2004-07-26
 - After a month of non-activity, start converting the code from using
   register_globals to using $_REQUEST, making it work on default PHP 4.2
   installations and later. Uberghey CMS now requires at least PHP 4.1.0

2004-07-10
 - Begin writing quick-start guide, need new, more generic screenshots
   
2004-06-26
 - Complete documentation, apart from Managing section

2004-06-09
 - Start writing documentation

2004-06-02
 - Implemented RSS reader powered by lastRSS ( http://lastrss.webdot.cz/ )

2004-05-29
 - Fix a problem with parsing lists (it's still a dirty hack, but it works ;) )
 - Fixed some problems with back-slashes in node-data
 - Implemented some simple error checking into the link parsing routines
 - Fixed woopsie in Subject Menu editing
 - Fixed some node parsing problems (when to parse for what)

2004-05-23:
 - Fix (some) i18n problems
 - Gallery look fixes
 - Implement local version of file_get_contents, because some versions of PHP
   are missing it
 - Change default theme location to $setup_folder/themes/, to streamline folder
   layout
