Search
Results (12719)
- Feature #4199 (Closed): Reassign back to original author from an SCM commit
- We've got a post-commit hook going at work (t ... was that if we noted a revision as fixing an issue, it should not only just set it to a specifi ... code: <pre><code class="ruby"> issue.done_ratio = done_ratio if done_ratio ... reassign_to = nil issue.assignable_users.each do |assignuser| ... reassign_to = assignuser if assignuser.id == issue.author_id end issue.assigned_to = reassign_to # End ... k.call_hook(:model_changeset_scan_commit_for_issue_ids_pre_issue_update, { :changeset => self, :issue => issue }) issue.save</code></pre> This goes in app/models ... 14. Thoughts on adding this in to 0.8.7?
- Defect #4194 (Closed): Hide paragraph terminator ¶ at the end of headings on html export
- This defect is related to #1978. This original issue should be closed, because the original poste ... hese symbols hidden for viewing and printing?
- Defect #4192 (Closed): Cannot Delete Issues in Redmine 085
- When trying to delete an issue i receive the following error message: NoMethodError in IssuesController#destroy Application Trace ven ... issing' vendor/plugins/redmine_backlogs/lib/issue_patch.rb:28:in `remove_item' vendor/rails/a ... e_helper.rb:36:in `to_proc' app/controllers/issues_controller.rb:318:in `each' app/controllers/issues_controller.rb:318:in `destroy' Running on windows XP pro, bitnami redmine stack 085
- Defect #4189 (Closed): Users who change their password when authenticating via ldap cannot log in
- Users who change their password when authenti ... word is being checked against LDAP everytime.
- Defect #4188 (Closed): gantt.rhtml doesn't correctly handle nil values
- Method due_before in app/models/issue.rb can return nil. app/views/gantt.rhtml ... ethod `<=' for nil:NilClass) on line #184 of issues/gantt.rhtml This can happen if an issue has a due_date of 0000-00-00 and no fixed_ve ... ethod `<=' for nil:NilClass) on line #184 of issues/gantt.rhtml: 181: @gantt.events.each do |i| 182: if i.is_a? Issue 183: i_start_date = (i.start_date >= @ga ... t.date_from : i_done_date ) app/views/issues/gantt.rhtml:184:in `_run_erb_47app47views47issues47gantt46rhtml' app/views/issues/gantt.rhtml:181:in `each' app/views/issues/gantt.rhtml:181:in `_run_erb_47app47views47issues47gantt46rhtml' /usr/lib64/ruby/gems/1. ... rking.rb:51:in `render' app/controllers/issues_controller.rb:355:in `gantt' /usr/lib6 ... .rb:107:in `respond_to' app/controllers/...
- Patch #4187 (Closed): Traditional Chinese language file (to r3022)
- * Addedtags: ** version_status_open, versio ... version_status_closed, error_can_not_reopen_issue_on_closed_version
- Defect #4184 (Closed): Page changes in issue-list when using context menu
- Hi, I recognized that when I am changing the status of an issue using the context menu, the page that I am c ... t it if necessary or proceed work with other issues on that page.
- Defect #4182 (Closed): Links on locked users lead to 404 page
- When you lock a user account (for instance be ... e team), there are still many links in every issues, wiki pages, comments left by this person. ... pecific error page ? Any opinion on this ?
- Patch #4180 (Closed): Add CSS class to each field in app/views/issues/show.rhtml
- I saw #2864 ; is there any reason why some fi ... , there's just a "white-space: normal" in it)
- Feature #4179 (Closed): Link to user in wiki syntax
- It would be nice to have some "user" Links in ... viewing user is entitled to seeing that page.
- Feature #4178 (Closed): Optimize Redmine for ... software dev (Change "Version" > "Milestone")
- We're odd in that we use Redmine for a broad, ... v or General Purpose PM). I also changed "Issue" to "Ticket" in the language file but I understand that one is more of a personal preference.
- Feature #4176 (Closed): Embedded : add possibility to display content with frame
- If the HTML page not contains frames, the plu ... . It'll great if the plugin could display it.
- Feature #4175 (Closed): Allow administrators to "freeze" a revision on the roadmap
- Currently we keep all our revisions on our ro ... still appear as an option when filing a new issue. This causes a mangment nightmare. It would ... rsion and not allow users to assign any more issues to it. This would also be useful for stopp ... shortly before it's release. Thanks, Todd
- Defect #4173 (Closed): Notification emails not propogating to users
- Hello, I recently installed Redmine and I ... in for Redmine. Currently when users update issues, Redmine will only send notifications to th ... tings so that they should receive emails for issues that they are "watchers". Does anyone know ... in email address? Thanks in advance. Matt
- Feature #4170 (Closed): To give an option of coping issue workflow from one tracker to another tracker
- Currently coping the whole issue workflow table from one tracker to another i ... l already existing trackers (or copying).
- Feature #4167 (Closed): Issues access: to allow a user view ONLY issues that his is assigned on
- ==Current behaviour== If you want to give access to some user to view only one issue you automatically have to allow him access to view all issues from this project. ==Desired behaviour== ... assigned on and NOT to be able to see other issues from this project.
- Feature #4164 (Closed): Block access to public projects
- It would be nice to be able to say that a use ... ery employee can consult them and create bug issues. However, we also want to create users f ... he user edit form could be nice (see picture)
- Defect #4163 (Closed): Allow cross-project references in commits
- Right now, the refs/closes/fixes/... keywords only affect issues in the same project as the repository. It should be nice to allow to reference any issue from a commit
- Feature #4162 (New): Allow static urls for searches
- I'd like some way of sending a search of tick ... ttps://redmine.fishpond.co.nz/projects/admin/issues?search=(subject,nagios,status,open) or something like that.
- Feature #4159 (Closed): Make Issue categories to be inherited with the project
- It seems to me that it is reasonable for a su ... ut parent's categories should also be listed.
- Feature #4157 (Closed): UI tweaks for end user to easily get to New Issue
- Ease-of-use is key when having end users (cli ... want to see and report tickets and the "New issue" function as a tab link alongside "Issues" is somewhat unintuitive for them. For n ... ever, I'd also really like for a small "View Issues" and "New Issue" link or button to be listed alongside each ... o what they use most for the desired project.
- Feature #4156 (New): Auto-route to project page when user has only one project
- Like a few others, we are trying to use Redmi ... directly to where they want to be. Thanks!
- Feature #4155 (Closed): Automatic spent time logging from commit messages
- We have created a small patch for redmine tha ... in a similar way like referencing or closing issues via commit messages. For example: <pre> Fixed some issue with menu. refs #1234 @2h30m </pre> ... es * Support for both ways of referencing issues - with keywords (refs, fixes, ...) and with ... 2h 30m). Time specification must follow the issue reference (blanks allowed). Examples <pre> ... Marek Siller Karlsruhe Technology Consulting
- Defect #4154 (Closed): Automatic rescheduling by precedes issue-relation should be added to the journal
- If the scheduled dates of task A are automati ... which dates task A was set before, is lost.
- Defect #4153 (Closed): Broken unit tests
- Recently unit tests was broken. :( Output for ... integration/admin_test.rb" "test/integration/issues_test.rb" "test/integration/projects_test.rb ... u can see, unit tests wasn't been run at all.