Search
Results (18298)
- 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
- 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)
- Plugins: RE: Rails Engines and extending the issue model
- Very useful, thanks! Regards, Hung Nguyen
- When I search any pattern in english everythi ... 10.04. Please help me to remove this little issue. Thanks!
- 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 ;)
- 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
- 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
- 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
- Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
- Sorted. Seems to all work now.
- 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.
- 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.
- Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
- Yea your right. I don't know how I didn't catch that :( I'll keep poking around with it.
- Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
- Thanks for looking at this Joshua. I just tr ... patch, by replacing my /lib/redmine_ckeditor/issues_controller_patch.rb with your new one, and ... d to work fine until I tried to create a new issue and then I got an undecorated screen with th ... <p/>"); showAndScrollTo('update', 'notes');@
- Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
- http://github.com/joshsten/redmine_ckeditor ... lly tested it. Seems to work so far though :)
- After upgrading to 1.0.1, on some issues I get this error: @ActionView::TemplateE ... ' for nil:NilClass) on line #62 of app/views/issues/show.rhtml: 59: 60: <%= call_hook(:view_issues_show_description_bottom, :issue => @issue) %> 61: 62: <% if !@issue.leaf? || User.current.allowed_to?(:manage_subtasks, @project) %> 63: <hr /> 64: <div id="issue_tree"> 65: <div class="contextual"> app/views/issues/show.rhtml:62:in `_run_rhtml_app47views47issues47show46rhtml' app/controllers/issues_controller.rb.REMOTE.26955.rb:124 app/controllers/issues_controller.rb.REMOTE.26955.rb:123:in `show' ... lly a RoR guy and I'm a bit lost. Any help?
- Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
- http://www.redmine.org/projects/redmine/repository/changes/trunk/app/controllers/issues_controller.rb #3941 I am guessing might have something to do with it.
- Plugins: RE: ToDo lists plugin
- When I click on My ToDos, I get a 500 Error. I also get a 500 Error when I click on update to an issue. Here is my log: Processing MytodosCon ... m/public/500.html (500 Internal Server Error)
- Hi, is it possible to merge/combine two or more Issues in redmine? If so, how can this be done? ... ry much in advance for your help Cheers Lee
- Open discussion: RE: Shared Issues and Milestones (or "MetaProjects") - best feature request ever
- Another way to solve this (somehow, at least) ... could be built. Would this make any sense?
- Plugins: RE: Redmine Issue History Tabs Plugin
- Konstantin, this is a really useful feature, ... d update the plugin to work with Redmine 1.0!