Skip to content

Releases: nickdekruijk/larapages

0.8.0 PageController (!)

11 Jan 13:54
9597747
Compare
Choose a tag to compare
  • Added PageController
  • Removed walk(), navigation() and parse() methods from Page model. When upgrading you probably need to fix this in your routes / templates
  • Better fullUrl system
  • Ability to load custom/external css to change look and feel

0.7.0

10 Oct 09:40
Compare
Choose a tag to compare
  • Changed radio option splitter from : to => (Beware when upgrading!)
  • Laravel 5.5 Autodiscovery
  • Remove 'Powered by TinyMCE' branding
  • Fix for / route
  • Update sample Page model
  • Strip _id from generated field labels
  • Add table button to tinymce

0.6.5

28 Apr 13:11
Compare
Choose a tag to compare
  • Preview button in model editor
  • Added templates option, hide columns based on template
  • Updated sample Page.php model walk() function to use url() and better currentPage detection
  • If you use $casts to set boolean/date types to columns you don't need to do it in $pageAdmin['type'] array anymore (see commit #ea40bf5)

0.6.4: Updated jquery, jquery-ui and jquery-ui-timepicker-addon to latest ve…

15 Apr 10:42
Compare
Choose a tag to compare
  • Radio items can now have seperate value/label values
  • Fix 'false' dates
  • Updated jquery, jquery-ui and jquery-ui-timepicker-addon to latest versions and all now use cloudflare cdn

0.6.3

21 Mar 18:20
Compare
Choose a tag to compare
  • lp-admin url now works outside of document root too (in case laravel is installed in a subfolder) by using url() and asset() functions to load .css and .js files
  • PSR-2 Formatting on the sample files
  • Fix reports for non mysql DB connections
  • Update README.md

0.6.2

10 Mar 13:35
Compare
Choose a tag to compare
  • Limit listview width to 40vw
  • Optimize look of big tables in listview

0.6.1

26 Feb 19:56
Compare
Choose a tag to compare
  • Interface / style update for listview search and .iconplus button

0.6.0

25 Feb 15:36
Compare
Choose a tag to compare
  • Added search to listview
  • Added userModel config to allow users in a table/model to login
  • Added scope option for join type columns

0.5.1

26 Jan 11:36
Compare
Choose a tag to compare
  • Samples now use 'slug' column instead of 'url' to avoid confusion
  • Updated readme
  • Updated sample model and migration
  • Fixed date input
  • Fix for passwords when accessors option isn't used
  • Sample Page model fix for Laravel 5.4

0.5.0

09 Dec 14:59
Compare
Choose a tag to compare
  • parse/walk functionality will be removed from LaraPagesController and should be moved to your model or your own controller. It's too project specific to be controlled within a package. See sample Page.php for new implementation.
  • Updated sample Page model and migrations
  • Added belongsToMany relations edit ability
  • Some CSS fixes
  • Added Reports functionality
  • Added CSV Export ability to reports
  • Added support for submenus
  • Fix file uploads
  • Added join field type to model editor
  • Tableview index can now show 'sub' values
  • Split config and public assest from $this->publishes in ServiceProvider
  • Fix menu with start + end
  • Set default for larapages.media.nicename
  • Moving model routes to /lp-admin/model/Modelname and added titles
  • Updated admin.css to prevent very large columns in listview

And some other minor changes, see all commits for details