Commit Graph

30 Commits

Author SHA1 Message Date
Robbie Averill 4263c9d970
FIX Disable change tracking on configurable paginator inputs
See https://github.com/silverstripe/silverstripe-framework/pull/8486
2018-10-17 11:36:45 +02:00
Martin Portevin 41f6267c23 Fix "+" icon in add new inline button 2018-06-13 09:51:21 +12:00
Robbie Averill 0a16566471 FIX Convert broken add-existing-search-form styles to use Bootstrap lists and pagination 2018-01-26 11:53:40 +13:00
Robbie Averill 8ba5c3435e FIX Switch Add Existing from jQuery UI to use Bootstrap styles 2018-01-26 11:01:24 +13:00
Robbie Averill ade9bb50f4 FIX Update template classes and styles for configurable paginator 2017-12-01 10:41:17 +13:00
Robbie Averill 4580d0b913 FIX Minor UX tweak to add new multi class button, removing empty space and padding 2017-11-08 12:59:14 +13:00
Daniel Hensby 9e26e38d75
Merge branch '2' 2017-09-18 17:39:41 +01:00
Sacha Judd 99f59c4efe FIX Upgrade button to use bootstrap classes 2017-09-08 15:19:15 +12:00
Damian Mooyman 973f524b41
BUG Fix incorrect drag-drop handle
Update .editorconfig to match css / scss coding conventions
2017-09-06 09:13:56 +01:00
Naomi Guyer da2e75f3c4 FIX: Add new multiclass UI
Visual fixes for add new multiclass button/selector
2017-09-01 23:05:02 +12:00
Robbie Averill f0d2ec7733 FIX Always show page size dropdown when page size is greater than number of records 2017-08-01 16:44:12 +12:00
Robbie Averill e95c92a168 NEW Add paginator with configurable page sizes 2017-08-01 14:09:15 +12:00
Will Rossiter aaf1130569 Inline fixes 2017-07-28 07:19:28 +12:00
Nathan Glasl 315cb0b1c1 FIX, #195, the template folder required a vendor change. 2017-07-05 10:12:12 +10:00
Robbie Averill 3cacb43934 Update composer constraint, branch alias, namespace and add editorconfig 2016-12-21 15:27:49 +13:00
hirenpatel 7ee247e6df Bug fixes 2016-12-21 15:26:44 +13:00
hirenpatel 1722e9b47f Template changes 2016-12-21 15:26:44 +13:00
Damian Mooyman 974c981721
BUG Ensure that unsaved items can be sorted
Fixes #159
2016-08-18 17:49:24 +12:00
Peter Thaleikis 4c8009ad02 Adding possibility to define a custom text for the link 2015-09-14 17:17:23 +12:00
Peter Thaleikis 8a9e075914 Allowing to refer to external links from a modeladmin 2015-09-10 21:30:10 +12:00
Thierry François 077125a30a Drag handle icon is always visible 2014-12-02 17:05:01 +02:00
Tom Densham f522676c21 FIX: Include .action class to add margin styles 2013-10-29 16:37:25 +00:00
Andrew Short 9abd92bd7f Use properly constructed links in the add new multi class components.
This means that the component now works with URLs which include
parameters, such as when translatable is being used. Closes #30.
2013-10-09 20:34:47 +11:00
Andrew Short 7d63584d42 Add utility request handler class 2013-06-22 21:34:27 +10:00
ajshort ddb66a9919 Add a basic column header component. Closes #7. 2013-02-24 11:09:14 +11:00
ajshort 8f10ed4924 Make the title and fragment configurable. 2013-02-16 22:59:29 +11:00
ajshort 692453bf9b Implement inline creation of records.
* Builds on the editable cols component with GridFieldAddNewInlineButton.
* Closes #2.
2013-02-09 02:19:30 +11:00
ajshort d7a9d470f9 Add GridFieldAddNewMultiClass component.
This component allows the user to select from a list of classes when creating a new record.
2013-02-02 14:14:59 +11:00
Andrew Short e41f2fdacf Implemented a drag-and-drop orderable rows component. 2012-12-30 16:12:06 +11:00
Andrew Short a8c586dfc0 Implement the add existing search button. 2012-12-23 22:37:59 +11:00