Commit Graph

774 Commits (e27ba0ffb4e271b95f11c90e0fab4029c8959ab2)

Author SHA1 Message Date
Christian Ratz 4ca2918752 [OPF #478] fixes wiki page renaming 12 years ago
Christian Ratz 77bece59ff Revert "fixed wiki controller test" 12 years ago
Philipp Tessenow 004d050f11 it's possible again to delete attachments 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 eb03c592e5 Fix Trackers Controller 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
Martin Linkhorst c442ecb7d9 remove gantt from core (take the commit as a guide on how to bring it back as a plugin) 12 years ago
Philipp Tessenow ea27aae2e4 fix for the unholy newline in wiki controller test 12 years ago
Philipp Tessenow 3199f4e707 use changeset.revision instead of changeset.id in user mailer tests 12 years ago
Philipp Tessenow a690dafee3 did i say i fixed a typo in user mailer test? well now i fixed it. 12 years ago
Philipp Tessenow eb03bd941e fix typo in mail handler tests 12 years ago
Philipp Tessenow 10893a119e fix more UserMailerTests 12 years ago
Philipp Tessenow 6ae1342e29 refactor UserMailerTest 12 years ago
Philipp Tessenow 7dc4aec10c fix a UserMailer test 12 years ago
Philipp Tessenow 8e6c74782f use right journal method in test 12 years ago
Philipp Tessenow ee28cd6821 adapt IssueControllerTests to new layout 12 years ago
Philipp Tessenow ca95e170da typo in IssuesControllerTest 12 years ago
Philipp Tessenow 0dae10325d fix issue controller tests 12 years ago
Philipp Tessenow 71d31a5f43 WIP first attempt to fix user mailer tests 12 years ago
Martin Linkhorst 10b501892f uncomment failing tests. please fix me 12 years ago
Martin Linkhorst 10a4ec9d84 let's actually deliver a test email ;) 12 years ago
Martin Linkhorst 6c45dceaa4 remove unnecessary code 2 12 years ago
Martin Linkhorst 7276052a68 remove unnecessary code 1 12 years ago
Martin Linkhorst fb147d4e2a change the expectations a little 12 years ago
Martin Linkhorst 7f0ed5a47c an ugly test passes by making it more ugly… 12 years ago
Martin Linkhorst 3fa6738244 this needs to issue a put request 12 years ago
Martin Linkhorst 252fb107ea revert an old commit and assign watcher parameters through mass assignment again. instead, add a validation in the model that ensures that the user is allowed to watch the watchable. 12 years ago
Martin Linkhorst cf606a2f1f make robots work: "/robots", "/robots.txt", and "/welcome/robots.txt" (which the former two map to) will work correctly. if you want "/welcome/robots(.html)" to work add a robots.html.erb file in "/app/views/welcome". 12 years ago
Martin Linkhorst 1ae58c11d0 * unfortunately there are still two implementations 12 years ago
Martin Linkhorst 82e73f51d1 fix svn repository controller tests 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
Martin Linkhorst dd9515d745 remove cvs scm from openproject core 12 years ago
Martin Linkhorst 96dacf3150 remove bazaar scm from openproject core 12 years ago
Martin Linkhorst 2ff10f4c54 remove mercurial scm from openproject core 12 years ago
Martin Linkhorst 4b53920965 remove darcs scm from openproject core 12 years ago
Martin Linkhorst 9afb247beb deprecation: require 'mocha/setup' instead of just 'mocha' 12 years ago
Romano Licker 80eeade7df replace add.png with plus.png 12 years ago
Romano Licker dc6b33fc10 replace add.png with plus.png 12 years ago
Martin Linkhorst 183f14fff3 this action changed its name during the last merge with master 12 years ago
Martin Linkhorst 05efc55174 mark user's login attribute as unsafe (like the test likes it) 12 years ago
Martin Linkhorst 8db0cac033 more minitest assertions 12 years ago
Martin Linkhorst 6eafde439d force attributes to be set where needed 12 years ago
Philipp Tessenow 84e2729b98 REVIEW: another batch of the renaming effort from Journals#changes to changed_data 12 years ago
Martin Linkhorst 01d60ebaa6 expect the shallow path for the topics as written in the routes file 12 years ago
Martin Linkhorst b5e4430a54 since rails 3.1 we can condense the order parameters 12 years ago
Martin Linkhorst 934ab3fa1c expect escaped urls to fix the tests 12 years ago
Martin Linkhorst 78c4196656 DEPRECATION FIX: use errors[:attribute] instead of errors.on(:attribute). 12 years ago