[REM] remove fixed/updated todos

This commit is contained in:
Xavier Morel 2014-02-07 14:45:31 +01:00
parent fdc63e3a67
commit a416ca66d0
1 changed files with 0 additions and 11 deletions

View File

@ -133,10 +133,6 @@ Let's move our 2 pseudo-templates from inline strings to actual templates:
.. patch::
.. todo:: how can I access a QWeb template from a auth=none controller?
explicitly fetch a registry using request.session.db? That's a bit
horrendous now innit?
This simplifies the controller code by moving data formatting out of it, and
generally makes it simpler for designers to edit the markup.
@ -279,13 +275,6 @@ To fix the issue, we can simply add ``website`` as a dependency to ``academy``
.. patch::
.. todo:: website dispatch overrides blows up on auth=none (implicitly
inherits website's index -> ``website_enabled`` -> tries to access
``request.registry['website']`` even though ``request.registry is
None`` because ``auth='none'``)
also template issues (see above) (enabled website to "fix")
This will cause ``academy``'s index page to overwrite ``website``'s.
Reload `your openerp`_. Your old index page is back.