From 8ad630d5a13526c1e9d29e4a48c6014d4585626b Mon Sep 17 00:00:00 2001 From: Michael Andrewartha Date: Tue, 22 Feb 2011 10:23:22 +1300 Subject: [PATCH] MINOR: formatting changes and fixes to original document formatting --- docs/en/changelogs/2.2.0.md | 3 +-- docs/en/changelogs/2.3.6.md | 2 +- docs/en/changelogs/2.3.7.md | 2 +- docs/en/changelogs/2.3.8.md | 4 ++-- docs/en/changelogs/2.4.1.md | 2 +- docs/en/changelogs/2.4.2.md | 2 +- docs/en/changelogs/rc/2.3.8-rc1.md | 2 +- docs/en/changelogs/rc/2.4.0-rc1.md | 2 +- docs/en/changelogs/rc/2.4.0-rc2.md | 2 +- docs/en/changelogs/rc/2.4.0-rc3.md | 2 +- docs/en/changelogs/rc/2.4.1-rc1.md | 2 +- docs/en/changelogs/rc/2.4.2-rc1.md | 2 +- docs/en/howto/csv-import.md | 2 +- docs/en/howto/dynamic-default-fields.md | 1 - docs/en/howto/grouping-dataobjectsets.md | 5 +++-- docs/en/howto/index.md | 10 ++++------ docs/en/howto/phpunit-configuration.md | 10 +++++----- docs/en/installation/common-problems.md | 19 +++++++++++++------ docs/en/installation/from-source.md | 2 +- docs/en/installation/upgrading.md | 4 ++-- docs/en/installation/webserver.md | 2 +- docs/en/misc/contributing.md | 16 ++++++++-------- docs/en/misc/index.md | 1 + docs/en/misc/module-release-process.md | 18 +++++++++--------- docs/en/misc/release-process.md | 2 +- docs/en/misc/ss-markdown.md | 10 ++++++---- docs/en/misc/subversion.md | 2 +- 27 files changed, 69 insertions(+), 62 deletions(-) diff --git a/docs/en/changelogs/2.2.0.md b/docs/en/changelogs/2.2.0.md index 027a4769335..f341fd76128 100644 --- a/docs/en/changelogs/2.2.0.md +++ b/docs/en/changelogs/2.2.0.md @@ -72,7 +72,7 @@ Sitemap.php * Portuguese (Portugal) translation * Support for multilingual content * Added a Statistics area showing the following reports - * Page views + * Page views * User activity * Trends * Operating Systems @@ -120,7 +120,6 @@ Sitemap.php * Replace the 'reorganise' button with 'Allowing drag & drog reordering' checkbox * Delete and Unpublish buttons turn red on hover * Added the ability to align images 'left on their own' - ## Enhancements diff --git a/docs/en/changelogs/2.3.6.md b/docs/en/changelogs/2.3.6.md index 27cc80f274b..867d4e75f12 100644 --- a/docs/en/changelogs/2.3.6.md +++ b/docs/en/changelogs/2.3.6.md @@ -37,4 +37,4 @@ ### Other Created with: -{![](_images/./sscreatechangelog --version 2.3.6 --branch branches/2.3 --stopbranch tags/2.3.5)} \ No newline at end of file +./sscreatechangelog --version 2.3.6 --branch branches/2.3 --stopbranch tags/2.3.5 \ No newline at end of file diff --git a/docs/en/changelogs/2.3.7.md b/docs/en/changelogs/2.3.7.md index 6e2a6746ec0..9128dcde68f 100644 --- a/docs/en/changelogs/2.3.7.md +++ b/docs/en/changelogs/2.3.7.md @@ -9,4 +9,4 @@ * [rev:100744] Fixing Member_ProfileForm to validate for existing members via Member_Validator to avoid CMS users to switch to another existing user account by using their email address (from r100704) (from r100717) Created with: -./sscreatechangelog --version 2.3.7 --branch branches/2.3 --stopbranch tags/2.3.6) \ No newline at end of file +./sscreatechangelog --version 2.3.7 --branch branches/2.3 --stopbranch tags/2.3.6 \ No newline at end of file diff --git a/docs/en/changelogs/2.3.8.md b/docs/en/changelogs/2.3.8.md index 490286fd51f..ecc0b2a6233 100644 --- a/docs/en/changelogs/2.3.8.md +++ b/docs/en/changelogs/2.3.8.md @@ -49,7 +49,7 @@ See [2.4.1](2.4.1#securitydisallow_direct_execution_of_php_files) * [rev:103447] Fixed js applying to non-tinymce textarea fields in !ModelAdmin.js (fixes #5453) * [rev:103362] Fixed js applying to non-tinymce textarea fields in !ModelAdmin.js (fixes #5453) * [rev:103348] added moderation message for non-ajax mode - * [rev:101258] Fixed missing closing
in !ContentController->successfullyinstalled() (from r101254) + * [rev:101258] Fixed missing closing `
` in !ContentController->successfullyinstalled() (from r101254) -./sscreatechangelog --version 2.3.8 --branch branches/2.3 --stopbranch tags/2.3.7 \ No newline at end of file +`./sscreatechangelog --version 2.3.8 --branch branches/2.3 --stopbranch tags/2.3.7` \ No newline at end of file diff --git a/docs/en/changelogs/2.4.1.md b/docs/en/changelogs/2.4.1.md index c60a49afa4e..8745e9c568d 100644 --- a/docs/en/changelogs/2.4.1.md +++ b/docs/en/changelogs/2.4.1.md @@ -343,7 +343,7 @@ existing pages when their title is changed. * [rev:104720] Fixed installation problem where version error didn't show * [rev:104679] Make URLs lowercase * [rev:104678] Fixed Translatable::canEdit() to suit new permission customisation scheme - * [rev:104675] Prevent !DataDifferencer from creating empty and takes that confuse the browser. + * [rev:104675] Prevent !DataDifferencer from creating empty `` and `` takes that confuse the browser. * [rev:104672] Make !RsyncMultiHostPublisher protected; give default value. * [rev:104670] Director::test() shouldn't break if $_SESSION isn't set. * [rev:104666] Removed references to php5 binary in Makefile diff --git a/docs/en/changelogs/2.4.2.md b/docs/en/changelogs/2.4.2.md index a882b375953..40a2cfd77ab 100644 --- a/docs/en/changelogs/2.4.2.md +++ b/docs/en/changelogs/2.4.2.md @@ -48,7 +48,7 @@ * [110857] Enforcing canEdit() checks in !ComplexTableField_Popup - making form readonly if the current user can't edit * [110838] Case insensitive !DateField value navigation (fixes #5990, thanks gw0( * [110835] Passing $name in !MoneyField->!FieldCurrency() (fixes #5982, thanks andersw) - * [110809] Removing "typography" class from HTMLEditorField container (should just apply to the contained