From 8d535c1a0e3d477aea447dad30a22515af29823d Mon Sep 17 00:00:00 2001 From: gforcada Date: Tue, 12 Jan 2016 11:50:44 +0100 Subject: [PATCH] [fc] Repository: plone.app.testing Branch: refs/heads/master Date: 2016-01-11T16:37:35-02:00 Author: Bruno Barbosa () Commit: https://github.com/plone/plone.app.testing/commit/8c34c8214a1646cade11293ff57a845a96e84ace Fix path called after import Files changed: M docs/source/views.rst Repository: plone.app.testing Branch: refs/heads/master Date: 2016-01-12T11:50:44+01:00 Author: Gil Forcada Codinachs (gforcada) Commit: https://github.com/plone/plone.app.testing/commit/90636f050ff27ca5a865e52a914a5c1e81180644 Merge pull request #18 from brunobbbs/master Fix path called after import Files changed: M docs/source/views.rst --- last_commit.txt | 416 ++++-------------------------------------------- 1 file changed, 33 insertions(+), 383 deletions(-) diff --git a/last_commit.txt b/last_commit.txt index 5f544c45d1..2affaaf446 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -1,408 +1,58 @@ -Repository: plone.batching +Repository: plone.app.testing Branch: refs/heads/master -Date: 2016-01-11T20:23:41-02:00 -Author: Davi Lima (davilima6) -Commit: https://github.com/plone/plone.batching/commit/b0a56733ecd79fedacfd22159ba3c25b0ca9ab46 +Date: 2016-01-11T16:37:35-02:00 +Author: Bruno Barbosa () +Commit: https://github.com/plone/plone.app.testing/commit/8c34c8214a1646cade11293ff57a845a96e84ace -Make ellipses stylable and provide more CSS hooks to pagination markup +Fix path called after import Files changed: -M CHANGES.rst -M plone/batching/batchnavigation.pt +M docs/source/views.rst -diff --git a/CHANGES.rst b/CHANGES.rst -index 9edfac8..04825f4 100644 ---- a/CHANGES.rst -+++ b/CHANGES.rst -@@ -6,7 +6,8 @@ Changelog +diff --git a/docs/source/views.rst b/docs/source/views.rst +index b736405..2d7f5c0 100644 +--- a/docs/source/views.rst ++++ b/docs/source/views.rst +@@ -114,7 +114,7 @@ Test View HTML Output + Test:: - New: + from lxml import html +- output = lxml.html.fromstring(view()) ++ output = html.fromstring(view()) + self.assertEqual(len(output.xpath("/html/body/div")), 1) --- *add item here* -+- Make ellipses stylable and provide more CSS hooks to pagination markup. This also deprecates the CSS class ``listingBar`` in favor of more commonly used ``pagination``, which will be the canonical one in Plone 5.0.2 and up. -+ [davilima6] - Fixes: - -@@ -18,7 +19,8 @@ Fixes: - - Fixes: - --- Fixed missing test in released package. [thet] -+- Fixed missing test in released package. -+ [thet] - - - 1.0.6 (2016-01-08) -diff --git a/plone/batching/batchnavigation.pt b/plone/batching/batchnavigation.pt -index e85d0a9..8b5862e 100644 ---- a/plone/batching/batchnavigation.pt -+++ b/plone/batching/batchnavigation.pt -@@ -1,76 +1,92 @@ - -- -- -+ - -Repository: plone.batching +Repository: plone.app.testing Branch: refs/heads/master -Date: 2016-01-12T08:54:31+01:00 -Author: Johannes Raggam (thet) -Commit: https://github.com/plone/plone.batching/commit/0b5c244dc42f9146d7a2c9bad511df176918d34c +Date: 2016-01-12T11:50:44+01:00 +Author: Gil Forcada Codinachs (gforcada) +Commit: https://github.com/plone/plone.app.testing/commit/90636f050ff27ca5a865e52a914a5c1e81180644 -Merge pull request #14 from plone/pagination_markup +Merge pull request #18 from brunobbbs/master -Make ellipses stylable and provide more CSS hooks to pagination markup +Fix path called after import Files changed: -M CHANGES.rst -M plone/batching/batchnavigation.pt +M docs/source/views.rst -diff --git a/CHANGES.rst b/CHANGES.rst -index 9edfac8..04825f4 100644 ---- a/CHANGES.rst -+++ b/CHANGES.rst -@@ -6,7 +6,8 @@ Changelog - - New: - --- *add item here* -+- Make ellipses stylable and provide more CSS hooks to pagination markup. This also deprecates the CSS class ``listingBar`` in favor of more commonly used ``pagination``, which will be the canonical one in Plone 5.0.2 and up. -+ [davilima6] - - Fixes: - -@@ -18,7 +19,8 @@ Fixes: - - Fixes: - --- Fixed missing test in released package. [thet] -+- Fixed missing test in released package. -+ [thet] - - - 1.0.6 (2016-01-08) -diff --git a/plone/batching/batchnavigation.pt b/plone/batching/batchnavigation.pt -index e85d0a9..8b5862e 100644 ---- a/plone/batching/batchnavigation.pt -+++ b/plone/batching/batchnavigation.pt -@@ -1,76 +1,92 @@ - -- --
-- -- -- « -- -- Previous -- n -- items -- -- -- -+ - -- -- -- -- Next -- n -- items -- -- » -- -- -+ -+ -+ -+ -+ -+ -+ -+
-+ -