Opened 18 years ago
Last modified 10 years ago
#3584 new enhancement
[PATCH] Zip file names should match the latest version of their contents, not of the whole repository
Reported by: | Emmanuel Blot | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | next-major-releases |
Component: | version control/browser | Version: | devel |
Severity: | minor | Keywords: | patch, zip |
Cc: | izzysoft@…, Thijs Triemstra | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The original ticket appears as th:ticket:558.
I don't know which solution is the best to implement such a feature (renaming feature as Alec suggested, …), but the current implemention is a real issue on multi-project host servers such as TracHacks.
Attachments (1)
Change History (15)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Component: | general → browser |
---|---|
Milestone: | → 0.12 |
Owner: | changed from | to
Priority: | low → normal |
comment:3 by , 17 years ago
Milestone: | 0.12 → 0.11 |
---|
zip_rev.patch sets the rev number based on history instead of the latest rev of the repository.
by , 17 years ago
Attachment: | zip_rev.patch added |
---|
comment:4 by , 17 years ago
Summary: | Zip file names should match the latest version of their contents, not of the whole repository → [PATCH] Zip file names should match the latest version of their contents, not of the whole repository |
---|
comment:6 by , 17 years ago
Btw, please do not update the ticket description when you add a patch. Use [PATCH] when submitting a new ticket only, thanks.
comment:7 by , 16 years ago
Keywords: | patch added |
---|---|
Owner: | changed from | to
+1 on the idea. I'll put it on my todo.
comment:9 by , 16 years ago
Cc: | added |
---|
If you are once at the file names:
It would also be nice to be able to specify part of the file name. Finding files named trunk-r123.zip
on my disk would drive me crazy ;) I think of a new parameter like "basename", so adding "&basename=something" would result in something-trunk-r123.zip
then in the given example.
Next step would be to allow a "default basename" to be defined in your trac.ini
, so the pages would render it this way by default.
comment:10 by , 16 years ago
Milestone: | 0.11-retriage → 0.11.6 |
---|
comment:12 by , 15 years ago
Milestone: | next-minor-0.12.x → next-major-0.1X |
---|
comment:13 by , 14 years ago
Cc: | added |
---|---|
Keywords: | zip added |
comment:14 by , 10 years ago
Owner: | removed |
---|
This patch works, and I've enabled it on TracHacks:
trac/versioncontrol/web_ui/changeset.py