summaryrefslogtreecommitdiffstats
path: root/app/views/issues/index.html.erb
Commit message (Expand)AuthorAgeFilesLines
* Fix: "Import issues" and "Import time entries" pages are visible to users wit...Go MAEDA2024-11-031-1/+1
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-191-7/+7
* Replaces various icons with SVG icons (#23980).Marius Balteanu2024-09-081-1/+1
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-291-4/+4
* Adds description field to custom queries (#9309).Marius Balteanu2024-06-041-0/+1
* Add field separator option to CSV export dialog (#37621).Go MAEDA2023-10-211-0/+1
* Use query name as the file name when exporting queries (#16207).Go MAEDA2022-08-241-0/+1
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-191-3/+3
* Permission check of the setting button on the issues page mismatches button s...Go MAEDA2022-01-101-1/+1
* Option to Check/Uncheck all block columns in export (#33169).Go MAEDA2020-04-011-5/+10
* Fix issues and spent time CSV export does not include custom fields with "Ful...Go MAEDA2020-04-011-2/+3
* Add missing icons to action links.Jean-Philippe Lang2019-12-201-2/+2
* Move some links to dropdowns.Jean-Philippe Lang2019-12-201-3/+4
* CSV import does not keep the project it was clicked from (#21766).Jean-Philippe Lang2019-12-201-1/+1
* Fix that actions dropdown menu is missing (#30294).Go MAEDA2019-06-271-10/+9
* Remove "View all issues" link from actions dropdown (#30294).Jean-Philippe Lang2019-06-201-2/+0
* Move the links from the sidebar under actions dropdown (#30294).Jean-Philippe Lang2019-06-201-0/+12
* Make project settings more accessible (#22090).Jean-Philippe Lang2019-06-201-0/+3
* Replace cancel button with cancel link in modals (#28662).Go MAEDA2018-12-021-1/+1
* Allow switching the encoding to UTF-8 when exporting to CSV (#26279).Go MAEDA2018-05-071-0/+1
* Disable ":disable_with" for CSV exports (#28482).Go MAEDA2018-05-011-2/+2
* Sort is not reflected when export CSV of issues list (#26364).Jean-Philippe Lang2017-07-061-1/+0
* 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-1/+1
* Show Last Comment in Issue list (#1474).Jean-Philippe Lang2017-03-051-0/+1
* Handle csv columns selection in query to preload appropriate associations (#2...Jean-Philippe Lang2017-01-181-3/+3
* Don't use a global variable for storing context menu URL.Jean-Philippe Lang2016-10-291-1/+1
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-131-57/+2
* Don't generate urls with params.Jean-Philippe Lang2016-07-101-3/+3
* Adds Issue#allowed_target_trackers (#7839).Jean-Philippe Lang2016-05-301-1/+1
* Adds a "New issue" link on the global issue list (#6204).Jean-Philippe Lang2016-04-191-2/+2
* Removed the "New issue" menu item (#6204).Jean-Philippe Lang2016-04-191-5/+11
* Sort criteria defined in custom queries are not applied when exporting to CSV...Jean-Philippe Lang2016-04-031-1/+1
* Add id and class for easier styling of query filters (#22018).Jean-Philippe Lang2016-03-191-4/+4
* Adds query params as hidden field tags to the CSV export form (#22108).Jean-Philippe Lang2016-03-121-2/+4
* Use ul tags to do pagination (#21258).Jean-Philippe Lang2015-11-281-1/+1
* Isolates csv options for a hash param (#1159).Jean-Philippe Lang2015-10-151-3/+3
* Adds options to display totals on the issue list (#1561).Jean-Philippe Lang2015-10-041-0/+5
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-231-1/+1
* Removed submit_query_form function.Jean-Philippe Lang2014-11-181-2/+2
* Show warning when exported issues exceed the limit (#13770).Jean-Philippe Lang2014-01-121-2/+7
* Wrap filters, options and buttons with extra div (#15362).Jean-Philippe Lang2014-01-111-3/+4
* Adds an helper for rendering query columns selection.Jean-Philippe Lang2013-02-231-1/+1
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-061-1/+5
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-1/+1
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-071-2/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-2/+2
* Missing argument to new_project_query_path named route (#10254).Jean-Philippe Lang2012-02-161-1/+1
* code layout clean up app/views/issues/index.html.erbToshi MARUYAMA2012-01-051-6/+21
* CSS class for modal box buttons.Jean-Philippe Lang2011-11-261-1/+1