Search
Results (31872)
- Help: RE: Problem receiving emails in redmine ... sable Entity [http://xxxxxx.xxx/mail_handler]
- got help in IRC in the meantime - issue was the parameter project must be the identifier not the name.
- Feature #4211 (Closed): Assign to feature - Add more than one user
- I'd like to be able to assign issues to more than 1 user
- Feature #4210 (Closed): View subproject description in Projects page
- Currently (v0.8.5) only 'parents' projects ha ... e setting allowing to see it for subprojects)
- Hello, I am having problems receiving emai ... llow_override"=>"project,tracker,priority", "issue"=>{"project"=>"foo"}, "key"=>"xxxxxxxxxxxxxx ... Can anybody please help me to solve this issue ? Regards
- Defect #4208 (Closed): Translation error when opening new issues
- Clicking to open a new issue when using the interface in catalan (ca), sh ... public/500.html (500 Internal Server Error)
- Defect #4206 (Closed): Repeatedly running of db_migrate fails silently
- As part of a major Redmine upgrade, I set up ... d re-ran the migrate steps. No warnings were issued. However, we then started seeing interna ... nd Wiki pages. I originally surmised the SVN issue to be some sort of timeout, because it seeme ... fixed the problems. Googling for the wiki issue I was seeing, however, led me to http://www.redmine.org/issues/1681 and http://www.redmine.org/issues/3553 . I retried the db_migrate as suggeste ... If you need any more information, please ask.
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- Sounds good, Magnus. You might want to take t ... print. Lech R 1, sub-tasks using redmines issue relations is also a desire feature that I file here: https://backlogsplugin.morphexchange.com/issues/140 Unfortunately, I haven't had the tim ... tting in the way of my coding. ;-) Cheers!
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- Magnus Nordseth wrote: > If this makes sen ... ubtasks in backlog plugin based on redmine`s issue relations or subtasks? I wrote a note about ... g/boards/3/topics/8339#message-9093 Greets
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- Hi Mark, I had a brief look at the code. N ... we cannot reuse the estimated_hours field in issues? To me it would add value to be able to easily go between backlog view and issue view. One way to to track progress then, ... based on the sum of estimated_hours for all issues assigned to a sprint, and to calculate rema ... hours and the completed percentage for every issue assigned to the sprint. For the user interfa ... people than me, I can try to make a patch.
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- Hi, First I must say that this looks promi ... to the time estimate and progress column of issue?
- Plugins: RE: ezSummary plugin 0.0.1 - Send issue status summary(including all journals) mail to somebody
- Chaoqun Zou wrote: > Hi, it will only compat ... mpatience. Will be there possibility to edit issue's summary information (for example we wish t ... information. Thank you! We are waiting :)
- Defect #4204 (Closed): Failing test in test_show_atom
- (Pulling this out of the discussion from #339 ... etting a failing test in the @test_show_atom(IssuesControllerTest)@ but it's not reproducible by others. Going to try to work on a patch here.
- Plugins: RE: Ticket grouping plugin
- Hello Im using Redmine 0.8.5.devel.2982 (MySQ ... on http://www.redmine.org/wiki/redmine/PluginIssuesGroup the add subissue feature always show me an <pre> Failed to create subissue </pre> message, where I cant see to check what is wrong or is something required ?
- Plugins: RE: ezSummary plugin 0.0.1 - Send issue status summary(including all journals) mail to somebody
- Hi, it will only compatible with redmine last ... l check it and upload a bugfix version later.
- Patch #4201 (Closed): Traditional Chinese language file (to r3031)
- * Tags added: ** version_status_open, versi ... version_status_closed, error_can_not_reopen_issue_on_closed_version, label_user_anonymous
- Defect #4200 (Closed): enabled_module_names= does not test to see if a module is already enabled
- If you call enabled_module_names= with an arr ... elete them if you don't provide them. The issue is from project.rb:330 where it does not tes ... eady enabled before it tries to re-enable it.
- 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?
- I am looking in to ways of making the Issues module of a Redmine installation available ... itory. Could this work? Or would there be issues having two instances of Redmine use the same DB tables? Thanks, Michael
- Hi, first, thanks and congratulations for ... le to allow some user role to edit/update an issue, while preventing him on updating the Assigned To field? if i grant the permission to Edit Issue, the user will be able to edit too much thin ... rogrammer/developer) being able to assign an issue to another equally privileged user? wouldnt ... lp me to implement this? thanks in advance
- 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 ... dy 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/mode ... 114. Thoughts on adding this in to 0.8.7?
- Plugins: RE: Cannot ddelete issues - Backlogs plugin issues ?
- Thank you Hans I removed the backlog plugi ... bitnami redmine stack service, created a new issue in Redmine and deleted it. It worked! As yo ... inform the developer. Kind regards Martin
- Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
- At the moment there is not an option for this but once we add multi language support the word "Issue" will appear in what ever language version i ... ion 1.1.0.3 from beta to the current release.
- Plugins: RE: ezSummary plugin 0.0.1 - Send issue status summary(including all journals) mail to somebody
- Hello, there I see "ONLY compatible with Red ... t / enable module in settings - I cannot see issues (Internal error 500). What I am doing wr ... oqun Zou wrote: > ezSummary plugin can send issue status summary mail to people who can't see the issue but want to know things about that issue. > > Current version: 0.0.1. ONLY compati ... ://www.redmine.org/attachments/download/2133!
- Plugins: RE: Cannot ddelete issues - Backlogs plugin issues ?
- Just to check if it's the plugin that is caus ... ick/mongrel server If you then can delete issues you should contact the developer of this plugin.
- Help: RE: Help needed with error: undefined m ... or nil:NilClass from http://www.redmine.org/issues/2560
- Information about my environment: GLoc v1. ... evelopment Database adapter mysql