Commit Graph

5316 Commits

Author SHA1 Message Date
Paul Clarke 18c1a4470f Add back button on edit panel for smaller screens only 2016-10-28 15:44:31 +13:00
Damian Mooyman a8cb4a516f Merge pull request #1665 from open-sausages/pulls/4.0/fix-listview
API Update listview / treeview to use pjax instead of deferred loading
2016-10-28 13:40:47 +13:00
Damian Mooyman e5550dd680 BUG Fix search not respecting view mode 2016-10-27 17:05:36 +13:00
Damian Mooyman 8c87ea6b79 API Update listview / treeview to use pjax instead of deferred loading
Fixes #1645
2016-10-27 17:05:36 +13:00
Damian Mooyman c4d748cb7d
BUG Fix firefox compatibility 2016-10-27 17:02:06 +13:00
Damian Mooyman 424008cff4 BUG Fix installer for 4.0 (#1644) 2016-10-26 14:44:25 +13:00
Damian Mooyman 7c6eec3a01 Merge pull request #1658 from open-sausages/pulls/4.0/search-bg
Remove JS from filter height and replace with flexbox
2016-10-26 14:27:36 +13:00
Christopher Joe 57fb0e0b33 moved cms-tree-filtered up with flexbox-area-grow 2016-10-26 10:43:34 +13:00
Sam Minnée 75b185092e FIX: Remove reference to Object class. (#1634)
The Object class is due to be removed and so this removes dependence on it.
2016-10-25 10:01:21 +01:00
Paul Clarke 6762f43511 Add scroll to panel for filtered results 2016-10-25 15:07:51 +13:00
Paul Clarke 172072df03 Remove JS from filter height and replace with flexbox 2016-10-25 14:38:58 +13:00
Damian Mooyman 13d40f96f3 API Rename _versions table to _Versions (#1655)
See https://github.com/silverstripe/silverstripe-framework/pull/6203
2016-10-25 14:03:45 +13:00
Damian Mooyman d54ae8bb26 API Consolidate "Delete from draft" and "Archive" actions into a consistent behaviour (#1653)
API Update to support new versioned dataobject behaviour
2016-10-25 13:22:31 +13:00
Damian Mooyman 06c8402f03 Merge pull request #1651 from open-sausages/pulls/4.0/split-pages-toolbar
Split top toolbar for Pages section
2016-10-18 18:43:56 +13:00
Christopher Joe 0d1cd1ba44 Split top toolbar to their horizontal containers for Pages section 2016-10-18 14:22:47 +13:00
Daniel Hensby ad2b2a044e
Merge branch '3.4' into 3 2016-10-16 22:43:01 +01:00
Daniel Hensby 147181e96f
Merge branch '3.3' into 3.4 2016-10-16 22:42:40 +01:00
Daniel Hensby bc71f2de01
Merge branch '3.2' into 3.3 2016-10-16 22:42:26 +01:00
Daniel Hensby 12c0f3c1c7
Merge branch '3.1' into 3.2 2016-10-16 22:40:56 +01:00
Daniel Hensby 89deba884f Merge pull request #1646 from open-sausages/pulls/4.0/fix-double-alert
Fix double nested alert message
2016-10-16 20:58:40 +01:00
Christopher Joe 5df580578a
Fix double nested alert message 2016-10-16 14:19:58 +01:00
Damian Mooyman 17a471a47a Merge pull request #1640 from dhensby/pulls/3.4/fix-history-versions
FIX History controller now shows right comparison versions
2016-10-12 09:11:45 +13:00
Damian Mooyman 431714d0eb Merge pull request #1638 from open-sausages/features/4.0/jlayout-to-flexbox
Part 1 of 5, remove JLayout and apply flexbox to pages section (excludes preview)
2016-10-11 17:35:47 +13:00
Christopher Joe 712849c732 Fix page form layout 2016-10-11 13:51:44 +13:00
Christopher Joe 38b095ca2c moved preview overlay to template, added area grow to preview panel 2016-10-11 13:51:44 +13:00
Paul Clarke 4c61868e59 move preview fallback message 2016-10-11 13:51:44 +13:00
Christopher Joe 2b00bdfdd6 adjust toggle to not display block when showing 2016-10-11 13:51:44 +13:00
Paul Clarke b8b35de82d Replace Layout classes with Flexbox classes 2016-10-11 13:51:44 +13:00
Paul Clarke 67aca9f4e6 Replace Layout classes with flexbox css classes 2016-10-11 13:51:44 +13:00
Daniel Hensby ae83b7b5ef
FIX History controller now shows right comparison versions 2016-10-07 16:33:03 +01:00
Ingo Schommer ae9e05c99d Merge pull request #1639 from open-sausages/pulls/4.0/many-many-through
API Update for DataObjectSchema changes
2016-10-07 09:44:42 +13:00
Damian Mooyman d1dbe91247 API Update for DataObjectSchema changes 2016-10-06 18:10:54 +13:00
Damian Mooyman 1e898782c6 Merge pull request #1637 from open-sausages/pulls/4.0/add-status-flag
API Cleaned up versioned status checks
2016-10-06 18:08:56 +13:00
Damian Mooyman 1ce243ccc1
API Cleaned up versioned status checks 2016-10-06 10:31:25 +13:00
Damian Mooyman f9697f75cd Merge pull request #1636 from dhensby/pulls/3.4/fix-sort-duplicate-children
FIX Sort order for duplicated child pages is now retained
2016-10-04 10:34:56 +13:00
Daniel Hensby 98d95cd707
FIX Sort order for duplicated child pages is now retained 2016-10-03 22:08:05 +01:00
Loz Calver 7cf001d52f Merge pull request #1635 from sminnee/the-chrisening
MINOR: Replace get_class($this) with static::class
2016-09-28 09:32:13 +01:00
Sam Minnee 0a561f1656 MINOR: class name references
- Replace get_class($this) with static::class
 - Replace __CLASS__ with self::class
2016-09-28 11:55:15 +13:00
Daniel Hensby 47d066a0a0 Merge pull request #1633 from sminnee/no-class-property
FIX: Remove references to Object::$class
2016-09-27 11:45:49 +01:00
Sam Minnee 11888a006a FIX: Remove references to Object::$class
To reduce dependence on a ‘god ancestor’ class we should use get_class()
instead.
2016-09-27 18:02:25 +13:00
Ingo Schommer ec66912bc0 Use sass-lint
See https://github.com/silverstripe/silverstripe-framework/pull/6016
2016-09-27 17:10:47 +13:00
Ingo Schommer c2132af70f Updated npm-shrinkwrap (failed to build otherwise)
Caused errors with watchpack (dep of webpack)
2016-09-27 17:10:47 +13:00
Daniel Hensby 012867f485 Simplifying SiteTree::getControllerName (#1629) 2016-09-23 16:32:29 +12:00
Damian Mooyman ffe85db33f
BUG Fix incorrect search form 2016-09-23 14:48:55 +12:00
Damian Mooyman 6524d60f75 Update translations 2016-09-23 14:02:58 +12:00
Daniel Hensby 5a978ceb08 Merge pull request #1605 from kinglozzer/virtualpage-refactor
Virtualpage refactor
2016-09-22 16:35:09 +01:00
Loz Calver 62816e1ff8 Refactor VirtualPage, remove VirtualPage_Controller 2016-09-22 14:37:54 +01:00
Loz Calver 3d827543a8 NEW: Allow pages to specify the controller they use 2016-09-22 14:37:51 +01:00
Ingo Schommer c46a6c3e9b Merge pull request #1621 from open-sausages/die-dist-conflicts-die
FIX: Break dist javascript and onto newlines.
2016-09-22 14:45:56 +12:00
Paul 63f69b55db Merge pull request #1618 from open-sausages/pulls/4.0/fix-cms-buttons
API use new bootstrap button row template
2016-09-22 14:44:23 +12:00