[10.0] Migrate website cookie notice - #309
Conversation
|
Wow, what a huge commit quantity. Can you please squash by author and all the translation one together? |
|
depends on #310 , sorry for closing and reopen, i've made a mistake |
|
Hi @pedrobaeza i've made this pr following strictly this guide and i think that all that commit comes from 9.0 version, so why squash them?. |
|
I know that you have followed the guide (and I have to reflect this somehow in the guide), but we don't need to keep such commit detail in this branch as the important part are the authors and the 10.0 part. For example, if during the 8.0 life cycle, you have retranslated 20 times the module terms, why keep all these diffs to increase a lot the branch size (and thus the download/pull size). We only need the last translation. The same can apply to the rest of the code, but with one exception: we must keep "final" code for each author. |
5f834dd to
4dcc1a0
Compare
OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex
This will allow automatic translations and easier maintenance. Many code has been removed to simplify eveything. Show cookie notice only if a request is bound. Warn about breaking update in 2.0.0. Warn about losing customizations. Make easier to reuse. - Move important parts of templates to another templates. - Add an ID to the message: `website_cookie_notice`.
Cookie message translation Cookie message translation
Conflicts: website_cookie_notice/__openerp__.py IMP using JSON and avoiding cache breaking rendered pages Conflicts: website_cookie_notice/views/website.xml FIX Duplicate key 'version' in dictionary and copyright headers FIX module version FIX author Tecnativa FIX website_cookie_notice: make installable
4dcc1a0 to
3e5a60c
Compare
|
@pedrobaeza take a look if it's ok what i've made |
| <div class="container"> | ||
| <div class="row"> | ||
| <div class="col-xs-10">We use cookies in this website. Read about them in our <a href="/page/privacy">privacy policy</a>. To disable them, configure your browser properly. If you keep using this website, you are accepting those.</div> | ||
| <div class="col-xs-2 text-center"> |
Before this patch, the *OK* button was overflowing the horizontal width a little bit in English, but much more in languages where *OK* is a longer word. Now the button goes below the message in phones, avoiding that problem.
|
hurrinico#2 before merge: add setuptools and use manifest instead of openerp |
…setup-jne [ADD] setup and rename __openerp__ into manifest
|
I added a commit to make it compatible with #353 when merged. |
- Privacy policy URL changed. - Contributors data updated. - Move templates to templates folder, as per guidelines.
7fb1971 to
d2015d1
Compare
|
Rebased now that #353 is merged. |
pedrobaeza
left a comment
There was a problem hiding this comment.
Merging when Travis finishes
WIP until: