Skip to content

Releases: cdevroe/unmark

Fixing error page

11 Mar 13:44
Compare
Choose a tag to compare
  • Removed the header/footer from /errors/error_php.php page.

Fixed Marks Without A Title & Removed Version Number

10 Mar 18:57
Compare
Choose a tag to compare

Fixed an issue with bookmarking pages that didn't have a proper Title set
Removed the Version Number from the app (will track with releases in github)

Hotfix for invalid label id

10 Mar 13:51
Compare
Choose a tag to compare
  • When label id was passed with invalid id, it resulted in SQL error, fixed.

Improved importer error handling

10 Mar 11:50
Compare
Choose a tag to compare

Added better error handling for importer in situations where import file is not valid.

Update to Sidebar & Welcome Page

07 Mar 18:29
Compare
Choose a tag to compare

Removed welcome website
Removed sidebar suggestions
Updated sidebar and sidebar styles
Fixed some issues with submit button

Mobile and Style Updates

06 Mar 21:08
Compare
Choose a tag to compare

Updated the search on mobile to hide after search.
Multiple JS & CSS updates for better mobile experience.
Few bug fixes.

Migration Update

06 Mar 19:54
Compare
Choose a tag to compare
  • Update innodb check for tables. Instead of looking for exact table match of migrations it will now bypass the check for any table with the word migrations in it.

Registration Update (Again)

06 Mar 19:53
Compare
Choose a tag to compare
  • Added email to JSON return on user registration

Hotfix: Set response code bug

06 Mar 18:11
Compare
Choose a tag to compare
  • Removed usage of http_response_code since it's not supported by some versions of PHP
  • Added new set_response_code function in data helpers

Registration Updates

06 Mar 16:44
Compare
Choose a tag to compare
  • Standardized error messages on registration
  • Updated front-end to show message from back-end instead of general error message
  • Updated users model to check validity of password and email one at a time instead of bulk
  • Update register.user to return success true or false and standardized message for front-end
  • Updated JS libraries to use message from backend
  • Updated CSS