summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add project is_public to GET /projects/:id and /projects API response (#17628).Jean-Baptiste Barth2014-08-152-0/+2
* fix test failure on Ruby 1.8.7 PostgreSQL (#17484)Toshi MARUYAMA2014-08-131-1/+1
* Add time entries custom fields to the context menu for quick bulk edit (#17484).Jean-Philippe Lang2014-07-294-0/+46
* Fixed an error when member's project is nil (#17486).Jean-Philippe Lang2014-07-291-2/+2
* WARNING: Can't mass-assign protected attributes: user_id, type.Jean-Philippe Lang2014-07-141-1/+1
* Fixed that query roles are not copied when copying a project (#17202).Jean-Philippe Lang2014-07-141-0/+1
* Use type="button" instead of return false; (#17401).Jean-Philippe Lang2014-07-141-2/+2
* Don't prepend project name if the version is not shared.Jean-Philippe Lang2014-07-142-1/+6
* Adds version date as title in #link_to_version (#17431).Jean-Philippe Lang2014-07-141-1/+2
* Moved #link_to_version to ApplicationHelper (#17431).Jean-Philippe Lang2014-07-142-5/+6
* remove unneeded statement from Issue#parent_issue_id=Toshi MARUYAMA2014-07-131-1/+0
* remove trailing white-spaces from app/models/user.rbToshi MARUYAMA2014-07-111-3/+3
* Fixed relative "source" links in email notifications (#3483).Jean-Philippe Lang2014-07-051-1/+1
* Option to render boolean custom fields as a single check box or radio buttons...Jean-Philippe Lang2014-07-052-3/+7
* Don't redirect to another suburi (#16530).Jean-Philippe Lang2014-07-051-12/+31
* remove trailing white-space from app/models/workflow_permission.rbToshi MARUYAMA2014-07-031-1/+1
* use \A instead of ^ for RegExp (#16190)Toshi MARUYAMA2014-07-021-1/+1
* only ignore undesirable Auto-Submitted headers defined in RFC3834 (#16190)Toshi MARUYAMA2014-07-021-1/+1
* fix file upload broken on Chrome 36 (#17151)Toshi MARUYAMA2014-07-011-1/+3