summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Ability to delete a version from a wiki page history (#10852).Jean-Philippe Lang2012-10-234-2/+32
* Wiki page versions routes cleanup.Jean-Philippe Lang2012-10-213-4/+4
* Don't show watch, lock/unlock, delete links on previous wiki page versions.Jean-Philippe Lang2012-10-211-7/+10
* Handle deleted wiki page versions (#10852).Jean-Philippe Lang2012-10-213-11/+20
* Let the attachment filename be specified on upload (#12125).Jean-Philippe Lang2012-10-181-1/+1
* Reverts r10676 that broke a test.Jean-Philippe Lang2012-10-181-1/+2
* Code cleanup.Jean-Philippe Lang2012-10-181-2/+1
* Use named route.Jean-Philippe Lang2012-10-181-3/+1
* Use named route.Jean-Philippe Lang2012-10-181-1/+1
* Adds links to locked users when current user is admin.Jean-Philippe Lang2012-10-183-3/+14
* Code cleanup.Jean-Philippe Lang2012-10-181-1/+1
* Fixed that invalid start date is ignored (#12092).Jean-Philippe Lang2012-10-181-1/+5
* Makes enumerations available through the REST API.Jean-Philippe Lang2012-10-173-3/+26
* Use named route (#12113).Jean-Philippe Lang2012-10-171-1/+1
* Use parent tracker as the default tracker when adding a subtask (#12113).Jean-Philippe Lang2012-10-171-1/+5
* Adds a helper for displaying a link to add a subtask (#12113).Jean-Philippe Lang2012-10-172-1/+6
* Use a local variable.Jean-Philippe Lang2012-10-171-1/+3
* Fixed that entering #nnn as parent task should validate (#11979).Jean-Philippe Lang2012-10-141-1/+2
* Make sure that custom field format cannot be changed.Jean-Philippe Lang2012-10-131-0/+5
* remove trailing white-spaces from app/controllers/issue_categories_controller.rbToshi MARUYAMA2012-10-121-2/+2
* Expose roles details via REST API (#11502).Jean-Philippe Lang2012-10-122-4/+18
* Fixed: No validation errors when entering an invalid "Parent task" (#11979).Jean-Philippe Lang2012-10-121-6/+12
* Fixed that User#allowed_to? should return true or false (#12078).Jean-Philippe Lang2012-10-121-7/+7
* 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