summaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* PDF: import CJK patches and all languages use TCPDF (#8312).Toshi MARUYAMA2011-05-093-78/+78
* PDF: import tcpdf.rb patch (#8312).Toshi MARUYAMA2011-05-091-9/+8
* PDF: fix automatic line break problem with TCPDF (#8310).Toshi MARUYAMA2011-05-061-2/+2
* PDF: fix automatic line break in Chinese PDF (#5629).Toshi MARUYAMA2011-04-301-1/+1
* PDF: fix 0x5c(backslash) escape processing in FPDF (#61).Toshi MARUYAMA2011-04-291-9/+3
* Private issues (#7414).Jean-Philippe Lang2011-04-151-3/+5
* Fixed: ambiguous lft column SQL error on Issue#descendants with a join on pro...Jean-Philippe Lang2011-04-121-1/+1
* PDF: Ruby 1.9 compatibility for FPDF ANSI (#61).Toshi MARUYAMA2011-04-053-9/+9
* Makes search providers use visible scopes.Jean-Philippe Lang2011-04-051-10/+18
* Makes activity providers use visible scopes.Jean-Philippe Lang2011-04-051-4/+14
* PDF: fix width calculation of multi byte character in Simplified and Traditio...Toshi MARUYAMA2011-04-031-4/+4
* PDF: fix the problem that TCPDF built-in font breaks in the Windows (#61).Toshi MARUYAMA2011-04-021-1/+1
* Limits nested set overhead when destroying an issue without children.Jean-Philippe Lang2011-04-011-1/+2
* Fixed: deleting a parent issue may lead to a stale object error (#7920).Jean-Philippe Lang2011-04-011-0/+3
* PDF: back out r5253 (#7794, #61).Toshi MARUYAMA2011-04-011-2/+2
* Adds User and Version custom field format that can be used to reference a pro...Jean-Philippe Lang2011-04-011-3/+3
* PDF: fix syntax errors at vendor/plugins/rfpdf/lib/tcpdf.rb on Ruby 1.9 (#61).Toshi MARUYAMA2011-03-301-53/+53
* PDF: comment out Mime pdf in vendor/plugins/rfpdf/init.rb (#61).Toshi MARUYAMA2011-03-301-1/+2
* PDF: import CJK patches (#61).Toshi MARUYAMA2011-03-303-49/+37
* PDF: comment out memoizes (#61).Toshi MARUYAMA2011-03-301-3/+3
* PDF: transplant r4602 (#61).Toshi MARUYAMA2011-03-301-4/+12
* PDF: transplant r5183 (#61).Toshi MARUYAMA2011-03-301-2/+2
* PDF: transplant r1497 (#61).Toshi MARUYAMA2011-03-301-8/+8
* PDF: transplant r3389 (#61).Toshi MARUYAMA2011-03-301-5/+5
* PDF: transplant r393 (#61).Toshi MARUYAMA2011-03-301-6/+6
* PDF: transplant r287 (#61).Toshi MARUYAMA2011-03-301-5/+5
* PDF: update rfpdf (#61).Toshi MARUYAMA2011-03-30145-873/+23493
* Moved plugin tasks directories to lib/tasks (Rails deprecation).Jean-Philippe Lang2011-03-242-0/+0
* Fix an internal server error on formatting an issue as a PDF in Japanese (#77...Toshi MARUYAMA2011-03-211-2/+2
* Fixed: Email notifications are sent to watchers even if 'No events' setting i...Jean-Philippe Lang2011-03-041-1/+2
* Do not keep illegitimate custom_values when setting custom_field_values (#7604).Jean-Philippe Lang2011-02-201-0/+1
* Coderay upgraded to 0.9.7 (#5344).Jean-Philippe Lang2011-01-2280-80/+9601
* Fixed: subtasks are deleted (not destroyed) when destroying parent issue (#73...Jean-Philippe Lang2011-01-221-2/+4
* ruby1.9 compatibilityJean-Philippe Lang2011-01-011-4/+12
* Support for updating custom fields using the received custom_fields array (#6...Jean-Philippe Lang2010-12-101-0/+15
* Use Object#tap instead of #returning (#6887).Jean-Philippe Lang2010-11-143-3/+3
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-071-0/+4
* Use the relative_url_root when generating asset_paths. #3935Eric Davis2010-09-171-2/+2
* Rewrite the Gantt chart. #6276Eric Davis2010-09-103-13/+22
* Prevent 500 error on login when there's a typo in OpenID URI scheme, such as ...Jean-Baptiste Barth2010-08-101-1/+1
* Optimize the N+1 query in watcher_recipients. #5415Eric Davis2010-06-201-1/+2
* Fixed: watchers selection lost when issue creation fails (#5406). #watched_by...Jean-Philippe Lang2010-04-301-2/+2
* Fixes URLs in atom feeds broken by r3681 (#5403).Jean-Philippe Lang2010-04-301-2/+2
* Fixes acts_as_event with a String as url option (#5343).Jean-Philippe Lang2010-04-181-1/+9
* Upgrade CodeRay to 0.9.2 (#3359).Jean-Philippe Lang2010-03-1671-1051/+4284
* Reverts r1476 that is no longer needed after r3582.Jean-Philippe Lang2010-03-141-1/+1
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-132-1/+8
* Adds named scopes to replace custom finders.Eric Davis2010-03-101-8/+5
* Refactor: Decouple failed attachments and the flash messagesEric Davis2010-03-031-1/+7
* Move SQL LIKE tokens to acts_as_searchable.Jean-Philippe Lang2010-02-171-1/+1