[FIX] website_forum links which should not be, post-install crawler
authorXavier Morel <xmo@openerp.com>
Mon, 12 May 2014 16:34:55 +0000 (18:34 +0200)
committerXavier Morel <xmo@openerp.com>
Mon, 12 May 2014 16:34:55 +0000 (18:34 +0200)
commit023aa7acdf6eb859ada2f8c616fedf9dbc060c80
treef96572989d6bfd71522281c9a238d89ccba41161
parent2cc170980d31acabd3a69c47965668cfc29f8341
[FIX] website_forum links which should not be, post-install crawler

* move URLs of purely-JS-hook <a> to data-href so the crawler does not try to
  access them (they're JSON-RPC endpoints...)
* replace side-effecting links (...) by styled buttons
* fix crawler to not take fragments in account when deduplicating and
  navigating URLs
addons/website/tests/test_requests.py
addons/website_forum/static/src/css/website_forum.css
addons/website_forum/static/src/css/website_forum.sass
addons/website_forum/static/src/js/website_forum.js
addons/website_forum/views/website_forum.xml