Revision 35 (04/09/2008) * Seymore now runs on Rails 2.x * Fixed bug that prevented passwords from being modified Revision 31 (04/02/2007) * Implemented drag and drop page reordering. * Implemented page slugs to be used in URLs rather than page names. * URLs to pages are now /p/:slug rather than /page/show/:id. * Improved the blank slate by adding a user. * Fixed bug that caused an exception when trying to remove the last revision of a page with children. [Issue #1] * Various other bug fixes. Revision 30 (12/03/2006) * Implemented a custom user authorization system that is flexible enough to be extended by future plugins and simple enough for use in views. * Secured all controllers and actions using the above system. [Issue #5] * Removed the authorization controller and separated login and logout into their own controllers. * Added a default 'Home' page that can be modified like any other page. * Page names can now be updated. * Un-publishing of the current revision can now happen from the page's action menu, rather than solely only from the revisions list. Revision 26 (11/03/2006) * Fixed bug that caused an error when attempting to access a page that didn't exist. [Issue #7] Revision 25 (11/03/2006) * Fixed bug that caused an error when trying to create a page without a name. [Issue #6] Revision 23 (11/01/2006) * Fixed bug that prevented Seymore from working with Sqlite. [Issue #3] Revision 17 (11/01/2006) * Fixed bug that prevented Seymore from working with MySQL. [Issue #2] * Added CHANGELOG to project.