summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fixed MailHandler broken by I18n fallback added in r4679.Jean-Philippe Lang2011-01-101-2/+2
* Fixed: wiki pages with cyrillic characters not found with postgresql (#7245).Jean-Philippe Lang2011-01-101-3/+3
* scm: mercurial: accept both of revision and nodeid as changeset id (#3724).Toshi MARUYAMA2011-01-081-0/+11
* Fix associated revisions label on issue page.Toshi MARUYAMA2011-01-082-2/+4
* Removed hard-coded style on wiki history view.Jean-Philippe Lang2011-01-061-6/+6
* Do not show trackers and issue custom fields on project form when issue track...Jean-Philippe Lang2011-01-062-14/+17
* Changes ProjectsController#modules param name and add tests.Jean-Philippe Lang2011-01-062-3/+4
* Verify HTTP method on ProjectsController#create.Jean-Philippe Lang2011-01-061-3/+3
* Moves enabled_module_names param to project attribute so that it can be set t...Jean-Philippe Lang2011-01-063-4/+6
* Updated footer to 2011.Jean-Philippe Lang2011-01-021-1/+1
* Fixed: should redirect to the new project when copying a project.Jean-Philippe Lang2011-01-021-2/+2
* Additional roles of a user who belongs to a group are not always copied when ...Jean-Philippe Lang2011-01-021-1/+6
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-0210-20/+57
* Fixed: repository: mercurial: sort changesets by revision (#3449, #3567).Toshi MARUYAMA2011-01-021-0/+15
* Fixes utf8 conversions with ruby1.9.Jean-Philippe Lang2011-01-013-3/+21
* Strip non utf8 content when displaying diff (ruby1.9 compatibility).Jean-Philippe Lang2011-01-012-3/+9
* Remove the limitation on characters that can be used in custom_field, issue_s...Jean-Philippe Lang2010-12-315-5/+0
* Makes issue move form similar to bulk edit form.Jean-Philippe Lang2010-12-291-7/+16
* Find visible issues only in ContextMenusController#issues.Jean-Philippe Lang2010-12-291-1/+2
* Takes more parameters into account to determine activity freshness (#7188).Jean-Philippe Lang2010-12-291-1/+1
* Fixed: partial toc when text contains pre tags (#7172).Jean-Philippe Lang2010-12-291-8/+20
* Fixed: CLI-supplied defaults should not be applied when replying to an issue ...Jean-Philippe Lang2010-12-291-0/+3
* Fixed: Tracker reset to default when replying to an issue email (#7197).Jean-Philippe Lang2010-12-291-2/+8
* Makes Version#start_date return the minimum start_date of its issues.Jean-Philippe Lang2010-12-232-4/+3
* Makes the API accepts the X-Redmine-API-Key header to hold the API key.Jean-Philippe Lang2010-12-231-3/+12
* Makes /projects API accept same pagination parameters as other API collection...Jean-Philippe Lang2010-12-232-2/+4
* Makes API accept offset/limit or page/limit parameters for retrieving collect...Jean-Philippe Lang2010-12-231-5/+12
* Support for Javascript in Themes (#2803).Jean-Philippe Lang2010-12-221-0/+1
* Fixed: 500 error on issue query grouped by a custom field that was deleted (#...Jean-Philippe Lang2010-12-211-3/+3
* Broken links on wiki diff view.Jean-Philippe Lang2010-12-201-2/+2
* Prevents n SQL queries (n = project count) on cross-project issues list.Jean-Philippe Lang2010-12-201-10/+12
* Fixes valid revision regexp.Jean-Philippe Lang2010-12-201-1/+1
* Adds support for requesting information about current user using /users/curre...Jean-Philippe Lang2010-12-201-10/+14
* Restore rev param validation that was removed in r2840.Jean-Philippe Lang2010-12-181-1/+10
* Fixes a data disclosure issue introduced in r3941.Jean-Philippe Lang2010-12-181-0/+1
* Sort versions drop down on the bulk edit form.Jean-Philippe Lang2010-12-181-1/+1
* Fixed: issue description Quote button lost by r3941 (#7122).Jean-Philippe Lang2010-12-181-1/+1
* Fixed: r4492 breaks the ability to select issue custom fields available for p...Jean-Philippe Lang2010-12-171-1/+2
* Adds a css class for gantt subjects.Jean-Philippe Lang2010-12-171-0/+2
* Adds an application setting to limit the number of items that can be displaye...Jean-Philippe Lang2010-12-152-0/+7
* Adds journal created_on attribute to issue API (#7111).Jean-Philippe Lang2010-12-141-0/+1
* Fixed: 404 when entering time with blank issue id (#7099).Jean-Philippe Lang2010-12-141-2/+2
* Fixed bad html generated in users/memberships partial (multiple </tbody> tags)Jean-Baptiste Barth2010-12-121-1/+1
* Restores the issue description label (#6677).Jean-Philippe Lang2010-12-121-8/+10
* Refactor and add tests for News #index API (#7072).Jean-Philippe Lang2010-12-123-7/+37
* Make sure there's no nil result in auto_complete.Jean-Philippe Lang2010-12-121-0/+1
* Autocomplete issue relations on subject (#3170).Jean-Philippe Lang2010-12-122-3/+6
* Fixes password sending when creating user.Jean-Philippe Lang2010-12-121-1/+1
* Extracts user groups assignment from controller.Jean-Philippe Lang2010-12-122-2/+4
* Code cleanup.Jean-Philippe Lang2010-12-124-8/+6