Project

General

Profile

Search

Results (18280)

Help: Redmine 2.1 - Export Gantt to PDF ->Error 500
Hi, if i try to export my gantt to pdf, i ... his? Started GET "/redmine/projects/xxx/issues/gantt.pdf?month=10&months=6&year=2011&zoom= ... ase adapter MySQL 2012-10-19 11:41
Plugins: Extending Redmine view templates in your plugins (new way)
{{>toc}} As you know, there are only two w ... ge. For an example look into <code>app/views/issues/index.html.erb</code>: <pre><code class= ... <% html_title(!params[:query_id] ? l(:label_issue_plural) : @query.name) %> <%= call_hook(:view_issues_index_top, { :issues => @issues, :project => @project, :query => @query }) %> <%= form_tag({ :controller => 'issues', :action => 'index', :project_id => @proje ... de></pre> What does <code>call_hook(:view_issues_index_top, {...})</code>? It iterates throu ... s, which were registered with the name :view_issues_index_top. Such way each plug-in can start ... ook and render own content on the top of the issues index page. There is an example how to defi ... dmine::Hook::ViewListener render_on :view_... 2012-10-19 11:22
Help: Redmine & MSSQL
Hello, I managed to run Redmine in MSSQL 2 ... <% end %> 14: </ul> app/helpers/issues_helper.rb:262:in `show_detail' app/helpers/issues_helper.rb:238:in `block in details_to_strings' app/helpers/issues_helper.rb:223:in `details_to_strings' app/views/issues/_history.html.erb:11:in `block in _app_views_issues__history_html_erb__896685244_34368216' app/views/issues/_history.html.erb:2:in `each' app/views/issues/_history.html.erb:2:in `_app_views_issues__history_html_erb__896685244_34368216' app/views/issues/show.html.erb:122:in `_app_views_issues_show_html_erb___707813030_25754412' app/controllers/issues_controller.rb:118:in `block (2 levels) in show' app/controllers/issue... 2012-10-19 09:10
Plugins: RE: Redmine boards/wiki/issues watchers management plugin
I have fixed the issue with redmine 2.1.0 and link_to_remote in the ... ained without a repo to track changes. Kim 2012-10-19 08:51
Plugins: RE: Redmine boards/wiki/issues watchers management plugin
Is there a github repo for this project where we can send pull requests? 2012-10-19 00:15
Help: RE: Issue notes are not visible
Do you have installed plugins? When somethin ... version < a_plugin.repository.version </pre> 2012-10-18 22:00
Help: how to create issues by REST api with multi line description?
I wrote the xml like below: <pre> <desc ... > </pre> But , the result in the created issues was like below: <pre> |a|This is not to b ... f the CrLf? Thanks! Redmine version: 1.3.1 2012-10-18 10:35
Plugins: RE: Redmine boards/wiki/issues watchers management plugin
Frank Enders wrote: > Thats a great plugin, ... ote@ to @link_to (..., :remote => true)@. 2012-10-18 06:04
Help: Why wont Google Apps work for email?
Ive spent a few days on IRC getting help from ... ls go out so no one gets notified when a new issue is assigned to them and Test mail even thoug ... notice no errors on connecting to the server 2012-10-17 21:22
Help: RE: Redmine with Remotely hosted Subversion
@Ivan: how ??? local svns works fine, externa ... ... see here please: http://www.redmine.org/issues/11318 2012-10-17 14:16
Help: RE: [SOLVED] I am unable to install Redmine 2 on Debian
eyal R wrote: > Hi, > I have the same probl ... Frustratingly I'm also experiencing this issue, was a solution ever found? Cheers 2012-10-17 14:00
Help: Issue notes are not visible
I'm running Redmine 1.4.4. Users can create issues, and update the issues to add notes. However, for some reason, they cannot see the notes on the issue page, not even those written by themselves. ... notes. I'm completely lost. What's wrong? 2012-10-17 13:04
Help: Issue creation by email does not work, please help
I am trying to implement Ticket creation/upda ... know what am I missing ? Thanks, -tuxb 2012-10-17 12:15
Help: Redmine 1.4.4 | Forbidden (tickets)
we have a customer, who gets a failure after ... ess /redmine/projects/information-technology/issues on this server." To build this failure i ... nt know what i can do next Anyone ideas? 2012-10-17 10:41
Help: RE: Non-member watchers not receiving e-mail notification or in the cc list
Please apply the patch from http://www.redmine.org/issues/8488. That works for me. 2012-10-17 07:10
Help: RE: Non-member watchers not receiving e-mail notification or in the cc list
As you, I can't understand the non-member watcher mechanism created by http://www.redmine.org/issues/5159. Can some one please explain to me ? ... on't receive the emails about changes on the issue ! 2012-10-16 21:51
Help: How to create a query where I can get fields calculation from each other?
Hello! I'm using 2.1 redmine branch. Is it possible to build an issues query where one date field get compared wit ... es. So I want something like an ordinary SQL. 2012-10-16 20:46
Development: RE: How to change background color to issue
I don't know if there's a way to do this... but it's a good idea! 2012-10-16 20:29
Plugins: RE: Weekly Timesheet Plugin (wk-time) 1.0
Hello Dhanasingh, I do still kind of like ... eparately track Client... even separate from Issues because sometimes one issue can be billed to two clients... and separate ... fields in Weekly Timesheets? Thanks, Bob 2012-10-16 20:19
Help: Subtasks shows wrong!
Hi, I'm using last stable redmine as a sta ... ns: no plugin installed </pre> I have issues stored like a tree (with parent-child relat ... ----+ </pre> But now when I'm looking at issue #2140 I see this: 2141.png WTF is this? o.O Where is issue #2150? Why #2158 is a #2152 child? If I go to #2150 edit page (Update button from issue page) I see that this issue is #2140 child. If I try to delete parentshi ... nes in production.log: <pre> Started PUT "/issues/2150" for 10.4.2.5 at 2012-10-16 14:48:52 +0400 Processing by IssuesController#update as HTML Parameters: {"u ... 0xXtlgN7SSIfBTVqc6noh62qP6682h3kVHF52eCs=", "issue"=>{"is_private"=>"0", "project_id"=>"41", "t ... us_id"=>"1", "assigned_to_id"=>"34", "parent_... 2012-10-16 12:52
Help: redmine & svn acess to a external server ...
Hi, i get no acess to a external svn serv ... ... see here also: http://www.redmine.org/issues/11318 the redmine process use not the ad ... trys we use redmine 2.0.3 Cheers 2012-10-16 12:30
Plugins: RE: Redmine boards/wiki/issues watchers management plugin
Thats a great plugin, thanks! Are there pl ... </pre> Thanks and all the best! Frank 2012-10-16 10:18
Development: How to change background color to issue
Hello. For our projects i've created a custom field - Result. Now I want to change the color of issue background depending on value of this filed. ... ? (Sorry for my English. I'm from Russia.) 2012-10-16 09:22
Open discussion: Reorder in gantt chart?
Hi, Does anyone else need "drag and drop" function to reorder issues in gantt chart? Alternatively, right click issue and "Move up/down" would be good also. It would help alot to planning project issues and if there is something in wrong place then you could change it. 2012-10-15 09:40
Plugins: RE: XLS export plugin
Redmine version is current trunk (past )2.1.2 ... click on "Detailed" <pre> Started GET "/issues_xls_export" for 192.168.2.100 at 2012-10-14 ... s: 93.8ms | ActiveRecord: 15.6ms) </pre> 2012-10-14 17:38
(8651-8675/18280)