Project

General

Profile

Search

Results (18280)

Help: RE: Upgrade Ruby to 2.0 (better do not use Ruby 2.0)
probably yes, but recently i got another pro ... al Error <pre> Started GET "/projects/tt/issues" for 10.0.0.147 at 2013-04-29 16:21:39 +0200 Processing by IssuesController#index as HTML Parameters: {"pr ... ueries/_columns.html.erb (4.9ms) Rendered issues/_list.html.erb (60.5ms) Rendered issues/index.html.erb within layouts/base (211.8ms ... ings: UTF-8 and ASCII-8BIT): 59: <% if @issues.empty? %> 60: <p class="nodata"><%= l( ... <% else %> 62: <%= render :partial => 'issues/list', :locals => {:issues => @issues, :query => @query} %> 63: <p class="pagination"><%= pagination_links_full @issue_pages, @issue_count %></p> 64: <% end %> 65: app/views/... 2013-04-29 16:40
Help: RE: Batch import multiple issues via REST api
Hi Paresh, Can you tell me what the differ ... to avoid changing it... thanks James 2013-04-28 21:37
Help: Reply to Paresh Patel RE: m.redmine.o ... Internal error when attempting to configure Issue priorities
Thank you for your help. But the problem still exists. I cannot add a another Issue priority after "username1". 2013-04-27 04:46
Help: RE: Issues sorted by categories
Hi Paresh Here's my query and what I obtain, ... gory in some subprojects Thank you Stephane 2013-04-26 16:25
Help: RE: Batch import multiple issues via REST api
hi http://www.turnkeylinux.org/download? ... e 100 % any question then reply me 2013-04-26 15:27
Help: RE: How to Update Comments to Issues ('Notes') with User ID
hi json add then problem this redmine vers ... version solving i try same problem me effect 2013-04-26 15:22
Help: RE: Issues sorted by categories
hi your problem sccreen shot send me then i get proper problem solving 2013-04-26 15:18
Help: RE: Display image in documents in a wiki page
hi, below link follow your color change is 100% chart http://www.redmine.org/issues/2024 http://www.redmine.org/issues/6276 2013-04-26 14:54
Help: RE: Wiki REST Api and wiki pages relationship
hi dmitry Using the REST API with cURL ... e of a command that can be used to update an issue: curl -v -H "Content-Type: application/js ... "@388.json" -u login:password http://redmine/issues/388.json curl -v -H "Content-Type: applica ... -H "X-Redmine-API-Key: xxxx" http://redmine/issues/388.json The file that contains the data ... xample above) would look like this: { "issue": { "subject": "subject123", "note ... e of a command that can be used to create an issue with custom fields: curl -v -H "Content-Type: application/xml" -X POST --data "@issue.xml" -u login:password http://redmine/issues.xml curl -v -H "Content-Type: application/xml" -X POST --data "@issue.xml" -H "X-Redmine-API-Key: xxxx" http://redmine/issue... 2013-04-26 14:49
Help: RE: m.redmine.org demo site -- Internal error when attempting to configure Issue priorities
hi, Cortlandt Wilson your problem solve plz check it, i temporary create Issue priorities : username1 any other proble ... me my email id is : pareshsabva@gmail.com 2013-04-26 13:49
Open discussion: RE: Redirection to redlube task from email
This could be a Feature Issue ... 2013-04-26 12:52
Help: toritose svn using svn+ssh:\\server.ip.address\srv\repos\myproject
hello guys, i have turnkey redmine used but some issue occur such as i login in redmine username ... RedmineDbPass "password" </Location> 2013-04-26 11:29
Open discussion: Redirection to redlube task from email
Hello, When an issue is modified or created, people which are concerned by this issue are informed by email. In this email there ... ne. The url is for example : http://redmine/issues/1340 In my case I have a problem, this url ... e correct url with https ? Thanks David 2013-04-26 11:11
Plugins: RE: Smart issues sort plugin
Andrey, I'll publish fixed plugin at GitHub soon. Wait a while, please. 2013-04-26 08:44
Plugins: RE: Smart issues sort plugin
Jakub Lukasik wrote: > Fix for Redmine 2.3: > > File _plugins/redmine_smart_issues_sort/lib/issues_helper_patch.rb_ > > [...] > > File _plugins/redmine_smart_issues_sort/lib/query_patch.rb_ > > [...] It's works on 2.3.x, but only when viewing issues. If I try to edit or create nuw query - I ... b (72.4ms) Rendered plugins/redmine_smart_issues_sort/app/views/queries/_form.html.erb (4 ... </pre> Help solving this problem, please! 2013-04-26 08:18
Help: How to Update Comments to Issues ('Notes') with User ID
Hi all, I'm trying to import data from ano ... dmine. We have some comments associated with issues, and I'd like to also show who posted the comment ('note' parameter in JSON) to the issue. Is this possible currently? If not, is ther ... ails? Thank you for your assistance and time! 2013-04-25 22:23
Help: Custom field not visible in all workflow states
Hello, I defined a custom field ('SSTS update') of type 'list' and want the person closing an issue to fill out this field. I attached a screen ... eps to reproduce the misbehavior: - Have an issue in state 'Rechecked' - Press 'Update' for changing issue state and add information into the custom fi ... ermissions but I never see the field in this issue state. Is there a setting wrong? Best regards Marco 2013-04-25 09:10
Plugins: RE: Using Redmine Paginator in plugin
Mikołaj, hi. I have the same issue with that version of the pluggin... Did u manage to fix it? Regards 2013-04-24 23:53
Help: Batch import multiple issues via REST api
I have been trying to batch import multiple issues to Redmine without success. Initially I tri ... s/redmine/wiki/Rest_api_with_curl I can post issues individually but cannot understand how I ca ... go however when I try putting more than one issue in to the file it will only import the last ... st2.json" -u user:password localhost/redmine/issues.json and this is the test2.json file: <pre><code class="json"> { "issue": { "project_id": 9, "subject": "TES ... es": "foobar", "priority_id": 2 }, "issue": { "project_id": 9, "subject": "TES ... tabase adapter Mysql2 2013-04-23 22:12
Help: Internal error
Hi, i have installed redmine 2.3 on centos a ... ine with all modules but me also facing some issue My issue : When I am trying to update any bug and ... regarding it. Please anybody can help me. 2013-04-23 13:10
Open discussion: Internal error
Hi, i have installed redmine 2.3 on centos a ... ine with all modules but me also facing some issue My issue : When I am trying to update any bug and ... regarding it. Please anybody can help me. 2013-04-23 13:08
Open discussion: RE: How to update issue status on redmine after commit from svn client ?
You may configure Redmine to close issues on commits. Commit messages should contain special keywords that trigger issue changes. See Administration.Settings.Reposit ... and "Fixing keywords". The latter may close issues when commit messages contain any of the words in the field. 2013-04-22 20:49
Help: Applying patch 13711 on Windows
Hello! My problem is when i am trying to apply putch which i download from here (issue 13711 run through CR/LF converter), i get th ... ndows 7 Professinal What am I doing wrong? 2013-04-22 14:02
Help: Issues sorted by categories
Hi everyone Let's say I got a project and some subprojects. The same name of category issue is defined in all. May I create a custom qu ... vance for any information or advice Stéphane 2013-04-22 10:46
Help: m.redmine.org demo site -- Internal error when attempting to configure Issue priorities
This is a reply to a recent message -- but I ... *Password* = "password" Trying to add an Issue priority: # Administration > Enumeration > Issue priorities > New value # Enter a value # C ... s! So what is the proper way to set this up? 2013-04-22 03:07
(7626-7650/18280)