|
Changelog
Version: 1.0.2 June 26, 2003
+----------------------------------------------------------------------+
- Introduced an Extremely Sexy Installer/Updated. From now on there
is no need to manually run the database SQL files. All can be
administered via Web Interface (Maxim Maletsky, Vlad Tsyrklevich)
- Error Reporting fixes to DB Layer (Maxim Maletsky)
- Several HTML fixes and incorrect paths throughout the application
(Vlad Tsyrklevich)
Version: 1.0.1 June 25, 2003
+----------------------------------------------------------------------+
- Complete Architecture Redesign (Maxim Maletsky)
- New Templating System (Maxim Maletsky)
- New HTML Layout (Maxim Maletsky)
- New Hits registering Module (Maxim Maletsky)
- Authentication class with the support of user permissions
(Maxim Maletsky)
- HTML bugfixes (Vlad Tsyrklevich)
- ODBC API (Fredrik Haugbergsmyr)
Version: 0.1.4 September 9, 2002
+----------------------------------------------------------------------+
- Oracle 8/9 extension. Windows platforms only, Linux is alpha.
(Maxim Maletsky)
- Added database connection shutdown for mySQL, PostgreSQL and Oracle
`phphit.php' controllers in order to leave the script free of
ZoomStats connections (Maxim Maletsky, Ray "BigDog" Hunter)
- Added statement result control for mySQL, PostgreSQL and Oracle
APIs to clean up the memory used for queries that return large
result sets (Maxim Maletsky)
- Fixed `api_affected_rows' and `api_last_id' for both MySQL and
PostgreSQL APIs (Maxim Maletsky)
- Fixed bug blocking DBA Layer reseting API's record result (Maxim
Maletsky)
- Corrected error reports in DBA Layer (Maxim Maletsky)
- Improved performance of mySQL-extended `phphit.php' after the
multi-platform series of tests by Ray (Ray "BigDog" Hunter, Maxim
Maletsky)
- Improved performance of `phphit.php' under PostgreSQL via an
intensive series of tests (Ray "BigDog" Hunter)
- [Bug #606022]. HTML code corrections for `text-only' interface
(Jonathan Stewart)
Version: 0.1.3 September 7, 2002
+----------------------------------------------------------------------+
- PostgreSQL extension (Maxim Maletsky, Ray "BigDog" Hunter)
- Enhanced ZoomStats Database Abstraction Layer (Maxim Maletsky)
- Enhanced (and documented) MySQL API (Maxim Maletsky)
- Fixed incorrect hit data filter in `phphit.php` (Maxim Maletsky)
- [Bug #605546]. Fixed `cant_unpack' error on first installation
(Maxim Maletsky)
- Fixed a typo in constants definitions for `phphit.php` and
`index.php' causing define each time (Maxim Maletsky)
- Removed sever PHP error reportings from phphit.php to avoid
overriding user's settings and reduce errors vulnerability (Maxim
Maletsky)
Version: 0.1.2 September 4, 2002
+----------------------------------------------------------------------+
- Completely restructured database OOP logic (Layer/API). Now, there
is a Layer object which wrpas the specific BD API's and shares the
general functionality. First introuduction (Maxim Maletsky)
- Employed `to_string' option for API (Maxim Maletsky)
- Added `Total Page Views' feature (Maxim Maletsky)
- Added spaces to empty cells of the table output so that they get
borders (Maxim Maletsky)
- [Bug #603497]. Better installation Guide `INSTALL.TXT' (Gerardo
Paredes)
- [Bug #603007]. Fixed 'undefined variable' notices for non-sent
enviroment variables in phphit.php (Maxim Maletsky)
- [Bug #603492]. Added support for PHP versions below 4.1.0 regarding
the new-style 'global scope' variables (Maxim Maletsky)
Version: 0.1.1 August 30, 2002
+----------------------------------------------------------------------+
- Restructured interface logic to allow skinning (Maxim Maletsky)
- Fixed high `headers sent' error risks for sevaral files ending with
new lines after `?>' (Maxim Maletsky)
- Added `invalid connection' controller for mySQL API.
PHP's `register_shutdown_function()' was leaving the proces with an
invalid connection, already closed by Web Server (Maxim Maletsky)
- Fixed incorrect load and update of ZoomStats settings data
(Maxim Maletsky)
- Bugs fixes / clean ups for MySQL installation file (Maxim Maletsky)
- Corrected application's shutdown in suspicious cases (Maxim Maletsky)
- Fixed crash of Error Reporter and Unpack on first run of the
installation (Maxim Maletsky)
- Added more friendly and clear failure message for unknown errors
(Maxim Maletsky)
- Improved project documentation (Gerardo Paredes, Maxim Maletsky)
- Better(?) readability in text-only mode (Maxim Maletsky)
|