summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Deprecates Version#*_pourcent in favour of #*_percent (#12724).Jean-Philippe Lang2013-01-044-7/+19
* remove trailing white-space from app/controllers/wiki_controller.rbToshi MARUYAMA2013-01-041-1/+1
* A column has been specified more than once in the order by list (#12713).Jean-Philippe Lang2013-01-031-1/+1
* Don't do any query if id is not present.Jean-Philippe Lang2013-01-031-0/+3
* Make sure we don't cast an empty string to numeric (#12713).Jean-Philippe Lang2013-01-032-7/+7
* Use joins instead of sub-queries in group by/sort by when using custom fields...Jean-Philippe Lang2013-01-032-13/+23
* Repository changesets are already sorted by committed_on DESC (#12713).Jean-Philippe Lang2013-01-031-2/+1
* Prevents position to be specified more than once in the order by list which i...Jean-Philippe Lang2013-01-031-1/+1
* SQLServer: rule is a reserved keyword (#12713).Jean-Philippe Lang2013-01-031-2/+2
* SQLServer: The size (60) given to the type 'decimal' exceeds the maximum allo...Jean-Philippe Lang2013-01-032-7/+7
* Typo in app/models/tracker.rb (#12707).Jean-Philippe Lang2013-01-021-1/+1
* replace tabs to spaces at app/views/timelog/_form.html.erbToshi MARUYAMA2012-12-271-16/+16
* Log an error when trying to send an attachment that cannot be read.Jean-Philippe Lang2012-12-261-1/+6
* Update the issue subject when choosing an issue from the drop down menu.Jean-Philippe Lang2012-12-261-2/+11
* Upgraded JQuery to 1.8.3 and JQuery UI to 1.9.2.Jean-Philippe Lang2012-12-262-2/+2
* 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