Skip to content

Latest commit

 

History

History
executable file
·
236 lines (204 loc) · 25.3 KB

CHANGELOG.md

File metadata and controls

executable file
·
236 lines (204 loc) · 25.3 KB

v1.1 - Released Nov 06, 2014 02:16:26

  • view • Added DB Prefix to Migrations
  • view • Fixed operator for setting bool display
  • view • Fixes #299
  • view • Fixes #316 - added model name back to view
  • view • Fixes #315 - add EOL as display option in settings (run migrations)
  • view • fix div issues
  • view • Fix dropdown menu position
  • view • Merge pull request #322 from madd15/fix-js-delete-asset
  • view • Fixes #324
  • view • Fixes #237 - reporting-only group
  • view • Fixes #327

v1.0 - Released Oct 16, 2014 09:46:47

  • view • Fixed #191 - allow admins to assign a user during asset creation
  • view • Fixed #151 - more complete translations
  • view • Fixed missing language string
  • view • Fixed #58
  • view • Fixes #200
  • view • Initial QA Patch to fix errors Add License Add Asset Show Deleted Users License Assign
  • view • DB migration, layout and clone fixes
  • view • A0.4.2: Added asset, license, user, model cloning and fixed some bugs.
  • view • Fixes Travis CI build
  • view • Fixed DB name in travis CI
  • view • Fixes #222
  • view • fix typo: artisand -> artisan
  • view • Merge pull request #234 from burlito/typo-fix
  • view • fix: Use the old asset tag when cloning
  • view • Fixes #279 - QR checkbox not staying checked
  • view • Fixes #87 - made datatables responsive

v0.3.11-alpha - Released Jul 19, 2014 05:16:53

This is a pre-release

  • view • Fixed #140
  • view • Fixed path for Travis composer
  • view • Tried to fix failing build caused by travis composer

v0.3.10-alpha - Released Jul 17, 2014 05:54:10

This is a pre-release

  • view • Fixes #183 - added employee number to users
  • view • Updated title/header for users, additional fixes for #151
  • view • Fixed title tag for user list view
  • view • Fixed language definition
  • view • Fixed #186 - Bug with select box not retaining selections on edit screen
  • view • Fixed #187 - replaced dummy site name with site name from admin panel preferences
  • view • Fixed button label on forgotten password page
  • view • Fixed inconsistent password requirements across admin user creation, user profile and forgotten password
  • view • Fixed a few CSS quirks
  • view • Fixed bug with edit (supplier_id), added requestable field for assets
  • view • Fixed #190, where depreciation on licenses would not be saved
  • view • Added admin ability to unsuspend locked accounts #changelog
  • view • Fixes #194

v0.3.9-alpha - Released Jul 03, 2014 02:08:38

This is a pre-release

  • view • Fixed #179 - account page to show assets checked out to the logged in user
  • view • Pulled account sub-nav into top menu to free up UI space. #changelog
  • view • More README fixes and refinement

v0.3.8-alpha - Released Jun 27, 2014 09:28:22

This is a pre-release

  • view • Fixes PR #168 and #167
  • view • Fix #117
  • view • Resolves #155
  • view • Fixed missing string
  • view • Fixes #155
  • view • Resolves #174
  • view • Additional fixes for #167
  • view • fix for #167
  • view • Closes #177 - change log file added, needs refining

v.0.3.5-alpha - Released Jun 20, 2014 02:23:09

This is a pre-release

  • view • Provisions for strict mode, fixed license deletion bug

v.0.3.4-alpha - Released Jun 19, 2014 10:27:59

This is a pre-release

  • view • Fixes #158

v.0.3.3-alpha - Released Jun 18, 2014 08:04:46

This is a pre-release

  • view • Fixes #139
  • view • Fixes #139
  • view • Fixes #136
  • view • Fixes #141
  • view • Fixes #141 for mysql with strict mode enabled
  • view • Fixes #148
  • view • Fixes #144
  • view • More fixes for #151

v.0.3.2-alpha - Released May 06, 2014 08:26:21

This is a pre-release

  • view • Fixed auth error when user isn't logged in

v.0.3.1-alpha - Released May 06, 2014 04:48:09

This is a pre-release

  • view • Fix for broken datatables in upgrading to v2.2
  • view • Fixed code indentation for Apache virtualhost example
  • view • Fixing this change from #109 that somehow got reverted
  • view • Fixed CSV rexport

v0.3.0-alpha - Released Jan 29, 2014 01:28:31

