| Commit | Date | |
|---|---|---|
|
[r7604]
by
rblank
0.11-stable: Check permissions when rendering wiki links so that resources not accessible to a user don't appear as a quickjump result. More precisely, this changeset fixes attachment, ticket, milestone, changset and changelog links. Wiki links already had the permission check. Source browser links are '''not''' fixed, as the permissions to be checked depend on the resource type (file or directory). The rendering of wiki links to resources that are either not existing or inaccessible is also changed to remove the `href=` attribute, as they would lead to an error page anyway. The exceptions are wiki page links (to allow creating the page) and milestones (which should grow the same functionality shortly). Closes #7655. |
2008-10-23 17:44:22 | Tree |
|
[r7603]
by
osimons
trunk: Merged [7602] from 0.11-stable (#7688 - Remove query links in milestone progress bars when items are obfuscated). |
2008-10-23 10:29:39 | Tree |
|
[r7602]
by
osimons
0.11-stable: Removing query links in milestone progress bars when viewed by owner or reporter, and items are obfuscated. Closes #7688. Thanks to jsiirola@... for report and patch! |
2008-10-23 10:23:47 | Tree |
|
[r7601]
by
osimons
trunk: Adding missing `svn:ignore` for *.mo files to en_GB, et_EE and sl_SI translations. |
2008-10-22 10:52:13 | Tree |
|
[r7600]
by
osimons
trunk: Merging [7598:7599] from 0.11-stable * [7598] = Custom query + ticket feed fix for Firefox, #3899. |
2008-10-22 10:40:48 | Tree |
|
[r7599]
by
osimons
0.11-stable: Removing the 'Uninstall' button from Plugins webadmin page as there is no reliable way of uninstalling other than removing code file(s) and restarting server. That is also the recommended method of uninstalling as currently documented in wiki:TracPlugins. Feature is just disabled through template comment with a `FIXME:` for now - pending any deeper insight that may revive the feature... Fixes #3545. |
2008-10-22 10:22:07 | Tree |
|
[r7598]
by
osimons
0.11-stable: Fixing custom query + ticket feeds so that Firefox (and presumably others) will display instead of downloading. Closes #3899. |
2008-10-22 09:14:34 | Tree |
|
[r7597]
by
rblank
0.12dev: Imported compatibility symbols restored in `trac.util.compat` in [7551] in `trac.util` as well, as some plugins imported them from there (most notably th:AccountManagerPlugin). |
2008-10-20 12:40:17 | Tree |
| 2008-10-15 08:59:03 | Tree | |
|
[r7595]
by
cboos
`add_warning` and `add_notice` didn't expect Genshi elements as arguments, as was expected in `Mimeview._render_source`. Make it possible to do so, which fixes #7474. |
2008-10-15 08:54:12 | Tree |