Author: rjollos
Date: Fri Mar 15 06:01:41 2013
New Revision: 1456773
URL: http://svn.apache.org/r1456773
Log:
Updated release notes prior to 0.5.1 release
Modified:
incubator/bloodhound/trunk/RELEASE_NOTES
incubator/bloodhound/trunk/trac/trac/web/href.py
incubator/bloodhound/trunk/trac/trac/wiki/tests/functional.py
Modified: incubator/bloodhound/trunk/RELEASE_NOTES
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/RELEASE_NOTES?rev=1456773&r1=1456772&r2=1456773&view=diff
==============================================================================
--- incubator/bloodhound/trunk/RELEASE_NOTES (original)
+++ incubator/bloodhound/trunk/RELEASE_NOTES Fri Mar 15 06:01:41 2013
@@ -1,9 +1,10 @@
0.5
+ * Added beta version of bhsearch plugin. Find more information on
https://issues.apache.org/bloodhound/wiki/BloodhoundSearch
* Implemented Bootstrap templates for the repository browser, log viewer and
attachment pages.
+ * Added responsive layout support for better experience on tablets and phones
* Upgraded Bootstrap to version 2.3.1.
* Upgraded Trac to version 1.0.1.
- * Added beta version of bhsearch plugin. Find more information on
https://issues.apache.org/bloodhound/wiki/BloodhoundSearch
* Various bug fixes and enhancements.
* Not fixed for this release:
Modified: incubator/bloodhound/trunk/trac/trac/web/href.py
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/trac/trac/web/href.py?rev=1456773&r1=1456772&r2=1456773&view=diff
==============================================================================
--- incubator/bloodhound/trunk/trac/trac/web/href.py (original)
+++ incubator/bloodhound/trunk/trac/trac/web/href.py Fri Mar 15 06:01:41 2013
@@ -131,7 +131,8 @@ class Href(object):
>>> href = Href('')
>>> href.milestone('<look,here>', param='<here,too>')
- '/milestone/%3Clook%2Chere%3E?param=%3Chere%2Ctoo%3E'
+
'/milestone/%3Clook%2Chere%3E?param=%3Chere%2Ctoo%3Ereq.href.wiki(page.name,
+ action='history')'
>>> href = Href('', path_safe='/<,', query_safe=',>')
>>> href.milestone('<look,here>', param='<here,too>')
Modified: incubator/bloodhound/trunk/trac/trac/wiki/tests/functional.py
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/trac/trac/wiki/tests/functional.py?rev=1456773&r1=1456772&r2=1456773&view=diff
==============================================================================
--- incubator/bloodhound/trunk/trac/trac/wiki/tests/functional.py (original)
+++ incubator/bloodhound/trunk/trac/trac/wiki/tests/functional.py Fri Mar 15
06:01:41 2013
@@ -12,6 +12,11 @@ class TestWiki(FunctionalTwillTestCaseSe
self._tester.attach_file_to_wiki(pagename)
+class TestWikiHistory(FunctionalTwillTestCaseSetup):
+ def runTest(self):
+ """Create and edit a wiki page, and then check the page history."""
+ pass
+
class TestWikiRename(FunctionalTwillTestCaseSetup):
def runTest(self):
"""Test for simple wiki rename"""