summaryrefslogtreecommitdiffstats
path: root/app/controllers/files_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white-spaces from files controller source.Toshi MARUYAMA2011-05-181-1/+1
* Fixed: error on mail notification when adding an invalid file (#6452).Jean-Philippe Lang2010-09-261-1/+1
* Refactor: convert FilesController to a restful resource.Eric Davis2010-09-141-2/+2
* Refactor: split FilesController#new into #new and #create.Eric Davis2010-09-131-11/+10
* Refactor: move method, ProjectsController#add_file to FilesController#new.Eric Davis2010-09-011-0/+15
* Refactor: move method, ProjectsController#list_files to FilesController#index.Eric Davis2010-08-311-0/+22