Commit Graph

64 Commits (0def3223c4359c5101fdc0eff8b9d14bfff1f813)

Author SHA1 Message Date
Jens Ulferts 21459a384f provide every possible file with a short copyright notice 12 years ago
Christian Ratz 4ca2918752 [OPF #478] fixes wiki page renaming 12 years ago
Christian Ratz 77bece59ff Revert "fixed wiki controller test" 12 years ago
Christian Ratz 50f4f7b157 fixed wiki controller test 12 years ago
Philipp Tessenow f24dc2f4f1 attempt to fix a constant not defined error when executing mysql unit tests 12 years ago
Michael Frister 7363db3036 Fix assign_to deprecation warning 12 years ago
Michael Frister 0a942d7f64 Fix respond_with_content_type deprecation warning 12 years ago
Philipp Tessenow ea27aae2e4 fix for the unholy newline in wiki controller test 12 years ago
Martin Linkhorst 24d4325f9f fix wiki controller tests 12 years ago
Martin Linkhorst d03301b60e there are so many side effects by using only a subset of the fixtures and also it creates lots of annoying noise in the test code. this commit changes individual requires to :all which fixes some tests when test files are run individually or in a different order. 12 years ago
Jens Ulferts 0d597b5363 rewrites routes for issues and associated resources 12 years ago
Martin Linkhorst 119f9e7edc fix the wiki controller. routing needs to be done, though 12 years ago
Dennis Schmidt f9d2372658 updated shoulda matchers 12 years ago
Martin Linkhorst 83c9edd278 fixes missing spec 13 years ago
Holger Just 91070236db Set source encoding to UTF-8 13 years ago
Holger Just 07185fb169 [#436] Remove trailing whitespace 14 years ago
Eric Davis 99507a0391 [#197] Upgrade the copyright in the code files 14 years ago
Eric Davis c778cc9208 [#415] Fix functional tests that used the older interface 14 years ago
Felix Schäfer 61f0e67c0d Upgrade tests to new journals type. 14 years ago
Jean-Philippe Lang affedafa1f Fixed: atom links on wiki index broken by r4266. 14 years ago
Jean-Philippe Lang e0f37601f3 Fixed: Simultaneous wiki updates cause internal error (#7939). 14 years ago
Jean-Philippe Lang fec6eb782c Moved wiki page updated_on eager load to a scope and fixed timestamp titles on wiki page index (#7818). 14 years ago
Jean-Baptiste Barth 17f86d964f Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 14 years ago
Jean-Philippe Lang 4a6a551d07 Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987). 14 years ago
Jean-Philippe Lang 666c54e86c Adds a combo to select parent on wiki page rename (#5136). 14 years ago
Tim Felgentreff 65097e7d11 fixing tests 14 years ago
Eric Davis c514dd6885 Refactor: convert WikiController to a REST resource 14 years ago
Eric Davis e9efa5b981 Refactor: use :id instead of :page when linking to Wiki Pages 14 years ago
Eric Davis 70bf0706b2 Refactor: convert WikiController#destroy to use HTTP DELETE 14 years ago
Eric Davis 4b045badcf Refactor: Rename WikiController#page_index to #index 14 years ago
Eric Davis cac3b1e538 Refactor: split WikiController#edit into #update 14 years ago
Eric Davis c259ada6e1 Refactor: rename WikiController#index to #show, it's a single resource action 14 years ago
Eric Davis d3381fb518 Refactor: change :id on WikiController to use :project_id 14 years ago
Eric Davis c06c22cf2e Refactor: extract method from WikiController#special 14 years ago
Eric Davis 0271105794 Refactor: extract #page_index from WikiController#special 14 years ago
Eric Davis e8468b51cc Refactor: extract method in WikiController#special to create a new #export method 14 years ago
Tim Felgentreff 9cd55d8dd4 more test fixes 14 years ago
Tim Felgentreff 1f9eda4e0d update tests to work with the new data model, where neccessary 14 years ago
Eric Davis 0fc884cf42 Move more routing tests into the routing integration test. 15 years ago
Jean-Philippe Lang 5879273739 Makes the wiki sidebar editable (#5208). 15 years ago
Jean-Philippe Lang c174540a0e Adds attachments upload on wiki edit form (#1223). 15 years ago
Eric Davis 7b0cb6aba8 Upgraded to Rails 2.3.4 (#3597) 15 years ago
Jean-Philippe Lang 7dccf9fda6 Allows multiple roles on the same project (#706). Prerequisite for user groups feature. 16 years ago
Jean-Philippe Lang bb44430b63 Ask user what to do with child pages when deleting a parent wiki page (#3202). 16 years ago
Eric Davis 765f7abc60 Converted routing and urls to follow the Rails REST convention. 16 years ago
Jean-Philippe Lang cd83f72da4 Slight changes in functional tests. 16 years ago
Jean-Philippe Lang ede011243b Check that wiki page exists before processing (#2360). 16 years ago
Jean-Philippe Lang 5d2899ee1b AttachmentsController now handles attachments deletion. 16 years ago
Jean-Philippe Lang ccbe48d779 Adds 'Delete wiki pages attachments' permission. 16 years ago
Eric Davis af6b01f55d Hiding the View Differences button when a wiki page's history only has one version. 16 years ago