This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a change to branch db/8361
in repository https://gitbox.apache.org/repos/asf/allura.git.


    from abd7d55  [#8361] e.message doesn't exist in py3
     new add3a21  [#8361] don't utf8 encode urls in tests
     new 9911196  [#8361] referer fixes (comes in as bytes, we want to use it 
as a string)
     new 8e2eca5  [#8361] more header encoding fixes
     new c3985df  [#8361] work on test; will need Easywidgets version bump

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/allura/app.py                               |  6 +++---
 Allura/allura/controllers/attachments.py           |  4 +++-
 Allura/allura/controllers/auth.py                  | 16 +++++++++-------
 Allura/allura/controllers/discuss.py               | 22 +++++++++++-----------
 Allura/allura/controllers/project.py               |  8 ++++----
 Allura/allura/controllers/repository.py            |  4 ++--
 Allura/allura/controllers/site_admin.py            | 12 ++++++------
 Allura/allura/ext/admin/admin_main.py              |  5 +++--
 Allura/allura/ext/user_profile/user_main.py        |  9 +++++----
 Allura/allura/lib/repository.py                    |  8 +++++---
 Allura/allura/lib/utils.py                         |  2 +-
 Allura/allura/tests/functional/test_discuss.py     | 20 ++++++++++----------
 Allura/allura/tests/unit/patches.py                |  7 +++++--
 ForgeBlog/forgeblog/main.py                        |  8 ++++----
 ForgeBlog/forgeblog/tests/functional/test_rest.py  |  6 +++---
 ForgeChat/forgechat/main.py                        |  3 ++-
 .../forgediscussion/controllers/root.py            |  6 ++++--
 ForgeDiscussion/forgediscussion/forum_main.py      |  2 +-
 ForgeSVN/forgesvn/svn_main.py                      |  4 +++-
 ForgeShortUrl/forgeshorturl/main.py                | 10 ++++++----
 .../forgetracker/tests/functional/test_root.py     | 16 ++++++++--------
 ForgeTracker/forgetracker/tracker_main.py          | 12 ++++++------
 ForgeWiki/forgewiki/wiki_main.py                   |  8 +++++---
 requirements.in                                    |  2 +-
 24 files changed, 110 insertions(+), 90 deletions(-)

Reply via email to