Commit Graph

7266 Commits (5c3c69b4a5dfb8c9428b61f67347db0fc1b935de)
 

Author SHA1 Message Date
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
Jens Ulferts 50cd52803b generalizes routes for watching 12 years ago
Christian Ratz 4feaa3785c fixed wrong Gemfile.lock 12 years ago
Christian Ratz 9fee81fa90 Merge branch 'feature/rails3' of github.com:opf/openproject into feature/rails3 12 years ago
Christian Ratz 5408fb959e fixed select2 12 years ago
Hagen Schink 5a824cde62 Add default activity providers only once 12 years ago
Hagen Schink a1c2e370de Remove swap file 12 years ago
Hagen Schink 077793a5b4 Merge branch 'feature/openproject_modifications' into feature/rails3 12 years ago
Hagen Schink b4fca8bf5e Configured letter opener for development mode 12 years ago
Philipp Tessenow 84c2d5694a fix random failing spec 12 years ago
Philipp Tessenow ea27aae2e4 fix for the unholy newline in wiki controller test 12 years ago
Christian Ratz 8c677e3dc4 Merge branch 'feature/rails3' of github.com:opf/openproject into feature/rails3 12 years ago
Christian Ratz b601de119e fixed numbered headings 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 b4d2cdb99a Merge branch 'feature/rails3' of github.com:opf/openproject into feature/rails3 12 years ago
Philipp Tessenow eb03bd941e fix typo in mail handler tests 12 years ago
cratz 9084012033 Merge pull request #52 from opf/feature/numbered_wiki_headings 12 years ago
Christian Ratz e5c7f68dbb fixed textilizable helper method, wiki#edit 12 years ago
Christian Ratz a0e2cd44d1 re enable 'preview' in wiki#edit 12 years ago