summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Don't load user activity for API responses (#18128).Jean-Philippe Lang2014-11-111-4/+5
* Display visible users only for when adding project members (#11724).Jean-Philippe Lang2014-11-111-1/+1
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-118-32/+78
* Prevents a status load in #status_was when status is not changed (#18290).Jean-Philippe Lang2014-11-081-2/+6
* Prevents author load (#18290).Jean-Philippe Lang2014-11-081-1/+1
* Adds configuration settings to limit valid repository path (#1415).Jean-Philippe Lang2014-11-083-7/+50
* Code cleanup.Jean-Philippe Lang2014-11-061-29/+26
* Use em.info tags.Jean-Philippe Lang2014-11-061-9/+7
* Preload users and projects for latest news on welcome page.Jean-Philippe Lang2014-11-061-1/+1
* Use IssueRelation#to_s.Jean-Philippe Lang2014-11-052-5/+3
* Overrides IssueRelation#to_s.Jean-Philippe Lang2014-11-052-4/+11
* Time entries CSV export should include the tracker and subject of the issue (...Jean-Philippe Lang2014-11-051-4/+8
* Fixed that setting a status as closed should update issue closed_on attribute...Jean-Philippe Lang2014-11-051-0/+18
* Let QueryColumn accept a Proc as caption (#18276).Jean-Philippe Lang2014-11-041-1/+8
* Fixed that a disabled field which is required by workflow rules blocks issue ...Jean-Philippe Lang2014-11-041-1/+1
* Fixed that parent column should not include issue subject (#13673).Jean-Philippe Lang2014-11-041-0/+2
* Fixed CSV content for parent issue column (#13608).Jean-Philippe Lang2014-11-041-0/+2
* Fixed that there's no space after lists in project description (#2573).Jean-Philippe Lang2014-11-041-1/+3
* Prevents one query per group.Jean-Philippe Lang2014-11-021-1/+1
* Prevents one query per tracker.Jean-Philippe Lang2014-11-021-1/+1
* Moved controller code to new method Project#add_default_member.Jean-Philippe Lang2014-11-022-4/+10
* Adds a 'sorted' scope to Project.Jean-Philippe Lang2014-11-023-6/+8
* Code cleanup, #roadmap no longer exists.Jean-Philippe Lang2014-11-021-1/+0
* Removed unused helpers.Jean-Philippe Lang2014-11-021-6/+0
* Code cleanup, removed conditions on request method.Jean-Philippe Lang2014-11-021-5/+5
* Adds (un)check all buttons to select all projects (#11702).Jean-Philippe Lang2014-11-022-4/+12
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-0210-44/+87
* Fixed that IssueRelation should not be responsible for calling Issue#init_jou...Jean-Philippe Lang2014-11-024-26/+59
* Removed ORDER option on acts_as_tree that duplicates default_scope.Jean-Philippe Lang2014-10-301-1/+1
* Fixed SQL errors with SQLServer (column specified more than once in the order...Jean-Philippe Lang2014-10-292-2/+2
* Order scopes cleanup.Jean-Philippe Lang2014-10-296-7/+7
* Code cleanup.Jean-Philippe Lang2014-10-281-2/+2
* Removed unused instance variable.Jean-Philippe Lang2014-10-281-1/+1
* Code cleanup.Jean-Philippe Lang2014-10-281-3/+3
* Code cleanup, removed raw SQL.Jean-Philippe Lang2014-10-282-2/+2
* Query IssueStatus model to prevent workflows instanciation.Jean-Philippe Lang2014-10-261-10/+14
* Code cleanup.Jean-Philippe Lang2014-10-261-10/+15
* Prevents useless COUNT queries.Jean-Philippe Lang2014-10-261-2/+2
* Code cleanup.Jean-Philippe Lang2014-10-262-16/+19
* Clear @assignable_users on reload.Jean-Philippe Lang2014-10-251-0/+1
* Makes Project#assignable_users return a scope that prevents 2*n queries.Jean-Philippe Lang2014-10-252-6/+8
* Code cleanup.Jean-Philippe Lang2014-10-252-17/+19
* Code cleanup, use safer #closed?Jean-Philippe Lang2014-10-241-2/+2
* Restores commits reverted when rails-4.1 branch was merged (#18174).Jean-Philippe Lang2014-10-247-14/+21
* 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