Commit Graph

7235 Commits (96e15051e43c11fd13d1bdc36bdd419b187c36a1)
 

Author SHA1 Message Date
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
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
Martin Linkhorst eb506a546a i have to make that change... 12 years ago
Martin Linkhorst d2644b23f5 requiring both jquery_ujs and prototype_ujs will result in ajax forms and links to be submitted twice (remote: true). remove prototype_ujs o fix that. 12 years ago
Martin Linkhorst 8b4677a2b7 clear out the database and use capybara's old behaviour 12 years ago
Martin Linkhorst 87ec6d19eb render_detail can sometimes return nil (when no applicable formatter was registered). therefore push html_safe call down. 12 years ago
Martin Linkhorst b165ff2487 REVIEW: these helper methods reside in the issues helper module. which we need to include before.. hmm 12 years ago
Martin Linkhorst 0bf1785c83 fix features by clearing out the database 12 years ago
Martin Linkhorst d63bc7402a the .other-formats div is not present at all. which should be fine. 12 years ago
Philipp Tessenow 2fa6538ed0 bundle update 12 years ago
Philipp Tessenow 2dd6c9d686 Merge branch 'feature/rails3' of github.com:opf/openproject into feature/rails3 12 years ago
Philipp Tessenow 6e0d0cdc99 fix a cucumber web_step 12 years ago
Philipp Tessenow bae697185d repair custom_field cuke 12 years ago
Philipp Tessenow 081e349a56 cleanup cucumber rake task 12 years ago
Christian Ratz 8b19018eaa Merge branch 'feature/rails3' of github.com:opf/openproject into feature/rails3 12 years ago
Christian Ratz e566967333 fixes Issue Hierarchy on issues#show 12 years ago
Philipp Tessenow 52c663b38f Merge pull request #57 from opf/feature/rails3_dynamic_watchable 12 years ago
Jens Ulferts a269d84ed0 adds comment to acts_as_watchable method explaining it's signature 12 years ago