Commit Graph

5994 Commits (5d9b8a05237c41c1422d046970987adcc6ccb299)
 

Author SHA1 Message Date
Martin Linkhorst 5d9b8a0523 gave the route a name, see modified controller. also documented it with example usage. let me know what you think about that. 12 years ago
Dennis Schmidt f203f52310 re-added routing fix 12 years ago
Dennis Schmidt 165a09bc5a added html_safe to fix gants_controller tests 12 years ago
Dennis Schmidt db79d875c4 updated template assertion 12 years ago
Jens Ulferts 43e3f98958 makes action on project/issue routes optional so that index can be matched 12 years ago
Jens Ulferts 4a24b38059 moves resourceful routes to the top to give it precedence, adds issues as nested resource to projects 12 years ago
Jens Ulferts 490b3377cf adds missing member_roles fixtures for issue integration test 12 years ago
Jens Ulferts b93af44af2 removes outdated credential creation in api_tests 12 years ago
Jens Ulferts 79d3ae3b01 defines necessary methods to create links 12 years ago
Jens Ulferts b2b6fc6245 marks journals as html_safe 12 years ago
Jens Ulferts 7df4090ce1 marks watchers list as html_safe 12 years ago
Jens Ulferts 5a0fd11f3d enables using content_for to retrieve the captured block 12 years ago
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