Opened 18 years ago
Closed 18 years ago
#568 closed enhancement (fixed)
config options and tagging
Reported by: | Scott Grayban | Owned by: | Radek Bartoň |
---|---|---|---|
Priority: | normal | Component: | ScreenshotsPlugin |
Severity: | normal | Keywords: | tags, trackini |
Cc: | Trac Release: | 0.10 |
Description
Add config options to set the default component and version to use.
Another cool feature would be the use of the tags plugin so you can also tag the screenshots.
Attachments (0)
Change History (12)
comment:1 Changed 18 years ago by
Status: | new → assigned |
---|
comment:2 Changed 18 years ago by
Tagging could be usefull.
For instance I could tag a new screen shot as 5.1-SS and if I click on that tag it would automatically goto to that screenshot.
Or another way would be to use the interwiki feature and add screenshot:blah
comment:4 Changed 18 years ago by
Something you have probably forgotten is screens shots with the same name. You should make sure the screen shot is saved with a unique name. Either md5 based or date based.
comment:5 Changed 18 years ago by
Appending screenshot with same name is not allowed. It should display error message.
comment:6 Changed 18 years ago by
You should save the file as I suggested. It follows how most uploading is done.
comment:8 Changed 18 years ago by
The saving isn't something to be worked on right now.
Simplifying the screenshots is.
Setting a default component and version should be the next thing you do. This way users do not have to flip through each one until they get the right screenshot.
comment:9 Changed 18 years ago by
Default component and version implemented in chageset 1079. Tags will follow.
comment:10 Changed 18 years ago by
Cool.....
What are the new config names?
version & component ?
Ahhh I see it in the code... I would name them default_version & default_component
comment:12 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Tagging implemented in changeset 1099.
To that tags: Do you have any idea how could be tags usefull otherwise than appending entries to ie. Tag Cloud in this plugin?