Search
Results (12601)
- Feature #7836 (Closed): Ability to save Gantt query filters
- Add the possibility of save filters (like issues) inside the Gantt screen
- 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.
- 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.
- 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
- 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.
- 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
- 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.
- 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?
- 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'
- Feature #7822 (Needs feedback): Show google docs
- <iframe src="https://spreadsheets.google.com/ ... eight="0" marginwidth="0">Loading...</iframe>
- 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>
- Patch #7820 (Closed): Traditional Chinese language file (to r5072)
- * Translations added: ** label_news_comment_ ... changed from 註解 to 回應 (mimic WordPress)
- 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.
- 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."
- 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)
- 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.
- 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.
- 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.
- 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.
- 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.
- 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?
- 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>
- 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.
- 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.
- Feature #7792 (Closed): Compression of Redmine's images
- Redmine's PNGs are currently not fully optimized; the attached version is about 12kB smaller.