summaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* Merged r5285 from trunk.Jean-Philippe Lang2011-04-291-0/+3
* Merged r4735 from trunk.Jean-Philippe Lang2011-04-291-2/+4
* Merged r5281 from trunk.Toshi MARUYAMA2011-04-011-2/+2
* PDF: fix the width of the ASCII character of Japanese PDF (#7794).Toshi MARUYAMA2011-04-011-3/+3
* Merged r5183 from trunk.Toshi MARUYAMA2011-03-211-2/+2
* Merged r5004 from trunk.Jean-Philippe Lang2011-03-061-1/+2
* Merged r4739 from trunk.Jean-Philippe Lang2011-01-3080-80/+9601
* 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
* Korean support for PDF export (#4639).Jean-Philippe Lang2010-02-071-5/+5
* Refactor: Move recipients method into acts_as_eventEric Davis2010-02-011-0/+7
* Fixed: rubytree gem breaks db:migrate:plugins (#4394).Jean-Philippe Lang2009-12-181-0/+1
* Moves watchers filtering logic to ActsAsWatchable.Jean-Philippe Lang2009-12-131-1/+5
* Make use of #watched_by? in issue form.Jean-Philippe Lang2009-12-021-3/+2
* Converted Menus to a Tree structure to allow submenus.Eric Davis2009-11-2513-0/+3849
* Reverts r3014 (CodeRay back to 0.7.6).Jean-Philippe Lang2009-11-2070-3831/+1511
* Upgrade Coderay to 0.9.0.Jean-Philippe Lang2009-11-0770-1511/+3831
* Fixes a wrong number of arguments error with ruby1.9.Jean-Philippe Lang2009-10-101-1/+1
* Upgrade the Engines plugin to get the bugfix for Rails::Plugin::GemLocatorEric Davis2009-10-072-2/+2
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-13107-243/+993
* Upgraded the gravatar plugin from http://github.com/woods/gravatar-pluginEric Davis2009-08-025-10/+31
* Ask user what to do with child pages when deleting a parent wiki page (#3202).Jean-Philippe Lang2009-04-211-2/+9
* Fixed broken OpenID authentication after migration to Rails 2.2 (#2894).Jean-Philippe Lang2009-03-041-1/+1
* Trackers controller refactoring.Jean-Philippe Lang2009-02-261-0/+14
* Applies r1723 on Engines update to allow view override (#2841).Jean-Philippe Lang2009-02-261-1/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-2165-7024/+244
* Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enab...Jean-Philippe Lang2009-02-12191-30018/+16
* Fixed the bundled ruby-openid gemEric Davis2009-02-121-2/+2
* Fixed a bug in open_id_authentication, where relative_url_root is definedEric Davis2009-02-111-1/+1
* Added open_id_authentication pluginEric Davis2009-02-1121-0/+1090
* Unpacked OpenID gem. #699Eric Davis2009-02-11190-0/+30000
* Replaces the repositories management SOAP API with a simple REST API.Jean-Philippe Lang2009-02-1045-5587/+0
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-2419-0/+1726
* Adds watchers selection on new issue form (#398). Permission 'add issue watch...Jean-Philippe Lang2008-12-221-0/+2
* Rails 2.1.2 deprecations (#2332).Jean-Philippe Lang2008-12-143-4/+4
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-092-0/+59