Search
Results (12601)
- Feature #7360 (Closed): Issue custom query: default query per instance, project and user
- It would be nice to be able to create a default custom query, so when I get to issue list of a project, I don't need to select my preferable custom query from the list.
- Feature #7358 (New): Activity Tab customization
- It'll be usefull to see on activity page all issues events e.g. assigned to changing, subtask adding, ralated issues changing, start and due date changing etc? ... http://www.redmine.org/boards/2/topics/20752
- Defect #7354 (Closed): "Referencing Issues" missing doc
- http://www.redmine.org/projects/redmine/wiki/redminesettings#Referencing-issues-in-commit-messages doesn't say anything abo ... e is it? * Please update the doc! Thanks!
- Defect #7352 (Closed): Filters not working in Gantt charts
- If you log on the demo server (demo.redmine.o ... he overall Gantt Chart (projects -> view all issues -> Gantt), you can see the Gantt (truncated ... or multiple/single projects and for assignee.
- Feature #7349 (New): Per-project email notification settings
- It should be possible to configure email noti ... tion settings for dev. and support projects).
- Feature #7346 (Closed): Allow a default version to be set on the command line for incoming emails
- Feature #5622 added support to allow the targ ... acker category priority).each { |a| options[:issue][a.to_sym] = ENV[a] if ENV[a] } with %w(pro ... priority fixed_version).each { |a| options[:issue][a.to_sym] = ENV[a] if ENV[a] }@
- Feature #7345 (New): if a group is added, als ... on the project overview, instead the memebers
- currently groups are just a Admin Helper to b ... oups "all from <role>" got added, related to issue #7342
- Feature #7344 (New): Enabling "Watch" by default for a forum in project configuration
- Forums capability is a usefull feature but on ... on) What do you think ? Thx for your help.
- Feature #7342 (New): Default "Everyone" / "Authenticated Users" group for all users
- It would be nice to have access to a default ... want all active members to be able to create issues in. I can't give "Add Issue" permissions to the non-member role though, ... 't want non-members of other projects to add issues to those other projects. I've created an " ... rs to that group when activating the account.
- Defect #7335 (Closed): Sorting issues in gantt by date, not by id
- I can't tell if the prior issues (see below) related to gantt chart issue sorting are about new- or old-style gantt ch ... since they're sorted by root_id (ie. parent issue id). That has little relation to the order that the issues need to be worked on in. I made a one-line change that worked for me: # TODO: top level issues should be sorted by start date def gantt_issue_compare(x, y, issues) [(x.root.start_date or x.start_da ... project, multi-version, single nesting level issues), it works fine.
- Defect #7329 (Closed): <code class="javascript"> with long strings may hang server
- It's a CodeRay parser bug, see http://redmine.rubychan.de/issues/264.
- Feature #7328 (Closed): Cloning/Duplicating an Issue with subtasks should allow to clone/duplicate the sub-tasks as well
- When a parent issue is cloned/duplicated, the subtasks/children ... ldren, leading to a deep clone of the entire issue tree. Right now, an issue can only be cloned by itself. If, for whatever reason, you want to create a copy of an entire issue tree, you'll have to copy every issue by hand and re-create the parent-child relations in each of cloned issues.
- Feature #7327 (Closed): Adding a picture/swf viewing in tasks
- A very necessary thing, which is so lacking. ... directly into the ticket without downloading?
- Feature #7323 (Closed): Previous/Next issue breadcrumbs
- Scenario: looking for an issue, do a search and 5-10 issues are returned. Only way to 'go through' e ... sult set aware 'vcr' navigation menu on site/issues/# << first < previous current # OR sho ... way to quickly look through several tickets.
- Feature #7322 (New): add ability to filter the activity page
- using 1.0.4 I would like to be able to fil ... extended to support other filtering like the Issue page, or by date range, but my current workflow just requires activity by person. Thanks
- Feature #7321 (New): use svn:externals property value to include secondary repository in project
- When you have a repository with another repos ... h the source tree and to automatically close issues with the "fixes" keyword in my commits. This issue is related to issue #1581 but it should not just display the pro ... epository-per project model (as suggested in issues #779 and #3169)
- Defect #7320 (Closed): circular dependency >2 issues
- I'm running Redmine r4674. It is possible ... is a circular dependency with for example 3 issues (1 duplicates 2 duplicates 3 duplicates 1), adding a relation between a 4th issue and one of the first 3 results in a "500 Int ... ter_initialize_callback_chain' app/models/issue.rb:462:in `all_dependent_issues' app/models/issue.rb:461:in `all_dependent_issues' app/models/issue.rb:463:in `all_dependent_issues' app/models/issue.rb:461:in `all_dependent_issues' app/models/issue.rb:463:in `all_dependent_issues' app/models/issue.rb:461:in `all_dependent_issues' app/models/issue...
- Feature #7319 (New): Repetitive tasks ?
- The issue just came up to me, while I was doing some w ... uld be done on the standard ticket edit form.
- Defect #7317 (Closed): Gantt tab gives internal error due to nil avatar icon
- Hello. All was working fine for the last f ... an Internal Error (500). I read some old issues regarding blank Strings but they were resol ... redmine/helpers/gantt.rb:356:in `subject_for_issue' lib/redmine/helpers/gantt.rb:221:in `render_issues' lib/redmine/helpers/gantt.rb:220:in `each' lib/redmine/helpers/gantt.rb:220:in `render_issues' lib/redmine/helpers/gantt.rb:251:in ` ... nfo you need please let me know. Cheers!
- Defect #7313 (Closed): Label not translated in french in Settings/Email Notification tab
- Hello, Some label are not translated in french: - Issue note added - Issue status updated - Issue priority updated They are displayed in http(s)://redmine.url/settings?tab=notifications
- Defect #7310 (Closed): REST API Parameter GET /issues.xml?assigned_to=me doesn't work
- Hello, I currently extend IntelliJ IDEAs Redmine PlugIn. I want to query only for Issues which are assigned to one user. e.g. Redmine-User-Login ist "mat" so I hoped that GET /issues.xml?assigned_to=mat will deliver issues assigned to mat Even if I try GET /issues.xml?assigned_to=MyFull%20Name it doesn't work. It always returns the full issue list. I also hope if you can fix this, that /projects/myproject1/issues.xml?assigned_to=mat will work too. Is t ... api key to the request but that doesn't help
- Defect #7309 (Closed): '<pre/>' tag
- redmine treats every tag starting with '<p ... text and not <pre/> redmine version 1.0.1
- Defect #7307 (Closed): HTTP 500 error on query for empty revision
- On revision page, you can change the revision ... repository page ? Tested with a SVN repo.
- Defect #7306 (Closed): Requirements for Redmine trunk and >=1.0.5
- Since Redmine now require i18n-0.4.2, i18n it ... redmine/wiki/RedmineInstall if it is correct.
- Defect #7305 (Closed): undefined method `visible_custom_field_values' in users/show.rhtml
- After updating redmine to 1.1.0. Trying to v ... ntu6.1 Tried patch from #7297, but no luck