v2.0-RC-1
Pre-release
Pre-release
Release candidate for 2.0.
PLEASE TEST AND REPORT BUGS!
This is a big release and should be stable, so we're expecting we may have missed a few things.
- More fields in bulk edit - #736
- Show groups in user list - #599
- Added location heirarchy to allow parent/child locations - #759
- Fixed #784 - add "create accessory" to topnav
- Fixed bug in default location
- Changed text to icons for more compacted view
- Added accessories and location
- Fix so Dashboard points to app url in
app.php
- Populate form with parent location info - #759
- Fix for location totals
- Eager load assigned asset locations
- Nicer locations listing layout
- Add model name if no asset name - #795
- Fixed missing text in file delete confirmation - #799
- Better escaping on activity report page
- Fixed missing string for action
- Added Korean translation
- Composer update for bin path
- Added consumabled section
- Addresses #577 and Fixed #165 - switch from email to username
- Set https as default protocol in sample config
- Location and email no longer required for users
- Added fideveloper proxy and DB/uploads automated backup
- Eager loading user info
- Removed status label field if asset is checked out - #833
- Fixed bad seed data - #839
- Added license expiration alert - #280, #64 and #860
- Lazy eager load history for optimized queries
- Tightened up history snapshot on dashboard
- Added pagination on user history
- Added compatibility mode for IE - #869
- Smaller text requirement for address2
- Added location-specific currency and site default currency - #819
- Display bug fixed for #819
- Added session config file
- Disallow checkout of assets when status is not set to deployable
- Added location to user listing
- Basic LDAP sync and login
- License CLI importer
- Added password generator to user creation
- Added notes search to licenses page
- Ability to edit asset name during checkout - #1081
Upgrading
If you plan to take advantage of the LDAP features, you will need to make sure the php-ldap
extension is installed. You will also need to copy the app/config/production/ldap.example.php
file to app/config/ldap.php
and update it with your LDAP settings.
After copying over the new version, please don't forget to run:
php composer.phar install
php composer.phar dump-autoload
php artisan migrate