From 7c3ce86bbbcb7425f786b42a14aeee8d072e5a2a Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 21 Nov 2012 16:15:48 +0100 Subject: [PATCH 01/16] Updated docs to fit new 'buildtools' workflow --- docs/en/misc/translation-process.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/en/misc/translation-process.md b/docs/en/misc/translation-process.md index ce46f8d35..9da4615da 100644 --- a/docs/en/misc/translation-process.md +++ b/docs/en/misc/translation-process.md @@ -46,9 +46,10 @@ as they run some additional sanity checks. They require the "phing" tool. Create a 'translation-staging' branch in your module before starting, and merge it back manually to your 'master' as required. - pear install phing/phing - cp build.properties.default - cp build.properties # Add your own getlocalization config to 'build.properties' +Install the [buildtools](https://github.com/silverstripe/silverstripe-buildtools) project. + + # Add your own getlocalization config to 'build.properties' + cp buildtools/build.properties.default build.properties phing -Dmodule= -propertyfile build.properties translations-sync ### Merge back existing translations From 9106e414989933dcda2f906c1b56f0ab6b10bd34 Mon Sep 17 00:00:00 2001 From: Simon Welsh Date: Sat, 1 Dec 2012 11:57:07 +1300 Subject: [PATCH 02/16] Fix related to ModelAdmin links --- docs/en/reference/modeladmin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/reference/modeladmin.md b/docs/en/reference/modeladmin.md index a92d69729..b22410852 100644 --- a/docs/en/reference/modeladmin.md +++ b/docs/en/reference/modeladmin.md @@ -233,8 +233,8 @@ For an introduction how to customize the CMS templates, see our [CMS Architectur ## Related -* [/reference/grid-field](GridField): The UI component powering ModelAdmin -* [/tutorials/5-dataobject-relationship-management](Tutorial 5: Dataobject Relationship Management) +* [GridField](../reference/grid-field): The UI component powering ModelAdmin +* [Tutorial 5: Dataobject Relationship Management](../tutorials/5-dataobject-relationship-management) * `[api:SearchContext]` * [genericviews Module](http://silverstripe.org/generic-views-module) * [Presentation about ModelAdmin at SupperHappyDevHouse Wellington](http://www.slideshare.net/chillu/modeladmin-in-silverstripe-23) From 34788130ef52c93eda81c62aab3fc0c869f68025 Mon Sep 17 00:00:00 2001 From: Marcus Nyeholt Date: Tue, 4 Dec 2012 15:44:13 +1100 Subject: [PATCH 03/16] BUG Rewrite hashlinks failing on empty a tags Check for presence of href in _a_ tags before trying to .match them to prevent null pointer errors. Some external JS libs (eg tag-it) use