3
0
Fork 0
Commit Graph

2268 Commits (c78d73d9b14fa6ec698cf5a3cc8f1379610d994c)

Author SHA1 Message Date
OCA-git-bot 6632f51a8a web_responsive 12.0.1.3.2 2019-10-11 12:59:50 +00:00
OCA-git-bot 9bc07f872f Merge PR #1391 into 12.0
Signed-off-by Yajo
2019-10-11 12:36:19 +00:00
OCA-git-bot 9b3356687e web_responsive 12.0.1.3.1 2019-10-11 11:15:33 +00:00
OCA-git-bot 33204e8794 Merge PR #1398 into 12.0
Signed-off-by Yajo
2019-10-11 10:48:59 +00:00
George Daramouskas ca2e3b5964
fixup! [MIG] Migrate web_drop_target to 12.0 2019-10-09 17:30:35 +02:00
Alexandre Díaz 8a7d5f68f0 [IMP] web_responsive: Support long titles 2019-10-09 15:38:13 +02:00
OCA-git-bot aee297ef98 [ADD] setup.py 2019-10-09 09:27:39 +00:00
OCA-git-bot d73dc3067e [UPD] README.rst 2019-10-09 09:27:39 +00:00
oca-travis 9848bc0c94 [UPD] Update web_search_with_and.pot 2019-10-09 09:19:58 +00:00
OCA-git-bot 82dcacdfd1 Merge PR #1203 into 12.0
Signed-off-by jbeficent
2019-10-09 09:13:09 +00:00
Alexandre Díaz f40005b215 [IMP] web_responsive: Made chatter input & attachments scrollable 2019-10-08 18:49:27 +02:00
George Daramouskas dc67c12be6
[MIG] Migrate web_drop_target to 12.0 2019-10-02 17:36:29 +02:00
OCA-git-bot 003220f53a
[UPD] README.rst 2019-10-02 17:15:05 +02:00
OCA-git-bot cc04e2df59
[UPD] README.rst 2019-10-02 17:15:05 +02:00
oca-travis e27548c431
[UPD] Update web_drop_target.pot 2019-10-02 17:15:05 +02:00
Enric Tobella 24631fe75b
[FIX] web_drop_target: Process only if you are on the expected area 2019-10-02 17:15:05 +02:00
Akim Juillerat b01ae3262b
[i18n] Add french translation 2019-10-02 17:15:05 +02:00
Pablo Fuentes 891d875482
[IMP] web_drop_target: Make sure is a Blob object
Make sure that when a File is dropped into a form the event is propagated and the action only takes place when the element dropped is actually a Blob object.

Taken from #1209

Co-Authored-By: George Daramouskas <daramousk@users.noreply.github.com>
2019-10-02 17:15:05 +02:00
Pablo Fuentes 1f9552b9bf
[IMP] web_drop_target: Handle FilerReader error 2019-10-02 17:15:05 +02:00
Akim Juillerat cd339f3329
[IMP] Make web_drop_target IE11 compliant 2019-10-02 17:15:04 +02:00
Akim Juillerat ab789c8cde
Make _handle_drop_items extensible to prevent multiple rpc calls 2019-10-02 17:15:04 +02:00
Pablo Fuentes ee43e30f35
[FIX] web_drop_target: remove ES6 sintax 2019-10-02 17:15:04 +02:00
Pablo Fuentes e0ce6f1de3
[IMP] web_drop_target: Add contributor and screenshot 2019-10-02 17:15:04 +02:00
Pablo Fuentes 84e831c090
[IMP] web_drop_target: Upload multiple files 2019-10-02 17:15:04 +02:00
George Daramouskas 6304a2baaa
[FIX] web_drop_target Make sure that when a File is dropped into a form the event is propagated and the action only takes place when the element dropped is actually a Blob object 2019-10-02 17:15:04 +02:00
OCA-git-bot 2d63d4dedf
[UPD] README.rst 2019-10-02 17:15:04 +02:00
Stéphane Bidoul (ACSONE) 0996454f64
[FIX] title level in readme fragment 2019-10-02 17:15:04 +02:00
oca-travis 49e7242836
[UPD] Update web_drop_target.pot 2019-10-02 17:15:03 +02:00
Akim Juillerat 739b85003a
[MIG] web_drop_target : Migration to 11.0 2019-10-02 17:15:03 +02:00
Holger Brunn a91fcf7834
[ADD] web_drop_target 2019-10-02 17:15:03 +02:00
Pedro M. Baeza 383181f882
Merge pull request #1382 from Eficent/12.0-bokeh-version-fix
[12.0] web_widget_bokeh_chart: update documentation and set a maintainer
2019-09-30 11:33:28 +02:00
Timon Tschanz 1f8066ab79 address comments 2019-09-30 10:46:57 +02:00
Akim Juillerat 29fa333221 Add tr_sequence on res.lang to allow sorting languages in the translation dialog 2019-09-30 10:46:57 +02:00
Akim Juillerat 7fde1b35d5 Remove field description column and move it to title 2019-09-30 10:46:57 +02:00
Akim Juillerat bd1f4a4ff9 Fix sizing of textarea
Resize textarea either to the max height of its content if it stays
in the modal or to the max height available in the modal
2019-09-30 10:46:57 +02:00
Akim Juillerat d6d4eb0e91 Use $ instead of $el.find 2019-09-30 10:46:57 +02:00
Akim Juillerat 6e853b09d8 Set max-width to 90% on translate dialog 2019-09-30 10:46:57 +02:00
Akim Juillerat cd59690f76 Attend review comments 2019-09-30 10:46:57 +02:00
Akim Juillerat f814a950de Refactor to display only existing translations 2019-09-30 10:46:57 +02:00
Akim Juillerat 31cf928dfe Keep translated value after hitting save 2019-09-30 10:46:56 +02:00
Akim Juillerat 9edd8ace29 Fix error if field to translate is not textarea 2019-09-30 10:46:56 +02:00
Akim Juillerat a3ac7e69ec Apply autoresize on textarea elements and fix css 2019-09-30 10:46:56 +02:00
Timon Tschanz cd48e2dafc fix reminder box link 2019-09-30 10:46:56 +02:00
Timon Tschanz 4b64159e14 fix context and add mutex 2019-09-30 10:46:56 +02:00
Timon Tschanz 5b1f6e6287 Fix issue in manifest & move to readme folder 2019-09-30 10:46:56 +02:00
Timon Tschanz 63ee8021fc [12.0][MIG] web_translate_dialog 2019-09-30 10:46:56 +02:00
oca-travis fd31f26e23 [UPD] Update web_translate_dialog.pot 2019-09-30 10:46:56 +02:00
Stéphane Bidoul (ACSONE) 8a3ed869ed remove obsolete .pot files [ci skip] 2019-09-30 10:46:56 +02:00
Timon Tschanz ca033cc45a [fix] web_translate_dialog: correct context split
Fixes the display of languages other than the user language  in the translation dialog.
split_context checks if we provide more arguments than read has and then uses of the additional one as context.
Since read takes the argument load additionally to the ones already given, we need to provide it as well to ensure the context is split.
2019-09-30 10:46:56 +02:00
OCA Transbot 929bed0478 OCA Transbot updated translations from Transifex 2019-09-30 10:46:56 +02:00