Laravel Administrator Versions Save

An administrative interface package for Laravel

v4.14.1

9 years ago
  • Bugfix: when validating all rules against all attributes for existing models, "exists" and "unique" rules would cause problems

v4.14.0

9 years ago
  • New translations (hr, nb)
  • Bugfix: The Spanish translation had an issue with noun genders
  • Bugfix: Visible option wasn't previously working with filters
  • Bugfix: The front-end form should now resize to its correct height at all times
  • Bugfix: If relationships defined an alternate primary key on the foreign table, Administrator would always just grab the model's primary key name

v4.13.0

9 years ago
  • Field descriptions can now be provided in addition to the labels
  • Bugfix: There were some styling issues due to applying styles at the body level
  • Bugfix: Dates in time fields before 1902 were previously not possible
  • Bugfix: MS opacity declaration was making it impossible to build the LESS
  • Bugfix: Hungarian and Serbian languages had some errors
  • Bugfix: It should now be possible to use custom validation rules and messages
  • Bugfix: Model validation would previously only check the dirty attributes of existing models. It now checks everything.
  • Bugfix: When setting the database.fetch config as PDO::FETCH_ASSOC, administrator would incorrectly try to access the count query results as an object

v4.12.1

9 years ago
  • Bugfix: Revert Merge #601 and adds back in select2 for filter booleans due to 3 needed options True, False, Both
  • Bugfix: Fix Js for non numeric ids

v4.12.0

9 years ago
  • Added CKEditor to composer to keep updated
  • Added Scrollable Data Table ranther than dropping the columns
  • Added the use of checkboxes for boolean filters
  • Added the ability to create select2 translation files
  • Added Arabic Translation files
  • Added Bulgarian Translation files
  • Added Finnish Translation files
  • Added Turkish Translation files
  • Added Danish timepicker translation file
  • Bugfix: Fixed the routing order for File routes
  • BugFix: Fixed the German Translation file
  • Bugfix: Freeze actions while image uploading is in progress added to keep people from clicking off the page while image is uploading
  • Bugfix: Call resizePage() after getting ajax response to fix with the page sizing and not being able to see the full datatable
  • Bugfix: Replace isSoftDeleting with issset(...->runSoftDelete) for Laravel 4.2 support

v4.11.2

10 years ago
  • Bugfix: Strange legacy issue that was never caught with passing a no-op to array_get

v4.11.1

10 years ago
  • Bugfix: There was a routing issue with the new non-numeric model ids

v4.11.0

10 years ago
  • Model ids no longer have to be numeric
  • New translations (vi)

v4.10.0

10 years ago
  • It's now possible to customize the "back to site" link at the top right of admin pages
  • Closures can now be passed into the output option for columns
  • New translations (se, si, uk)
  • Bugfix: When navigating away from an item edit route and then hitting the back button, the browser would cache the dynamic json response. Proper headers have now been set to avoid this.
  • Bugfix: When missing a rules option in a settings config file, an error would be thrown despite there being no explicit requirement for one
  • Bugfix: The administrator base controller was being instantiated multiple times during unit tests in laravel 4.1

v4.9.0

10 years ago
  • Laravel 4.1 support
  • New translations (ja, pt)
  • Bugfix: There was a PSR-0 filename/classname disagreement in on of the relatively unused classes (Fields\Relationships\HasOne)