Search
Results (18317)
- we use a structure commit message, separated ... org/wiki/redmine/RedmineSettings#Referencing-issues-in-commit-messages, the last line states: "After a keyword issue IDs can be separated with a space, a comma o ... uld work in practically all possible cases.
- Hello, I know in redmine you can link tick ... the repository by including keywords such as issue #xx or fixed #xx. It's possible to have a t ... likes through the commit on the repository?
- Help: RE: Using REST API for custom fields
- :) here is the XML Request: <?xml version="1.0" encoding="UTF-8"?> <issue> <key>123456789</key> <subject>I am a Test ... >customermail</2> </custom_field_values> </issue>
- Help: RE: edit issue descirption
- See [[RedmineIssues#Editing-an-existing-issues-Subject-or-Description]].
- Hi Guys, I need to be able to edit issue descriptions. At the moment I dont know how ... his would be most appreciated! Thanks Lee
- Plugins: RE: Ticket grouping plugin
- Nikolay Dranchuk wrote: > when updating issue, event posted twice. > How to solved it? ... плагина не устроила :( Есть еще варианты?
- Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
- all closed issues can not open but the other stat issues can open and can build new issues
- when open the closed issue my IE show Internal error An error occu ... and the redmine contorl show Processing IssuesController#show (for 10.78.28.49 at 2010-09- ... ction"=>"show", "id"=>"1794", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml ActionView::TemplateError (undefined local variable or method `issue' for #<Acti onView::Base:0x86956f8>) on line #16 of app/views/issues/_history.rhtml: 13: <% end %> 14: </ul> 15: <% end %> 16: <%= render_notes(issue, journal, :reply_links => reply_links) unles ... %> 17: </div> 18: <%= call_hook(:view_issues_history_journal_bottom, { :journal => journal } ) %> 19: <% end %> app/views/issue...
- Help: RE: 1.0.0 - Context Menu on Issue Overview not working as before
- I have been getting this error 500 (debug level) when I right click the issue (expecting a context menu): <pre> Processing IssuesController#context_menu (for 1##.6#.2##.6# a ... ] Parameters: {"back_url"=>"/projects/ads/issues", "ids"=>["54"], "project_id"=>"ads", "acti ... 9U/VppzMcwi3xAcTF7bY5YPk0o=", "controller"=>"issues", "_"=>""} SQL (0.2ms) SELECT max(`set ... tion, and I am not sure where to look for ...
- Plugins: RE: Rails Engines and extending the issue model
- Hi Eric, Your information is very helpful. Thanks you so much. Hung Nguyen
- Plugins: RE: Rails Engines and extending the issue model
- Hung Nguyen wrote: > 1. Why don't you check ... hey include patch, you just check Query, not Issue or Project. In my opinion, it will help to i ... e to explicitly @require@ them. Eric Davis
- Open discussion: RE: Philosophical Question- Trackers
- Jamie Hardt wrote: > Do you find people subs ... le, in my work, dialogue editors rarely have issues that conflict or involve sound effects edit ... ple in other fields than software coding.
- Open discussion: RE: Philosophical Question- Trackers
- Do you find people subscribe to the activity ... le, in my work, dialogue editors rarely have issues that conflict or involve sound effects edit ... other places. Thank you for your response.
- I've been adapting Redmine for use in film po ... t that they can have different workflows and issues belong to one and only one fo them, but exa ... a tracker, from the perspective of a single issue and its resolution, differ from a "category. ... ie Hardt, MPSE http://www.soundepartment.com
- Help: RE: Using REST API for custom fields
- Hello! I did get the following xml to be valid and adding a cusom field: <issue> <project_id>1</project_id> <tracker_i ... <1>test</1> </custom_field_values> </issue> And then posted the XML file to in my case http://localhost/redmine2/issues.xml?format=xml Regards Emil
- Hi, i'm currently developing a Plugin for W ... e in it. The Plugin should be able to create issues. This is working very well. But i cant get ... XML look like to add a custom field to a new Issue?! Thanks a looot for your help!
- Hi I'm having trouble with dependency erro ... ing here? "Object is not missing constant Issue!" I get this: $ ruby script/server w ... ng_constant': Object is not missing constant Issue! (ArgumentError) from /System/Library/Fram ... ire.rb:31:in `require' from script/server:3
- With 1.0.1 released, I wanted to take a minut ... s. * Complete the REST API for projects and issues * Add a REST API for time entries * Extra ... s willing to commit to for 1.1? Eric Davis
- Plugins: RE: Redmine Issue History Tabs Plugin
- Hi Konstantin, very useful plugin. I would also like to see it working in 1.x. Thanks in advance!
- Plugins: RE: changeSet after_create works in browsing, but not through script
- Well.. for anyone interested, or stuck in a similar issue, the following does work: curl http://<si ... ey=WSAPIKEY | /dev/null (in a crontab job)
- Hello forum, is there a way to see the ver ... the site? This would be useful when filing issues on redmine.org or to see whether a site has got necessary security updates. Robert
- Open discussion: RE: Effective Time Logging
- Sorry, I just forgot that the code in the fil ... wed_to?(:log_time, @project) %> <% if !@issue.nil? %> <%= link_to_remote l(:start_time_tracker) + ' #' + @issue.id.to_s, :url => { :controller => 'time_trackers', :action => 'start', :issue_id => @issue.id }, :html => { :class => 'ico ... <% end %> <% end %> </li></code></pre>
- Open discussion: RE: Effective Time Logging
- Codinfo: your code also works fine in my development version, thanx :-) Only a minor issue with the layout, see the attached image.
- Help: RE: How do you restart redmine?
- Kristylee g wrote: > what about on a Linux s ... t work, you've either got a config or plugin issue, and you'll have to debug _/opt/bitnami/apps/redmine/log/*_
- Plugins: RE: Rails Engines and extending the issue model
- Eric Davis wrote: > Hung Nguyen wrote: > > ... hey include patch, you just check Query, not Issue or Project. In my opinion, it will help to i ... atch) end </pre> Thanks! Hung Nguyen