| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved Rails plugins required by the core to lib/plugins. | Jean-Philippe Lang | 2012-04-26 | 236 | -34542/+0 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 155 | -3891/+2753 |
* | pdf: fix tcpdf automatic line break bug (#10554) | Toshi MARUYAMA | 2012-04-03 | 1 | -7/+7 |
* | remove trailing white-spaces from vendor/plugins/acts_as_searchable/lib/acts_... | Toshi MARUYAMA | 2012-04-02 | 1 | -17/+17 |
* | remove trailing white-spaces from vendor/plugins/acts_as_event/lib/acts_as_ev... | Toshi MARUYAMA | 2012-04-02 | 1 | -8/+8 |
* | remove trailing white-spaces from vendor/plugins/acts_as_customizable/lib/act... | Toshi MARUYAMA | 2012-04-02 | 1 | -14/+14 |
* | remove trailing white-spaces from vendor/plugins/acts_as_attachable/lib/acts_... | Toshi MARUYAMA | 2012-04-02 | 1 | -6/+6 |
* | remove trailing white-spaces from vendor/plugins/acts_as_activity_provider/li... | Toshi MARUYAMA | 2012-04-02 | 1 | -12/+12 |
* | Override watcher_user_ids= to make ids uniq (#10538). | Jean-Philippe Lang | 2012-03-25 | 1 | -2/+10 |
* | remove trailing white-spaces from vendor/plugins/acts_as_watchable/lib/acts_a... | Toshi MARUYAMA | 2012-02-26 | 1 | -12/+12 |
* | Adds support for adding attachments to issues through the REST API (#8171). | Jean-Philippe Lang | 2012-02-23 | 1 | -6/+11 |
* | Rails3: use image_tag instead of hard-coded html tag to prevent escaping in g... | Toshi MARUYAMA | 2012-02-22 | 1 | -2/+2 |
* | Better handling of attachments when issue validation fails (#10253). | Jean-Philippe Lang | 2012-02-16 | 1 | -1/+38 |
* | Replaced ruby-net-ldap with net-ldap 0.2.2 gem. | Jean-Philippe Lang | 2012-02-02 | 19 | -3469/+0 |
* | Fixed that tag[0] may be nil. | Jean-Philippe Lang | 2012-01-30 | 1 | -2/+2 |
* | Adds support for multiselect custom fields (#1189). | Jean-Philippe Lang | 2012-01-29 | 1 | -7/+29 |
* | Extracts custom field values validation from CustomValue so that they can be ... | Jean-Philippe Lang | 2012-01-28 | 1 | -16/+43 |
* | Rails3.2: pdf: comment out ::ActionView::TemplateHandlers::ERB of rfpdf plugi... | Toshi MARUYAMA | 2012-01-26 | 2 | -6/+6 |
* | Use #scoped instead of .with_scope | Jean-Philippe Lang | 2012-01-01 | 1 | -7/+5 |
* | Removed useless after_initialize callback. | Jean-Philippe Lang | 2011-12-18 | 1 | -5/+0 |
* | Additional tests for SearchController and handle my_projects scope without me... | Jean-Philippe Lang | 2011-12-17 | 1 | -0/+5 |
* | Fixed that custom values get saved when assigning custom values after changin... | Jean-Philippe Lang | 2011-12-06 | 1 | -1/+1 |
* | Use scopes instead of ARCondition. | Jean-Philippe Lang | 2011-12-04 | 1 | -13/+8 |
* | pdf: fix textilized outputs of coderay line numbers (#9692) | Toshi MARUYAMA | 2011-11-30 | 1 | -4/+4 |
* | before_validation_on_create callback removed in Rails 3.1. | Jean-Philippe Lang | 2011-11-22 | 1 | -1/+1 |
* | Adds an option to force nested set rebuild (#9577). | Jean-Philippe Lang | 2011-11-15 | 1 | -2/+3 |
* | Fixed: Deleting a subtasks doesn't update parent's rgt & lft values, introduc... | Jean-Philippe Lang | 2011-11-15 | 1 | -1/+1 |
* | improve rmagick feature of rfpdf plugin for PDF inline images (#3261) | Toshi MARUYAMA | 2011-11-14 | 2 | -27/+89 |
* | pdf: add logger at vendor/plugins/rfpdf/lib/tcpdf.rb (#3261) | Toshi MARUYAMA | 2011-11-12 | 1 | -0/+4 |
* | add newline at end of vendor/plugins/rfpdf/lib/core/rmagick.rb | Toshi MARUYAMA | 2011-11-07 | 1 | -1/+1 |
* | PDF: remove unused vendor/plugins/rfpdf/lib/barcode/* (#8892). | Toshi MARUYAMA | 2011-08-12 | 8 | -2736/+0 |
* | PDF: remove unused sjis.rb (#8892). | Toshi MARUYAMA | 2011-08-12 | 1 | -834/+0 |
* | PDF: remove unused zapfdingbats.rb (#8892). | Toshi MARUYAMA | 2011-08-12 | 1 | -15/+0 |
* | PDF: remove unused symbol.rb (#8892). | Toshi MARUYAMA | 2011-08-12 | 1 | -15/+0 |
* | PDF: remove unused courier.rb (#8892). | Toshi MARUYAMA | 2011-08-12 | 1 | -25/+0 |
* | PDF: remove unused times*.rb (#8892). | Toshi MARUYAMA | 2011-08-12 | 4 | -60/+0 |
* | PDF: remove unused vera*.rb (#8892). | Toshi MARUYAMA | 2011-08-12 | 10 | -300/+0 |
* | PDF: remove unused vera fonts (#8892). | Toshi MARUYAMA | 2011-08-12 | 20 | -0/+0 |
* | PDF: remove unused FreeMono fonts (#8892). | Toshi MARUYAMA | 2011-08-12 | 12 | -432/+0 |
* | PDF: remove unused DejaVu fonts except DejaVuSans-BoldOblique (#8892, #8566). | Toshi MARUYAMA | 2011-08-03 | 49 | -3041/+0 |
* | PDF: remove unused DejaVuSans-ExtraLight font (#8892, #8566). | Toshi MARUYAMA | 2011-08-03 | 3 | -112/+0 |
* | Fixed: Error deleting issue with grandchild (#8880). | Jean-Philippe Lang | 2011-07-24 | 1 | -8/+8 |
* | PDF: import rfpdf tcpdf patch for textilized PDF (#69). | Toshi MARUYAMA | 2011-06-30 | 1 | -82/+528 |
* | PDF: import Chinese rfpdf patch for textilized PDF (#69). | Toshi MARUYAMA | 2011-06-30 | 1 | -13/+30 |
* | PDF: import Korean rfpdf patch for textilized PDF (#69). | Toshi MARUYAMA | 2011-06-30 | 1 | -13/+30 |
* | PDF: import Japanese rfpdf patch for textilized PDF (#69). | Toshi MARUYAMA | 2011-06-30 | 1 | -13/+30 |
* | PDF: replace RAILS_ROOT to Rails.root at vendor/plugins/rfpdf/lib/tcpdf.rb. | Toshi MARUYAMA | 2011-06-22 | 1 | -2/+2 |
* | PDF: fix font name in vendor/plugins/rfpdf/lib/fonts/dejavusansi.rb (#8566). | Toshi MARUYAMA | 2011-06-09 | 1 | -2/+2 |
* | PDF: Import DejaVu fonts (#8566). | Toshi MARUYAMA | 2011-06-09 | 63 | -0/+3994 |
* | Fixed: validation error on issue creation when trying to add an invalid user ... | Jean-Philippe Lang | 2011-05-22 | 1 | -1/+1 |