Skip to content

Commit

Permalink
1.5.3dev: Sync from t.e.o wiki
Browse files Browse the repository at this point in the history
[skip ci]

Refs #13357.


git-svn-id: http://trac.edgewall.org/intertrac/log:/trunk@17532 af82e41b-90c4-0310-8c96-b1721e28e2e2
  • Loading branch information
rjollos committed May 9, 2021
1 parent c6e0bab commit 765fe03
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 8 deletions.
11 changes: 11 additions & 0 deletions UPGRADE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,17 @@ new tickets default to the Component's owner. This change allows the
``default_owner`` to be set to an empty value if no default owner is
desired.

.. _behaviorof-workflowtransition:

Behavior of ``* -> *`` workflow transition
''''''''''''''''''''''''''''''''''''''''''

The workflow transition ``* -> *`` must have the operation
``leave_status``. Due to a defect in Trac < 1.0.18 ``leave_status`` was
not required, so it may be necessary to add the operation when
upgrading. The action will not display for a ``* -> *`` transition if
the action does not have the ``leave_status`` operation.

.. _olderversions:

Upgrading from older versions of Trac
Expand Down
13 changes: 11 additions & 2 deletions trac/wiki/default-pages/TracChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ To see where Trac is going in future releases, see the [trac:roadmap Roadmap].

== 1.5.x Releases

=== 1.5.3

//(May 9, 2021)//

Fixed several regressions and compatibility
issues in the Python 3 conversion.

[trac:source:/tags/trac-1.5.3 View Tag] | [trac:milestone:1.5.3 View Milestone]

=== 1.5.2

//(December 19, 2020)//
Expand All @@ -26,8 +35,8 @@ Python 3.5+ is supported.
and must be migrated to Jinja2.

Additionally, this release includes all of the
changes in the [milestone:1.4.1] release and
changes committed to date for the forthcoming [milestone:1.4.2] release.
changes in the [trac:milestone:1.4.1] release and
changes committed to date for the forthcoming [trac:milestone:1.4.2] release.

This will be the only release in the 1.5.x
release line that supports Python 2.7. Future
Expand Down
6 changes: 6 additions & 0 deletions trac/wiki/default-pages/TracNotification
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ The following attributes of default subscriptions can be configured:
* Other values require plugins. For example `text/html` requires th:TracHtmlNotificationPlugin.

=== Example Configuration (default subscriptions)

This example implements the often desired
//Never Notify Updater// behavior by setting
the priority of that rule to the highest value,
thereby taking precedence over other rules.

{{{#!ini
[notification-subscriber]
always_notify_owner = TicketOwnerSubscriber
Expand Down
14 changes: 8 additions & 6 deletions trac/wiki/default-pages/TracStandalone
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,10 @@ Here's the online help, as a reminder (`tracd -h` or `tracd --help`):
usage: tracd [-h] [--version] [-e PARENTDIR | -s]
[-a DIGESTAUTH | --basic-auth BASICAUTH] [-p PORT] [-b HOSTNAME]
[--protocol {http,https,scgi,ajp,fcgi}] [--certfile CERTFILE]
[--keyfile KEYFILE] [-q] [--base-path BASE_PATH] [--http10 | --http11]
[-r | -d] [--pidfile PIDFILE] [--umask MASK] [--group GROUP] [--user USER]
[envs [envs ...]]
[--keyfile KEYFILE] [-q] [--base-path BASE_PATH]
[--http10 | --http11] [-r | -d] [--pidfile PIDFILE] [--umask MASK]
[--group GROUP] [--user USER]
[envs ...]

positional arguments:
envs path of the project environment(s)
Expand All @@ -230,16 +231,17 @@ optional arguments:
the server protocol (default: http)
--certfile CERTFILE PEM certificate file for HTTPS
--keyfile KEYFILE PEM key file for HTTPS
-q, --unquote unquote PATH_INFO (may be needed when using the ajp protocol)
-q, --unquote unquote PATH_INFO (may be needed when using the ajp
protocol)
--base-path BASE_PATH
the initial portion of the request URL's "path"
--http10 use HTTP/1.0 protocol instead of HTTP/1.1
--http11 use HTTP/1.1 protocol (default)
-r, --auto-reload restart automatically when sources are modified
-d, --daemonize run in the background as a daemon
--pidfile PIDFILE file to write pid when daemonizing
--umask MASK when daemonizing, file mode creation mask to use, in octal
notation (default: 022)
--umask MASK when daemonizing, file mode creation mask to use, in
octal notation (default: 022)
--group GROUP the group to run as
--user USER the user to run as
}}}
Expand Down
9 changes: 9 additions & 0 deletions trac/wiki/default-pages/TracUpgrade
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,15 @@ In case the `attachments` directory contains some files which are //not// attach

Prior to 1.0, the owner field of new tickets always defaulted to `[ticket] default_owner` when the value was not empty. If the value was empty, the owner field defaulted to to the Component's owner. In 1.0 and later, the `default_owner` must be set to `< default >` to make new tickets default to the Component's owner. This change allows the `default_owner` to be set to an empty value if no default owner is desired.

===== Behavior of `* -> *` workflow transition

The workflow transition `* -> *` must have the operation
`leave_status`. Due to a defect in Trac < 1.0.18
`leave_status` was not required, so it may be necessary
to add the operation when upgrading. The action will not
display for a `* -> *` transition if the action does
not have the `leave_status` operation.

==== Upgrading from older versions of Trac #OlderVersions

For upgrades from versions older than Trac 0.12, refer first to [trac:wiki:0.12/TracUpgrade#SpecificVersions TracUpgrade for 0.12].
Expand Down

0 comments on commit 765fe03

Please sign in to comment.