Ingo Schommer
|
20427cd45b
|
MINOR Using 'apple' theme in tree (until we decide on a proper redesign)
|
2011-03-22 18:43:39 +13:00 |
|
Ingo Schommer
|
11071eabbd
|
BUGFIX Removed CSS classes duplication in <a> tags in LeftAndMain->getSiteTreeFor(), they're already applied to the parent list element, and confuse the styling of jstree.js
|
2011-03-22 18:43:37 +13:00 |
|
Ingo Schommer
|
fd3ae9100f
|
API CHANGE Replaced LeftAndMain->ajaxupdatesort() and LeftAndMain->ajaxupdateparent() with a combined LeftAndMain->savetreenode() (and a changed request parameter signature)
|
2011-03-22 18:43:37 +13:00 |
|
Ingo Schommer
|
4f0c5d115a
|
MINOR Added data-id=0 to root node in LeftAndMain->getSiteTreeAsUL()
|
2011-03-22 18:43:37 +13:00 |
|
Ingo Schommer
|
f53fe8193f
|
BUGFIX Fixed regular expression to trim off last "</ul>" tag in LeftAndMain->getsubtree(), switched from deprecated ereg_replace() to preg_replace
|
2011-03-22 18:43:37 +13:00 |
|
Ingo Schommer
|
57e1c41f15
|
BUGFIX Don't include firebug-lite.js by default in LeftAndMain->init()
|
2011-03-22 18:43:37 +13:00 |
|
Ingo Schommer
|
2d85a4596b
|
FEATURE Replacing custom tree.js with jstree thirdparty library
|
2011-03-22 18:43:34 +13:00 |
|
Ingo Schommer
|
dc045d079d
|
BUGFIX Allowing POST data in LeftAndMain->currentPageID() in order to fix stricter form submission validations in RequestHandler (checks for valid form action before executing e.g. 'save' command, hence needs to construct a correct form state)
|
2011-03-16 17:53:13 +13:00 |
|
Ingo Schommer
|
4eac937da6
|
BUGFIX Reconstruct form before returning from LeftAndMain and CMSMain controller actions, in order to avoid stale form fields or form actions (e.g. after hitting CMSMain->unpublish(), the 'unpublish' FormAction has to be removed from the existing form)
|
2011-03-16 17:53:10 +13:00 |
|
Ingo Schommer
|
824f7451a0
|
ENHANCEMENT Supporting passing in objects in LeftAndMain->getRecord() (and subclasses) in order to reduce boilerplate code in controller actions
|
2011-03-16 16:39:49 +13:00 |
|
Ingo Schommer
|
495e15be9f
|
MINOR Fixed merge errors
|
2011-03-16 14:18:59 +13:00 |
|
Julian Seidenberg
|
a3da342b06
|
BUGFIX: fixed assess to a protected attribute variable of form causing an error.
|
2011-03-01 16:00:21 +13:00 |
|
Julian Seidenberg
|
88f67c5859
|
ENHANCEMENT: including all of jquery-ui instead of specifying individual pieces of it. This is a larger download size, but should be quicker overall as it is just a single download instead of lots of small files.
|
2011-02-24 17:07:20 +13:00 |
|
Julian Seidenberg
|
dba2ed6c07
|
BUGFIX: updated links to new jquery ui file paths
|
2011-02-24 12:12:31 +13:00 |
|
Sam Minnee
|
5a23f69f0b
|
Merge remote branch 'origin/master'
|
2011-02-22 10:23:08 +13:00 |
|
Ingo Schommer
|
3495fc0b7c
|
BUGFIX Fixing TinyMCE path enumeration which throws off its 'template' plugin by invalid spaces (fixes #6407, thanks drombolaget_fredric)
|
2011-02-22 00:28:26 +13:00 |
|
Sam Minnee
|
3498e41b0a
|
Merge branch '2.4'
Conflicts:
_config.php
code/AssetAdmin.php
code/AssetTableField.php
code/CMSBatchAction.php
code/CMSBatchActionHandler.php
code/CMSMain.php
code/CMSSiteTreeFilter.php
code/CommentAdmin.php
code/CommentTableField.php
code/GroupImportForm.php
code/LeftAndMain.php
code/MemberImportForm.php
code/MemberTableField.php
code/ModelAdmin.php
code/PermissionRoleAdmin.php
code/ReportAdmin.php
code/SecurityAdmin.php
code/SideReport.php
code/reports/BrokenLinksReport.php
code/sitefeatures/MathSpamProtection.php
code/sitefeatures/PageComment.php
code/sitefeatures/PageCommentInterface.php
code/sitefeatures/SSAkismet.php
css/cms_left.css
css/cms_right.css
css/layout.css
css/silverstripe.tabs.css
images/loading.gif
javascript/AssetAdmin.js
javascript/AssetTableField.js
javascript/CMSMain_left.js
javascript/CMSMain_right.js
javascript/LangSelector.js
javascript/LeftAndMain.Tree.js
javascript/LeftAndMain.js
javascript/LeftAndMain_right.js
javascript/MemberImportForm.js
javascript/MemberTableField.js
javascript/ModelAdmin.js
javascript/PageCommentInterface.js
javascript/ReportAdmin_left.js
javascript/ReportAdmin_right.js
javascript/SecurityAdmin_right.js
javascript/SideReports.js
javascript/SideTabs.js
javascript/SitetreeAccess.js
javascript/TranslationTab.js
javascript/WidgetAreaEditor.js
javascript/lang/cs_CZ.js
javascript/lang/en_US.js
javascript/lang/sk_SK.js
javascript/tinymce_ssbuttons/editor_plugin_src.js
javascript/tinymce_ssmacron/editor_plugin_src.js
lang/en_US.php
templates/Includes/AssetAdmin_left.ss
templates/Includes/AssetTableField.ss
templates/Includes/CMSMain_left.ss
templates/Includes/CommentTableField.ss
templates/Includes/ModelAdmin_left.ss
templates/Includes/SecurityAdmin_left.ss
templates/PageCommentInterface.ss
templates/PageCommentInterface_singlecomment.ss
templates/ReportAdminForm.ss
tests/CMSMainTest.php
tests/CMSMainTest.yml
tests/LeftAndMainTest.php
tests/MemberTableFieldTest.php
tests/MemberTableFieldTest.yml
thirdparty/multifile/multifile.js
|
2011-02-15 11:50:24 +13:00 |
|
Ingo Schommer
|
6a02f2edb5
|
BUGFIX Removing form actions from $allowed_actions in AssetAdmin, CMSMain, LeftAndMain - handled through Form->httpSubmission() (from r115185)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@115189 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:53 +13:00 |
|
Ingo Schommer
|
e8e5c62c5a
|
BUGFIX Avoid reloading CMS form twice after certain saving actions (fixes #5451, thanks muzdowski)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@113692 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:51 +13:00 |
|
Ingo Schommer
|
bc3df654bd
|
API CHANGE Fixed various controllers to enforce CSRF protection through Form_SecurityToken on GET actions that are not routed through Form->httpSubmission(): AssetAdmin, CMSBatchActionHandler, CMSMain, CommentTableField, LeftAndMain, MemberTableField, PageComment, PageComment_Controller
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@113282 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:50 +13:00 |
|
Jean-Fabien Barrios
|
6c0a41f0c4
|
Added doc for static help_link
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@111879 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:48 +13:00 |
|
Saophalkun Ponlu
|
ee4e748803
|
MINOR: Enable non-default language for tinyMCE, setting language in _config.php didn't work. Thanks for @christian
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@111875 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:48 +13:00 |
|
Jean-Fabien Barrios
|
75544392a2
|
ENHANCEMENT: 6017 - Configurable help link
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@111828 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:48 +13:00 |
|
Ingo Schommer
|
798c1d173a
|
MINOR Ensuring SiteTreeAccess.js is properly minified in live mode
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@111224 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:47 +13:00 |
|
Sean Harvey
|
255aa5d0f5
|
ENHANCEMENT #5352 CMS now uses the user's preferred date and time formatting in DateField and TimeField
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@107327 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:43 +13:00 |
|
Sean Harvey
|
e6aeb94217
|
MINOR Reverted r107305
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@107307 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:43 +13:00 |
|
Sean Harvey
|
87341f9498
|
MINOR Code formatting fix for setting Member locale in LeftAndMain::init()
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@107305 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:43 +13:00 |
|
Ingo Schommer
|
d5f5e1466e
|
MINOR Removed jquery.livequery as a Requirement from LeftAndMain.php, its only necessary in SecurityAdmin for MemberImportForm.js now.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@105267 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:36 +13:00 |
|
Ingo Schommer
|
6330e4ec4b
|
MINOR Fixed phpdoc documentation (from r103384)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@103386 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:28 +13:00 |
|
Mateusz Uzdowski
|
0ba1e35ece
|
BUGFIX: make the javascript-producing functions behave in the same way. Now they will return a javascript snippet and the caller is responsible for adding it to a FormResponse. Removes the duplication in AJAX response which happened when FormResponse::add has been used before the call to JS helper functions (#5359)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@103083 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:27 +13:00 |
|
Sean Harvey
|
963fd45c91
|
BUGFIX #5255 LeftAndMain should include the correct editor.css file so typography from user selected theme in SiteConfig is shown in TinyMCE
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@102038 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:25 +13:00 |
|
Tom Rix
|
2128b4cf1e
|
BUGFIX reload page if broken link tracking values changed during a save. Ticket #1363
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@100722 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:07 +13:00 |
|
Mateusz Uzdowski
|
3f6a4dedfd
|
BUGFIX: moving the ajaxupdatesort JS response code from php to js to get rid of eval. Also disable the "loading" on the moved element when we are done, in case we are repositioning other than the selected item - otherwise the progress indicator is displayed indefinitely.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@100701 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:07 +13:00 |
|
Sean Harvey
|
2a9be51b90
|
MINOR Removed underscores from combined files in LeftAndMain, made redundant by r100536
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@100537 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:06 +13:00 |
|
Sean Harvey
|
79ce73c757
|
MINOR LeftAndMain combined files don't need to be prefixed with "assets" because default combined folder is set in sapphire/_config.php
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@100530 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:06 +13:00 |
|
Sean Harvey
|
56a32fe5c6
|
MINOR Reverted r100484 as it was causing too many problems
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@100485 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:06 +13:00 |
|
Sean Harvey
|
df46043a67
|
MINOR Replaced locations of Director::is_ajax() and Director::redirectBack() with instance method calls - the latter static function is deprecated
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@100484 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:06 +13:00 |
|
Sean Harvey
|
bed912822c
|
BUGFIX #5135 LeftAndMain extra requirements loading for "themedcss" should use Requirements::themedCSS() not Requirements::css() - thanks Hamish!
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@100394 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:06 +13:00 |
|
Luke Hudson
|
8fe62100c6
|
BUGFIX: Use underscores in names of combined .js (#3581)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@99887 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:05 +13:00 |
|
Sam Minnee
|
6b1f258c44
|
BUGFIX #5073: Fixed CMS version indicator for alpha and beta versions.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@99789 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:53:05 +13:00 |
|
Ingo Schommer
|
aea14859f9
|
MINOR: Bugfix in previous commit (from r98660)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@99127 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:52:54 +13:00 |
|
Ingo Schommer
|
61fac5b804
|
BUGFIX: Fixed cache prepopulation on sitetree load. (from r98651)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@99125 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:52:53 +13:00 |
|
Ingo Schommer
|
a57e18bbb6
|
BUGFIX: Make sure navigation links update when urlsegment is changed (from r98649)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@99124 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:52:53 +13:00 |
|
Ingo Schommer
|
70f4894857
|
BUGFIX: Fixed bug in r97395 (from r97508)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@99115 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:52:50 +13:00 |
|
Ingo Schommer
|
8d359d1703
|
APICHANGE: Use the same navigator items in the CMS that are used on the frontend (from r97395)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@99114 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:52:49 +13:00 |
|
Ingo Schommer
|
3377198bc4
|
MINOR Added Requirements for SilverStripeNavigator (see r99080)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@99098 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:52:47 +13:00 |
|
Ingo Schommer
|
c38a898de3
|
ENHANCEMENT Allowing custom 'root forms' when id values '0' or 'root' are passed from the tree selection. (rewritten from r98710)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@98735 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:52:43 +13:00 |
|
Geoff Munn
|
a08c77c360
|
BUGFIX: columns quoted properly
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@98694 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:52:42 +13:00 |
|
Sam Minnee
|
5c0df5d691
|
MINOR: Only clear theme in CMS if we're not redirecting to the login form (better for testing).
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@98264 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:52:39 +13:00 |
|
Sam Minnee
|
5fdc153a19
|
ENHANCEMENT: Performance improvement to CMS load time with many pages. (from r95490)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@98165 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 17:52:31 +13:00 |
|