Commit Graph

56 Commits (6eb1665c48f2701bf1abac1b0897dff7c0417d04)

Author SHA1 Message Date
Jens Ulferts 21459a384f provide every possible file with a short copyright notice 12 years ago
Philipp Tessenow 15df2ecdcc be careful with nested namespace'd controllers in our models 12 years ago
Philipp Tessenow c31c9af5c3 attachments now can handle decoded strings as new files. this is a requirement for MailHandler 12 years ago
Martin Linkhorst 71fe49e862 DEPRECATION FIX: use validate :method_name instead of overwriting the validate method 12 years ago
Martin Linkhorst b783846b04 DEPRECATION FIX: use after_destroy :method_name instead of overwriting the after_destroy method 12 years ago
Martin Linkhorst 95e74abf22 DEPRECATION FIX: use before_save :method_name instead of overwriting the before_save method 12 years ago
Martin Linkhorst ccc88aea0b DEPRECATION FIX: remove RAILS_ROOT in favor of Rails.root.to_s 12 years ago
jwollert d9f6b52029 protect relations to users (assigned_to, author_id etc.) in models, too 13 years ago
Martin Linkhorst 1fce5b6a8f added attr_protected calls to protect mass assignment of :project_id through a view 13 years ago
jwollert 934d22ec67 protect relations to users (assigned_to, author_id etc.) in models, too 13 years ago
Martin Linkhorst cc74c1e998 added attr_protected calls to protect mass assignment of :project_id through a view 13 years ago
Holger Just 91070236db Set source encoding to UTF-8 13 years ago
Holger Just 07185fb169 [#436] Remove trailing whitespace 14 years ago
Eric Davis 99507a0391 [#197] Upgrade the copyright in the code files 14 years ago
Eric Davis e131c3b531 [#197] Remove old copyrights 14 years ago
Jean-Philippe Lang b88143ca3f Makes the folder for attachments storage configurable in config/configuration.yml (#1236). 14 years ago
Tim Felgentreff 9cd55d8dd4 more test fixes 14 years ago
Tim Felgentreff 7d67365e10 smaller fixes for journalized news and attachments 14 years ago
Tim Felgentreff 1f9eda4e0d update tests to work with the new data model, where neccessary 14 years ago
Tim Felgentreff cea1a987ab fix display of attachments with acts_as_journalized 14 years ago
Tim Felgentreff 2ec2405b32 convert more to acts_as_journalized 15 years ago
Eric Davis f08b2a394d Unused variable 15 years ago
Eric Davis c56c0f411c Fix a nil error when a Project cannot save attachments. 15 years ago
Eric Davis fe1e3ccd18 Refactor: Decouple failed attachments and the flash messages 15 years ago
Eric Davis 0fd7e2d696 Refactor: Moved ApplicationController#attach_files to the Attachment model 15 years ago
Jean-Philippe Lang 241f79ac06 Fixed: attachments with the same name at the same time overwrite (#3691). 15 years ago
Jean-Philippe Lang ff7eb7b23a Auto-detect attachment content type when blank (#3782). 15 years ago
Jean-Philippe Lang 15a14e55cd Returns a 404 error when trying to view/download an attachment that can't be read from disk. 16 years ago
Jean-Philippe Lang a59854ef9d Fixes memory consumption on file upload (#3116). 16 years ago
Jean-Philippe Lang 1c03b98e5d Fixes that custom values length and attachment size validation error raises an error. 16 years ago
Jean-Philippe Lang 4f4d447224 Fixed: Files without Version aren't visible in the Activity page (#2930). 16 years ago
Jean-Philippe Lang 5d2899ee1b AttachmentsController now handles attachments deletion. 16 years ago
Jean-Philippe Lang 93c04f2666 Fixed: wrong digest for text files under Windows (#2264). 16 years ago
Jean-Philippe Lang fce4615f10 Display latest user's activity on account/show view. 16 years ago
Jean-Philippe Lang a774c5c48b Activity refactoring. 17 years ago
Jean-Philippe Lang 9b579de9e2 Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename (#1649). 17 years ago
Jean-Philippe Lang 80a7486f95 File viewer for attached text files. 17 years ago
Jean-Philippe Lang d77c1d2829 Unified diff viewer for attached files with .patch or .diff extension (#1403). 17 years ago
Jean-Philippe Lang e02e047dd4 Fixed: TypeError in WikiController#destroy_attachment (#1281). 17 years ago
Jean-Philippe Lang 439c697237 Fixed: possible error when attachment's filename is non-ASCII (#747, #1243, #1089). 17 years ago
Jean-Philippe Lang 6348eeaf8a Attachment model clean up: fixed some inconsistent indentation and an inaccurate comment (closes patch #903 by Rocco Stanzione). 17 years ago
Jean-Philippe Lang 624723d0ce Activity enhancements: 17 years ago
Jean-Philippe Lang 5dd3c239d3 Fixed: error when uploading a file with no content-type specified by the browser. 17 years ago
Jean-Philippe Lang 233990dac3 * Updated German translation (Thomas Löber) 17 years ago
Jean-Philippe Lang 987a5aa221 Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums. 17 years ago
Jean-Philippe Lang 4ded4277c5 Activity view now uses events attributes. 17 years ago
Jean-Philippe Lang 29413d6bee Fixed: error when uploading a file with a content type longer than 60 chars. 17 years ago
Jean-Philippe Lang 603e11d7a5 Merged 0.6 branch into trunk. 17 years ago
Jean-Philippe Lang 38e0c237a4 Image attachments are now sent inline to be viewed directly in the browser. 17 years ago
Jean-Philippe Lang 5478e5cbae Attachment content-type is now chomped before being saved. 17 years ago