summaryrefslogtreecommitdiffstats
path: root/test/functional/wiki_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-3/+3
* Adds assertions on the content of a versioned wiki page export (#6941).Jean-Philippe Lang2012-04-061-0/+24
* Adds assertions on the content of a wiki page export (#6941).Jean-Philippe Lang2012-04-061-0/+2
* Ability to edit a wiki page's parent on the edit page (#6449).Jean-Philippe Lang2012-02-051-4/+52
* Removed useless permission check in wiki controller.Jean-Philippe Lang2012-01-301-2/+4
* Adds export of all wiki pages to a PDF file (#3463).Jean-Philippe Lang2012-01-301-2/+15
* Test cleanup.Jean-Philippe Lang2012-01-011-33/+20
* Additional tests for WikiController.Jean-Philippe Lang2011-12-171-0/+30
* Option to set parent automatically for new wiki pages (#3108).Jean-Philippe Lang2011-12-171-10/+35
* Adds a test for when accessing wiki history without permission.Jean-Philippe Lang2011-12-031-0/+7
* Fixed: Wiki export link doesn't work for users without :view_wiki_edits permi...Jean-Philippe Lang2011-11-281-0/+7
* Fixed: Section-edit buttons not available when a the version parameter is pro...Jean-Philippe Lang2011-11-281-0/+18
* Fixes section edit links when text includes pre/code tag (#2222).Jean-Philippe Lang2011-11-181-0/+14
* Wiki: allows single section edit (#2222).Jean-Philippe Lang2011-11-181-0/+115
* test: functional: wiki: add tests to show pdf (#401)Toshi MARUYAMA2011-11-061-0/+10
* test: functional: wiki: add tests to show html and txt (#401)Toshi MARUYAMA2011-11-061-0/+20
* code layout clean up of test/functional/wiki_controller_test.rbToshi MARUYAMA2011-11-061-1/+3
* remove trailing white-spaces from test/functional/wiki_controller_test.rb.Toshi MARUYAMA2011-08-241-2/+2
* Fixed: Wiki annotated page does not display author of version 1 (#8449).Jean-Philippe Lang2011-07-091-7/+17
* remove trailing white-spaces from functional wiki controller test.Toshi MARUYAMA2011-05-161-50/+50
* Do a redirect when accessing a renamed wiki page.Jean-Philippe Lang2011-04-111-0/+7
* Fixed: atom links on wiki index broken by r4266.Jean-Philippe Lang2011-03-211-0/+8
* Fixed: Simultaneous wiki updates cause internal error (#7939).Jean-Philippe Lang2011-03-211-0/+36
* Moved wiki page updated_on eager load to a scope and fixed timestamp titles o...Jean-Philippe Lang2011-03-121-2/+3
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987).Jean-Philippe Lang2010-11-271-0/+46
* Adds a combo to select parent on wiki page rename (#5136).Jean-Philippe Lang2010-11-061-0/+48
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-281-2/+2
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-31/+31
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-261-5/+5
* Refactor: Rename WikiController#page_index to #indexEric Davis2010-10-251-7/+7
* Refactor: split WikiController#edit into #updateEric Davis2010-10-221-2/+2
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-211-14/+14
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-201-43/+43
* Refactor: extract method from WikiController#specialEric Davis2010-10-181-0/+12
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-151-6/+6
* Refactor: extract method in WikiController#special to create a new #export me...Eric Davis2010-10-131-0/+28
* Move more routing tests into the routing integration test.Eric Davis2010-04-201-100/+0
* Makes the wiki sidebar editable (#5208).Jean-Philippe Lang2010-04-111-0/+11
* Adds attachments upload on wiki edit form (#1223).Jean-Philippe Lang2010-02-281-0/+17
* 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
* Ask user what to do with child pages when deleting a parent wiki page (#3202).Jean-Philippe Lang2009-04-211-2/+40
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-12/+112
* Slight changes in functional tests.Jean-Philippe Lang2009-01-041-1/+1
* Check that wiki page exists before processing (#2360).Jean-Philippe Lang2008-12-191-0/+5
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-7/+0
* Adds 'Delete wiki pages attachments' permission.Jean-Philippe Lang2008-10-181-0/+7
* Hiding the View Differences button when a wiki page's history only has one ve...Eric Davis2008-08-201-1/+11