Subversion Repositories serve

SERVE VERSION HISTORY
---------------------

VERSION 0.7
Unreleased
    - [NEW] Serve core (servedb.php) version 1.2
        - [FIX] Bug that included results from the previously run query when using the get_results() function. 
    - [REMOVED] Removed the poor RSS feed support, which generally isn't required for purely page based sites.
    - [IMPROVEMENT] Refactored the majority of Serve's code base.
    - [REMOVED] Completely removed support for Internet Explorer meaning the use of IE will most likely result in the admin area's styling being broken.

VERSION 0.6
Released on June 28, 2007
    - [NEW] Serve core (servedb.php) version 1.1
        - [NEW] Return type constants allowing the selection of the return type of a query's result set (i.e. object, associative array or numerical array).
        - [NEW] get_results() function allows the supply of an SQL query and return type, eliminating the use of get_array() and get_object.
        - [NEW] get_column() function allows the retrieval of a specific column from the last executed query.
        - [NEW] get_column_info() function allows the retrieval of column information based on PHP's mysql_fetch_field() object properties.
        - [REMOVED] get_array() and get_object() because of above.
        - [IMPROVEMENT] Improved capture of potential errors caused by erroneous data supply.
        - [NEW] Serve core error descriptions, providing the exact line of code and variable causing the error.
    - [IMPROVEMENT] Re-structured and re-designed installation script.
    - [IMPROVEMENT] Interface changes including new icons.
    - [NEW] Support for basic file uploading when creating a new page as well as editing an existing page.
    - [NEW] Upload manager allows easy organisation of uploaded files.
    - [NEW] Completely re-designed caching system. Allows the choice of a two different cache policies, content change based or time based. 
    - [FIX] Generated page names including illegal URL characters. All characters included in the POSIX character class [:punct:] are now removed.

VERSION 0.5
Released on January 17, 2007
    - [NEW] Default template included
    - [FIX] Incorrect identification of Serve's installation directory
    - [FIX] SQL error when checking for previous Serve installation when running install script
    - [FIX] New user being created twice during installation

VERSION 0.4
Released on January 15, 2007
    - Initial public release