summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-12161-161/+161
* Adds a message about disabling multiple values on custom field form (#12251).Jean-Philippe Lang2013-01-121-1/+6
* Ability to uncheck "Multiple values" for existing custom fields (#12251).Jean-Philippe Lang2013-01-122-1/+18
* Code cleanup (#12801).Jean-Philippe Lang2013-01-101-3/+3
* Fixed that viewing the history of a wiki page with attachments raises an erro...Jean-Philippe Lang2013-01-101-2/+2
* Deprecation warnings (#12774).Jean-Philippe Lang2013-01-0810-19/+19
* Gantt perf: fixed that Project#start_date and #due_date run way too much quer...Jean-Philippe Lang2013-01-062-8/+14
* Generate project identifier automatically with JavaScript (#9225).Jean-Philippe Lang2013-01-061-1/+7
* remove trailing white-spaces from app/models/mail_handler.rbToshi MARUYAMA2013-01-061-2/+2
* Negative estimated hours should not be valid (#12735).Jean-Philippe Lang2013-01-051-1/+1
* Adds a custom validator for dates (#12736).Jean-Philippe Lang2013-01-052-16/+3
* Login link unexpected logs you out (#12611).Jean-Philippe Lang2013-01-051-1/+3
* Store the other issue in a variable (#10916).Jean-Philippe Lang2013-01-051-6/+7
* Show precedes/follows and blocks/blocked relations on the Gantt diagram (#3436).Jean-Philippe Lang2013-01-051-2/+21
* Make sure that dates are stored as YYYY-MM-DD in journal details (#12713).Jean-Philippe Lang2013-01-041-2/+5
* Prevent sqlserver adapter from breaking the sub-query (#12713).Jean-Philippe Lang2013-01-041-1/+1
* Pass the order option as an array to satisfy sqlserver adapter (#12713).Jean-Philippe Lang2013-01-042-8/+7
* 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