This is an automated email from the ASF dual-hosted git repository.
brondsem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
from e505c4b2f [#8447] thread optimize - only precache references to posts
on current 'page'
new 74a15dc52 [#8444] added canonical tag and rel=next/prev where
pagination is used to wiki, discussions and tickets
new e1e38fa7a [#8444] paginator links back to page=0 don't actually need
page=0 in url since its default
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Allura/allura/lib/helpers.py | 26 ++++++++++++++++++++++
Allura/allura/lib/widgets/form_fields.py | 2 ++
Allura/allura/templates/jinja_master/lib.html | 26 ++++++++++++++++++++++
Allura/allura/tests/test_helpers.py | 13 +++++++++++
ForgeBlog/forgeblog/templates/blog/index.html | 4 +++-
ForgeBlog/forgeblog/templates/blog/search.html | 4 +++-
.../templates/discussionforums/search.html | 4 +++-
.../templates/discussionforums/thread.html | 10 +++++----
.../forgediscussion/templates/index.html | 4 +++-
.../forgetracker/templates/tracker/index.html | 3 +++
.../forgetracker/templates/tracker/milestone.html | 6 ++++-
.../forgetracker/templates/tracker/search.html | 3 +++
.../forgetracker/tests/functional/test_root.py | 26 ++++++++++++++++++++++
ForgeWiki/forgewiki/templates/wiki/browse.html | 7 +++++-
.../forgewiki/templates/wiki/browse_tags.html | 7 +++++-
ForgeWiki/forgewiki/templates/wiki/master.html | 7 ++++++
.../forgewiki/templates/wiki/page_history.html | 4 +++-
ForgeWiki/forgewiki/templates/wiki/page_view.html | 7 +++---
ForgeWiki/forgewiki/templates/wiki/search.html | 2 ++
ForgeWiki/forgewiki/tests/functional/test_root.py | 23 ++++++++++++++++---
20 files changed, 170 insertions(+), 18 deletions(-)