From 08c2217e7f831379016e1ddee0b5d51eeca53878 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Tue, 1 Jan 2013 23:56:02 +0200 Subject: eliminate repeated "the" words --- BFG_HISTORY.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'BFG_HISTORY.txt') diff --git a/BFG_HISTORY.txt b/BFG_HISTORY.txt index 9096d6464..6de3f3776 100644 --- a/BFG_HISTORY.txt +++ b/BFG_HISTORY.txt @@ -1381,7 +1381,7 @@ Internal lookup, because the registration will always be made with a specific request interface, but registration may not be made with a specific context interface. In general, when creating multiadapters, you - want to order the requires interfaces so that the the elements which + want to order the requires interfaces so that the elements which are more likely to be registered using specific interfaces are ordered before those which are less likely. @@ -1860,7 +1860,7 @@ Backwards Incompatibilities Bug Fixes --------- -- The the long description of this package (as shown on PyPI) was not +- The long description of this package (as shown on PyPI) was not valid reStructuredText, and so was not renderable. - Trying to use an HTTP method name string such as ``GET`` as a @@ -2920,7 +2920,7 @@ Deprecations - The import of ``repoze.bfg.security.Unauthorized`` is deprecated in favor of ``repoze.bfg.exceptions.Forbidden``. The old location still functions but emits a deprecation warning. The rename from - ``Unauthorized`` to ``Forbidden`` brings parity to the the name of + ``Unauthorized`` to ``Forbidden`` brings parity to the name of the exception and the system view it invokes when raised. Backwards Incompatibilities -- cgit v1.2.3 From 043ccddb909327106264d10ed5d413760a51770d Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Wed, 2 Jan 2013 02:22:52 +0200 Subject: eliminate other repeated words --- BFG_HISTORY.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BFG_HISTORY.txt') diff --git a/BFG_HISTORY.txt b/BFG_HISTORY.txt index 6de3f3776..10d926c70 100644 --- a/BFG_HISTORY.txt +++ b/BFG_HISTORY.txt @@ -387,7 +387,7 @@ Features Bug Fixes --------- -- The route pattern registered internally for a a local "static view" +- The route pattern registered internally for a local "static view" (either via the ``static`` ZCML directive or via the ``add_static_view`` method of the configurator) was incorrect. It was regsistered for e.g. ``static*traverse``, while it should have @@ -688,7 +688,7 @@ Features A similar combining of routing and traversal is available when a route is matched which contains a ``*traverse`` remainder marker in its path. The ``traverse`` argument allows you to associate route - patterns with an arbitrary traversal path without using a a + patterns with an arbitrary traversal path without using a ``*traverse`` remainder marker; instead you can use other match information. -- cgit v1.2.3 From 5cb4fc4b08066e11505dd2cf0b2e7af93d4e7a45 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Tue, 19 Feb 2013 23:52:08 +0200 Subject: rm reference to broken link --- BFG_HISTORY.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'BFG_HISTORY.txt') diff --git a/BFG_HISTORY.txt b/BFG_HISTORY.txt index 10d926c70..3142db2b9 100644 --- a/BFG_HISTORY.txt +++ b/BFG_HISTORY.txt @@ -4609,9 +4609,7 @@ Bug Fixes To resolve this issue, the urldispatch module was fixed, and a fork of the Routes trunk was put into the "dev" index named - ``Routes-1.11dev-chrism-home``. The source for the fork exists at - `http://bitbucket.org/chrism/routes-home/ - `_; its contents have been + ``Routes-1.11dev-chrism-home``. Its contents have been merged into the Routes trunk (what will be Routes 1.11). 0.8a5 (2009-05-08) -- cgit v1.2.3 From 2d29f10e02d239745d04bf765b1c33f533c3c9b5 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Tue, 12 Mar 2013 22:45:13 +0200 Subject: we want to keep the reference alive --- BFG_HISTORY.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'BFG_HISTORY.txt') diff --git a/BFG_HISTORY.txt b/BFG_HISTORY.txt index 3142db2b9..8a2d40920 100644 --- a/BFG_HISTORY.txt +++ b/BFG_HISTORY.txt @@ -4609,8 +4609,11 @@ Bug Fixes To resolve this issue, the urldispatch module was fixed, and a fork of the Routes trunk was put into the "dev" index named - ``Routes-1.11dev-chrism-home``. Its contents have been - merged into the Routes trunk (what will be Routes 1.11). + ``Routes-1.11dev-chrism-home``. The source for the fork exists at + `http://bitbucket.org/chrism/routes-home/ + `_ (broken link); + its contents have been merged into the Routes trunk + (what will be Routes 1.11). 0.8a5 (2009-05-08) ================== -- cgit v1.2.3