Modify ↓
Opened 6 months ago
Closed 6 months ago
#14345 closed defect (fixed)
Problem with trac 1.6 and svn subversion
Reported by: | Owned by: | Jun Omae | |
---|---|---|---|
Priority: | normal | Component: | SvnAuthzAdminPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.4 |
Description
Hello! I use trac 1.6 with all components but I have a problem with authz plugin. I have the old version of trac project with tab in gui for subversion and permisions button that is missing on the new one server. I tried almost everything without sucsess. I make changes in trac.ini file, I make changes in authz file with users and etc. and nothing works. I need some help from you guys because I don't know so well trac
Attachments (0)
Change History (3)
comment:1 Changed 6 months ago by
Owner: | changed from Ryan J Ollos to Jun Omae |
---|---|
Status: | new → accepted |
Trac Release: | → 1.4 |
comment:3 Changed 6 months ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Feel free to reopen it if you encounter the latest with Trac 1.6. Thanks.
Note: See
TracTickets for help on using
tickets.
This plugin is unable to work with Trac 1.4 and 1.6. The template engine has been switched from Genshi to Jinja2 since Trac 1.4 but Genshi template is still used in the plugin. I'll try to port the templates to Jinja2 template.