Mercurial > p > roundup > code
changeset 5610:0df5f9eeefd4
Changed references to http://issues.roundup-tracker.org to https now
that the site is TLS enabled.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 12 Feb 2019 21:31:41 -0500 |
| parents | 5df309febe49 |
| children | 63d5ddc191eb |
| files | doc/FAQ.txt doc/conf.py doc/developers.txt doc/installation.txt doc/mysql.txt doc/user_guide.txt |
| diffstat | 6 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/FAQ.txt Fri Feb 08 19:39:17 2019 -0500 +++ b/doc/FAQ.txt Tue Feb 12 21:31:41 2019 -0500 @@ -199,7 +199,7 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A wrong value for the ``tracker`` -> ``web`` setting may also result in -infinite redirects, see http://issues.roundup-tracker.org/issue2537286 +infinite redirects, see https://issues.roundup-tracker.org/issue2537286 How is sorting performed, and why does it seem to fail sometimes?
--- a/doc/conf.py Fri Feb 08 19:39:17 2019 -0500 +++ b/doc/conf.py Tue Feb 12 21:31:41 2019 -0500 @@ -94,7 +94,7 @@ # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -# see http://issues.roundup-tracker.org/issue2550907: +# see https://issues.roundup-tracker.org/issue2550907: exclude_patterns = ['_build', 'announcement.txt', 'whatsnew-0.7.txt', 'whatsnew-0.8.txt', 'security.txt' ]
--- a/doc/developers.txt Fri Feb 08 19:39:17 2019 -0500 +++ b/doc/developers.txt Tue Feb 12 21:31:41 2019 -0500 @@ -23,7 +23,7 @@ - roundup-devel mailing list at http://lists.sourceforge.net/mailman/listinfo/roundup-devel - The issue tracker running at - http://issues.roundup-tracker.org/ + https://issues.roundup-tracker.org/ Website, wiki ------------- @@ -48,7 +48,7 @@ tracker is http://psf.upfronthosting.co.za/roundup/meta/ In this tracker, Upfronthosting people are the users izak and roche. -The Roundup tracker http://issues.roundup-tracker.org/ is in +The Roundup tracker https://issues.roundup-tracker.org/ is in ~roundup/trackers/roundup The configuration is in the "website/issues" section of Roundup's @@ -423,7 +423,7 @@ .. _gettext module: https://docs.python.org/2/library/gettext.html .. _GNU: http://www.gnu.org/ .. _GNU mirror sites: http://www.gnu.org/prep/ftp.html -.. _issue tracker: http://issues.roundup-tracker.org/ +.. _issue tracker: https://issues.roundup-tracker.org/ .. _Lokalize: Lokalize .. _KDE: http://www.kde.org/ .. _linux: https://www.linux.org/
--- a/doc/installation.txt Fri Feb 08 19:39:17 2019 -0500 +++ b/doc/installation.txt Tue Feb 12 21:31:41 2019 -0500 @@ -47,7 +47,7 @@ you need to install a 32 bit version of python. The 64 bit versions use a different registry key that the installer doesn't detect. See: -http://issues.roundup-tracker.org/issue2550718 for details. +https://issues.roundup-tracker.org/issue2550718 for details. Optional Components ===================
--- a/doc/mysql.txt Fri Feb 08 19:39:17 2019 -0500 +++ b/doc/mysql.txt Tue Feb 12 21:31:41 2019 -0500 @@ -41,7 +41,7 @@ setting in the tracker's ``config.ini``. This fix was supplied by telsch. See issue -http://issues.roundup-tracker.org/issue2550743 for further info or if +https://issues.roundup-tracker.org/issue2550743 for further info or if you are interested in developing a patch to roundup to help work around this issue.
--- a/doc/user_guide.txt Fri Feb 08 19:39:17 2019 -0500 +++ b/doc/user_guide.txt Tue Feb 12 21:31:41 2019 -0500 @@ -778,7 +778,7 @@ cat init_tracker | roundup-admin -i tracker_dir -(for more details see http://issues.roundup-tracker.org/issue2550789.) +(for more details see https://issues.roundup-tracker.org/issue2550789.) Using with the shell --------------------
