summaryrefslogtreecommitdiffstats
path: root/app/views/files
Commit message (Collapse)AuthorAgeFilesLines
* Fixes issue introduced in r23145 for rendering attachment and download icons ↵Marius Balteanu2024-11-051-1/+1
| | | | | | | | | (#23980). git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23214 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-191-5/+5
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23145 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces more icons with SVG icongs (#23980).Marius Balteanu2024-09-051-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23021 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-291-2/+2
| | | | | | | | | | | * Introduces IconsHelper with methods to render SVG icon from a sprite file. * Adds SVG sprite file with icons mainly from Font Awesome, but also from Material Design Icons and Fluent UI System Icons (based on the work made by Takashi Kato (@tohosaku)). * Replaces specific icons with new SVG icons. * Temporarily keep all old CSS icon definitions for backard compatibility. git-svn-id: https://svn.redmine.org/redmine/trunk@22988 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display horizontal scroll bar of files table when overflow occurs on small ↵Go MAEDA2019-04-301-35/+37
| | | | | | | | | screens (#31153). Contributed by Eduard Panov. git-svn-id: http://svn.redmine.org/redmine/trunk@18106 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preview files by default instead of downloading them (#25988).Jean-Philippe Lang2017-06-101-2/+3
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16651 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change MD5 table header to Checksum (#25240).Jean-Philippe Lang2017-04-031-2/+2
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@16456 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-251-3/+2
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16249 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Files REST API (#19116).Jean-Philippe Lang2016-12-211-0/+14
| | | | | | Patch by Lucile Quirion and Jake Kemme. git-svn-id: http://svn.redmine.org/redmine/trunk@16109 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-031-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes calls to #reset_cycle (#15361).Jean-Philippe Lang2016-12-031-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16051 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-031-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16050 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-231-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14043 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-111-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12268 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-071-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9937 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9528 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes HTML.Jean-Philippe Lang2012-02-231-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8955 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Resourcified attachments.Jean-Philippe Lang2011-11-271-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7948 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace tabs to spaces at app/views/files/new.html.erbToshi MARUYAMA2011-09-181-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7390 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white-spaces from app/views/files/index.html.erbToshi MARUYAMA2011-09-171-3/+3
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7341 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace tabs to spaces at app/views/files/index.html.erbToshi MARUYAMA2011-09-171-10/+10
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7328 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white-spaces from app/views/files/new.html.erbToshi MARUYAMA2011-09-171-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7295 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: "Add file" link broken by recent refactoring (#6627).Jean-Philippe Lang2010-10-221-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4268 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor: convert FilesController to a restful resource.Eric Davis2010-09-142-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4085 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor: split FilesController#new into #new and #create.Eric Davis2010-09-131-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4084 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor: move method, ProjectsController#add_file to FilesController#new.Eric Davis2010-09-012-1/+17
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor: move method, ProjectsController#list_files to FilesController#index.Eric Davis2010-08-311-0/+46
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4051 e93f8b46-1217-0410-a6f0-8f06a7374b81