summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Adds Private filter to the issue list (#8577).Jean-Philippe Lang2012-07-051-1/+13
* Makes Private column available on the issue list (#8577).Jean-Philippe Lang2012-07-051-0/+5
* Perf: don't load preferences for the anonymous user.Jean-Philippe Lang2012-07-051-0/+4
* Perf: use a custom decoder for Role#permissions instead of YAML.load.Jean-Philippe Lang2012-07-051-5/+14
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-0511-43/+188
* Fixed: Can't filter for negative numeric custom field (#11307).Jean-Philippe Lang2012-07-041-2/+2
* Code cleanup.Jean-Philippe Lang2012-07-041-1/+1
* Code cleanup.Jean-Philippe Lang2012-07-041-6/+1
* Code cleanup.Jean-Philippe Lang2012-07-041-6/+2
* Perf: don't load parent message for generating a link.Jean-Philippe Lang2012-07-041-1/+1
* Code cleanup.Etienne Massip2012-06-261-8/+9
* More specific flash message when creating a user account.Jean-Philippe Lang2012-06-261-1/+1
* Additional "Log time" link on project overview (#11181).Jean-Philippe Lang2012-06-261-1/+5
* Fixed: Link is escaped in wiki added/updated notification email (#11262).Jean-Philippe Lang2012-06-262-2/+2
* Fixed that root projects are escaped twice in the project drop down (#11217).Jean-Philippe Lang2012-06-261-1/+1
* Moved logic relative to project status from User to Project model (#3640).Jean-Philippe Lang2012-06-252-6/+10
* Visual hint for closed projects on project list (#3640).Jean-Philippe Lang2012-06-251-1/+1
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-2510-23/+77
* Removed test line committed accidently (#11073).Etienne Massip2012-06-231-1/+0
* Use base class name as customized type to fix @UserCustomField#order_statement@.Etienne Massip2012-06-231-2/+3
* Reversed order of priorities on the issue summary page (#11205).Jean-Philippe Lang2012-06-201-2/+2
* Makes repository url read-only after saving.Jean-Philippe Lang2012-06-203-10/+13
* Safe attributes for repositories.Jean-Philippe Lang2012-06-193-2/+14
* Make repository identifier accept underscores (#11192).Jean-Philippe Lang2012-06-191-2/+2
* Removed invalid nested p tags.Jean-Philippe Lang2012-06-183-6/+4
* Fixed that deleting a project with subtasks may fail (#11185).Jean-Philippe Lang2012-06-181-0/+22
* Display dates using user's locale if available (#2190).Etienne Massip2012-06-161-3/+3
* Fixed that time entries should be sorted by date and created_on (#11178).Jean-Philippe Lang2012-06-161-1/+1
* Fixed that sticky messages are not displayed first (#11170).Jean-Philippe Lang2012-06-161-2/+2
* Fixed that Subversion#load_entries_changesets raises an error if entries is nil.Jean-Philippe Lang2012-06-121-0/+2
* scm: mercurial: use Rails3 ActiveRecord syntax with same as git r9807 at find...Toshi MARUYAMA2012-06-111-4/+4
* Extract code from view.Jean-Philippe Lang2012-06-101-1/+1
* Code cleanup.Jean-Philippe Lang2012-06-101-1/+6
* Code cleanup.Jean-Philippe Lang2012-06-101-4/+4
* Faster changesets loading for subversion.Jean-Philippe Lang2012-06-101-0/+16
* Adds a method to load changesets for repository entries.Jean-Philippe Lang2012-06-107-12/+23
* Make sure we look for a feeds token.Jean-Philippe Lang2012-06-101-1/+1
* Stringify tokens.Jean-Philippe Lang2012-06-101-3/+3
* Stringify User.try_to_login arguments.Jean-Philippe Lang2012-06-101-1/+4
* Make sure that #api_key_from_request returns a String.Jean-Philippe Lang2012-06-101-2/+2
* Configurable session lifetime and timeout (#6597).Jean-Philippe Lang2012-06-102-6/+58
* Fixed: German umlauts in Subject get striped with ruby1.8 (#11065).Jean-Philippe Lang2012-06-101-2/+19
* Force rendering of activity view if activity items count changed.Jean-Philippe Lang2012-06-091-1/+1
* Fixed that link to user is escaped in activity title (#11124).Jean-Philippe Lang2012-06-091-1/+1
* Fixed that custom_fields property is ignored for time entries in REST API (#1...Jean-Philippe Lang2012-06-091-1/+1
* Ability to set default column order in issue list (#11068).Jean-Philippe Lang2012-06-082-6/+10
* Show repository images inline when clicking 'View' (#10362).Jean-Philippe Lang2012-06-071-0/+1
* Fixed that wiki start page can't be changed (#11085).Jean-Philippe Lang2012-06-031-1/+1
* Makes users optional in GET /groups/:id (#8981).Jean-Philippe Lang2012-06-031-1/+1
* Rails 3.2.5 compatibility.Jean-Philippe Lang2012-06-031-2/+2