Commit Graph

7401 Commits (ea67b3c9d2ff8f96750f99a0fac5ca90d1ed04fe)
 

Author SHA1 Message Date
Philipp Tessenow 159e668d37 openproject version 3.0.0beta1 12 years ago
Philipp Tessenow 45a50258bb make ci happy with a timing hack in our cukes 12 years ago
Philipp Tessenow f22df1d189 lets give the cukes some time to rest 12 years ago
Philipp Tessenow 13ef9d5a7e timing is everything 12 years ago
Philipp Tessenow 008374e805 another timing dependent cuke 12 years ago
Philipp Tessenow 42a0701d53 test for a timing bug in a cuke 12 years ago
Philipp Tessenow 44e561a113 Merge branch 'feature/rails3' of github.com:opf/openproject into feature/rails3 12 years ago
Philipp Tessenow 68e10049aa refactor a horrible wait out of the ajax step into its own cucumber step 12 years ago
Michael Frister eb03c592e5 Fix Trackers Controller tests 12 years ago
Philipp Tessenow 9a0b642e98 wait a little between AJAX steps 12 years ago
Philipp Tessenow 4dac8b107c make 'Given the user 'Foo' is a 'Bar'' step less ambiguous 12 years ago
Philipp Tessenow f188660d41 Merge branch 'feature/rails3' of github.com:opf/openproject into feature/rails3 12 years ago
Philipp Tessenow eee759dcfe fixed another cuke which didnt know where the 'add' button is 12 years ago
Philipp Tessenow 625ddf25ff tell the next cuke to look at the right place for its add button 12 years ago
Michael Frister 7363db3036 Fix assign_to deprecation warning 12 years ago
Philipp Tessenow 96e15051e4 Merge pull request #65 from opf/feature/rails3_fix_journal_migration 12 years ago
Philipp Tessenow 2770d804fc Merge branch 'feature/rails3' of github.com:opf/openproject into feature/rails3 12 years ago
Philipp Tessenow af4f5b7d82 tell cucumber to use the right 'Add' buttons 12 years ago
Michael Frister 0a942d7f64 Fix respond_with_content_type deprecation warning 12 years ago
Jens Ulferts 3734e57a2f fixes regression in using an attribute introduces in 318e93a 12 years ago
Michael Frister 94d22d696c Fix GroupsController show 12 years ago
Philipp Tessenow d950cba238 only test for hQuery ajax calls when jQuery is ready (in cucumber web steps) 12 years ago
Philipp Tessenow d2c73fe896 add additional sync points for group membership cuke 12 years ago
Martin Linkhorst 9e1d97894d i'm getting random errors when not explicitly logging in 12 years ago
Martin Linkhorst 3f8e038c49 small theme test fixes 12 years ago
Martin Linkhorst e977d574b1 make the issue list sums cukes pass 12 years ago
Martin Linkhorst 8d797ca08a the serialization doesn't work as expected. #names should be an array but is instead a one-element array containing a comma separated list, no matter what i do. this commit fixes it by expanding the comma separated list, so it will work with either version in case somebody fixes it in the future. 12 years ago
Martin Linkhorst 866d7ec14d refactor trackers to use restful routes 12 years ago
Christian Rijke 54dc314d45 Merge pull request #64 from opf/feature/rails3_github_https_urls 12 years ago
Michael Frister c02a141816 Gemfile: Use https URLs for GitHub repos 12 years ago
Sebastian Schuster 9e3fcb3125 Removed the after_initialize callback in old syntax 12 years ago
Philipp Tessenow c9f13cc54d bundle update capybara cucumber 12 years ago
Philipp Tessenow 639a236342 in case the cukes dont find something, give it more retries and wait a little longer 12 years ago
jwollert 0c3eca3918 Merge branch 'fix/groups_controller_eager_loading' into feature/rails3 12 years ago
ulferts 7bbe80adf7 Merge pull request #62 from opf/feature/plugin_test_from_core 12 years ago
Jens Ulferts 318e93a91d no longer serializes changes as they are declared to be serialized 12 years ago
Christian Ratz bd779b4f82 enable testing plugins from OpenProject core 12 years ago
cratz ba7fbab69e Merge pull request #58 from opf/feature/rails3_fix_watcher_routes 12 years ago
Jens Ulferts bc7292b863 fixes watchers routing specs 12 years ago
Jens Ulferts e225aa6032 factors out acts_as_watchable/routes matching completly into the class 12 years ago
Jens Ulferts 0ff995f800 fixes issue watching for other users 12 years ago
Philipp Tessenow 9d701d8e1c Merge branch 'feature/rails3' of github.com:opf/openproject into feature/rails3 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 a5e3d95e74 capybara does not ignore hidden elements anymore 12 years ago
Philipp Tessenow df46873ced Revert "repair custom_field cuke" 12 years ago
Philipp Tessenow 3725ff47e4 Revert "fix a cucumber web_step" 12 years ago
Martin Linkhorst 4cde04b942 this file was missing, although it's referenced in application.css 12 years ago
Martin Linkhorst 48e965a1fb checking inside multiple .member elements will fail with an ambiguous match error. don't know how to get around this other than widening the scope to the first single parent element, which should be fine anyway. 12 years ago
Martin Linkhorst fa9b64e26d group routes changed to prepend an /admin. i rather do it this way than to mess with the RouteMap 12 years ago
Martin Linkhorst 35072bd4cf REVIEW: for some reason there is some kind of race condition: principal.members.first returns nil although there are members. but when you breakpoint into it, call it manually, then it will have the correct value. (maybe because we call it a little later..) a short sleep fixes it, but this should be investigated in the future. 12 years ago