Ingo Schommer
|
0e4e8034d6
|
BUGFIX Validate SiteTree::$can_be_root on saving, as well as for VirtualPage originals (AIR-80)
|
2012-01-14 11:20:54 +01:00 |
|
Ingo Schommer
|
062e3b6a0c
|
MINOR Provide addition tree hints for VirtualPage original page type (AIR-81)
|
2012-01-14 11:13:17 +01:00 |
|
Ingo Schommer
|
87c318d168
|
BUGFIX Don't create new version on related VirtualPage records in SiteTree->onAfterWrite() when the write was triggered through writeWithoutVersion(). Use a new $_nextWriteWithoutVersion flag replacing the -1 Version number for this purpose (AIR-97) (see similar commit in sapphire)
|
2012-01-14 11:11:21 +01:00 |
|
Sam Minnée
|
2587a4abee
|
Merge pull request #49 from silverstripe-scienceninjas/story/ssf-94-asset-admin
Story/ssf 94 asset admin
|
2012-01-09 20:30:13 -08:00 |
|
Stig Lindqvist
|
7de585103f
|
BUGFIX: Can't upload files to root folder
|
2012-01-10 14:02:19 +13:00 |
|
Stig Lindqvist
|
1f190eb698
|
BUGFIX: Return a RootForm for AssetAdmin so Form get the correct Fields on POST
Solves issues with GridField and uploading on the root folder (/assets/)
|
2012-01-10 14:01:25 +13:00 |
|
Sam Minnée
|
d4e5e23e42
|
Merge pull request #47 from chillu/gridfield-assetadmin
Gridfield assetadmin
|
2012-01-09 14:39:26 -08:00 |
|
Ingo Schommer
|
60129f61da
|
ENHANCEMENT Added new CMSFileAddController
|
2012-01-09 21:21:12 +01:00 |
|
Ingo Schommer
|
e34f56dcc6
|
MINOR Better failsafes for tree hints (allows add if hint for class is if not defined)
|
2012-01-09 21:20:58 +01:00 |
|
Ingo Schommer
|
213cfb031e
|
MINOR Added routing for AssetAdmin to cms/_config.php (required for GridField?)
|
2012-01-09 11:38:10 +01:00 |
|
Ingo Schommer
|
d88075edea
|
MINOR Disabling empty requirement in CMSMain
|
2012-01-06 17:59:02 +01:00 |
|
Ingo Schommer
|
9d1822e7c6
|
MINOR Don't allow page type selection in add form when radio button is disabled
|
2012-01-06 16:54:16 +01:00 |
|
Ingo Schommer
|
14d3dea87c
|
MINOR Added panel identifiers to enable cookie support, added collapsed panel view
|
2012-01-06 16:40:24 +01:00 |
|
Ingo Schommer
|
6bff69117a
|
MINOR Better combination of i18n JS files in CMSMain
|
2012-01-06 12:12:41 +01:00 |
|
Ingo Schommer
|
6887b88099
|
MINOR Selection bugfixes for CMSMain.AddForm.js, more efficient tree metadata
|
2012-01-05 23:17:12 +01:00 |
|
Ingo Schommer
|
6dd0535442
|
MINOR Only set current record in CMSMain->AddForm() if its not the homepage - not ideal, but root is the more likely default given the information at hand
|
2012-01-05 23:17:12 +01:00 |
|
Ingo Schommer
|
167bc045fe
|
MINOR Making page drop down searchable on CMS add form, and ensuring that the default page option is showing first
|
2012-01-05 13:45:07 +01:00 |
|
Ingo Schommer
|
bb7edf8bfd
|
ENHANCEMENT Marking "link" and "unlink" buttons in SilverStripe's TinyMCE as disabled if no link is selected (see 4646efe84 in sapphire for details)
|
2012-01-05 00:40:29 +01:00 |
|
Ingo Schommer
|
7a29a4a0ca
|
MINOR Using entwine calls in ssbuttons TinyMCE plugin
|
2012-01-04 18:06:22 +01:00 |
|
Ingo Schommer
|
4140ddad5e
|
MINOR Using new DataList API for DependentPages in SiteTree->getCMSFields()
|
2012-01-04 18:06:04 +01:00 |
|
Ingo Schommer
|
8da0defa27
|
MINOR Using new triangle/step markup in AddForm
|
2012-01-03 22:55:59 +01:00 |
|
Ingo Schommer
|
f8d1523823
|
MINOR Moved EditorToolbar() from CMSMain to LeftAndMain (as we don't support loading link forms via ajax)
|
2012-01-03 22:55:56 +01:00 |
|
Ingo Schommer
|
a4494d4775
|
MINOR Triggering parent field expansion on click (on change doesn't work in IE)
|
2012-01-03 17:57:40 +01:00 |
|
Ingo Schommer
|
e35991b363
|
MINOR Misc styling fixes around dialogs and "add page" styling
|
2012-01-03 17:57:04 +01:00 |
|
Ingo Schommer
|
7a1e25ba71
|
MINOR Shorter tree title badges
|
2011-12-29 10:30:21 +01:00 |
|
Ingo Schommer
|
4c36b52579
|
Merge pull request #45 from wolfv/silverstripe-cms
|
2011-12-29 10:11:22 +01:00 |
|
Ingo Schommer
|
ee2c8003db
|
MINOR Merge error
|
2011-12-29 09:53:18 +01:00 |
|
Wolf Vollprecht
|
5d5b5ed07c
|
Tabbed out if
|
2011-12-22 15:30:46 +01:00 |
|
Wolf Vollprecht
|
afecc6b20b
|
ENHANCEMENT: #6579 Show page status in page tree
|
2011-12-22 15:11:41 +01:00 |
|
Ingo Schommer
|
0194080951
|
merge
|
2011-12-21 17:22:47 +01:00 |
|
Ingo Schommer
|
1914f0b29d
|
MINOR Checking for existence of defaultParent in CMSMain->SiteTreeHints()
|
2011-12-20 18:21:45 +01:00 |
|
Ingo Schommer
|
0d008b6496
|
ENHANCEMENT Allowing to add pages from main interface, in addition to dialog triggered from admin/pages (through CMSPageAddController)
|
2011-12-20 17:45:07 +01:00 |
|
Ingo Schommer
|
dccbb8b48a
|
MINOR Removing compass asset_cache_buster functionality, as it wrongly changes the hashes even if files haven't changed, causing merging hassles - leave cache control to the webserver
|
2011-12-20 17:45:07 +01:00 |
|
phalkunz
|
ac79934077
|
ENHANCEMENT Render page tree icons as stylesheets rather than $_TREE_ICONS JS definitions. Removed file/folder swapping of SiteTree::$icon, use relative file path including extension instead.
|
2011-12-19 14:03:42 +01:00 |
|
Ingo Schommer
|
023ac994e9
|
MINOR Making allowed_actions explicit on some core controllers (thanks cbarberis, fixes pull request #1)
|
2011-12-19 14:03:42 +01:00 |
|
Ingo Schommer
|
f4c3ad23de
|
Merge pull request #35 from silverstripe-scienceninjas/pull/SilverStripeNavigatorItem-merge-error
BUGFIX $date is not set on SilverStripeNavigatorItem_ArchiveLink
|
2011-12-18 09:20:49 -08:00 |
|
Ingo Schommer
|
4c8f6e7f4d
|
MINOR Reduced HTML validation errors in CMS
|
2011-12-18 16:59:49 +01:00 |
|
Frank Mullenger
|
ae0ec6304d
|
BUGFIX: Fixes #6809. Updates page title heading when page title changes on edit page in CMS.
|
2011-12-18 15:34:03 +01:00 |
|
Will Rossiter
|
28dff0107a
|
BUGFIX: prevent refreshing the history panel when reloading versions
|
2011-12-17 17:17:55 +13:00 |
|
Will Rossiter
|
e17b4a185a
|
MINOR: update PageTypes to use updated tab path for CMS fields. Fixes #6811
|
2011-12-17 16:46:26 +13:00 |
|
Ingo Schommer
|
9540e248e7
|
MINOR Removed unnecessary variable declaration in SiteTree (thanks mattclegg)
|
2011-12-17 01:50:15 +01:00 |
|
Ingo Schommer
|
7a80e6d2ea
|
MINOR Ensuring assets/ folder is created before using it in FileLinkTrackingTest (and using ASSETS_PATH constant instead of hardcoding it)
|
2011-12-16 17:29:50 +01:00 |
|
Ingo Schommer
|
15e9d08eaa
|
BUGFIX Making HTML5 History support optional, so we can disable HTML4 hash change fallback
|
2011-12-15 16:54:58 +01:00 |
|
Ingo Schommer
|
8d3d71027e
|
MINOR Remove JavaScript validation handler from CMS, it doesn't work with ajax
|
2011-12-14 12:41:04 +01:00 |
|
Ingo Schommer
|
020f480256
|
MINOR Using <span> instead of <del>/<ins> in SiteTree->getTreeTitle() to avoid conflicting styles with jstree
|
2011-12-12 23:10:48 +01:00 |
|
Ingo Schommer
|
c380af6836
|
BUGFIX Including HTMLEditorConfig::include_js() in LeftAndMain instead of CMSMain for loading consistency.
|
2011-12-12 22:56:10 +01:00 |
|
Ingo Schommer
|
a37ea52a86
|
MINOR More supporting selectors in templates (for JS performance reasons)
|
2011-12-12 22:51:58 +01:00 |
|
Ingo Schommer
|
82c4023c38
|
Merge branch 'multibyte-urlsegment'
|
2011-12-04 11:00:13 +01:00 |
|
Ingo Schommer
|
b2cd25425e
|
MINOR Updated translation master strings
|
2011-12-04 10:25:58 +01:00 |
|
Ingo Schommer
|
23f1c8b669
|
Merge pull request #38 from chillu/multibyte-urlsegment
Multibyte urlsegment
|
2011-12-02 02:20:38 -08:00 |
|