From 6c6c0cc6305ca30c48ac1791e173199eb64b1658 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 28 Jan 2014 14:09:57 +0100 Subject: [PATCH 01/33] Norwegian translation issue Norwegian translation issue, that breaks the ui in March. "mar." should be "mars" --- thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-nb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-nb.js b/thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-nb.js index 709b1472d..8023a882f 100644 --- a/thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-nb.js +++ b/thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-nb.js @@ -10,7 +10,7 @@ jQuery(function($){ nextText: 'Neste»', currentText: 'I dag', monthNames: ['januar','februar','mars','april','mai','juni','juli','august','september','oktober','november','desember'], - monthNamesShort: ['jan.','feb.','mar.','apr.','mai','juni','juli','aug.','sep.','okt.','nov.','des.'], + monthNamesShort: ['jan.','feb.','mars','apr.','mai','juni','juli','aug.','sep.','okt.','nov.','des.'], dayNames: ['søndag','mandag','tirsdag','onsdag','torsdag','fredag','lørdag'], dayNamesShort: ['søn','man','tir','ons','tor','fre','lør'], dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'], From 2af48738c9d9ce798f7af7d1d80919fe054234fb Mon Sep 17 00:00:00 2001 From: unclecheese Date: Thu, 19 Feb 2015 17:20:45 +1300 Subject: [PATCH 02/33] MINOR: Remove children from Tutorials landing page. Deprecated. --- docs/en/01_Tutorials/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/01_Tutorials/index.md b/docs/en/01_Tutorials/index.md index c2b4be94e..845a93707 100644 --- a/docs/en/01_Tutorials/index.md +++ b/docs/en/01_Tutorials/index.md @@ -5,7 +5,7 @@ introduction: The tutorials below take a step by step look at how to build a Sil
These tutorials are deprecated, and have been replaced by the new [Lessons](http://silverstripe.org/learn/lessons) section.
-[CHIDLREN] + ## Video lessons These include video screencasts, written tutorials and code examples to get you started working with SilverStripe websites. From 5eb5cc7ccac22f887ca5131a3ac878590cd3f9e9 Mon Sep 17 00:00:00 2001 From: johndalangin Date: Tue, 24 Feb 2015 00:58:31 +0800 Subject: [PATCH 03/33] YML Config Not Compatible with Requirements Class After hours of trying to debug why `write_js_to_bottom` wasn't working, I realized that the Requirements class variables were set to `protected` and not `private static` which I believe is necessary for the Config YML variables to be passed correctly to the class. The documentation was edited to reflect the working, albeit traditional non-YML method of setting class variables. Best regards, John --- .../01_Templates/03_Requirements.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/en/02_Developer_Guides/01_Templates/03_Requirements.md b/docs/en/02_Developer_Guides/01_Templates/03_Requirements.md index 1dd70c401..e2e0b834d 100644 --- a/docs/en/02_Developer_Guides/01_Templates/03_Requirements.md +++ b/docs/en/02_Developer_Guides/01_Templates/03_Requirements.md @@ -176,17 +176,19 @@ careful when messing with the order of requirements. By default, SilverStripe includes all Javascript files at the bottom of the page body, unless there's another script already loaded, then, it's inserted before the first `