Changes between Initial Version and Version 1 of Ticket #9894


Ignore:
Timestamp:
Apr 13, 2012, 3:56:50 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9894

    • Property Owner changed from Kis Gergely to Ryan J Ollos
  • Ticket #9894 – Description

    initial v1  
    22
    33Today I downloaded an installed the current v0.2 version. When trying to edit a group or a path I receive the following message:
    4 
     4{{{
    55svnauthz WARNING: HTTPNotFound: 404 Not Found (Unknown administration panel)
    6 
     6}}}
    77I have looked into the admin_ui.py code and found constructions like:
    8 
    9  req.href.admin('versioncontrol', 'svnauthz')
    10 
     8{{{
     9req.href.admin('versioncontrol', 'svnauthz')
     10}}}
    1111After changing 'versioncontrol' into 'subversion' (4 times) everything worked again.
    1212Is this a bug or should v0.2 be configured somehow different?