Skip to content

Releases: ipavl/clorum

v0.1.0-SNAPSHOT-20160710

10 Jul 15:48
Compare
Choose a tag to compare
Pre-release
  • 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

10 May 17:55
Compare
Choose a tag to compare
Pre-release

Changes

  • Now using PostgreSQL instead of MySQL/MariaDB
  • Pages now have some sort of styling to them

v0.1.0-SNAPSHOT-20150108

09 Jan 03:07
Compare
Choose a tag to compare
Pre-release

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

26 Dec 05:02
Compare
Choose a tag to compare
Pre-release

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

26 Dec 04:52
Compare
Choose a tag to compare
Pre-release

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

06 Dec 19:08
Compare
Choose a tag to compare
Pre-release

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

05 Dec 03:05
Compare
Choose a tag to compare
Pre-release

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

30 Nov 17:36
Compare
Choose a tag to compare
Pre-release

Resolved issues

  • /admin routes will no longer cause a not-found error

v0.1.0-SNAPSHOT-20141130

30 Nov 06:02
Compare
Choose a tag to compare
Pre-release

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

17 Nov 01:12
Compare
Choose a tag to compare
Pre-release

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