Project

General

Profile

Search

Results (18307)

Help: %{count} Variables not resolving after upgrade from 0.9.2 to 1.0.1
I recently upgraded from version 0.9.2 to 1.0 ... seems to be working ok, except for one weird issue. None of the variables on the Overview page ... er on the Overview pages, like so: <pre> Issue tracking * Bug: %{count} open / %{total ... appening and how to fix it? Thanks, Jeff 2010-09-11 05:44
Development: RE: My thoughts on Redmine 1.1
Igor Balk wrote: > I think it might sense to ... returns true or false. It's only used with Issues right now but it can easily be extended to ... would be pretty nice too. Example of how @Issue#recipients@ uses it (with some custom code) ... xisting code" into the core. ;) Eric Davis 2010-09-11 01:15
Help: How to make "assign to" a required field?
Hi. I just want to know how to force issues to be assigned to someone. When I add a new issue (task) the "Assign to" dropdown has an empty ... . How can I fix this? Thanks in advance 2010-09-10 19:43
Help: RE: Redmine api requires a username and password
So to circle back on this, a little more inve ... p://github.com/delaitre/redmine_time_tracker/issues#issue/24 Thanks so much for the response. 2010-09-10 19:41
Help: "Rollback to this version" missing in Wiki
Hi, According to the [[RedmineWikis#Wiki-p ... the Wiki. Any idea? I could not find any issue related to that. Many thanks! Jan 2010-09-10 17:21
Open discussion: RE: Help with Awesome Nested Set
Done. In Awesome nested set I can use the move_to_child_of(ID) method to set the parent of an issue, but this only work in the same tree of the issue to move. Probably I need to define the scoope to moved properly. But I´m fine with the parent_issue_id method of models/issue.rb, I update the file to the latest commit and run some test, it´s working great. Thanks a lot. ! 2010-09-10 16:40
Open discussion: RE: Help with Awesome Nested Set
Some documentation is available in here: sour ... you have to say "B is A's child". BUT the issue model knows a few more tricks, you will want to use @Issue#parent_issue_id=@ for your plugin, see source:/trunk/app/models/issue.rb#L559 2010-09-10 15:56
Open discussion: RE: Help with Awesome Nested Set
I´m using Redmine methods in my own plugin Ex. issue = Issue.new issue.status_id = status issue.priority_id = priority issue.subject = subject issue.project_id = project.id ... issue.save 2010-09-10 15:27
Help: Customise New Issue page?
Hi, I was wondering if it was possible to customise the "New issue" page? More specificallly I would like to m ... any patches which might help? Thanks Lee 2010-09-10 12:15
Open discussion: RE: Help with Awesome Nested Set
How are you trying to import issues: by SQL, by calling redmine methods on CLI, by...? 2010-09-10 07:46
Open discussion: Help with Awesome Nested Set
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 !! 2010-09-10 01:02
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. 2010-09-09 22:34
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? 2010-09-09 17:42
Help: RE: edit issue descirption
Thank you very much! 2010-09-09 16:20
Open discussion: RE: Why can't I edit issue descriptions?
Have you actually looked at the link I posted over there? 2010-09-09 16:13
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 ! 2010-09-09 15:55
Open discussion: Why can't I edit issue descriptions?
Hi, I've tried getting help on the "help" for ... /boards/2/topics/17105 Thank you very much 2010-09-09 14:31
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? в чём выражается неработоспособность? 2010-09-09 13:07
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 ? 2010-09-09 09:19
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. 2010-09-09 09:06
Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
hi can anyone help me.... 2010-09-09 03:26
Open discussion: RE: Adding new news item not sending email to users
Looks like this is being tracked as an issue here: #2549. 2010-09-09 01:05
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. 2010-09-09 01:04
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] 2010-09-08 22:05
Help: Gantt Zoom In/Out has incorrect url
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? 2010-09-08 22:00
(13551-13575/18307)