summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Display non working days on gantt according to settings (#2161).Jean-Philippe Lang2012-10-291-2/+3
* 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-291-0/+2
* 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-281-1/+1
* Wrap issue description and its contextual menu in a div (#12211).Jean-Philippe Lang2012-10-271-0/+2
* 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 retrieving wiki pages (#7082).Jean-Philippe Lang2012-10-252-0/+24
* 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-231-1/+4
* Wiki page versions routes cleanup.Jean-Philippe Lang2012-10-211-1/+1
* 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-211-3/+3
* Adds links to locked users when current user is admin.Jean-Philippe Lang2012-10-181-1/+1
* Makes enumerations available through the REST API.Jean-Philippe Lang2012-10-171-0/+9
* Adds a helper for displaying a link to add a subtask (#12113).Jean-Philippe Lang2012-10-171-1/+1
* Expose roles details via REST API (#11502).Jean-Philippe Lang2012-10-121-0/+9
* Preserve username when authentification failed (#11846).Jean-Philippe Lang2012-10-111-2/+7
* Adds a setting to allow subtasks to belong to other projects (#5487).Jean-Philippe Lang2012-10-102-1/+3
* Restyles the issue counts.Jean-Philippe Lang2012-10-071-1/+1
* Private issue notes (#1554).Jean-Philippe Lang2012-10-034-6/+20
* Makes related issues available for display and filtering on the issue list (#...Jean-Philippe Lang2012-09-291-0/+1
* Don't display the dropdown if no transition is allowed.Jean-Philippe Lang2012-09-271-1/+1
* 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
* Fixed JSON escaping of filters (#11929).Jean-Philippe Lang2012-09-251-5/+5
* Anonymous users should always see public issues only (#11872).Jean-Philippe Lang2012-09-201-0/+2
* New relation form Cancel link is broken with Chrome 21 (#11036).Jean-Philippe Lang2012-09-201-1/+1
* 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
* fix deprecation warning of the format in the template nameToshi MARUYAMA2012-09-182-2/+2
* Attachments should be available to the text formatter when previewing an exis...Jean-Philippe Lang2012-09-162-2/+2
* 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
* Option to copy subtasks when copying issue(s) (#6965).Jean-Philippe Lang2012-09-082-0/+13
* gantt: code layout cleanup html days headersToshi MARUYAMA2012-09-081-11/+7
* gantt: code layout cleanup html weeks headersToshi MARUYAMA2012-09-081-11/+7
* gantt: use content_tag instead of html tag at days headersToshi MARUYAMA2012-09-081-5/+13
* gantt: use content_tag instead of html tag at gantt header outlineToshi MARUYAMA2012-09-081-3/+8
* gantt: code layout cleanup ruby code at head of show.html.erbToshi MARUYAMA2012-09-081-17/+17
* gantt: code layout cleanup html months headersToshi MARUYAMA2012-09-081-11/+8
* gantt: use content_tag instead of html tag at gantt subjectToshi MARUYAMA2012-09-081-11/+28
* gantt: code cleanup html today red lineToshi MARUYAMA2012-09-081-1/+2
* gantt: fix code indents of html today red lineToshi MARUYAMA2012-09-081-7/+7
* gantt: use content_tag instead of html tag at gantt today red lineToshi MARUYAMA2012-09-071-6/+11
* gantt: use content_tag instead of html tag at gantt weeks headersToshi MARUYAMA2012-09-071-9/+25