summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Rename the Member column to User on the time entries list.Jean-Philippe Lang2012-12-091-1/+1
* Adds TimeEntryQuery for listing time entries.Jean-Philippe Lang2012-12-094-54/+141
* Moved build_query_from_params helper to Query#build_from_params.Jean-Philippe Lang2012-12-093-17/+19
* Moves issue specific code to IssueQuery.Jean-Philippe Lang2012-12-092-112/+128
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-097-312/+337
* Use inheritable class attributes in Query model.Jean-Philippe Lang2012-12-091-53/+46
* Removed conditions on HTTP methods.Jean-Philippe Lang2012-12-081-2/+2
* Use \A and \z in validation regexps.Jean-Philippe Lang2012-12-081-1/+1
* Use \A and \z in validation regexps.Jean-Philippe Lang2012-12-086-7/+7
* Cleanup dependencies in Project model.Jean-Philippe Lang2012-12-081-2/+2
* Moved user status constants to Principal model.Jean-Philippe Lang2012-12-082-6/+6
* Group events in the activity view (#12542).Jean-Philippe Lang2012-12-086-4/+42
* Rewrites named scopes with ARel queries.Jean-Philippe Lang2012-12-0712-55/+55
* Use lambda form in model scopes (#12499)Jean-Baptiste Barth2012-12-0712-19/+19
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-067-12/+62
* remove trailing white-space from app/models/issue_category.rbToshi MARUYAMA2012-12-041-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-031-20/+10
* Code cleanup.Jean-Philippe Lang2012-12-031-2/+2
* Removed unused helper.Jean-Philippe Lang2012-12-031-3/+0
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-037-33/+42
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-037-14/+20
* Preserve the "from" parameter in activity links.Jean-Philippe Lang2012-12-021-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-2/+2
* Adds helpers for retrieving my page data.Jean-Philippe Lang2012-12-028-31/+57
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-4/+6
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-0214-36/+33
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-024-6/+8
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-0210-26/+29
* Removed unused instance variable.Jean-Philippe Lang2012-12-021-3/+0
* Makes User.current thread safe (#12097).Jean-Philippe Lang2012-12-021-2/+2
* Fixed find_issues logic.Jean-Philippe Lang2012-12-021-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-023-26/+16
* Code cleanup.Jean-Philippe Lang2012-12-011-6/+3
* Code cleanup.Jean-Philippe Lang2012-12-011-8/+2
* Moved duplicate #options_for_membership_project_select to ApplicationHelper.Jean-Philippe Lang2012-12-013-18/+9
* Fixed that roles API should accept API auth for when authentication is requir...Jean-Philippe Lang2012-11-301-0/+1
* remove trailing white-spaces from app/models/repository.rbToshi MARUYAMA2012-11-281-2/+2
* code layout cleanup app/models/issue_relation.rbToshi MARUYAMA2012-11-281-17/+33
* Code cleanup.Jean-Philippe Lang2012-11-271-3/+1
* Code cleanup.Jean-Philippe Lang2012-11-273-7/+8
* Validate email only if changed.Jean-Philippe Lang2012-11-271-1/+1
* Code cleanup.Jean-Philippe Lang2012-11-271-1/+1
* Code cleanup.Jean-Philippe Lang2012-11-271-8/+8
* Fixed the behaviour for when rescheduling a parent task (#4590).Jean-Philippe Lang2012-11-241-1/+9
* Precede-Follow relation should move following issues earlier when reschedulin...Jean-Philippe Lang2012-11-241-3/+8
* Respond with 404 instead of 500 when requesting a wiki diff with invalid vers...Jean-Philippe Lang2012-11-241-1/+2
* Use Project.rebuild_tree! instead of .rebuild! in migration.Jean-Philippe Lang2012-11-231-0/+1
* Adds a Project.rebuild_tree! method to force the rebuild of the nested set.Jean-Philippe Lang2012-11-231-0/+9
* scm: git: fix tests fail when extra_info is nil (#12409)Toshi MARUYAMA2012-11-211-0/+1
* scm: git: fix changesets aren't read after clear_changesets call (#12409)Toshi MARUYAMA2012-11-212-0/+14