Project

General

Profile

Search

Results (18298)

Open discussion: RE: Is there a way to template Projects? Or create pre-defined sets of Issues which can be added?
Projects can be copied from the administratio ... what do you want to copy: members, versions, issues... so you could prepare some "template project" to be copied later. Regarding to the issues, you could, once copied the project, perform some bulk edit for changing dates, assignees, etc... 2012-03-02 20:16
Help: RE: "Resolution" field for issues
Thank you, that is exactly what I was looking for! 2012-03-02 18:24
Help: RE: "Resolution" field for issues
You may add an issue custom field (Administration->Custom fields->Issues). The type of the field may be in list form ... r all projects, Used as a filter, Searchable. 2012-03-02 17:52
Help: "Resolution" field for issues
Hi, I would like to add a "Resolution" field to issues in our redmine (see screenshot). How can ... re? Any help would be greatly appreciated. 2012-03-02 17:25
Help: RE: Got internal error when request issue list
Hi, Fixed by modifying database columns. 2012-03-02 16:16
Open discussion: Is there a way to template Projects? Or create pre-defined sets of Issues which can be added?
Is there any way to "template" a project type ... e a project, it comes with a standard set of issues? We have a number of standard tasks that ... re pre-stubbed out with a pre-defined set of issues. Either that, or we'd like to be able to "bundle" issues up, and mass-add them all to a project in o ... ge of the plugin directory looking for this.) 2012-03-02 16:03
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
(9976-10000/18298)