Commit Graph

6032 Commits (0d597b5363b81ee174a4985c802495caeae6c7da)
 

Author SHA1 Message Date
Dennis Schmidt cb62f124ec updated issues routes 12 years ago
Dennis Schmidt 306f870e52 updated routes for project settings 12 years ago
Martin Linkhorst abac91335c fix the projects controller 12 years ago
Martin Linkhorst 2342055ee2 Revert "removes debugger statement" 12 years ago
Martin Linkhorst f75b531f1f fix Role can't be blank error message on member_roles 12 years ago
Martin Linkhorst fb7b0930c1 REVIEW: partial fix for cvs controller tests. note: some repository tests not fixed yet 12 years ago
Martin Linkhorst ac823017dd only strip urls if present 12 years ago
Martin Linkhorst b7b10dca5c fix repositories git controller tests 12 years ago
Martin Linkhorst aa297a2a99 fix repositories subversion controller 12 years ago
Jens Ulferts c0048a4971 includes shoulda into IntegrationTest 12 years ago
Jens Ulferts 52172c5124 marks issue updated information as html_safe 12 years ago
Jens Ulferts 3621e85b02 uses <%= for form_tag 12 years ago
Jens Ulferts 37813bbf05 marks progress bar as html_safe 12 years ago
Jens Ulferts 3800b4a6d4 prevents double rendering of content by not concatenating the contents to the page buffer 12 years ago
Jens Ulferts c1846b8b29 removes basic auth headers from api news_test 12 years ago
Jens Ulferts d5b2f6bd5d adapts test_helper to changed basic auth headers 12 years ago
Jens Ulferts 944f6f86ab handles responses to api again 12 years ago
Jens Ulferts a791b36d9e removes debugger statement 12 years ago
Jens Ulferts 65642f0c2a removes deprecations in auth_sources 12 years ago
Jens Ulferts 3a0482ece8 uses <%= for content returning block in base layout 12 years ago
Jens Ulferts ebfa89ea10 rewrites filtering of users by groups 12 years ago
Martin Linkhorst c0275e23fc use new shoulda matcher style 12 years ago
Martin Linkhorst 497460bbaa added the bullet gem to find n+1 queries easily at runtime 12 years ago
Martin Linkhorst ddf490a0f7 adding the awesome rails footnotes 12 years ago
Martin Linkhorst eb6c16c431 force projects to be an array, otherwise id will be called on active relation which results in a no method error 12 years ago
Martin Linkhorst cd80f05238 REVIEW: old way won't work since active relation's find method is called when nesting objects like that 12 years ago
Martin Linkhorst 439258c8b1 check inclusion of format header 12 years ago
Martin Linkhorst 23ca8f6839 make timelogs readable (html_safe) 12 years ago
Martin Linkhorst 0ba8fb4243 make project checkbox hierarchy html safe 12 years ago
Martin Linkhorst 4ac63547e6 hint to let the routes to what verify did before 12 years ago
Martin Linkhorst beed162283 use shoulda's content type matcher 12 years ago
Martin Linkhorst 119f9e7edc fix the wiki controller. routing needs to be done, though 12 years ago
Martin Linkhorst e357eb9317 this is way it works with the named routes 12 years ago
Martin Linkhorst 7018d5380e fix a default order bug 12 years ago
Martin Linkhorst dced4d91d5 require missing builder dependency 12 years ago
Martin Linkhorst 4d2dd08289 fix menu helper tests 12 years ago
Martin Linkhorst d1e0c6d971 REVIEW: merge the two patches 12 years ago
Martin Linkhorst 6f89bf9854 proper naming for the test 12 years ago
Martin Linkhorst 6647f88289 fix ciphering specs 12 years ago
Tim Felgentreff 9fda344c7e Adapt logic from Redmine 2 for plugin migrations using the ActiveRecord::Migrator 12 years ago
Martin Linkhorst 8d31541b03 explicitly pass in the html node to test against. the old way doesn't work anymore 12 years ago
Dennis Schmidt f9d2372658 updated shoulda matchers 12 years ago
Dennis Schmidt 107647a816 renamed feed.atom.rxml to feed.atom.builder 12 years ago
Martin Linkhorst 3172bdedf6 added #save_and_open_page test helper 12 years ago
Dennis Schmidt fdd7c91d6f test corrections 12 years ago
Dennis Schmidt 34977f3203 migration updated to use quote_column_name 12 years ago
Martin Linkhorst ea0954bfa6 fixed a user test 12 years ago
Martin Linkhorst b6aac286d4 take the root Query class rather than active records. also re-allow passing an order to acts_as_nested_set. all to make the tests happy 12 years ago
Martin Linkhorst 085a44a7ff try a rails 3 compatible version of object daddy, fixed some failing tests in issue_test.rb 12 years ago
Martin Linkhorst 45201eec80 overwrite #delay getter to satisfy the tests and ourselves ;) 12 years ago