Ingo Schommer
|
e50936fe9f
|
MINOR Added caching to SiteTree->getStatusFlags(), as its called twice for every node now in LeftAndMain->SiteTreeAsUL() (see #7410)
|
2012-06-12 19:35:15 +02:00 |
|
Ingo Schommer
|
bc2fb3c900
|
Merge pull request #147 from ajshort/silverstripe-cms
---
|
2012-06-12 00:35:21 +02:00 |
|
Ingo Schommer
|
3e00370f9c
|
Merge pull request #146 from ajshort/treestyling
MINOR: Always include tree CSS so tree icons are consistently styled.
|
2012-06-11 06:33:35 -07:00 |
|
Andrew Short
|
cdea489fcb
|
BUGFIX: Catch and display validation errors when adding a page.
|
2012-06-11 23:19:59 +10:00 |
|
Andrew Short
|
1c5dae9748
|
MINOR: Always include tree CSS so tree icons are consistently styled.
|
2012-06-11 21:24:58 +10:00 |
|
Ingo Schommer
|
098d3b6b8a
|
MINOR Changed CMS breadcrumbs markup to fit new inline-block CSS (fixes #6882)
|
2012-06-06 14:35:45 +02:00 |
|
Ingo Schommer
|
1bb6026240
|
BUGFIX Don't apply clientside deferred cache to list view since it relies on URL as a cache key which is set on the deferred container (=not replaced with view)
|
2012-06-05 17:16:58 +02:00 |
|
Ingo Schommer
|
6ac836348a
|
MINOR Fixed tab selection state (changed JS behaviour)
|
2012-06-05 14:04:25 +02:00 |
|
Ingo Schommer
|
ca9f4f6f6f
|
Merge branch 'pjax-multiple'
|
2012-06-05 14:01:20 +02:00 |
|
Ingo Schommer
|
e99b2e9d31
|
MINOR Bubbling up GridField row edit event in AssetAdmin.js so default behaviour for files (not folders) can kick in
|
2012-06-05 13:46:22 +02:00 |
|
Ingo Schommer
|
8b8de0564c
|
BUGFIX Don't filter AssetAdmin list view when showing detail view (fixes #7408)
|
2012-06-05 13:42:38 +02:00 |
|
Ingo Schommer
|
63467b0cb5
|
MINOR Moved localised JS messages in correct module (fixes #7393)
|
2012-06-04 11:53:11 +02:00 |
|
Ingo Schommer
|
b5254862a2
|
MINOR Added feedback after creating page (fixes #7297)
|
2012-06-04 09:57:40 +02:00 |
|
Ingo Schommer
|
6ed5ef9648
|
BUGFIX Redirecting legacy admin/cms URL to new admin/pages (fixes #7409)
|
2012-06-03 22:45:42 +02:00 |
|
Ingo Schommer
|
8847506322
|
BUGFIX Selecting correct parent when adding a new page (fixes #7188)
|
2012-06-03 19:54:14 +02:00 |
|
Ingo Schommer
|
ad7c443255
|
ENHANCEMENT Saving tab state for CMSPagesController
|
2012-05-30 16:04:51 +02:00 |
|
Ingo Schommer
|
c9fc7cda65
|
ENHANCEMENT Declaring Pjax fragments on CMS templates and forms
|
2012-05-30 15:06:54 +02:00 |
|
Sean Harvey
|
9c697f4f52
|
BUGFIX Fixed regression in ListViewForm not showing listChildrenLink
|
2012-05-30 22:12:26 +12:00 |
|
Sam Minnée
|
4710011978
|
Merge pull request #140 from nyeholt/master
Use the dependency injector for creating controllers
|
2012-05-29 22:39:44 -07:00 |
|
Marcus Nyeholt
|
9f51c87884
|
MINOR Use injector to create controllers in ModelAsController
|
2012-05-30 15:09:25 +10:00 |
|
Sean Harvey
|
ad28780959
|
MINOR Use shorthand syntax for DataList querying
|
2012-05-28 21:05:24 +12:00 |
|
Sam Minnee
|
9592b28ecd
|
MINOR: Updated en langfile
|
2012-05-25 10:39:59 +12:00 |
|
Sam Minnee
|
b6ca328494
|
BUGFIX: Fixed add page context menu, replacing references to .pagetype with .ssclass. (#7398)
|
2012-05-25 10:36:42 +12:00 |
|
Sean Harvey
|
808819ec3b
|
BUGFIX Themes dropdown in SiteConfig::getCMSFields() should use setEmptyString() as the $emptyString argument is now deprecated.
|
2012-05-24 14:38:00 +12:00 |
|
Sean Harvey
|
d9ee61c4a3
|
MINOR Use of DropdownField in CMS should call setEmptyString instead of
use the $emptyString argument, as it's deprecated.
|
2012-05-23 22:43:42 +12:00 |
|
Sean Harvey
|
542d727db2
|
MINOR Don't use deprecated extraStatics when adding extra statics with
DataExtension
|
2012-05-23 22:13:27 +12:00 |
|
Sean Harvey
|
ec3ebc91d8
|
MINOR Use instance methods on current Controller instance for redirect()
instead of static Director functions
|
2012-05-23 21:45:16 +12:00 |
|
Sean Harvey
|
9598080368
|
Merge pull request #137 from mateusz/os7378
BUGFIX: remove unnecessary class that breaks the tab opening.
|
2012-05-22 21:29:47 -07:00 |
|
Sean Harvey
|
be2c811639
|
BUGFIX Adding missing onunmatch in AssetAdmin.DragDrop
|
2012-05-23 16:09:08 +12:00 |
|
Mateusz Uzdowski
|
50cbef7933
|
BUGFIX: remove unnecessary class that breaks the tab opening.
This class should be applied higher in the hierarchy so it also
includes panels - and it's already there too.
|
2012-05-23 15:49:10 +12:00 |
|
Sean Harvey
|
7ed09917ac
|
BUGFIX Fixing incorrect URL to edit canonical page on VirtualPage
|
2012-05-22 17:44:01 +12:00 |
|
Sean Harvey
|
0515555ab1
|
MINOR Fixing CMSMainTest using old code, updating to new CMS admin/pages URL
|
2012-05-22 17:35:04 +12:00 |
|
Sean Harvey
|
2cb89ed696
|
MINOR Fixing invalid URL
|
2012-05-22 17:16:29 +12:00 |
|
Sean Harvey
|
b0a026b4c6
|
BUGFIX Fixed url_segment undefined error in CMSMain.EditForm, assuming
*all* title fields have a URLSegment field associated with them, which
they don't.
|
2012-05-22 14:05:21 +12:00 |
|
Sean Harvey
|
4286bf0844
|
Merge pull request #136 from mateusz/entwines4
BUGFIX: add missing selectors and namespace qualifiers
|
2012-05-21 17:08:51 -07:00 |
|
Mateusz Uzdowski
|
b2468eb354
|
BUGFIX: add missing selectors and namespace qualifiers
|
2012-05-22 11:28:27 +12:00 |
|
Sam Minnée
|
b13b5fefdb
|
Merge pull request #135 from silverstripe-scienceninjas/feature/config-enhancements
Feature/config enhancements
|
2012-05-20 19:03:57 -07:00 |
|
Ingo Schommer
|
1614bc4505
|
MINOR Removed unknown "cancel draft" button icon (fixes #7333)
|
2012-05-20 14:20:59 +02:00 |
|
Hamish Friedlander
|
f410ccfa0d
|
BUGFIX: Make Page panel the default again after the recent addition of AdminRootController
|
2012-05-19 14:43:25 +12:00 |
|
Hamish Friedlander
|
563e0cfc05
|
BUGFIX: Make CMSes Director rules use new yaml config fragments system
|
2012-05-19 14:43:10 +12:00 |
|
Sean Harvey
|
60e7a5960f
|
MINOR Adding default text to SAVEDUP entity
|
2012-05-18 16:54:33 +12:00 |
|
Sean Harvey
|
92019876d2
|
MINOR Removing unused template control
|
2012-05-18 16:47:12 +12:00 |
|
Sean Harvey
|
aa0bc8f90b
|
Merge pull request #134 from silverstripe-big-o/settings-fixes
Settings fixes
|
2012-05-17 21:37:59 -07:00 |
|
Julian Seidenberg
|
7112032b4c
|
BUGFIX: fixing the look of Settings tab in the CMS if it has multiple tabs
|
2012-05-18 16:33:34 +12:00 |
|
Julian Seidenberg
|
aa7bc23992
|
ENHANCEMENT: refactoring template "control" loops into "loop" and "with" to fit with the new template syntax
|
2012-05-18 16:32:44 +12:00 |
|
Sean Harvey
|
a7626829f6
|
MINOR AssetAdmin tweaks to folder/file thumbnail columns to be tidier
|
2012-05-18 14:39:26 +12:00 |
|
Sean Harvey
|
4f78187ff4
|
Merge pull request #133 from mateusz/entwines3
BUGFIX: add missing onunmatches causing exceptions in entwine
|
2012-05-17 19:34:05 -07:00 |
|
Mateusz Uzdowski
|
00734f5498
|
BUGFIX: add missing onunmatches causing exceptions in entwine
|
2012-05-18 14:33:17 +12:00 |
|
Sean Harvey
|
4e5e88ef2d
|
Merge pull request #131 from mateusz/entwines2
Refactor JS entwines
|
2012-05-17 19:14:49 -07:00 |
|
Mateusz Uzdowski
|
aaeebd6ea2
|
BUGFIX: change namespace for the tree so all matchers are executed
Refer to similar commit on framework
(55cabd6fbfe5c2f90f0825ed2a51098dc9a2f5ac)
|
2012-05-18 12:23:30 +12:00 |
|