summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Preserve username when authentification failed (#11846).Jean-Philippe Lang2012-10-111-2/+7
* Adds an optional X-Redmine-Switch-User header to let admin users swicth user ...Jean-Philippe Lang2012-10-111-0/+15
* Adds a setting to allow subtasks to belong to other projects (#5487).Jean-Philippe Lang2012-10-105-8/+43
* Fixed that issue notes preview is broken by r10547 (#1554).Jean-Philippe Lang2012-10-091-1/+1
* Add "last 2 weeks" preset to time entries reporting (#11862).Jean-Philippe Lang2012-10-092-0/+4
* Fixed that export: links are broken (#12050).Jean-Philippe Lang2012-10-091-3/+2
* Restyles the issue counts.Jean-Philippe Lang2012-10-071-1/+1
* remove trailing white-spaces from app/controllers/application_controller.rbToshi MARUYAMA2012-10-051-2/+2
* Adds label_any string for filters.Jean-Philippe Lang2012-10-041-1/+1
* Passing the format in the template name is deprecated.Jean-Philippe Lang2012-10-041-1/+1
* Adds no_issue_in_project operator for relations filter (#3265).Jean-Philippe Lang2012-10-041-6/+8
* sort custom field issue filter by type and position (#12018)Toshi MARUYAMA2012-10-043-2/+29
* move CustomFieldsHelper tabs variable to model constant for common use (#12018)Toshi MARUYAMA2012-10-042-10/+22
* change "is_private" issue filter order from 15 to 16 (#12018)Toshi MARUYAMA2012-10-041-1/+1
* change "status" issue filter order from 1 to 0 (#12018)Toshi MARUYAMA2012-10-041-1/+1
* split QueriesHelper filters_options_for_select method and add new unit test (...Toshi MARUYAMA2012-10-041-1/+4
* Private issue notes (#1554).Jean-Philippe Lang2012-10-0310-27/+108
* 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