Project

General

Profile

Search

Results (18307)

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
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) 2010-09-03 12:42
Help: Seeing the Redmine version as normal user?
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 2010-09-03 11:29
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> 2010-09-03 11:09
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. 2010-09-03 10:42
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/*_ 2010-09-03 10:37
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 2010-09-03 05:25
Help: Help with Private Issues #337
I applied the patch for issue #337 to add private issues to redmine v1.0.0 Everything works great, ... QL insert statement. So this checkbox in the issue form is not saved If I create an Issue and want it private, I need to hand edit the ... how/hide based on permissions) I see that issues.rb has been updated alot since the original ... , "authenticity_token"=>"qg", "controller"=>"issues", "issue"=>{"start_date"=>"2010-09-02", "estimated_ho ... _id"=>"3", "status_id"=>"2"} INSERT INTO `issues` (`created_on`, `start_date`, `project_id`, ... , 12, 3, NULL, NULL, 3, 0, 2, 3, NULL, 2) 2010-09-03 04:39
Plugins: RE: Rails Engines and extending the issue model
Very useful, thanks! Regards, Hung Nguyen 2010-09-03 04:04
Help: Highlighting in search results is case sensitive for cyrillic pattern
When I search any pattern in english everythi ... 10.04. Please help me to remove this little issue. Thanks! 2010-09-02 16:07
Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
I got it working with the changes I wrote here: http://github.com/a-ono/redmine_ckeditor/issues/#issue/2/comment/384929 I really don't know if it is correct but sure it works for me ;) 2010-09-02 15:24
Help: RE: Searching on custom fields with the REST API
Nevermind!! After some testing and laborating i got this working http://www.redmine.org/issues.xml?tracker_id=1&cf_2=dynamicValue / Emil 2010-09-02 12:46
Help: Searching on custom fields with the REST API
As the topic says i've been trying to get some issues by the using the REST API. Everything wo ... st. For an example http://www.redmine.org/issues.xml?tracker_id=1 works fine but how should ... dynamic. For example http://www.redmine.org/issues.xml?tracker_id=1&customfield_2=aDynamicValu ... t found anything about it. Regards Emil 2010-09-02 07:58
Plugins: RE: Rails Engines and extending the issue model
Hung Nguyen wrote: > When I use method @alia ... acts/blob/master/init.rb#L68-70 Eric Davis 2010-09-02 06:05
Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
Sorted. Seems to all work now. 2010-09-02 04:14
Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
Apologies for the spam - @alias_method_chai ... mented out above - it might be your line 10. 2010-09-02 03:45
Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
Commenting out line 11 in the issues_controller_path.rb file seems to work....st ... ew_with_ckeditor to comply with the new name. 2010-09-02 03:40
(13601-13625/18307)