[PATCH] ticket #2546
|
|
Pastie link http://pastie.caboo.se/206303.txt I have implemented the features for ticket #2546 for the most part. 1. it states in ticket that tag: /space/breakout/documents/tag/Release. The issue is that a tag may point to multiple documents which have their own release/version numbers. on What priority/order should we show the release number?? currently the URL format is /space/breakout/documents/tag/tag_text. |
|
|
There is an ajax related usability issue in the file tabs page. if we open the show details popup for more than one file, then click on edit for any file, the edit form for the top file will open. Since we are updating the entire FILES section, I thought it might be the time to correct it. Reason for doing so is the id created for the Ajax Updater is not unique. |
|
|
since doing tagging, I have rendered the same partials used for files display, The same issue persists. |
|
|
patch is ok, but for future be sure not to include/modify other files diff --git a/vendor/svn/post-commit.pl b/vendor/svn/post-commit.pl old mode 100755 new mode 100644 diff --git a/vendor/svn/post-commit.rb b/vendor/svn/post-commit.rb old mode 100755 new mode 100644 diff --git a/vendor/trac/plugin/run-tests.py b/vendor/trac/plugin/run-tests.py old mode 100755 new mode 100644 |
