summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Non working days is an array of strings (#2161).Jean-Philippe Lang2012-10-291-1/+1
* Ignore non-working days when rescheduling an issue (#2161).Jean-Philippe Lang2012-10-294-6/+25
* Hard-coded "Back" on 404 view (#12231).Jean-Philippe Lang2012-10-281-1/+1
* Use page parameter instead of p for pagination.Jean-Philippe Lang2012-10-282-2/+2
* REST API for deleting wiki pages (#7082).Jean-Philippe Lang2012-10-281-3/+7
* remove trailing white-space from app/controllers/repositories_controller.rbToshi MARUYAMA2012-10-281-1/+1
* Wrap issue description and its contextual menu in a div (#12211).Jean-Philippe Lang2012-10-271-0/+2
* Adds a textual css class for issue priorities (#12216).Jean-Philippe Lang2012-10-262-1/+35
* Adds last edit comments on the wiki page (#7082).Jean-Philippe Lang2012-10-251-0/+1
* Adds ?include=attachments option when retrieving a wiki page with the REST AP...Jean-Philippe Lang2012-10-251-0/+6
* REST API for creating/updating wiki pages (#7082).Jean-Philippe Lang2012-10-253-17/+46
* REST API for retrieving wiki pages (#7082).Jean-Philippe Lang2012-10-254-7/+40
* Don't show confirmation message when disabled delete link in the context menu...Jean-Philippe Lang2012-10-241-2/+2
* scm: use nil instead of @rev at revision text box of "View all revisions" pageToshi MARUYAMA2012-10-241-1/+1
* fix "Page not found" on OK button in SCM "View all revisions" page (#12196)Toshi MARUYAMA2012-10-241-1/+2
* 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