Releases: ipavl/clorum
Releases · ipavl/clorum
v0.1.0-SNAPSHOT-20160710
- Fixes issues with updating data when using PostgreSQL
- Re-adds support for MySQL (PostgreSQL is still the default)
- Re-merges the core functionality into the main project
v0.1.0-SNAPSHOT-20150510
Changes
- Now using PostgreSQL instead of MySQL/MariaDB
- Pages now have some sort of styling to them
v0.1.0-SNAPSHOT-20150108
Changes
- The "Recent Activity" page will list the latest 10 threads as opposed to 15
Resolved issues
- Creating a thread will no longer insert it twice
v0.1.0-SNAPSHOT-20141226-core
Initial version using clorum-core.
Functionality should be 100% identical, however if a db
parameter in clorum-core was missed a crash may happen. Most features have been tested, though, and any outliers will be fixed as they are found.
v0.1.0-SNAPSHOT-20141226
Note: This is the final release with the core functionality (clorum.models
and utility classes) included directly in the source. Future releases will get their functionality from clorum-core.
New features
- Added page to view the 15 most recent threads (
/recent
) - User profiles now show the user's started discussions and replies
Known issues
- Creating a thread will create it twice
v0.1.0-SNAPSHOT-20141206
New features
- upon creating a thread, the user will be redirected to the new thread
- primitive profile editing for users
- requires correct password for anything to be saved
- email field cannot be blank (enter old email if no change)
- a blank change password field will change password to blank (i.e. enter old password if no change)
v0.1.0-SNAPSHOT-20141204
New features
- upon replying to a thread, the user will be redirected back to the thread
- a very basic confirmation/fail message is shown for user registration
Resolved issues
- fixed an exception related to time format when trying to register
v0.1.0-SNAPSHOT-20141130-r2
Resolved issues
/admin
routes will no longer cause a not-found error
v0.1.0-SNAPSHOT-20141130
New features
- entering a blank author or category will use "Guest" and "uncategorized", respectively
- blank titles still aren't handled, however
- the core and model code is now (mostly) documented
Resolved issues
- timestamps now work properly
- fixed an exception that occurred when verifying a user's password
- fixed existing tests for Travis CI
- updated outdated dependencies
v0.1.0-SNAPSHOT-20141116
New features
- basic user registration and profiles
- admin version of profiles shows a bit more information
- threads can now include an opening post
- posts are verified by password comparison at creation time and marked either "verified: 0" (not verified) or "verified: 1" (verified) when shown in a thread
Known issues
- exceptions or other oddities may be appear for imperfect cases in regards to post verification
- same as previous release