Skip to content

Commit

Permalink
1.2.5dev: Merge r17021 from 1.0-stable
Browse files Browse the repository at this point in the history
Refs #13088.


git-svn-id: http://trac.edgewall.org/intertrac/log:/branches/1.2-stable@17022 af82e41b-90c4-0310-8c96-b1721e28e2e2
  • Loading branch information
rjollos committed Aug 7, 2019
1 parent 59edb87 commit 938ddd6
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The ChangeLog can be viewed:
* On the web at http://trac.edgewall.org/wiki/TracChangeLog
* On the web at https://trac.edgewall.org/wiki/TracChangeLog
* In the source at trac/wiki/default-pages/TracChangeLog
* By navigating to the TracChangeLog page after installing or upgrading Trac. You must upgrade the wiki to get the latest TracChangeLog.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for more information about this release.

Otherwise, the primary source of information is the main Trac web site:

<http://trac.edgewall.org/>
<https://trac.edgewall.org/>

We hope you enjoy it,

Expand Down
16 changes: 8 additions & 8 deletions contrib/appveyor.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
# are also available at http://trac.edgewall.com/license.html.
# are also available at https://trac.edgewall.com/license.html.
#
# This software consists of voluntary contributions made by many
# individuals. For the exact contribution history, see the revision
# history and logs, available at http://trac.edgewall.org/.
# history and logs, available at https://trac.edgewall.org/.

# ------------------------------------------------------------------
# This is a PowerShell script implementing the build steps used by
Expand All @@ -34,10 +34,10 @@
# environment on AppVeyor.
#
# See in particular:
# - http://www.appveyor.com/docs/installed-software#python
# - http://www.appveyor.com/docs/installed-software#mingw-msys-cygwin
# - http://www.appveyor.com/docs/services-databases#mysql
# - http://www.appveyor.com/docs/services-databases#postgresql
# - https://www.appveyor.com/docs/installed-software#python
# - https://www.appveyor.com/docs/installed-software#mingw-msys-cygwin
# - https://www.appveyor.com/docs/services-databases#mysql
# - https://www.appveyor.com/docs/services-databases#postgresql

$msysHome = 'C:\msys64\usr\bin'
$deps = 'C:\projects\dependencies'
Expand Down Expand Up @@ -117,7 +117,7 @@ $svnBranch = $env:SVN_BRANCH
# ------------------------------------------------------------------

# Documentation for AppVeyor API (Add-AppveyorMessage, etc.) can be
# found at: http://www.appveyor.com/docs/build-worker-api
# found at: https://www.appveyor.com/docs/build-worker-api

function Write-Step([string]$name, [bool]$skip) {
if ($skip) {
Expand All @@ -144,7 +144,7 @@ $name
#
# . .\contrib\appveyor.ps1
#
# See http://trac.edgewall.org/wiki/AppVeyor for additional info.
# See https://trac.edgewall.org/wiki/AppVeyor for additional info.

if (-not $env:APPVEYOR) {
function Debug-Caller {
Expand Down
4 changes: 2 additions & 2 deletions contrib/trac-pre-commit-hook
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
# are also available at http://trac.edgewall.com/license.html.
# are also available at https://trac.edgewall.com/license.html.
#
# This software consists of voluntary contributions made by many
# individuals. For the exact contribution history, see the revision
# history and logs, available at http://trac.edgewall.org/.
# history and logs, available at https://trac.edgewall.org/.
#
# This script will enforce the following policy:
#
Expand Down
8 changes: 4 additions & 4 deletions contrib/trac-svn-hook
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
# are also available at http://trac.edgewall.com/license.html.
# are also available at https://trac.edgewall.com/license.html.
#
# This software consists of voluntary contributions made by many
# individuals. For the exact contribution history, see the revision
# history and logs, available at http://trac.edgewall.org/.
# history and logs, available at https://trac.edgewall.org/.
#
# = trac-svn-hook =
#
# Purpose:: this script is meant to be called from the Subversion hooks
# for notifying Trac when changesets are added or modified.
#
# Scope:: The http://trac.edgewall.org/wiki/TracRepositoryAdmin page
# Scope:: The https://trac.edgewall.org/wiki/TracRepositoryAdmin page
# describes how to directly call the relevant trac-admin commands
# from the Subversion hooks. In most cases this should be enough,
# however this script should make troubleshooting easier and
Expand Down Expand Up @@ -139,7 +139,7 @@
# === Virtualenv setup example ===
#
# Here we're using a Trac installation set up using virtualenv
# (http://pypi.python.org/pypi/virtualenv).
# (https://pypi.org/project/virtualenv).
#
# In this example, the virtualenv is located in
# /packages/trac/branches/trac-multirepos
Expand Down
4 changes: 2 additions & 2 deletions contrib/trac-svn-post-commit-hook.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
::
:: This software is licensed as described in the file COPYING, which
:: you should have received as part of this distribution. The terms
:: are also available at http://trac.edgewall.com/license.html.
:: are also available at https://trac.edgewall.com/license.html.
::
:: This software consists of voluntary contributions made by many
:: individuals. For the exact contribution history, see the revision
:: history and logs, available at http://trac.edgewall.org/.
:: history and logs, available at https://trac.edgewall.org/.
:: Trac post-commit-hook script for Windows
::
:: Modified for the multirepos branch to use the `changeset` command.
Expand Down
4 changes: 2 additions & 2 deletions contrib/workflow/showworkflow
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
# are also available at http://trac.edgewall.com/license.html.
# are also available at https://trac.edgewall.com/license.html.
#
# This software consists of voluntary contributions made by many
# individuals. For the exact contribution history, see the revision
# history and logs, available at http://trac.edgewall.org/.
# history and logs, available at https://trac.edgewall.org/.

basedir=`dirname $0`
options=""
Expand Down
4 changes: 2 additions & 2 deletions trac/web/templates/deploy_trac.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
# are also available at http://trac.edgewall.org/wiki/TracLicense.
# are also available at https://trac.edgewall.org/wiki/TracLicense.
#
# This software consists of voluntary contributions made by many
# individuals. For the exact contribution history, see the revision
# history and logs, available at http://trac.edgewall.org/log/.
# history and logs, available at https://trac.edgewall.org/log/.
#
# Author: Jonas Borgström <jonas@edgewall.com>

Expand Down
4 changes: 2 additions & 2 deletions trac/web/templates/deploy_trac.fcgi
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
# are also available at http://trac.edgewall.org/wiki/TracLicense.
# are also available at https://trac.edgewall.org/wiki/TracLicense.
#
# This software consists of voluntary contributions made by many
# individuals. For the exact contribution history, see the revision
# history and logs, available at http://trac.edgewall.org/log/.
# history and logs, available at https://trac.edgewall.org/log/.
#
# Author: Jonas Borgström <jonas@edgewall.com>

Expand Down
4 changes: 2 additions & 2 deletions trac/web/templates/deploy_trac.wsgi
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
# are also available at http://trac.edgewall.org/wiki/TracLicense.
# are also available at https://trac.edgewall.org/wiki/TracLicense.
#
# This software consists of voluntary contributions made by many
# individuals. For the exact contribution history, see the revision
# history and logs, available at http://trac.edgewall.org/log/.
# history and logs, available at https://trac.edgewall.org/log/.
#
# Author: Noah Kantrowitz <noah@coderanger.net>
import os
Expand Down

0 comments on commit 938ddd6

Please sign in to comment.