summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* code layout cleanup Query available_filters methodToshi MARUYAMA2012-10-021-33/+71
* code cleanup r10542 changes (#10937)Toshi MARUYAMA2012-10-011-1/+1
* add new user format "lastname" (#10937)Toshi MARUYAMA2012-10-011-1/+6
* pin user format order at setting panel (#10937)Toshi MARUYAMA2012-10-012-6/+27
* Call sort for array with more than one element only.Jean-Philippe Lang2012-09-291-2/+2
* Test failure.Jean-Philippe Lang2012-09-291-1/+1
* Display visible relations in API response.Jean-Philippe Lang2012-09-291-1/+1
* Makes related issues available for display and filtering on the issue list (#...Jean-Philippe Lang2012-09-296-12/+115
* Do not link copied issues when copying a project (#6899).Jean-Philippe Lang2012-09-272-2/+2
* Fixed that issue author is assigned with current user when the edit form is u...Jean-Philippe Lang2012-09-271-1/+1
* Don't display the dropdown if no transition is allowed.Jean-Philippe Lang2012-09-271-1/+1
* Adds a "Copied from/to" relation when copying issue(s) (#6899).Jean-Philippe Lang2012-09-272-5/+18
* explicitly define route at scm diff view (#11966)Toshi MARUYAMA2012-09-271-2/+3
* code layout cleanup app/views/issues/_list.html.erbToshi MARUYAMA2012-09-251-11/+16
* remove trailing white-spaces from app/models/query.rbToshi MARUYAMA2012-09-251-3/+3
* replace tab to space at app/models/query.rbToshi MARUYAMA2012-09-251-1/+1
* Fixed JSON escaping of filters (#11929).Jean-Philippe Lang2012-09-252-5/+10
* Use eager loaded #principal association instead of #user (#11904).Jean-Philippe Lang2012-09-221-1/+1
* Use eager loaded #principal association instead of #user (#11904).Jean-Philippe Lang2012-09-221-1/+1
* Avoid to run one SQL query per member on Project#assignable_users (#11904).Jean-Philippe Lang2012-09-221-1/+1
* Potential can't dup NilClass error in UserPreference (#11905).Jean-Philippe Lang2012-09-221-1/+1
* Anonymous users should always see public issues only (#11872).Jean-Philippe Lang2012-09-203-19/+26
* New relation form Cancel link is broken with Chrome 21 (#11036).Jean-Philippe Lang2012-09-201-1/+1
* Anonymous users should not see private issues with anonymous author (#11872).Jean-Philippe Lang2012-09-191-6/+14
* use radio buttons instead of a select at attachment as same as r10426 repositoryToshi MARUYAMA2012-09-181-7/+5
* Use radio buttons instead of a select.Jean-Philippe Lang2012-09-181-5/+3
* Fixed that git diff displays deleted files as /dev/null (#11868).Jean-Philippe Lang2012-09-183-3/+4
* scm: bazaar: use log encoding as path encoding (#11834)Toshi MARUYAMA2012-09-181-0/+22
* fix deprecation warning of the format in the template nameToshi MARUYAMA2012-09-182-2/+2
* Fixed #onthefly_creation_failed broken by r9940 (#11850).Jean-Philippe Lang2012-09-171-1/+1
* Attachments should be available to the text formatter when previewing an exis...Jean-Philippe Lang2012-09-163-2/+6
* scm: bazaar: remove unused scm.revisions ":with_paths => true" option from fe...Toshi MARUYAMA2012-09-161-1/+1
* Do not consider that versions that are due today are completed.Jean-Philippe Lang2012-09-161-1/+1
* remove unused "require 'redmine/codeset_util'" from RepositoriesHelperToshi MARUYAMA2012-09-151-2/+0
* remove redundant empty lines from RepositoriesHelperToshi MARUYAMA2012-09-151-13/+0
* remove unused "require 'iconv'" from RepositoriesHelperToshi MARUYAMA2012-09-151-1/+0
* Fixed comment.Etienne Massip2012-09-121-1/+1
* Code cleanup (#11814).Jean-Philippe Lang2012-09-111-3/+5
* Set the first day of week in the date picker according to settings (#11814).Jean-Philippe Lang2012-09-111-1/+5
* Use javascript_tag.Jean-Philippe Lang2012-09-111-2/+3
* Moved the javascript includes in html head.Jean-Philippe Lang2012-09-111-2/+5
* do not show estimated time if it is nil on issue pageToshi MARUYAMA2012-09-111-1/+3
* Log current user on each request.Jean-Philippe Lang2012-09-091-0/+1
* Code cleanup.Jean-Philippe Lang2012-09-091-6/+6
* Fixed that the reminder email excludes issues assigned to groups (#11723).Jean-Philippe Lang2012-09-091-1/+10
* Fixed: Issues associated with a locked version are not copied when copying a ...Jean-Philippe Lang2012-09-091-1/+11
* Fixed that target version is lost on project copy for issues that are assigne...Jean-Philippe Lang2012-09-091-1/+1
* Code cleanup.Jean-Philippe Lang2012-09-091-6/+4
* Do not copy subtasks twice when copying an issue and its descendants (#6965).Jean-Philippe Lang2012-09-081-0/+7
* Adapt subtasks copy when copying a project (#6965).Jean-Philippe Lang2012-09-081-1/+1