# HG changeset patch # User Sylvain Thénault # Date 1258043529 -3600 # Node ID ce8dd861f442a52a7aff60801aaad2d0694825de # Parent 5eb369d24e7d3a12338d286bd015581cf2fa0583 #473188: missing get_page_data when patching bare db-api request for web compatibility diff -r 5eb369d24e7d -r ce8dd861f442 dbapi.py --- a/dbapi.py Thu Nov 12 17:31:19 2009 +0100 +++ b/dbapi.py Thu Nov 12 17:32:09 2009 +0100 @@ -497,6 +497,7 @@ DBAPIRequest.relative_path = fake DBAPIRequest.url = fake DBAPIRequest.next_tabindex = fake + DBAPIRequest.get_page_data = fake DBAPIRequest.add_js = fake #cwrb.add_js.im_func DBAPIRequest.add_css = fake #cwrb.add_css.im_func # XXX could ask the repo for it's base-url configuration