Search
Results (12665)
- Defect #5533 (Closed): Ellipses at the end of snippets shouldn't be textilized
- I just noticed that document snippets textili ... has been textilized, not the other way round.
- Defect #5532 (Closed): Meaningful error messages when using OpenID
- I spent a long time trying to figure out how ... ile didn't offer any useful explanation (see issue #5531). It would be very helpful if, whenev ... t the work-around suggested in #5531 helped.)
- Patch #5530 (New): Additional hooks on top of the issue new/edit/bulk edit views
- This patch adds hooks on top of the new, edit and bulk edit view of issues. It could be used to add some introductory text there (similar to the one on redmine.org)
- Defect #5529 (Closed): New issue status not apply to existing project
- I added a new Issue Status before creating any project, and the ... eated project. However, I added another new Issue Status, this one doesn't show up in issues of existing projects, nether in issues of new projects Ruby 1.8.6 Rail 2.3.5 MySql : 5.0.77
- Defect #5527 (Closed): Link in pre tag for comment
- If you insert text below with pre tag in any comment of issues, it appears link to issues. but for inserting the same text on description of a new issue, it does not appear the link. <pre> <pre ... Step to reproduce: 1. Goto any existing issues 2. Click on "Update" button 3. Insert above text in note. You'll see the link to issues.
- Defect #5524 (Closed): Update_parent_attributes doesn't work for the old parent issue when reparenting
- Try the following scenario: * Create issue "Parent 1" * Create issue "Parent 2" * Create subissue "Child" on "Parent 2" and set its estimated ... nt 1: 5hrs, Parent 2: 5 hrs, Child: 5 hrs
- Feature #5523 (Closed): Multi language custom field
- The "Custom fields" Name field can only be fi ... value will be used based on the user profile
- Defect #5522 (Closed): "search" form should have "all projects" and "my projects"
- default search form located on every redmine ... "all projects" and "my projects" to the form.
- Feature #5520 (Closed): Text format buttons and preview link missing when editing comment
- When editing an existing comment on an issue, there are no formatting buttons and no preview link. This would be useful and consistent.
- Feature #5518 (Closed): Graceful fallback for "missing translation" needed
- Scenario: user selected a language in "My acc ... first one found in plugin's _/config/locales_
- Feature #5516 (New): A new field for Quality Assist
- A new field for Quality Assist with member value will be great. if an issue has been set with a quality assist, then only quality assist can close the issue.
- 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.