summaryrefslogtreecommitdiffstats
path: root/app/views/issues/_list.html.erb
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-081-1/+1
* Use "icon icon-*" classes for expandable elements (#31433).Go MAEDA2019-05-301-1/+1
* Move styles for count and private to a new class named 'badge' (#29391).Go MAEDA2019-04-091-1/+1
* Send columns as a param to context menu instead of parsing back_url (#26836).Jean-Philippe Lang2019-03-151-0/+1
* Show full width layout custom fields as block columns in issue listing (#26081).Go MAEDA2019-02-131-1/+1
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-211-2/+4
* Reverted r17252 and r17253 (#26655).Go MAEDA2018-04-021-4/+2
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-021-2/+4
* Don't use raw output (#27186).Jean-Philippe Lang2017-10-121-1/+3
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-141-1/+4
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-2/+2
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-091-1/+1
* Use local variables in issues/list partial.Jean-Philippe Lang2017-03-091-3/+3
* Show Last Comment in Issue list (#1474).Jean-Philippe Lang2017-03-051-1/+6
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-251-1/+1
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-031-1/+2
* Removes calls to #reset_cycle (#15361).Jean-Philippe Lang2016-12-031-1/+0
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-031-1/+1
* Don't use a global variable for storing context menu URL.Jean-Philippe Lang2016-10-291-1/+1
* Don't generate back url with params.Jean-Philippe Lang2016-07-101-1/+1
* Fixed colspan value (#22932).Jean-Philippe Lang2016-06-051-1/+1
* Replaces the link with a checkbox to select/unselect all items in the list.Jean-Philippe Lang2015-10-231-3/+2
* Display totals for each group on grouped queries (#1561).Jean-Philippe Lang2015-10-091-2/+2
* Extract grouping logic to an helper.Jean-Philippe Lang2015-02-071-5/+3
* Fixed that group is not displayed when the first group is a boolean custom fi...Jean-Philippe Lang2015-01-191-3/+3
* Fixed that boolean custom field groups have same label for blank and false va...Jean-Philippe Lang2015-01-191-1/+1
* Adds css classes to get sort order on the issue list (#17993).Jean-Philippe Lang2014-10-041-1/+1
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-231-3/+1
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-061-3/+10
* 'None' grouped issue list section should be translated (#12358).Jean-Philippe Lang2012-11-171-1/+1
* Restyles the issue counts.Jean-Philippe Lang2012-10-071-1/+1
* code layout cleanup app/views/issues/_list.html.erbToshi MARUYAMA2012-09-251-11/+16
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-3/+3
* Fix duplicated 'back_url' IDsToshi MARUYAMA2012-03-241-1/+1
* Removed useless return false; statement.Jean-Philippe Lang2011-11-201-1/+1
* replace tabs to spaces and remove trailing white-spaces at app/views/issues/_...Toshi MARUYAMA2011-09-151-18/+18
* rename .rhtml to .html.erb of app/views/issues/_list.rhtml.Toshi MARUYAMA2011-09-011-0/+37