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 |
|
Ingo Schommer
|
e649082830
|
ENHANCEMENT Replaced client side URL filtering in CMS with ajax callbacks to new SiteTreeURLSegmentField, in order to align with extended server side logic (and avoid pre-filtering values too heavily before passing them to the server). Removed suggestions from client side user confirmation.
|
2011-11-29 10:45:22 +01:00 |
|
Ingo Schommer
|
0b5d20513c
|
ENHANCEMENT Using new URLPathFilter API in SiteTree->generateURLSegment(), allowing customisation of URL filtering and transliteration
|
2011-11-29 10:45:19 +01:00 |
|
Ingo Schommer
|
b4eda409c2
|
ENHANCEMENT Replaced client side URL filtering in CMS with ajax callbacks to new SiteTreeURLSegmentField, in order to align with extended server side logic (and avoid pre-filtering values too heavily before passing them to the server). Removed suggestions from client side user confirmation.
|
2011-11-14 15:29:19 +01:00 |
|
Ingo Schommer
|
81aeb8d378
|
ENHANCEMENT Using new URLPathFilter API in SiteTree->generateURLSegment(), allowing customisation of URL filtering and transliteration
|
2011-11-14 12:28:25 +01:00 |
|
Sam Minnee
|
fc400d9971
|
BUGFIX: Removed use of deprecated join function from RemoveOrphanedPagesTask
|
2011-11-08 11:27:48 +13:00 |
|
Sam Minnee
|
5addb0054e
|
MINOR: Fixed SearchFormTest to run last, and to recreate the test database so that MyISAM tables are used.
|
2011-11-08 11:27:25 +13:00 |
|
Sam Minnée
|
1a32520ae1
|
Merge pull request #36 from silverstripe-scienceninjas/pull/fix-searchformtest
MINOR Fixed unittest to use the correct way of setting up Fulltextsearch
|
2011-10-30 16:45:29 -07:00 |
|
Stig Lindqvist
|
b5054589e3
|
MINOR Fixed unittest to use the correct way of setting up Fulltextsearch
|
2011-10-31 12:20:56 +13:00 |
|
Stig Lindqvist
|
735e646626
|
BUGFIX $date is not set on SilverStripeNavigatorItem_ArchiveLink
This bug was introduced from a bad merge
|
2011-10-31 12:15:22 +13:00 |
|
Will Rossiter
|
b961f99842
|
Merge pull request #34 from stojg/pull/fix-deprecated-methods
BUGFIX Usage of DataList instead of deprecated DataObject::get()
|
2011-10-29 16:49:34 -07:00 |
|
Ingo Schommer
|
89abb29047
|
MINOR Fixed reading of javascript metadata in CMSMain.AddForm.js
|
2011-10-29 22:04:40 +02:00 |
|
Ingo Schommer
|
239ed13290
|
MINOR More specific selectors for <ins> and <del> styles in diff view, to avoid influencing jstree styling
|
2011-10-29 22:04:40 +02:00 |
|
Ingo Schommer
|
c5323547b8
|
BUGFIX Fixed loading of full page template via ajax in CMSPageHistoryController, which causes infinite loops in CMS initialization
|
2011-10-29 22:04:40 +02:00 |
|
Ingo Schommer
|
d66a47271d
|
MINOR Implemented CMSMain->PreviewLink() (moved from LeftAndMain)
|
2011-10-29 22:04:40 +02:00 |
|
Ingo Schommer
|
ae4dcc41e4
|
MINOR Replaced calls to deprecated FormField->Name() with getName()
|
2011-10-29 22:04:39 +02:00 |
|
Ingo Schommer
|
2ac0ea78cf
|
MINOR Don't emulate built-in radiobutton behaviour in CMSMain.AddForm.js
|
2011-10-29 22:04:39 +02:00 |
|
Sean Harvey
|
748c0196cc
|
MINOR Fixed broken CMSPageHistoryControllerTest assuming IDs
|
2011-10-30 00:19:26 +13:00 |
|
Sam Minnee
|
0c0d0d8695
|
BUGFIX: Don't call addFieldToTab on a tab.
|
2011-10-29 18:08:13 +13:00 |
|
Sam Minnee
|
5b8f6edaec
|
MINOR: Use SS_Map::keys() and SS_Map::values() instead of array_keys() / array_values()
|
2011-10-29 17:41:52 +13:00 |
|
Sam Minnee
|
1f34973da1
|
MINOR: Use leftJoin() / innerJoin() instead of join().
|
2011-10-29 17:41:52 +13:00 |
|
Sam Minnee
|
3acffaa5bb
|
MINOR: Removed use of deprecated FieldSet in favour of FieldList.
|
2011-10-29 17:41:51 +13:00 |
|
Sam Minnee
|
4e7cb308d5
|
MINOR: Use Deprecation class to indicated deprecated methods in cms.
|
2011-10-29 17:41:06 +13:00 |
|
Sam Minnée
|
d63bcb63ae
|
Merge pull request #30 from frankmullenger/master
Removing Unpublish button from CMS when canDeleteFromLive() returns false
|
2011-10-28 21:34:13 -07:00 |
|
Sam Minnée
|
7394c31a44
|
Merge pull request #32 from stojg/release/new-orm-cleanup
Release/new orm cleanup
|
2011-10-28 21:33:48 -07:00 |
|
Will Rossiter
|
e2b4913df9
|
MINOR moved title for content tools panel into scrollable region
|
2011-10-29 15:46:38 +13:00 |
|
Will Rossiter
|
c34ef60d82
|
BUGFIX prevent calling function on null record
|
2011-10-29 15:46:38 +13:00 |
|
Will Rossiter
|
f634ad09db
|
MINOR update template to use jlayout
|
2011-10-29 15:46:38 +13:00 |
|
Sam Minnée
|
49866b25a2
|
Merge pull request #31 from stojg/php52-unittest-fixes
MINOR Skipping test when PHP Version is lower than 5.3.2
|
2011-10-28 16:05:09 -07:00 |
|
Stig Lindqvist
|
236529579c
|
BUGIX Usage of DataList instead of deprecated DataObject::get()
|
2011-10-28 02:34:55 +02:00 |
|
Stig Lindqvist
|
d81b46f141
|
MINOR Fixed some inline documentation
|
2011-10-27 20:24:46 +02:00 |
|
Stig Lindqvist
|
d799c80cc5
|
API CHANGE Changed name from DataObjectSet to either ArrayList or DataList
|
2011-10-27 20:24:45 +02:00 |
|
Stig Lindqvist
|
05e90838c0
|
API CHANGE Switch usage from FieldSet to FieldList
|
2011-10-27 20:24:45 +02:00 |
|
Stig Lindqvist
|
a3a50b7b6f
|
MINOR Skipping test when PHP Version is lower than 5.3.2
ReflectionMethod#setAccessible was released in PHP Version 5.3.2
|
2011-10-22 16:17:28 +02:00 |
|
Ingo Schommer
|
51a81bb258
|
MINOR Removed individual Requirements calls in CMSMain->init() in favour of Requirements::combine_files(), to avoid duplication and hard to debug behaviour differences due to changed file inclusion orders between non-live and live systems
|
2011-10-11 09:56:25 +02:00 |
|
Ingo Schommer
|
9016204dec
|
Merge branch 'candidasa-cms-enhancements'
|
2011-10-11 09:36:53 +02:00 |
|