Modify ↓
Opened 14 years ago
Last modified 9 years ago
#10058 new enhancement
Highlight locked files in repository browser
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | unscheduled |
Component: | version control/browser | Version: | |
Severity: | normal | Keywords: | svn |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Re: http://groups.google.com/group/trac-users/browse_thread/thread/dbc3db1051a31c06#
I shall be implementing this feature and attaching a patch to this ticket once done. Patch target will be 0.12.x. Features
- Display Lock Owner, Lock Created time and Lock Comment on the information page for a file
- On the directory view highlight locked files, possibly showing 'Lock Owner' rather than 'Author' and 'Lock Comment' rather than 'Last Change'.
Attachments (0)
Change History (3)
comment:1 by , 14 years ago
comment:3 by , 9 years ago
Keywords: | subversion removed |
---|
Note:
See TracTickets
for help on using tickets.
There's already a minimal support for showing locks, r4529. You can probably take that as a starting point.
Also, if you'd like to have your patch integrated in Trac, just be warned that this can eventually only happen for 0.13, as 0.12.x is in "bugfix only" mode. However, there are no changes in this area of the code, so the patch will probably apply on both 0.12.x and 0.13.x.