summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Use named routes in controllers.Jean-Philippe Lang2012-12-1111-37/+42
* Moved IssueRelations to IssueRelation::Relations.Jean-Philippe Lang2012-12-102-15/+15
* Moved javascript include tag to head.Jean-Philippe Lang2012-12-101-1/+3
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-1012-35/+83
* Fixed notes preview in issue history broken and hidden by a broken test.Etienne Massip2012-12-101-1/+2
* Rescue Query::StatementInvalid in TimelogController.Jean-Philippe Lang2012-12-091-0/+2
* Makes time entry custom fields available for display on the time entries list...Jean-Philippe Lang2012-12-094-49/+55
* Adds filters for custom fields related to the project and user of time entrie...Jean-Philippe Lang2012-12-091-0/+1
* Adds filters for regular/custom fields to the time entries list/report (#10191).Jean-Philippe Lang2012-12-094-4/+54
* Fixed syntax for ruby1.8.Jean-Philippe Lang2012-12-091-1/+1
* 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