Menu

Trac Commit Log


Commit Date  
[r8455] by cboos

0.11.6dev: make TICKET_EDIT_PERMISSION independent from TICKET_MODIFY.

Closes #8548.

The changes in the ticket.html template also address the #7657 issue (losing leading empty lines when editing the description).

2009-08-09 21:00:00 Tree
[r8454] by cboos

0.11.6dev: alternate formats csv and tsv for tickets and queries need to have a filename.

Note that the RSS formats still need to have ''no'' filename specified (see #3899).

Closes #7956.

2009-08-09 20:56:45 Tree
[r8453] by mgood

Remove a debugging print statement from the last commit

2009-08-09 19:37:30 Tree
[r8452] by cboos

0.11.6dev: fix RSS feed for reports, in order to work around a Genshi 0.6dev regression (#G327).

The new layout of the loops is also more readable now, so the workaround is there to stay.

2009-08-09 19:12:41 Tree
[r8451] by cboos

''keywords'' field might be NULL in the database, so we must be able to deal with a `None` value for `old`, in `_render_property_diff`.

Closes #8547.

2009-08-09 16:38:34 Tree
[r8450] by rblank

0.12dev: Better wiki page resolution for relative references to non-existing pages. A reference `Second/Other` on `First/Second/Third` now resolves to `First/Second/Other` instead of `First/Second/Second/Other` if `First/Second` exists.

Related to #4507.

2009-08-07 23:16:06 Tree
[r8449] by rblank

0.12dev: Fixed relative wiki link resolution for non-existing pages so that, if a common prefix of the referrer and the target page exists, the page reference is interpreted as absolute.

See comment:12:ticket:4507.

2009-08-07 21:11:27 Tree
[r8448] by cboos

MultiRepos: follow-up to r8447, fix Python 2.4 incompatibility (`all`).

2009-08-07 11:35:49 Tree
[r8447] by rblank

MultiRepos: Improved repository handling.

* Added the possibility to hide repositories from the repository index, including the default repository.
* Moved the default repository to the top of the "Browse Source" page, before the repository index.
* Mark aliases to the default repository as bold in the repository index.
* Hide "Browse Source" menu if no repositories are defined.
* Simplified `trac-admin $ENV initenv` to not ask for repository info, as they can be defined later using the "Repositories" admin panel. The default repository can still be passed on the command line.
* Remove automatic enabling/disabling of `trac.versioncontrol.*` components when no default repository is configured with `[trac] repository_dir`.

Closes #8536.

2009-08-07 11:16:02 Tree
[r8446] by cboos

TracMercurial for 0.12: correctly show ''ADD'' type for first revision of a file in the TracRevisionLog.

2009-08-04 16:21:46 Tree
Older >