Search
Results (18298)
- Open discussion: RE: Help with Awesome Nested Set
- How are you trying to import issues: by SQL, by calling redmine methods on CLI, by...?
- I´m trying to build an issue´s importer and I need to set the parent to a new issue. I can´t do it just by the field parent or parent_id of the issue, and I can´t figure out How to use the neste ... an example that I can follow. Thanks you !!
- Open discussion: RE: Import from Lighthouse
- No idea, it's been quite a long time since I ... e. Note that the import doesn't bring in issue comments, when i last checked the Lighthouse API didn't support exporting them.
- Help: RE: Imap Setup
- For the life of me I can't seem to get this g ... ssage. But for the life of me I can't get an issue created. Is there anything I should look at ... is a log with more detailed information?
- Help: RE: edit issue descirption
- Thank you very much!
- Open discussion: RE: Why can't I edit issue descriptions?
- Have you actually looked at the link I posted over there?
- Help: RE: Using REST API for custom fields
- <pre> <issue> <key>123456789</key> <subject>I am a Test ... >customermail</2> </custom_field_values> </issue> </pre> Is there other way to specify cu ... gs, indeed this is not support by XML norm !
- Hi, I've tried getting help on the "help" for ... /boards/2/topics/17105 Thank you very much
- Plugins: RE: Ticket grouping plugin
- Sergey Astakhov wrote: > Roland Discein wrot ... kolay Dranchuk wrote: > > > > when updating issue, event posted twice. > > > > How to solved ... так: <pre> # cat vendor/plugins/redmine_issues_group/config/routes.rb ActionController::Routing::Routes.draw do |map| map.parent_edit 'issues/parent_edit', :controller => 'issues', :action => 'parent_edit' end </pre> ... t menu feature was broken. It shows 404 at /issues/parent_edit?ids[]=XXXX I fix this with r ... ng::Routes.draw do |map| map.parent_edit 'issues/parent_edit', :controller => 'issues', :action => 'parent_edit' end </pre> ... mine? в чём выражается неработоспособность?
- Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
- i am sure my updrade is complete , i do it li ... mean ? you mean the file is redmine 0.8.4 ?
- Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
- Make sure your upgrade is complete and you don't have old files lying around.
- Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
- hi can anyone help me....
- Open discussion: RE: Adding new news item not sending email to users
- Looks like this is being tracked as an issue here: #2549.
- Help: RE: Email Notification not send on adding news and adding message forum
- Looks like this is being tracked as an issue here: #2549. There's a Dmitry's similar solution there.
- Help: RE: Gantt Zoom In/Out has incorrect url
- This is the error i get my log file. Processing IssuesController#gantt (for xxx.xxx.xxx.xxx at 201 ... OSvsAEFo9U=", "year"=>"2010", "controller"=>"issues", "months"=>"4", "_"=>"", "zoom"=>"2"} Fil ... View: 0, DB: 0) | 403 Forbidden [http://host/issues/gantt?month=9&months=4&year=2010&zoom=2]
- The url's generated for the zoom in/out are n ... ct info. This is what i get. http://host/issues/gantt?month=9&months=4&year=2010&zoom=4 This is what i should get http://host/projects/main/issues/gantt?month=9&months=4&year=2010&zoom=4 any idea?
- Hello all, Could someone please tell me ho ... arts of the changelog http://www.redmine.org/issues/3706, but so far no luck. Any assistance is appreciated.
- Help: RE: Marking issue Resolved vs Closed
- Hi John, For most of our projects when a developer has finished a task/issue he will set the issue status to Resolved. Our test leader will go through all issues set to Resolved. When the test leader have tested the issue he will will set the issue to Closed if the issues works as expected or Assigned back to the d ... not. More to the point, what qualifies an issue Resolved is decided by the developer, Closed ... de when something are to be Closed. /Simon
- Hi, In case these notes help anybody else tr ... nning rake: _Object is not missing constant Issue!_ Installing the 2.7 mysql gem seemed to ... nied_ error) Hope this helps somebody...
- Hi there. As the title "says", I'm in a Li ... uck. I was looking at a thread where this issue was fixed, then I checked my context_menu.js ... How can I solve this? Thanks in advance
- What is the generally accepted practice for when / what qualifies for marking an issue 'Resolved' vs 'Closed'?
- Open discussion: RE: issue id referencing to SVN revisions - add other separator character or work with regex
- after quite some investigation (I am newbie i ... +)(?=[[:punct:]]|\s|<|$)}).each { |m| target_issue_ids << m[1] } </pre> to <pre>comments.scan(%r{#(\d+)}).each { |m| target_issue_ids << m[0] }</pre> then in mysql db <pre> ... delete FROM changes; delete FROM changesets_issues; </pre> and run <pre> ruby script/run ... It will create the relationships between issues and revisions. The redmine GUI will not hyperlink the issue in the commit message: WP:#10:F:description ... or the moment we are happy with the solution.
- Plugins: RE: Ticket grouping plugin
- Roland Discein wrote: > Sergey Astakhov wrote: > > Nikolay Dranchuk wrote: > > > when updating issue, event posted twice. > > > How to solved it ... ы, но они менее функциональны. Или я не прав?
- Plugins: RE: Ticket grouping plugin
- Sergey Astakhov wrote: > Nikolay Dranchuk wrote: > > when updating issue, event posted twice. > > How to solved it? ... о 1.0.0 минимум, должно исчезнуть само собой.
- Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
- i had found : the opend issues from redmine Version 0.8.4 after i update redmine to 1.0.1 the old opend issues i can change it statu to be closed . and ... ll can open it and can change it status .