Modify ↓
      
        Opened 17 years ago
Closed 17 years ago
#4404 closed defect (fixed)
RepositoryHookSystemPlugin webadmin interface should be disabled if repository_dir not specified
| Reported by: | Jeff Hammel | Owned by: | Jeff Hammel | 
|---|---|---|---|
| Priority: | normal | Component: | RepositoryHookSystemPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 | 
Description
If repository_dir is not specified, the webadmin interface is still shown with the non-helpful message  
The file, hooks/post-commit, is unwritable; enabling this hook will have no effect
The easiest solution is just to disable the webadmin interface if this isn't set
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by
| Status: | new → assigned | 
|---|
comment:2 Changed 17 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | assigned → closed | 
Note: See
        TracTickets for help on using
        tickets.
    



(In [5110]) only display admin panels if repository_dir is set; fixes #4404