summaryrefslogtreecommitdiffstats
path: root/app/controllers/documents_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Adds custom fields to documents (#7249).Jean-Philippe Lang2015-02-141-0/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-3/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-4/+4
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-031-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* replace Mailer deliver syntax to Rails3 styleToshi MARUYAMA2012-05-051-1/+3
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Prevent mass-assignment when adding/updating a document (#10390).Jean-Philippe Lang2012-03-061-3/+6
* Preserve uploaded files when on documents.Jean-Philippe Lang2012-02-231-2/+2
* Resourcified documents.Jean-Philippe Lang2011-11-301-6/+16
* Removed #find_project already defined as #find_project_by_project_id in paren...Jean-Philippe Lang2011-11-301-8/+1
* Reverted r8007.Jean-Philippe Lang2011-11-301-0/+7
* Removed #find_project already defined in parent class.Jean-Philippe Lang2011-11-301-7/+0
* 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