Project

General

Profile

Search

Results (18317)

Open discussion: How can I add a prompt box just like the one displayed in your “new issue” tab on the official web site
I want anonymous users committing issues,but i want to give them some advise but i d ... d on have problem i have changed another one。 2012-03-02 14:38
Help: RE: Comments under issues invisible for non-admin users
it starts to work fine if you apply this patc ... vancedRoadmap::CalendarsControllerPatch) Issue.send(:include, AdvancedRoadmap::IssuePatch) - IssuesController.send(:include, AdvancedRoadmap::IssuesControllerPatch) +# IssuesController.send(:include, AdvancedRoadmap::IssuesControllerPatch) Project.send(:include, ... pre> i simply removed (commented out) the issue controller patch from the plugin init script. looking more closely at the issue controller patch itself, there is nothing essential you can't live without. just mu five cents. 2012-03-02 09:41
Help: Got internal error when request issue list
Hello, After upgrade from 0.9.3 to 1.3.1 ... internal server error when I trying to view issue list. Logs below: Processing IssuesController#index (for 172.25.172.141 at 2012 ... "=>"task", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index ActionView::TemplateError (undefin ... ' for nil:NilClass) on line #28 of app/views/issues/_list.html.erb: 25: </tr> 26: <% ... p = group %> 27: <% end %> 28: <tr id="issue-<%= issue.id %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= issue.css_classes %> <%= level > 0 ? "idnt idnt-#{ ... hide-when-print"><%= check_box_tag("ids[]", issue.id, false, :id => nil) %></td> 30: <td class="id"><%= link_to ... 2012-03-02 08:43
Open discussion: RE: REST API: Filter issues according to date
hmmm... there are really too many results) ... tion? No, i learned this at random... 2012-03-02 08:08
Open discussion: RE: REST API: Filter issues according to date
Thanks. Do you know where I can find this in ... 't really work: <pre>http://www.redmine.org/issues.xml?created_on=>=2012-03-01&created_on=<=2012-03-01</pre> returns far too many issues. It seems that Redmine uses only the last "created_on" filter and not both. 2012-03-02 06:55
Open discussion: RE: REST API: Filter issues according to date
Yes, it is possible with construction like http://www.redmine.org/issues.xml?tracker_id=1&created_on=>=2012-02-01&created_on=<=2012-02-15 2012-03-02 05:55
Open discussion: REST API. FIltering custom fields isn't working.
Hello. I'm trying to use filtering by custom ... r. Request such as http://www.redmine.org/issues.xml?tracker_id=1&cf_2=Fixed&cf_1=1.3.0 perf ... sions 1.3.0 and 1.3.1... Where is trouble? 2012-03-02 05:53
Development: Basic plugin development questions
I spent this morning creating a basic plugin that allows the user to see branches an issues git commit resides on. It basically calls " ... c resides in the _changesets.erb view in the issues folder. So my plugin folder structure looks ... pre> pluginname: app: views: issues: _changesets.erb ... re is it, because one already exists for the issue. How best do I achieve SOME sort of deco ... to-modify-core-redmine-classes-from-a-plugin/ 2012-03-02 01:44
Help: The "More" option when updating an issue
I don't have much hope for this but I wanted ... " option expanded if you choose to update an issue? 2012-03-01 23:10
Open discussion: Format for creating a project via REST API using JSON?
I am one of the developers of the Java Redmin ... ouldn't be a configuration nor a credentials issue. 2012-03-01 15:03
Open discussion: RE: Redmine is still vulnerable against CSRF
This issue affects Redmine < 1.3.0 only. 2012-03-01 14:45
Open discussion: RE: HTML special characters in issue titles
<pre> Processing IssuesController#create to xml (for 10.132.21.139 at 2012-03-01 14:27:35) [POST] Parameters: {"issue"=>{"project_id"=>"1", "subject"=>"ééé", "priority_id"=>"6", "description"=>"éàé"}, "controller"=>"issues", "action"=>"create", "format"=>"xml"} </pre> 2012-03-01 14:41
Open discussion: RE: HTML special characters in issue titles
It worked just fine for me: !post_issue_example.PNG! !post_issue_result.PNG! Edit: (with trunk version) 2012-03-01 14:31
Open discussion: checkbox in issue response - newbie
Hi, I am new to redmine and finding it qu ... me straight in the face. When i raise an issue for example to go to my design team or reply to an issue, I would like to be able to break the issue into components that the designer can tick o ... w how I would complete this ? thanks Sean 2012-03-01 12:52
Help: URGENT = 3 Issues transferred from one to an other directory = lost issues ??
Good morning, "Main" Directory: *Project* ... ectory: *Sub1* # Sub-Directory: *Sub2* 3 issues have been created yesterday but in the wron ... ct*" instead of "*Sub1*". To day, these 3 issues have been transferred from *Project* to *Sub1*. Unfortunately the 3 issues are missing. They have disappeared !! Wo ... in advance for your kind support. Olivier 2012-03-01 11:55
Open discussion: REST API: Filter issues according to date
Hi, is it somehow possible to request all ... via the REST API without fetching the entire issue list and doing the filtering manually afterwards? Thanks! 2012-03-01 11:49
Open discussion: RE: HTML special characters in issue titles
Thanks for the tip, but it didn't work at all ... from the REST API. @safe_attributes@ in the issue model does integrity check, but that's all. 2012-03-01 10:56
Open discussion: RE: HTML special characters in issue titles
I guess that you're sending XML and that you ... ://www.freeformatter.com/string-escaper.html. 2012-03-01 10:34
Open discussion: RE: HTML special characters in issue titles
After a quick look in the bowels of Redmine, I found this : <code> subject = h(issue.subject) </code> So yes, it seems to be a Redmine feature. 2012-03-01 10:28
Open discussion: HTML special characters in issue titles
Hi ! I'm using Redmine via the web interface and the REST API. After having some encoding issues when using the API, I escape special charac ... g I missed, would you take a look please ? :) 2012-03-01 10:18
Help: RE: Due date column "Issues assigned to me" in My Page
There is already a feature request #1710 for this (in the "New" state, filed in July 2008). 2012-03-01 07:14
Help: RE: OTRS integration
I did an basic Iteration with the REST Api of Redmine. I´m able to create an Issue in Redmine from an OTRS FreeText Popup and save the ID of the Redmine Issue in an dynamic Field of OTRS. In redmine i ... see the status and the Owner of the Redmine Issue. I´m not able to change the status of the OTRS Ticket when i close the Redmine Issue. It isn´t that easy, when you think about it ... y Ajax with the jquery of OTRS. Matthias 2012-02-29 15:11
Help: Problems with REST API and PHP
Hi, I wanted to use the REST API with PHP, ... is not defined, I can't save or destroy any issues BUT I can find and view their informations. ... also asking myself if I needed to create the issue.xml file in redmine's public directory. Thanks for your help. 2012-02-29 14:10
Open discussion: Gantt issue - small one
My calendar starts from Sunday however the ga ... start from Sunday and not Monday? Cheers 2012-02-29 13:56
Plugins: RE: Redmine Issue Reminder - Version 0.0.1
Hi, Michael Kling. Thanks for your plug-in ... o my redmine, but there's a problem: i added issue query and issue reminder to this query (you can see it on a screenshot). But there's no issue reminder e-mails on 6 oclock. In my producti ... fications works fine (like when i create new issue, etc.). Where can i see some information, of what i'm doing wrong? Thanks. 2012-02-29 07:46
(10001-10025/18317)