summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-2414-25/+0
* use includes instead of joins at Issue#visibleToshi MARUYAMA2014-10-241-1/+1
* Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang2014-10-2318-184/+287
* Code cleanup: use #project_condition.Jean-Philippe Lang2014-10-231-3/+2
* Use regular AR query instead of raw SQL.Jean-Philippe Lang2014-10-231-5/+2
* Replaced Board#topics with a regular method.Jean-Philippe Lang2014-10-221-1/+5
* Fixed an SQL error with SQLServer (#14534).Jean-Philippe Lang2014-10-221-1/+1
* Adds path to plugin_assets directory in admin/info (#8817).Jean-Philippe Lang2014-10-222-2/+2
* Code cleanup, use array instead of handcrafted update.Jean-Philippe Lang2014-10-221-4/+4
* Removed unneeded :foreign_key option on belongs_to associations.Jean-Philippe Lang2014-10-2212-23/+23
* Removed deprecated stuff for Redmine 3.0.Jean-Philippe Lang2014-10-225-54/+0
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-2298-328/+434
* Adds a Cancel button on issue edit view (#18051).Jean-Philippe Lang2014-10-211-0/+1
* Fixed test failure with MySQL introduced by r13467.Jean-Philippe Lang2014-10-211-1/+1
* Fixed test failure with SQLServer introduced by r13461.Jean-Philippe Lang2014-10-211-1/+2
* Fixed tests broken by r13461.Jean-Philippe Lang2014-10-201-1/+1
* Code cleanup, removed raw SQL queries.Jean-Philippe Lang2014-10-201-61/+36
* use deep_dup to prevent losing mail receiving options (#14491)Toshi MARUYAMA2014-10-201-1/+1
* Use relative URL for thumbnails according to :only_path option (#18119).Jean-Philippe Lang2014-10-181-1/+1
* MailHandler: Don't use String#respond_to?(:force_encoding) (#18047)Toshi MARUYAMA2014-10-081-1/+1
* Reverts change in r13428, project can't be found by identifier (#17959).Jean-Philippe Lang2014-10-051-1/+1
* Fixed that preview doesn't show notes when issue project is changed (#17959).Jean-Philippe Lang2014-10-051-2/+2
* Don't link multiple changesets from the same commit multiple times (#17931).Jean-Philippe Lang2014-10-052-1/+19
* Adds css classes to get sort order on the issue list (#17993).Jean-Philippe Lang2014-10-042-1/+13
* Removes routes for time entries nested under project/issues.Jean-Philippe Lang2014-10-044-8/+38
* Adds a link to /time_entries/new from My Page Spent Time block (#17955).Jean-Philippe Lang2014-10-041-0/+6
* Let the new time_entry form be submitted without project (#17954).Jean-Philippe Lang2014-10-046-52/+41
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-2818-43/+219
* rename jQuery Datepicker i18n file nameToshi MARUYAMA2014-09-271-1/+1
* Ignore email keywords after truncation line (#8758).Jean-Philippe Lang2014-09-201-3/+3
* Expire other sessions on password change (#17796).Jean-Baptiste Barth2014-09-163-1/+17
* remove trailing white-space from app/models/issue_custom_field.rbToshi MARUYAMA2014-09-161-1/+1
* Backport r13313 from rails-4.1 to trunk.Toshi MARUYAMA2014-09-149-11/+11
* Code cleanup (#17717).Jean-Philippe Lang2014-09-141-3/+5
* Parent issue autocomplete does not follow to the "Allow cross-project subtask...Jean-Philippe Lang2014-09-143-2/+24
* Fixed: Issues counters in roadmap only link to issues in the same project (#9...Jean-Philippe Lang2014-09-142-14/+32
* Invalidate security tokens on password or email changes (#17717).Jean-Baptiste Barth2014-09-141-1/+13
* Issue API: include is_private attribute in xml/json output (#10914).Jean-Philippe Lang2014-09-132-0/+2
* Moves project sidebar content to a partial (#17380).Jean-Philippe Lang2014-09-132-11/+13
* Fixed: The error flash message on session expiration is not in the language o...Jean-Philippe Lang2014-09-131-3/+4
* Fixed: Files assigned to a version can not be deleted if Issue Tracking modul...Jean-Philippe Lang2014-09-131-0/+4
* Mark private notes more clearly (#16240).Jean-Baptiste Barth2014-09-091-1/+2
* Make 2nd parameter optional in User#allowed_to_globally? for consistency (#64...Jean-Baptiste Barth2014-09-061-1/+5
* Include enabled modules in projects API (#17602).Jean-Baptiste Barth2014-09-063-12/+23
* Fix syntax for ruby 1.8.7 (#13487).Jean-Baptiste Barth2014-08-311-7/+2
* Optimize committers/users map retrieval for statistic graphs (#13487).Jean-Baptiste Barth2014-08-311-9/+27
* Honnor committers/users mapping in repository statistics (#13487).Jean-Baptiste Barth2014-08-261-3/+4
* Move some RepositoriesController logic to Repository#stats_by_author (#13487).Jean-Baptiste Barth2014-08-262-9/+33
* revert r13199 (#17151)Toshi MARUYAMA2014-08-261-3/+1
* remove unneeded setting self[left_column_name] and self[right_column_name] fr...Toshi MARUYAMA2014-08-231-2/+0