Skip to content

Releases: joshf/Burden

Version 3.0

24 May 08:35
Compare
Choose a tag to compare
Added
  • API system
  • New method for adding categories
  • Much better installer
  • Task search
Changed:
  • Interface has been completely rewritten
  • Tasks are now added and edited without leaving the page
  • Less dependency on external resources
Fixed
  • Improved date handling
  • Loads of bug fixes
  • Improved worker security

Version 2.1.1

22 Oct 15:28
Compare
Choose a tag to compare
Changed
  • Update resources
Fixed
  • Remove unneeded code
  • Prevent blank action being passed

Version 2.1

26 Jun 11:36
Compare
Choose a tag to compare

N.B: The multi user branch has now moved into its own repo

Added
  • Hide status bar on iOS
  • Remember me option
  • Method to reset password
  • Native datepicker used when available
Changed:
  • Update jquery and jquery cookie
  • Updated bootstrap-select
  • Updated datepicker
  • Moved from mysql to mysqi
  • Fixed edit so js is not loaded when not needed
  • Dates are now stored in the correct database format
Fixed
  • Fix select not being themed correctly
  • Loads of bug fixes
  • Lots of interface changes

Version 2.0.2

07 Mar 17:33
Compare
Choose a tag to compare
Added:
  • Improve worker security
Changed:
  • Update bootstrap
Fixed:
  • Disable date selector on chrome as it conflicted with html5 picker
  • Remove some left over variables

Version 2.0.1

01 Jan 12:53
Compare
Choose a tag to compare
Fixed:
  • Settings actual save now

Version 2.0

24 Dec 10:36
Compare
Choose a tag to compare
Added:
  • Selectors can be searched using the bootstrap-select plugin
Changed:
  • New UI based on BootStrap 3
  • Table highlights on mouseover
  • Each row has an action column contain management tasks (edit, complete etc)
  • Simplified code (JS)
  • Validation now uses nod.js
  • Update filtering code
  • Hide date picker on mobile
  • Changed update mechanism
Fixed:
  • Bug fixes
  • Fixed bugs with DataTables
  • Fix login

Version 1.8.1

18 Dec 17:37
Compare
Choose a tag to compare
Changed:
  • Remove remember me setting as it was a security risk (#2)
Fixed:
  • Fix broken installer validation

Version 1.8

08 Dec 12:24
Compare
Choose a tag to compare
Added:
  • Tasks can be filtered by category now
Changed:
  • Security improvements
  • Remove icons from navigation
  • Rename some variables
  • Remove old themes, choice is now dark or light
Fixed:
  • PHP Notice: Undefined offset 2
  • Fix sorting arrows

Multi user branch can be downloaded here https://github.com/joshf/Burden/archive/multi-user.zip

Version 1.7

02 Nov 13:08
Compare
Choose a tag to compare
Added:
  • Tasks now show when they where created
  • Allow users to add details to tasks
  • Show task count in page title
Changed:
  • Burden now uses databases for users rather than config.php
  • Update jqbootstrapvalidation
  • Reworked user variables
Fixed:
  • Fix regression with categories

Multi user branch can be downloaded here https://github.com/joshf/Burden/archive/multi-user.zip

Version 1.6

25 Aug 19:54
Compare
Choose a tag to compare
Added:
  • Add autocomplete="off" to forms
  • Show message if user has no tasks to edit
Changed:
  • New nav bars with icons
  • Remove glamorous db error messages
  • Use mysql_num_rows rather than assocs for certain queries
  • Remove need for unique key/other work on login session
Fixed:
  • Fix dropdowns on mobile devices
  • Fix bug where edit would accept wildcard id's (e.g 1exfxfsaf instead of 1)
  • Minor fixes