Project

General

Profile

Search

Results (18298)

Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
<% reply_links = authorize_for('issues', 'edit') -%> <% for journal in journals % ... </ul> <% end %> <%= render_notes(issue, journal, :reply_links => reply_links) unles ... s.blank? %> </div> <%= call_hook(:view_issues_history_journal_bottom, { :journal => journal }) %> <% end %> 2010-09-07 04:45
Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
<% reply_links = authorize_for('issues', 'edit') -%> <% for journal in journals % ... </ul> <% end %> <%= render_notes(issue, journal, :reply_links => reply_links) unles ... s.blank? %> </div> <%= call_hook(:view_issues_history_journal_bottom, { :journal => journal }) %> <% end %> 2010-09-07 04:44
Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
this is my app/views/issues/_history.rhtml : <% reply_links = authorize_for('issues', 'edit') -%> <% for journal in journals % ... </ul> <% end %> <%= render_notes(issue, journal, :reply_links => reply_links) unles ... s.blank? %> </div> <%= call_hook(:view_issues_history_journal_bottom, { :journal => journ ... d %> dose it had any problem ? thanks! 2010-09-07 04:44
Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
i creat a new issue and change it to closed , but i open this closed issue have no problem, it can be open. now i found ,only the old closed issue (created on redmine 0.8.4) can not open . 2010-09-07 04:23
Open discussion: RE: Protecting Attachments in Issues
I would like to know the answer as well. but ... We are going to create one role who can view issues and attachment like normal. Another role are expected to view issues only, no attachment will be seen by this ro ... ne 1.0.1.devel. How can I solve this problem? 2010-09-07 04:04
Help: RE: Commit keywords
[[RedmineSettings#Referencing-issues-in-commit-messages]] 2010-09-06 17:49
Open discussion: issue id referencing to SVN revisions - add other separator character or work with regex
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. 2010-09-06 17:02
Help: Commit keywords
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? 2010-09-06 16:48
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> 2010-09-06 15:11
Help: RE: edit issue descirption
See [[RedmineIssues#Editing-an-existing-issues-Subject-or-Description]]. 2010-09-06 13:33
Help: edit issue descirption
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 2010-09-06 13:22
Plugins: RE: Ticket grouping plugin
Nikolay Dranchuk wrote: > when updating issue, event posted twice. > How to solved it? ... плагина не устроила :( Есть еще варианты? 2010-09-06 10:11
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 2010-09-06 06:03
Help: the closed issue can not open after 0.8.4 update to 1.0.1
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... 2010-09-06 06:01
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 ... 2010-09-06 04:36
Plugins: RE: Rails Engines and extending the issue model
Hi Eric, Your information is very helpful. Thanks you so much. Hung Nguyen 2010-09-06 03:53
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 2010-09-06 03:08
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. 2010-09-05 21:45
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. 2010-09-05 20:52
Open discussion: Philosophical Question- Trackers
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 2010-09-05 00:54
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 2010-09-04 11:22
Help: Using REST API for custom fields
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! 2010-09-04 07:48
Help: OSX installation trouble
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 2010-09-04 05:36
Development: My thoughts on Redmine 1.1
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 2010-09-03 17:37
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! 2010-09-03 15:41
(13576-13600/18298)