This is a pre-release

  • view • Fixing JSON parse errors from #97
  • view • Fixed language support
  • view • Fixed Gravatar Hash
  • view • Fixes mail config documentation
  • view • Fixes composer formatting issues
  • view • Removes sorting from actions column. Fixes #56
  • view • Fixed depreciation bug
  • view • Fixed bug where RTD = 1 instead of 0
  • view • Fixed bug in depreciation display
  • view • Fixed depreciation display on asset view
  • view • Fixed FK
  • view • Bugfix to put custom title in the page title
  • view • Hacky shit to fix pagination weirdness - will come back to this
  • view • Fixed error message layout
  • view • Fixed error when user is invalid
  • view • Fixed invalid seed data
  • view • Fixing error when no depreciation
  • view • Fixed FK in licenses model
  • view • Fixes #112
  • view • Minor div fix
  • view • Fixed typo
  • view • Changes serial to text area, allow new lines. Fixes #118
  • view • Fixed === to == (PHP is loosely typed)

v0.2.0-alpha - Released Nov 29, 2013 10:09:07

This is a pre-release

  • view • Fixes #93
  • view • Fixed model view
  • view • More fixes for #88
  • view • More fixes for #88
  • view • Fixed error message
  • view • Fixes #36

v0.1.2-alpha - Released Nov 29, 2013 01:59:05

This is a pre-release

  • view • Fixes #69
  • view • Fixes #63 and #70
  • view • Fixes #14
  • view • Fixes #77
  • view • Corrected license seat count associated with license. Fixes #75
  • view • Fixes #80, also prevents the user from checking out an asset that is undeployable, etc
  • view • Fixed status display bug
  • view • Responsive design bug fixes, placeholder code for #64 (commented out)
  • view • Fixes #88
  • view • Fixed language file paths caused by #88
  • view • Another fix related to #88, also accounts for users with invalid location_ids
  • view • Fixed relationship between users/locations because fuck you ORM
  • view • Fixing pivot for users
  • view • Fixed assigned to id
  • view • Fixed relationship method because fuck you ORM

v0.1.1-alpha - Released Nov 26, 2013 11:11:00

This is a pre-release

  • view • Fixes #61
  • view • Fixed typo causing failure with mysql strict
  • view • Should be final fixes for mysql strict mode

Initial alpha - Released Nov 26, 2013 09:01:13

This is a pre-release

  • view • fixed typo
  • view • Fixed layout for category view
  • view • fixed broken redirect route
  • view • Fixed licensed link
  • view • Fixed license blades
  • view • Fixed typo in variable name
  • view • Fixed routes.
  • view • Fixed pagination bug
  • view • Fixed edit bug where new Category was invoked twice
  • view • Fixed bug on validation display
  • view • Cosmetic fix on form
  • view • Change depreciation to be by month; formatting fixes.
  • view • Merge pull request #27 from snipe/depreciation_fix
  • view • Fixed some error reporting/required fields around checkout/checkin
  • view • Fixed asset bug caused by unique validation in assets model
  • view • Fixed checkin text
  • view • Fixed pagination bug, styled buttons
  • view • Fixed wonky layout issue
  • view • Another table fix
  • view • More table fixes
  • view • More table fixes
  • view • Fixed icon set to white in main nav
  • view • migration to fix a few fields in the log table
  • view • Fixed fieldname in userlog
  • view • Fixed links to edit/checkout
  • view • Fixed bug in views for created_at date
  • view • Fixed fatal error if admin who created the asset was deleted. (This should never happen, but...)
  • view • Fixed open tag in CSS
  • view • Fixed query for asset/license header boxes
  • view • Fixed phone display if no value set
  • view • fixed #37
  • view • Fixed bomb when asset is unassigned
  • view • Fixed foreign key in assets
  • view • Fixed potential bug in blade
  • view • Fixed status display
  • view • Fixed ID
  • view • Fixes #41
  • view • Fixes #43
  • view • Fixes #17
  • view • Fixed column name spelling in DB
  • view • Fixed #9
  • view • Fixed sorting weirdness
  • view • Fixes #4
  • view • Fixes #22
  • view • Fixes #46
  • view • Fixed bug linking to assets when they should be pointing to licenses
  • view • Fixed error when no category is given
  • view • Fixed display bug
  • view • Fixed #50 - MOAR VALIDATION!
  • view • Fixes #51
  • view • Fixes #52
  • view • Fixes #50
  • view • Fixes #55
  • view • Fixed XSS on modal
  • view • Fixes #59
  • view • Fixed validation
  • view • Fixed bug in error validation display