Search
Results (12629)
- Feature #5515 (Closed): user select default issue query
- I would like to see a feature allowing users to choose which issue query they will see when visiting @/projects/${projectid}/issues@ They should be able to choose from global queries as well as self-created and default ones.
- Feature #5512 (Closed): New Implemtation
- I am required to implement a new Issue traceker. My requirements are as : 1. Assi ... rackker. 2. We need to modfiy the UI of New Issues as we need to add more sections to the New Issue form. 3. Can Draft functionality be implemented ? To save the details of issue in different table with status as draft and ... ncelled,forward etc not as set by the user.
- Patch #5510 (Resolved): Enable Mutliple Versions Per Issue
- Attached is a patch against head (as of today) that enables multiple versions per issue. If there is interest, we would be happy to ... ne core. I've attached a screen shot of the issue page so people can see what it looks like. ... sions about supporting multiple versions per issue - see #1675, #284, #1266. In our use case ... lopment releases (global versions). Thus an issue can be added to the May 14th development rel ... cally, we find versions a great way to group issues together to a) keep track of progress b) ro ... rkable as a plugin * It adds a new table, issues_versions, with issue_id and version_id columns. This is a habtm relationship between versions and issues. This could be done as :has_many :through ... then renames the fixed_version_id column in issues to fixed_version_id_old (so as to not delet ... y (tested on postgresql). * It adds a new ...
- Feature #5509 (New): Redmine.org - Turn on the issue status for % done
- Since we're not using the % done very much here, what about turning on "Calculate the issue done ratio with: Use the issue status"?
- Patch #5508 (Closed): "fiters" and "options" should be hidden in print view via css
- the buttons and filters menus above the issue list in the issues view would be nice to be hidden while printing to take less space in print.
- Feature #5506 (Closed): Make it easier to select multiple issues via checkboxes
- It's possible to select multiple issues by checking the checkboxes in the issue table. However, you have to make sure you hi ... l that contains the checkbox all your marked issues are dropped. In my opinion, a good solution would be to count clicks within the entire tr.issue.td.checkbox region since is most likely that ... heckbox (this is probably not valid css ;-)).
- Feature #5501 (Closed): Git: Mercurial: Adding visual merge/branch history to repository view
- I really like the merge/branch lines in 'gitk ... ask, so I would like to suggest as a feature.
- Feature #5497 (New): Assigning issues to projects
- We started to use Redmine in January, have 15 ... be of interest to allow a project to assign issues to another project. In the end, if most of ... At the moment we do this simply by creating issues directly in the server project. However, th ... A's feature If it were possible to assign issues from client project A to server project B: ... necessary that project A created an "image" issue to reflect the progress of these issues in the roadmap and Gantt chart. * It would ... roject A to permanently have to update image issues' progress to sync with the progress of issues assigned to project B * Server projects could filter their incoming issues by client project I imagine that this fe ... ting model is much more powerful: * Now, an issue is created by a person and assigned to a per ... roject * If the feature is implemented, an ...
- Feature #5493 (Closed): bots filter should include more bots
- A common bot that seems to crawl redmine is: ... be more smart about adding them dynamically.
- Feature #5492 (New): Issues should implement acts_as_ferret
- In using Redmine regularly over the last seve ... used there. Implementing a ferret index for issues, news, forums, etc. would make it easier to ... erly mark new items as duplicates or related issues.
- Defect #5491 (Closed): context_menu javascript POST'ed twice on right mouse button
- Hi Using firebug and listing http://www.redmine.org/projects/redmine/issues, if I right click on any issue the context_menu is POST'ed to the server twice. Is this really neccesary?
- Feature #5490 (Closed): Option for independent subtask priority/start date/due date/done ratio
- In the subtasks patch in trunk a subtask cont ... it takes away the "identity" of the original issue. It feels like subtasks control the paren ... atever priority it wants, but not under high.
- Feature #5487 (Closed): Allow subtasks to cross projects
- We use subtasks and would like to have subtas ... . A patch in #5473 seems to accomplish this.
- Feature #5485 (Closed): Readable date display ... ents : "3 hours ago" instead of the full date
- For recent events, a time indication relative ... eadable date format in the index pages (view issues and such) and the precise, absolute datetime displayed on the item page.
- Feature #5484 (Closed): Add new issue as subtask to an existing ticket
- Subtask feature was implemented in r3573. In ... t implementation does not allow to add a new issue as child to an existing ticket in the ticket view. You always have to navigate to the parent issue and than add a child issue. This increases the amount of clicks the use ... e this field via project option. !add_new_issue_as_child_erics_patch.png!
- Defect #5482 (Closed): Wiki link markup doesn't work on welcome message
- I've placed a link on the welcome page, but i ... an view your [[Projects]] and manage project issues. </pre>
- Defect #5480 (Closed): Missing features of subtask implementation (r3573)
- There are three features I miss in the curren ... sion to Erics patch in ticket #443. - the issue hierachy in the issue view is missing. An overview of all substasks for one issue is very good in my eyes because you can edit ... . - the autocompletion feature to add a new issue as a child of another issue. In the current trunk the user has to manual ... t implementation does not allow to add a new issue as child to an existing ticket in the ticket view. You always have to navigate to the parent issue and than add a child issue. This increases the amount of clicks the use ... this into the current trunk? Thanks, Jens
- Feature #5478 (Closed): Add the ability to display Activity by User
- Currently the Activity tab has, on the right ... / monitor their progress. thank you! Mark
- Patch #5476 (Closed): Translation update for Russian locale
- We translate issue as ”задача“, not ”отчёт“. Attached patch fixes some grammar errors.
- Defect #5475 (Confirmed): Non conformances with W3C xhtml transitional standards
- I have made some verifications with W3C valid ... ings of ROR method's waiting official fixes.
- Defect #5473 (Closed): adding parent when cross project
- Using redmine r:3683 I'm unable to change an issue to have a parent issue that is from a different project with cross_project_issue_relations set to 1. This fixes: svn diff app/models/issue.rb Index: app/models/issue.rb =================================================================== --- app/models/issue.rb (revision 3683) +++ app/models/issue.rb (working copy) @@ -291,7 +291,7 @@ # Checks parent issue assignment if @parent_issue if @parent_issue.project_id != project_id - errors.add :parent_issue_id, :not_same_project + errors.add :parent_issue_id, :not_same_project unless Setting.cross_project_issue_relations? elsif !new_record? # moving an existing ...
- Feature #5470 (New): Avoid duplicate issue creation
- First of all, great great work. Now, a req ... great if we could avoid creating a duplicate issue, especially when their creation is done via incoming email
- Feature #5468 (Closed): Add "project" filter to "View all issues"
- There is no "project" filter in all issues view (/tracker/issues). You can only add "project" column or "gr ... n. There must be an opportunity to filter issues by specific set of projects. It can be accomplished by adding "project" filter.
- Defect #5463 (Closed): Update INSTALL and UPGRADE documentation in the repository
- doc/INSTALL and doc/UPGRADE specify "rake con ... rb". I can not find a "session_store.rb".
- Feature #5462 (Closed): Blocking issues to be closed which have open subtasks
- Now We can close issues that have have open subtasks. This behavio ... pen. It would be nice that Redmine blocks a issue to be closed if the issue have any open subtasks.