summaryrefslogtreecommitdiffstats
path: root/app/helpers/attachments_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r15238.Jean-Philippe Lang2016-03-131-1/+1
* Don't check if attachments are editable individually.Jean-Philippe Lang2015-01-241-3/+8
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Fixed duplicate content_url tag introduced in r13806 (#18707).Jean-Philippe Lang2014-12-261-1/+0
* Allow attachment thumbnails from REST API (#18707).Jean-Philippe Lang2014-12-261-0/+4
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-1/+15
* Use named routes or helpers.Jean-Philippe Lang2014-11-261-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-071-2/+4
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Added encoding comment to helpers (#9792).Jean-Philippe Lang2011-12-141-0/+2
* scm: attachment: remove "to_utf8" methods from helpers (#2371)Toshi MARUYAMA2011-11-201-4/+0
* attachment: use repositories setting to convert contents character encoding (...Toshi MARUYAMA2011-11-201-13/+1
* remove trailing white-spaces from app/helpers/attachments_helper.rb.Toshi MARUYAMA2011-08-311-1/+1
* REST API for reading attachments (#7671).Jean-Philippe Lang2011-07-181-0/+13
* remove trailing white-spaces from attachments helper.Toshi MARUYAMA2011-05-071-7/+7
* Fixes utf8 conversions with ruby1.9.Jean-Philippe Lang2011-01-011-1/+7
* Strip non utf8 content when displaying diff (ruby1.9 compatibility).Jean-Philippe Lang2011-01-011-1/+7
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-4/+9
* Unified diff viewer for attached files with .patch or .diff extension (#1403).Jean-Philippe Lang2008-06-081-0/+4
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-261-0/+25