summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* Adds export of all wiki pages to a PDF file (#3463).Jean-Philippe Lang2012-01-301-2/+38
* Adds bookmarks to PDF when exporting a grouped issue list.Jean-Philippe Lang2012-01-301-3/+84
* Display of multi custom fields.Jean-Philippe Lang2012-01-291-1/+1
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-2/+2
* Support for nested array in API builder.Jean-Philippe Lang2012-01-291-1/+5
* Adds "Status" to the time report criteria (#9985).Jean-Philippe Lang2012-01-141-0/+3
* Do not add invalid label attribute to input tags.Jean-Philippe Lang2012-01-081-2/+2
* Moved Date months/weeks calculations used in Graph to lib.Etienne Massip2012-01-072-0/+40
* Makes .find_ids return integers.Jean-Philippe Lang2012-01-031-1/+1
* Adds previous/next links to issue (#2850).Jean-Philippe Lang2012-01-031-0/+53
* Missing html_safe.Jean-Philippe Lang2011-12-261-3/+3
* Missing html_safe.Jean-Philippe Lang2011-12-261-1/+1
* Check that controller and request methods are available.Jean-Philippe Lang2011-12-181-1/+3
* Backout 8239.Etienne Massip2011-12-151-1/+0
* Log return code if error.Etienne Massip2011-12-151-0/+1
* Code cleanup.Jean-Philippe Lang2011-12-151-24/+7
* Code cleanup.Jean-Philippe Lang2011-12-151-2/+0
* Removed dependency with monkey-patched rubytree.Jean-Philippe Lang2011-12-141-92/+100
* Code cleanup.Jean-Philippe Lang2011-12-131-3/+11
* Extracted new_subclass_instance method to a module.Jean-Philippe Lang2011-12-101-0/+42
* ruby1.9: macro must accept 2 arguments.Jean-Philippe Lang2011-12-101-1/+1
* scm: git: remove unused --since option (#4547, #4716, #7146, #6013)Toshi MARUYAMA2011-12-101-1/+0
* Renamed TabularFormBuilder to Redmine::Views::LabelledFormBuilder.Jean-Philippe Lang2011-12-091-0/+47
* Handle spaces in development scm stderr log file path.Etienne Massip2011-12-081-1/+1
* Adds an explicit error message for invalid YAML configuration file (#9748).Jean-Philippe Lang2011-12-071-2/+8
* pdf: move note number to the head of line for single issue's PDF (#9720)Toshi MARUYAMA2011-12-061-2/+3
* Replace raw SQL with a .count call.Jean-Philippe Lang2011-12-051-29/+13
* Fixed time report broken by r8085.Jean-Philippe Lang2011-12-051-8/+21
* pdf: add note number for single issue's PDF (#9720)Toshi MARUYAMA2011-12-051-1/+4
* Removed unused method.Jean-Philippe Lang2011-12-031-5/+0
* Extracted time report logic from the controller.Jean-Philippe Lang2011-12-021-0/+164
* Set version to 1.3.0.Jean-Philippe Lang2011-11-291-2/+2
* Fixed: crypting blank passwords raises an error (#9137).Jean-Philippe Lang2011-11-291-1/+1
* Fixed: Wiki section edit escapes pre tags inside pre blocks (#9673).Jean-Philippe Lang2011-11-281-1/+1
* Fixed: Wiki section edit escapes code tags inside pre blocks (#9673).Jean-Philippe Lang2011-11-281-1/+2
* Fixed: Angle brackets within 'pre' blocks are silently replaced by HTML entit...Jean-Philippe Lang2011-11-281-1/+1
* pdf: expand relational issues status column width of issue pdf (#5634)Toshi MARUYAMA2011-11-281-2/+2
* pdf: add the new feature to include attachment images (#3261)Toshi MARUYAMA2011-11-241-0/+11
* pdf: lib: prepare to use rfpdf plug-in rmagick feature (#3261)Toshi MARUYAMA2011-11-241-0/+3
* pdf: lib: add "attachments" parameter at RDMwriteHTMLCell method (#3261)Toshi MARUYAMA2011-11-241-10/+9
* pdf: lib: add the method to return attachment from filename and encoding (#3261)Toshi MARUYAMA2011-11-241-0/+13
* Use controller instead of instance variable.Jean-Philippe Lang2011-11-231-1/+1
* Initialize @childrenHash.Jean-Philippe Lang2011-11-231-0/+1
* pdf: lib: remove unused "include Redmine::I18n" from RDMPdfEncoding classToshi MARUYAMA2011-11-231-1/+0
* Omit subtasks/related issues sections when empty on PDF export (#5634).Jean-Philippe Lang2011-11-191-38/+43
* Handle the case of a text formatter that doesn't support section edit (#2222).Jean-Philippe Lang2011-11-181-0/+5
* Wiki: allows single section edit (#2222).Jean-Philippe Lang2011-11-182-31/+70
* pdf: lib: set image scale at issue_to_pdf method (#3261)Toshi MARUYAMA2011-11-181-0/+3
* move repositories helper to_utf8 logic to lib/redmine/codeset_util.rb for com...Toshi MARUYAMA2011-11-171-0/+34
* move iconv from utf8 logic from pdf to lib/redmine/codeset_util.rb for common...Toshi MARUYAMA2011-11-162-32/+36