summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed duplicate test name.Jean-Philippe Lang2012-12-111-1/+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-1122-88/+117
* Removed temp file.Jean-Philippe Lang2012-12-111-326/+0
* Use named routes in controllers.Jean-Philippe Lang2012-12-1113-39/+370
* Routes cleanup.Jean-Philippe Lang2012-12-111-6/+1
* 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-1022-83/+442
* Fixed notes preview in issue history broken and hidden by a broken test.Etienne Massip2012-12-102-2/+3
* 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-095-50/+56
* Adds filters for custom fields related to the project and user of time entrie...Jean-Philippe Lang2012-12-0948-0/+48
* 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-093-16/+16
* Adds TimeEntryQuery for listing time entries.Jean-Philippe Lang2012-12-098-176/+182