Skip to content

Commit

Permalink
[fc] Repository: plone.app.robotframework
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2016-09-06T13:22:23+02:00
Author: Stephan Klinger (staeff) <[email protected]>
Commit: plone/plone.app.robotframework@7a9392f

Fix broken link

- fix outdated link

Files changed:
M docs/source/happy.rst
Repository: plone.app.robotframework
Branch: refs/heads/master
Date: 2016-09-06T13:23:56+02:00
Author: Stephan Klinger (staeff) <[email protected]>
Commit: plone/plone.app.robotframework@cc00836

Update CHANGES.rst

Files changed:
M CHANGES.rst
Repository: plone.app.robotframework
Branch: refs/heads/master
Date: 2016-09-06T14:21:49+02:00
Author: Gil Forcada Codinachs (gforcada) <[email protected]>
Commit: plone/plone.app.robotframework@68ac315

Merge pull request #63 from plone/staeff-patch-1

Fix broken link

Files changed:
M CHANGES.rst
M docs/source/happy.rst
  • Loading branch information
gforcada committed Sep 6, 2016
1 parent c722cc5 commit 613bb14
Showing 1 changed file with 61 additions and 64 deletions.
125 changes: 61 additions & 64 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -1,105 +1,102 @@
Repository: Products.CMFPlone
Repository: plone.app.robotframework


Branch: refs/heads/master
Date: 2016-09-05T22:07:48+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: https://github.com/plone/Products.CMFPlone/commit/a1d73b2221bcd5e3b8b849f648cdb671abb70e4b
Date: 2016-09-06T13:22:23+02:00
Author: Stephan Klinger (staeff) <[email protected].com>
Commit: https://github.com/plone/plone.app.robotframework/commit/7a9392ff9532de179fb4c71c2cc0eae7f8d49a09

Update link
Fix broken link

The previous link was dead since the new plone.org relaunch.

Fixes:
https://github.com/plone/ploneorg.core/issues/199
- fix outdated link

Files changed:
M Products/CMFPlone/browser/templates/plone-upgrade.pt

diff --git a/Products/CMFPlone/browser/templates/plone-upgrade.pt b/Products/CMFPlone/browser/templates/plone-upgrade.pt
index 931ecd1..d08c1b3 100644
--- a/Products/CMFPlone/browser/templates/plone-upgrade.pt
+++ b/Products/CMFPlone/browser/templates/plone-upgrade.pt
@@ -43,7 +43,7 @@
<p class="upgrade-info" i18n:translate="">
More information about the upgrade procedure can be found in the
documentation section of plone.org in the
- <a href="http://plone.org/upgrade"
+ <a href="http://docs.plone.org/manage/upgrading"
target="_new"
i18n:name="upgrade_guide"
i18n:translate="">Upgrade Guide</a>.
M docs/source/happy.rst

diff --git a/docs/source/happy.rst b/docs/source/happy.rst
index b802374..8e799df 100644
--- a/docs/source/happy.rst
+++ b/docs/source/happy.rst
@@ -362,7 +362,7 @@ At first, you should have a brief idea about the available keywords:
* `Robot Framework built-in library documentation`__
* `Robot Framework Selenium2Library documentation`__

-__ http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html
+__ http://robotframework.org/robotframework/latest/libraries/BuiltIn.html
__ http://rtomac.github.com/robotframework-selenium2library/doc/Selenium2Library.html

Then, learn to use pause test execution to make it easier to figure out,


Repository: Products.CMFPlone
Repository: plone.app.robotframework


Branch: refs/heads/master
Date: 2016-09-05T22:09:34+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: https://github.com/plone/Products.CMFPlone/commit/2af8cc67cd890873d37eae932c9956f5549dbbed
Date: 2016-09-06T13:23:56+02:00
Author: Stephan Klinger (staeff) <[email protected].com>
Commit: https://github.com/plone/plone.app.robotframework/commit/cc0083628cd6a4495c9ad7cbda7255622e247389

Update CHANGES.rst

Files changed:
M CHANGES.rst

diff --git a/CHANGES.rst b/CHANGES.rst
index 0d30fb4..0c336ca 100644
index 59d2e32..d0e8754 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -38,6 +38,8 @@ Bug fixes:
- Provide the image scale settings in TinyMCE image dialog.
[thet]
@@ -14,7 +14,7 @@ New features:

Bug fixes:

-- Update outdated link
+- fix broken links
[staeff]

+- Fix link on ``@@plone-upgrade``
+ [gforcada]

5.1a2 (2016-08-19)
------------------


Repository: Products.CMFPlone
Repository: plone.app.robotframework


Branch: refs/heads/master
Date: 2016-09-06T12:06:15+02:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: https://github.com/plone/Products.CMFPlone/commit/020bca2100a6370a25eea40487948ad8c61b376e
Date: 2016-09-06T14:21:49+02:00
Author: Gil Forcada Codinachs (gforcada) <[email protected]>
Commit: https://github.com/plone/plone.app.robotframework/commit/68ac3159c635268b4dc7f62c623270f8fef89429

Merge pull request #1745 from plone/gforcada-patch-1
Merge pull request #63 from plone/staeff-patch-1

Update link
Fix broken link

Files changed:
M CHANGES.rst
M Products/CMFPlone/browser/templates/plone-upgrade.pt
M docs/source/happy.rst

diff --git a/CHANGES.rst b/CHANGES.rst
index 0d30fb4..0c336ca 100644
index 59d2e32..d0e8754 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -38,6 +38,8 @@ Bug fixes:
- Provide the image scale settings in TinyMCE image dialog.
[thet]
@@ -14,7 +14,7 @@ New features:

Bug fixes:

-- Update outdated link
+- fix broken links
[staeff]


diff --git a/docs/source/happy.rst b/docs/source/happy.rst
index b802374..8e799df 100644
--- a/docs/source/happy.rst
+++ b/docs/source/happy.rst
@@ -362,7 +362,7 @@ At first, you should have a brief idea about the available keywords:
* `Robot Framework built-in library documentation`__
* `Robot Framework Selenium2Library documentation`__

+- Fix link on ``@@plone-upgrade``
+ [gforcada]
-__ http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html
+__ http://robotframework.org/robotframework/latest/libraries/BuiltIn.html
__ http://rtomac.github.com/robotframework-selenium2library/doc/Selenium2Library.html

5.1a2 (2016-08-19)
------------------
diff --git a/Products/CMFPlone/browser/templates/plone-upgrade.pt b/Products/CMFPlone/browser/templates/plone-upgrade.pt
index 931ecd1..d08c1b3 100644
--- a/Products/CMFPlone/browser/templates/plone-upgrade.pt
+++ b/Products/CMFPlone/browser/templates/plone-upgrade.pt
@@ -43,7 +43,7 @@
<p class="upgrade-info" i18n:translate="">
More information about the upgrade procedure can be found in the
documentation section of plone.org in the
- <a href="http://plone.org/upgrade"
+ <a href="http://docs.plone.org/manage/upgrading"
target="_new"
i18n:name="upgrade_guide"
i18n:translate="">Upgrade Guide</a>.
Then, learn to use pause test execution to make it easier to figure out,


0 comments on commit 613bb14

Please sign in to comment.