File Release Notes and Changelog
Notes:
SPINE v1.0_05 - Developers Release
This is a development release SPINE.
You need access to mod_perl and a database. Consult the server administrator if you have questions about these issues.
Any function, layout, database structure is subject to change if needed.
Comments, suggestions and contributions/patches are always welcome.
See INSTALL for more info on installation
See LICENSE for more info on licensing issues.
Since this is a developers release, tons of things are yet unfinished. I test this application on mysql and usually
then port the data to postgres. In this case, it's been a while since the last postgres port (same goes for SQLite).
Comments? Patches? Suggestions?
Send em to beatnik@users.sf.net
Changes:
ChangeLog
=========
Release - 1.0_05 - Beta Release
- Updated layout
- Added Documentation & Screenshots
- Added extra Message tags & fixed Message bugs
- Fixed some File Manager bugs
- Updated POD
- Fixed bug in multiple setup feature
- Added Apache config include file
- Updated Navbar advanced attributes
- Fixed Access Control bugs in Administration
- Fixed Macro administration bugs
- Added basic Search Engine plugin (beta)
- Added SQL Dump plugin (beta)
- Added Quickstart guide
- Fixed Content tag bugs
- Fixed Content usergroup bug
- Added basic ImageGallery plugin (beta)
Release - 1.0_04 - Beta Release
- Fixed error handling in administration section
- Add documentation
- Fixed Macro administration
- Fixed Navigation Bar Administration
- Fixed Message administration & handler
- Fixed Administration access
- Database handling optimization
- Dot file support
- Cleaned up styles and content
- Cleaned up error content and 404 handling
- Fixed servername issue (finally)
- Small bugfix in style admin
- Small bugfix in module filename handling
- Fixed User administration (table structure, administration section, access)
- Added basic calendar support
- Added tests
- Fixed Wiki issues
- Cleaned up code
- Fixed small Administration Statistics issue
- Fixed SQL issue (mysql 4 uses keyword "separator")
Release - 1.0_03 - Developer Release
- Delete obsolete files
- Several Navbar fixes
- Added some tests
- Added Wiki plugin
- Fixed issue where /dev/ could only be called from content
- Added Quickstart Guide & How it works documentation
- Several DBI fixes and cleanups
- Fixed statistics handler - included modifier date & Fixed some small bugs
- Fixed Log handler - extra parameters are ignored
- Added file manager
- Included basic struct tests for SQLite
- Fixed virtual file issue (virtual file foo is now actually loaded instead of existing file foo.txt)
- Cleaned up and optimized OO code structure A LOT + Added default value methods
- Added Makefile
- Added Admin access handler (restrict access to specific admin sections per user)
- Fixed some Macro issues
- Cleaned up HTML lots (and added "advanced" sections)
Release - 1.0_02
- Added Postgres support & cleaned up DBI class in the process
- Fixed compliancy to GPL
- Added some POD and general documentation
- Added content type to content
- Added documentation on alternative data types (including examples)
- Added documentation on developing plugins (including examples)
- Minor bug fixes
- Fixed major Message issues (including parent message and messagegroups)
- Fixed major permission issues (including administration access rights)
- Added content attribute in messagegroup (still to integrate in admin)
- Added SPINE::Constant to include general constant
- Implemented default data in content and style
- Cleaned up HTML.. a bit
- Fixed login info issue and integration with sessions and administration
- Added internal comments to content and style
- Added permissions, date, size owner and usergroup in content and style
Release - 1.0_01
- First DB based release