Contributions to Trac plugins
The overall goal of my work is a multi-Trac and multi-SVN environment for the university I work at, the so called [LisTracScript LISTrac]. Below you find the description of this environment and the patches committed so far to existing plugins to enable this environment.
HtGroupEditorPlugin
The HtGroupEditorPlugin is a trac plugin to administrate the htgroups file. Some enhancements are necessary, so that the following contributions were made:
- A patch to an existing bug, that an empty group file did create an error. Patch committed at ticket #6249
- A further minor bug is the wrong assumed key in the configuration for the AuthzPolicy plugin. Ticket created and patch committed at ticket #6658
- The first enhancement is the refinement of empty user lists. There was an empty string user always added to the list. From my point of view this is not necessary. Instead I created a patch to show a message when all users are in the group. Ticket created and patch comitted at ticket #6659
- The plugin is capable of modifying the page permissions for fine grained authorization. I added the support for TracSvnAuthzPlugin. Ticket created and patch comitted at ticket #6660
- The plugin does not support creation and deletion of groups. This may be forbidden in the GUI, but is necessary in my case. Thus I created a patch that introduces a configuration key:
[htgroupeditor] allowgroupedit = enabled
With this enabled, a delete button and new group-fieldset appear in the plugin. Ticket created and patch comitted at ticket #6668
When you want to use all fixes and enhancement, there is one major patch file of them, that can be applied to the SVN head: LISTrac-htgroupeditor.patch
No resources found
Last modified 9 years ago
Last modified on Dec 16, 2015, 1:56:01 AM
Attachments (1)
-
LISTrac-htgroupeditor.patch (9.0 KB) - added by 15 years ago.
A patch the contains all contributions for my scenario
Download all attachments as: .zip