summaryrefslogtreecommitdiffstats
path: root/app/controllers/documents_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white-spaces from app/controllers/documents_controller.rb.Toshi MARUYAMA2011-08-301-11/+11
* Do not show inactive document categories where not necessary (#8573).Jean-Baptiste Barth2011-06-131-1/+1
* Refactor: Change the different find_object filters to share a common method.Eric Davis2010-03-171-7/+2
* Refactor: Split the find_object methods to prep for a larger refactoring.Eric Davis2010-03-161-2/+2
* Refactor: Decouple failed attachments and the flash messagesEric Davis2010-03-031-2/+2
* Refactor: Moved ApplicationController#attach_files to the Attachment modelEric Davis2010-03-021-3/+6
* Show last update datetime (last attachment added) on document list (#4232).Jean-Philippe Lang2009-11-261-1/+1
* Contextual quick search (#3263).Jean-Philippe Lang2009-10-211-0/+1
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-1/+1
* Added observers to watch model objects for mail delivery instead of calling M...Eric Davis2009-03-281-1/+0
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-151-1/+1
* Fixed: default category ignored when adding a document (#2328).Jean-Philippe Lang2008-12-121-0/+1
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-5/+0
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Move VersionsController#download to AttachmentsController.Jean-Philippe Lang2008-07-221-9/+0
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-291-0/+2
* Non-ascii attachement filename fix for IE.Jean-Philippe Lang2008-01-101-1/+2
* Moved ProjectsController#list_documents and add_document to DocumentsControll...Jean-Philippe Lang2007-12-181-4/+38
* Added ApplicationController#attach_files as a common method to attach files i...Jean-Philippe Lang2007-12-141-8/+2
* Anonymous users can now be allowed to create, edit, comment issues, comment n...Jean-Philippe Lang2007-11-201-1/+1
* Fixed: No mime-types in documents/files downloadingJean-Philippe Lang2007-11-121-1/+1
* Removed translated email templates attachments_added and document_added (no l...Jean-Philippe Lang2007-10-121-1/+1
* Mail notification options restored (default is: issue_added and issue_updated).Jean-Philippe Lang2007-09-141-1/+1
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-1/+1
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-121-55/+55
* mail notifications added when:Jean-Philippe Lang2007-01-271-3/+7
* ActiveRecord::RecordNotFound exceptions handled more gracefullyJean-Philippe Lang2007-01-021-2/+3
* added multiple file upload for documents and files modulesJean-Philippe Lang2007-01-011-6/+4
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-051-0/+68