summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-223-33/+30
* Use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-12-226-208/+134
* Use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-12-221-199/+199
* "New issue" menu item should not link to copy form (#12652).Jean-Philippe Lang2012-12-212-1/+4
* Changed revision regexp to make source: links accept a branch.Jean-Philippe Lang2012-12-212-1/+5
* Adds CSS classes on pagination links.Jean-Philippe Lang2012-12-212-14/+19
* remove trailing white-spaces from app/models/issue_relation.rbToshi MARUYAMA2012-12-211-2/+2
* Russian "about_x_hours" and "x_hours" translation changed by Mikhail Velkin (...Toshi MARUYAMA2012-12-201-2/+2
* remove unused "label_modification" i18n keys (#12645)Toshi MARUYAMA2012-12-2047-98/+0
* remove unused "label_download" i18n keys (#12645)Toshi MARUYAMA2012-12-2047-98/+0
* remove unused "gui_validation_error" i18n keys (#12645)Toshi MARUYAMA2012-12-2047-100/+1
* add "few" and "many" to Russian "x_hours" (#12640)Toshi MARUYAMA2012-12-191-1/+3
* German "label_issues_by" changed by Daniel Felix (#12629)Toshi MARUYAMA2012-12-181-1/+1
* Russian "about_x_hours" translation changed by Mikhail Velkin (#12640)Toshi MARUYAMA2012-12-181-1/+1
* Russian "x_hours" translation updated by Mikhail Velkin (#12630)Toshi MARUYAMA2012-12-181-2/+2
* Japanese "permission_commit_access" and "button_view" translation changed by ...Toshi MARUYAMA2012-12-181-2/+2
* replace tabs to spaces at Redmine.pmToshi MARUYAMA2012-12-181-5/+5
* Changelog for 2.2.0 release.Jean-Philippe Lang2012-12-181-0/+70
* Russian translation changed by Kirill Bezrukov (#12615, #12619)Toshi MARUYAMA2012-12-171-2/+2
* Russian translation updated by Kirill Bezrukov (#12615)Toshi MARUYAMA2012-12-171-19/+19
* #pagination_links_each yields all links!Jean-Philippe Lang2012-12-171-2/+2
* Reset the page parameter when changing the number of items per page.Jean-Philippe Lang2012-12-171-1/+1
* Makes #per_page_links take a paginator.Jean-Philippe Lang2012-12-171-4/+4
* Split #per_page_links helper and moved test to specific test case.Jean-Philippe Lang2012-12-173-26/+53
* All spaces after links.Jean-Philippe Lang2012-12-171-4/+4
* Makes #pagination_links_full accept a block for building custom links.Jean-Philippe Lang2012-12-171-10/+19
* 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-1726-1327/+317
* Dutch translation updated (#12614)Toshi MARUYAMA2012-12-171-50/+50
* code cleanup gantt_helper.rbToshi MARUYAMA2012-12-171-4/+4
* Norwegian translation changed by Ketil Mehl (#12605, #12608)Toshi MARUYAMA2012-12-161-3/+3
* Norwegian translation for 1.4-stable updated by Ketil Mehl (#12605)Toshi MARUYAMA2012-12-161-35/+35
* Japanese translation updated by Go MAEDA (#12606)Toshi MARUYAMA2012-12-161-1/+1
* Japanese translation for 2.2-stable updated (#12607)Toshi MARUYAMA2012-12-161-1/+1
* Verifies that the param is a Hash.Jean-Philippe Lang2012-12-151-0/+1
* Save the selected file just in case uploading stuff fails/is not supported.Jean-Philippe Lang2012-12-153-5/+5
* Korean translation updated by Jongwook Choi (#12602)Toshi MARUYAMA2012-12-151-58/+58
* German translation updated by Daniel Felix (#10191)Toshi MARUYAMA2012-12-141-1/+1
* Code cleanup.Etienne Massip2012-12-131-4/+8
* Code cleanup in AuthSource controller and views.Jean-Philippe Lang2012-12-137-68/+66
* Code cleanup: implement Plugin#to_param for generating routes.Jean-Philippe Lang2012-12-134-11/+18
* Code cleanup.Jean-Philippe Lang2012-12-133-4/+4
* NoMethodError: private method `now' called for DateTime:Class error in tests ...Jean-Philippe Lang2012-12-131-3/+0
* Fixed that validation fails when receiving an email with list custom fields (...Jean-Philippe Lang2012-12-134-3/+15
* 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-1311-7/+118
* remove trailing white-spaces from public/javascripts/attachments.jsToshi MARUYAMA2012-12-121-3/+3
* Use browser language as default when registering.Jean-Philippe Lang2012-12-122-1/+14
* Code cleanup.Jean-Philippe Lang2012-12-115-2/+33