Project

General

Profile

Search

Results (12601)

Feature #7836 (Closed): Ability to save Gantt query filters
Add the possibility of save filters (like issues) inside the Gantt screen 2011-03-11 11:40
Defect #7834 (New): API Issue XML cannot represent empty arrays
When trying to retrieve issues from a project with no issues, there is a typecast issue from the xml conversion. I am using Redmi ... ygems' require 'active_resource' class Issue < ActiveResource::Base self.site = 'http://demo.redmine.org/' end issue = Issue.find(:first, :params => { :project_id => 3 } ... pre> <?xml version="1.0" encoding="UTF-8"?><issues type="array" offset="0" total_count="0" limit="25"></issues> </pre> Ok, that looks fine. Let's see ... us, if I patch index.api.rsb: <pre> +if @issues.empty? + api.array :issues, api_meta( :__content__ => '', :total_count => @issue_count, :offset => @offset, :limit => @limit) ... he json/xml template needs to be split again. 2011-03-11 11:15
Defect #7833 (Closed): pdf export problem
Hello, I just installed remdine on my syno ... T============================= Processing IssuesController#index to pdf (for 192.168.1.11 at ... val-tree", "action"=>"index", "controller"=>"issues"} Iconv::InvalidEncoding (invalid encodi ... `Cell' lib/redmine/export/pdf.rb:137:in `issues_to_pdf' app/controllers/issues_controller.rb:95:in `index' app/controllers/issues_controller.rb:90:in `index' /opt/lib/rub ... ld be welcome, thanks in advance, cedric. 2011-03-11 10:48
Feature #7832 (Closed): Ability to assign issue categories to groups
I think a interisting feature is add the possibility of assign the issue categories to a group 2011-03-11 10:46
Defect #7830 (Closed): Can not change Issue Status
I have a problem to change issue status. I am an administrator and a manager for this project. Please help. 2011-03-11 10:34
Patch #7829 (New): Show branches changsets belongs to on issue page
This patch shows git branches changeset belongs to on issue page http://twitpic.com/47k9gk 2011-03-11 09:54
Feature #7828 (Closed): How can i increase th ... roject name from 30 to 60 by coding a plugin?
Dear all, I would like to increase the max ... some guides to code it Thanks in advance. 2011-03-11 08:04
Defect #7826 (Closed): bigdecimal-segfault-fix.rb must be removed for Oracle
config/initializers/bigdecimal-segfault-fix.r ... efore attempting to apply the bigdecimal fix? 2011-03-10 17:06
Defect #7825 (Closed): open_id_authentication_associations table name too long for Oracle
Oracle table names are limited to 30 characte ... ONS" ("ID" NUMBER(38) NOT NULL PRIMARY KEY, "ISSUED" NUMBER(38), "LIFETIME" NUMBER(38), "HANDLE ... d_schema_statements.rb:84:in `create_table' 2011-03-10 16:55
Feature #7822 (Needs feedback): Show google docs
<iframe src="https://spreadsheets.google.com/ ... eight="0" marginwidth="0">Loading...</iframe> 2011-03-10 06:10
Defect #7821 (Closed): Git "previous" and "next" revisions are incorrect
For example, This is Redmine r1 git revision. ... described at "note-6":http://www.redmine.org/issues/5357#note-6 of #5357. <pre> $ git log ... 949d442c20275e467f3d39c33a21f03 </pre> 2011-03-10 04:36
Patch #7820 (Closed): Traditional Chinese language file (to r5072)
* Translations added: ** label_news_comment_ ... changed from 註解 to 回應 (mimic WordPress) 2011-03-10 03:50
Defect #7819 (New): REST API Populating issue field enumerations + Issue list filters
Our team have been using Redmine for more tha ... ovide necessary functionality for populating issue property/attribute enumerations. In order ... can not populate these enumerations a proper issue editor GUI can not be developed. However, we can populate these fields from issue lists but if a enumeration is not set in any issue it wont be displayed. In addition to thes ... sponsiveness and usability we have to filter issue list by using; * Assignee * Status * Prio ... lity dramatically in big projects with 1000+ issues. In our point of view, these requirement ... ious front ends for Redmine. Best regards. 2011-03-09 19:54
Feature #7811 (Closed): Add support for NTLM ... ion mode for mail sending via Exchange Server
The mail notification system doesn't work wit ... is now integrated, no longer need jcifs.jar." 2011-03-08 17:06
Feature #7810 (Closed): Allow mass spent time update
It should be interesting to update spent time for several issues in a tab view (like Excel) 2011-03-08 16:33
Feature #7809 (New): Show Version due dates in calendar
Since the version due dates as package for all issues are important milestonses, they should be s ... re compact view like calendar on montly base. 2011-03-08 16:23
Defect #7807 (Closed): Gantt subjects rendering is broken with IE6/IE7
Since of #7280, IE6 rendering of issue/version/project subjects in Gantt is very ugly : * if the issue is not assigned to anybody, then the truncat ... bject will not be displayed at all !gantt_issue_subjects_IE6.png! This can be seen with IE8 in IE7 document mode too. 2011-03-08 10:20
Feature #7805 (Closed): Filter issues by relation type
I have not found a way to search for issues that block something. ie. show me all open issues for a given project / milestone that block another issue. Having a filter in the issue search of 'related' with the existing option ... should not be in the defaults for display. 2011-03-07 21:24
Feature #7800 (Closed): Possible to search for attachment filename
I just spent a few minutes finding the issue connected to a specific filename attached to that issue. I think if would be beneficial if freetext search also found issues where filename matched. 2011-03-07 14:46
Feature #7799 (New): How to get consolidated ... oject mile stones for all projects in Redmine
We are Redmine as a Project management tool. ... 's delivery date, manager, start date, total issues, open issues, closed issues. I searched at several places for quite som ... tion. I appreciate if someone can offer help. 2011-03-07 08:16
Feature #7798 (Closed): Limit on assocuated revisions for a ticket?
I noticed that after making a lot of commits towards a particular issue, it would only display the first 20 in the associated revisions tab for the issue. Is there a way of increasing this limit? 2011-03-07 06:21
Defect #7796 (Closed): Missing the i18n 0.4.2 gem. Please `gem install -v=0.4.2 i18n`
I am using the latest stable branch of redmin ... ase schema version 20110228000100 </pre> 2011-03-06 16:12
Patch #7795 (Closed): Internal server error at journals#index with custom fields
/issues/changes fails with internal server error when a issue has a custom field. Here is the stack tra ... elper. The attached patch fixes this problem. 2011-03-06 14:45
Defect #7794 (Closed): Internal server error on formatting an issue as a PDF in Japanese
IssuesController#show fails with internal server e ... ms[:format] is pdf * AcceptLanguage: ja * @issue.description contains an ASCII control charac ... 82. The attached patch fixes this problem. 2011-03-06 13:23
Feature #7792 (Closed): Compression of Redmine's images
Redmine's PNGs are currently not fully optimized; the attached version is about 12kB smaller. 2011-03-06 05:42
(8451-8475/12601)