summaryrefslogtreecommitdiffstats
path: root/test/functional/documents_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced some #assert_tag with #assert_select.Jean-Philippe Lang2014-11-201-9/+8
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at DocumentsCon...Toshi MARUYAMA2014-01-081-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* add functional test to create non default document category (#11665)Toshi MARUYAMA2012-08-211-0/+17
* add missing fixtures to test/functional/documents_controller_test.rbToshi MARUYAMA2012-08-211-1/+3
* Tests should not change settings.Jean-Philippe Lang2012-07-081-3/+3
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Additional tests for DocumentsController.Jean-Philippe Lang2011-12-171-0/+16
* Resourcified documents.Jean-Philippe Lang2011-11-301-4/+11
* Test class cleanup.Jean-Philippe Lang2011-11-301-7/+0
* Adds functional tests for DocumentsController.Jean-Philippe Lang2011-11-301-1/+52
* Do not show inactive document categories where not necessary (#8573).Jean-Baptiste Barth2011-06-131-0/+4
* remove trailing white-spaces from functional documents controller test.Toshi MARUYAMA2011-05-181-15/+15
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-141-2/+2
* Added tests for #5533's behavior.Eric Davis2010-06-191-0/+18
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-211-43/+0
* Renames uploaded_test_file helper.Jean-Philippe Lang2009-10-101-1/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Added observers to watch model objects for mail delivery instead of calling M...Eric Davis2009-03-281-0/+3
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-1/+44
* Fixed: default category ignored when adding a document (#2328).Jean-Philippe Lang2008-12-121-0/+9
* File viewer for attached text files.Jean-Philippe Lang2008-06-091-0/+2
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-291-1/+1
* Moved ProjectsController#list_documents and add_document to DocumentsControll...Jean-Philippe Lang2007-12-181-0/+64