summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
...
* Do not generate duplicate ids.Jean-Philippe Lang2012-01-081-1/+1
* Form tag without action attribute is invalid.Jean-Philippe Lang2012-01-081-2/+2
* Do not generate duplicate ids and fixes tag attribute.Jean-Philippe Lang2012-01-081-2/+2
* Removes spaces in versions anchors.Jean-Philippe Lang2012-01-081-2/+2
* Do not generate empty uls.Jean-Philippe Lang2012-01-081-0/+2
* Do not generate duplicate ids.Jean-Philippe Lang2012-01-081-1/+1
* Fixed labels tags referencing wrong ids.Jean-Philippe Lang2012-01-081-1/+1
* Check project assignment on issue copy/move.Jean-Philippe Lang2012-01-081-1/+1
* Use the regular issue form to copy a single issue.Jean-Philippe Lang2012-01-084-7/+10
* Copy issues via bulk update action.Jean-Philippe Lang2012-01-074-83/+8
* Removed the "Move" button for issues since they can be moved from the bulk ed...Jean-Philippe Lang2012-01-071-4/+0
* Allows project to be changed from the bulk edit form.Jean-Philippe Lang2012-01-071-2/+19
* Render projects as a tree in the project select field.Jean-Philippe Lang2012-01-071-1/+1
* Removed the "Move" button for single issue since it can be moved from the reg...Jean-Philippe Lang2012-01-072-1/+2
* Allows project to be changed from the regular issue update action (#4769, #98...Jean-Philippe Lang2012-01-073-9/+18
* Use #context_menu helper.Jean-Philippe Lang2012-01-061-5/+2
* code layout clean up app/views/issues/index.html.erbToshi MARUYAMA2012-01-051-6/+21
* Adds avatar on changeset view.Jean-Philippe Lang2012-01-041-1/+1
* Prevent empty table from being rendered.Jean-Philippe Lang2012-01-041-3/+6
* Use explicit path name.Jean-Philippe Lang2012-01-041-1/+1
* code layout clean up app/views/messages/edit.html.erbToshi MARUYAMA2012-01-041-3/+7
* Rails3: view: use explicit post method at messages/edit.html.erbToshi MARUYAMA2012-01-041-1/+5
* Rails3: view: change html special characters to hexadecimal utf-8 strings at ...Toshi MARUYAMA2012-01-041-2/+4
* Rails3: view: html_safe for repositories/_revision_graph.html.erbToshi MARUYAMA2012-01-041-1/+1
* use i18n label for previous and next issue (#2850)Toshi MARUYAMA2012-01-041-2/+6
* Adds previous/next links to issue (#2850).Jean-Philippe Lang2012-01-031-1/+8
* code layout clean up app/views/wiki/rename.html.erbToshi MARUYAMA2012-01-031-2/+7
* Rails3: view: use explicit post method at wiki/rename.html.erbToshi MARUYAMA2012-01-031-1/+3
* Rails3: view: use explicit post method at projects/settings/_modules.html.erbToshi MARUYAMA2012-01-031-1/+2
* Rails3: view: use explicit post method at my/account.html.erbToshi MARUYAMA2012-01-031-2/+4
* code layout clean up app/views/wiki/index.html.erbToshi MARUYAMA2012-01-031-3/+11
* View cleanup.Jean-Philippe Lang2012-01-021-24/+11
* code layout cleanup app/views/repositories/_navigation.html.erbToshi MARUYAMA2012-01-021-4/+14
* Give explicit url option.Jean-Philippe Lang2012-01-011-1/+1
* Rails3: view: html_safe for wiki/show.html.erbToshi MARUYAMA2012-01-011-2/+2
* Rails3: view: html_safe for my/page_layout.html.erbToshi MARUYAMA2012-01-011-1/+3
* Rails3: view: html_safe for timelog/report.html.erbToshi MARUYAMA2012-01-011-1/+1
* Rails3: view: html_safe for timelog/_report_criteria.html.erbToshi MARUYAMA2012-01-011-2/+2
* Rails3: view: html_safe for issue_moves/new.html.erbToshi MARUYAMA2012-01-011-1/+1
* Rails3: view: html_safe for issues/bulk_edit.html.erbToshi MARUYAMA2012-01-011-2/+7
* Rails3: view: html_safe for issues/destroy.html.erbToshi MARUYAMA2011-12-221-1/+1
* Rails3: view: html_safe for timelog/bulk_edit.html.erbToshi MARUYAMA2011-12-211-3/+4
* Rails3: view: html_safe for common/_calendar.html.erbToshi MARUYAMA2011-12-211-2/+2
* html_safe for Rails3Jean-Philippe Lang2011-12-181-1/+1
* html_safe for Rails3Jean-Philippe Lang2011-12-171-1/+1
* html_safe for Rails3Jean-Philippe Lang2011-12-171-1/+1
* Option to set parent automatically for new wiki pages (#3108).Jean-Philippe Lang2011-12-171-0/+4
* Changed style of the wiki edit form.Jean-Philippe Lang2011-12-171-3/+6
* Invalid HTML generated with ruby1.9.Jean-Philippe Lang2011-12-171-1/+5
* Display issue form fields according to permissions.Jean-Philippe Lang2011-12-154-21/+33