Search
Results (18279)
- Help: RE: ActionView::Template::Error ((<unkn ... this context at line 1 column 6): redmine 2.3
- Same error with webrick. Started GET "/projects/musyssbv/issues?set_filter=1&tracker_id=1" for 84.115.124.204 at 2013-10-02 10:01:05 +0200 Processing by IssuesController#index as HTML Parameters: {"se ... ueries/_columns.html.erb (2.4ms) Rendered issues/index.html.erb within layouts/base (26.9ms) ... 108:in `[]' app/models/setting.rb:137:in `issue_list_default_columns' app/models/issue_query.rb:222:in `default_columns_names' a ... render_query_columns_selection' app/views/issues/index.html.erb:27:in `block in _app_views_issues_index_html_erb___4105684497036261364_56009060' app/views/issues/index.html.erb:11:in `_app_views_issues_index_html_erb___4105684497036261364_56009060' app/controllers/issues_controller.rb:83:in `block (2 levels) in index' app/controllers/...
- Dear all, I have a problem when adding a status issue. issue status is added to the menu does not appear when administrators want add new issue. for example: 'Invalid Issue' (attached) whether this is a bug or I'm wrong setting new status issue? Thank your for your cooperation
- Help: RE: ActionView::Template::Error ((<unkn ... this context at line 1 column 6): redmine 2.3
- Try to delete custom queries IIRC there was a ... ty. I can't view them in redmine because the issue site doesn't work. ruby script/rails serv ... ck server on a production system with apache?
- Open discussion: RE: Import issues from a CSV file
- Copy mi comment int similar post (http://www. ... ithub https://github.com/juanmf/RedmineIssueImporter in your working directory of choi ... dencies for you. Then configure the sheet-to-issues mapping config file in Config/config. ... mmand Line einterface. See README in Github
- Help: RE: issue import (email or csv)
- I created a Configurable PHP CLI tool to impo ... ithub https://github.com/juanmf/RedmineIssueImporter in your working directory of choi ... dencies for you. Then configure the sheet-to-issues mapping config file in Config/config.yml *@see* README in github
- *Serveral reminde sites are not working for m ... ing in log/production.log* _Processing by IssuesController#index as HTML Parameters: {"set_ ... queries/_columns.html.erb (3.2ms) Rendered issues/index.html.erb within layouts/base (26.8ms) ... b:108:in `[]' app/models/setting.rb:137:in `issue_list_default_columns' app/models/issue_query.rb:222:in `default_columns_names' app ... `render_query_columns_selection' app/views/issues/index.html.erb:27:in `block in _app_views_issues_index_html_erb__1342629872768940164_58247400' app/views/issues/index.html.erb:11:in `_app_views_issues_index_html_erb__1342629872768940164_58247400' app/controllers/issues_controller.rb:83:in `block (2 levels) in index' app/controllers/issues_controller.rb:82:in `index'_ *I couldn't ... don't work:* _/settings /projects/musyssbv/...
- Hi, I've changed the select option as mult ... g multiple categories for creating as single issue. Changed the category_id as string from int ... code as <%= f.select :category_id, (@project.issue_categories.collect {|c| [c.name, c.id]}), {: ... yle => "width:350px;",:size => 4 }%>. In issues_controller, category_ids = [] if params[:issue][:category_id].length > 1 params[:issue][:category_id].each do|category| categ ... y end else category_ids = params[:issue][:category_id] end The values stored in db as, select category_id from issues where id= 18824; +---------------------+ ... d like this. Can anyone help me out?.
- Wiki says "how to create a single issue":http://www.redmine.org/projects/redmine/wiki/Rest_Issues#Creating-an-issue via REST API, but how should *JSON* look like for creating more issues at once?
- Hello, I have installed and want to evaluate ... e thing I was looking to modify was the "New Issue" page of a project. I would like to change ... uld help me alot. Thank you. Steve M.
- Open discussion: RE: [Help] mongrel issues `require': no such file to load -- dispatcher (LoadError)
- IIRC, mongrel is no longer maintained since quite some time...
- Open discussion: RE: [Help] mongrel issues `require': no such file to load -- dispatcher (LoadError)
- When I moved from Redmine 1.4.x to Redmine 2. ... . I am running Redmine on Windows box though.
- Help: RE: Image not displayed in exported PDF document (Redmine version 2.3.1) ?
- Bingo ! Short syntax did it for attached images (Wiki and Issues): <pre> !myimage.jpg! </pre> Thank you Ivan and Mischa for solving this.
- hi all how to assign issue only to group, in assigne drop down i want to restrict individual user. please help me urgent
- hi all i am having 2 redmine application, ... happening in ABC project. Thanks Selva
- Help: RE: Image not displayed in exported PDF document (Redmine version 2.3.1) ?
- Mischa The Evil wrote: > The only known issues with image to PDF conversion I know of are: ... re>!myimage.jpg! </pre> should be enough.
- Hello all, i have installed redmines v2.3.3, ... 9 </pre> Thanks in advance for any helps.
- Hello everyone! At first, sorry for my eng ... internal help desk. The Redmine is the best issue tracker what i found. So, i would like to re ... Thanks for your answers! Martin
- Help: RE: Image not displayed in exported PDF document (Redmine version 2.3.1) ?
- Mischa The Evil wrote: > The only known issues with image to PDF conversion I know of are: ... port process ? Nothing in debug mode ...
- Help: RE: Image not displayed in exported PDF document (Redmine version 2.3.1) ?
- The only known issues with image to PDF conversion I know of are: ... this is actually part of the filename... :/
- Help: RE: SVN integration
- Hy folks, I solved the problem thanks to this : http://www.redmine.org/issues/11475#note-2 The @required valid-user@ works perfect for me
- Help: RE: Image not displayed in exported PDF document (version 2.3.1) ?
- Mischa The Evil wrote: > Ivan Cenov wrote: ... urite_projects redmine_information redmine_issue_checklist redmine_issue_detailed_tabs_time redmine_landing_page re ... stealth redmine_theme_changer redmine_user_issues redmine_wiki_gchart_formula redmine_wiki_ ... redmine_youtube sidebar_hide wiking wiki_issue_fields </pre> @ Bruno Payen: see your plugins. May be some of them prevent this to work?
- Help: RE: Image not displayed in exported PDF document (version 2.3.1) ?
- Mischa The Evil wrote: > Ivan Cenov wrote: ... roken in 2.3.1) fixed in 2.3.2 refer to this issue (description seems not to). Any idea to i ... hy no success in my Redmine 2.3.1 setup ?
- Hi, I would like to know how to get in java, all the issues that are in the system and how to get only the issues of a user. I use redmine api 1.0.0. There is a function getIssues(host, key) that returns the issues, but I think they are just those belonging ... ks in advance, and sorry for my poor english.
- Hi, PDF document export (from Wiki and Issues) is correct for text. PDF document export is correct for Gantt In Wiki and Issues, inline images (jpg and png attached files) ... rence to attachment path shows). * Wiki and Issue inline images are OK in Redmine web UI * Th ... dmine plugins: no plugin installed </pre>
- Hello All, I am with a small company that is looking to setup a issue tracking tool. I am going to try out Redmin ... s document to give out to various vendors of issue tracking tools to see if their tool can supp ... to ask this question. Regards, Steve M.