summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Auto-populate fields while creating a new user with LDAP (#10286).Jean-Philippe Lang2012-12-264-7/+85
* Missing labels on auth_source edit form.Jean-Philippe Lang2012-12-241-1/+1
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-234-6/+14
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-237-62/+34
* Renamed #_issues_path to #_project_issues_path.Jean-Philippe Lang2012-12-233-6/+6
* Moved routes helper methods to an helper.Jean-Philippe Lang2012-12-232-10/+33
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-231-9/+7
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-222-10/+10
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-222-4/+4
* Code cleanup.Jean-Philippe Lang2012-12-222-10/+9
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-221-15/+17
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-224-11/+12
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-222-32/+29
* Use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-12-221-1/+1
* Changed revision regexp to make source: links accept a branch.Jean-Philippe Lang2012-12-211-1/+1
* remove trailing white-spaces from app/models/issue_relation.rbToshi MARUYAMA2012-12-211-2/+2
* Display 25 items.Jean-Philippe Lang2012-12-172-2/+2
* Use scoped models for pagination.Jean-Philippe Lang2012-12-173-3/+3
* Replaces the classic_pagination plugin with a simple pagination module.Jean-Philippe Lang2012-12-172-53/+2
* code cleanup gantt_helper.rbToshi MARUYAMA2012-12-171-4/+4
* Save the selected file just in case uploading stuff fails/is not supported.Jean-Philippe Lang2012-12-151-1/+2
* Code cleanup in AuthSource controller and views.Jean-Philippe Lang2012-12-136-64/+37
* Code cleanup: implement Plugin#to_param for generating routes.Jean-Philippe Lang2012-12-132-3/+3
* Code cleanup.Jean-Philippe Lang2012-12-133-4/+4
* Fixed that validation fails when receiving an email with list custom fields (...Jean-Philippe Lang2012-12-131-1/+7
* Fixed: clicking journal edit multiple times shows multiple forms (#12568).Jean-Philippe Lang2012-12-131-1/+7
* Store attachments in subdirectories (#5298).Jean-Philippe Lang2012-12-131-7/+38
* Use browser language as default when registering.Jean-Philippe Lang2012-12-121-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-112-2/+1
* Removed unused code.Jean-Philippe Lang2012-12-111-47/+0
* Code cleanup.Jean-Philippe Lang2012-12-111-6/+7
* Use named routes in controllers.Jean-Philippe Lang2012-12-1119-84/+113
* 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