This is an automated email from the ASF dual-hosted git repository.
kentontaylor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git.
from 9d1956a Change the exec call used by paster script cmd, to preserve
the filename (helps when running coverage.py on a paster script cmd)
new 0c5b8f5 [#8388] fix image references, make youtube embed https
new ada8262 [#8388] consolidate markdown_syntax and
markdown_syntax_dialog URLs
new c2bc5be [#8388] rename and comments about static vs newforge
new 8694800 [#8388] tidy up per-tool details on ticket search_help; mark
as nofollow/noindex so not duplicate content for search engines
The 4 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/controllers/{static.py => newforge.py} | 15 ++++++-
Allura/allura/controllers/project.py | 6 +--
Allura/allura/controllers/repository.py | 5 ---
Allura/allura/controllers/root.py | 2 +-
Allura/allura/templates/jinja_master/lib.html | 25 ++++++-----
Allura/allura/templates/markdown_syntax.html | 6 ++-
.../allura/templates/markdown_syntax_dialog.html | 2 +
Allura/allura/templates/widgets/markdown_edit.html | 2 +-
Allura/allura/tests/functional/test_newforge.py | 52 ++++++++++++++++++++++
Allura/allura/tests/functional/test_root.py | 15 -------
Allura/allura/tests/functional/test_static.py | 7 ++-
Allura/docs/getting_started/using.rst | 2 +-
ForgeBlog/forgeblog/main.py | 6 ---
.../forgediscussion/controllers/root.py | 13 ++----
ForgeDiscussion/forgediscussion/forum_main.py | 2 +-
.../forgediscussion/tests/functional/test_forum.py | 8 +---
.../forgegit/tests/functional/test_controllers.py | 4 --
.../forgetracker/templates/tracker/bin.html | 2 +
.../forgetracker/templates/tracker/search.html | 1 +
.../templates/tracker/search_help.html | 21 ++++-----
.../forgetracker/tests/functional/test_root.py | 4 --
ForgeTracker/forgetracker/tracker_main.py | 19 +++-----
ForgeWiki/forgewiki/tests/functional/test_root.py | 4 +-
ForgeWiki/forgewiki/wiki_main.py | 24 ++--------
24 files changed, 124 insertions(+), 123 deletions(-)
rename Allura/allura/controllers/{static.py => newforge.py} (78%)
create mode 100644 Allura/allura/tests/functional/test_newforge.py