[MERGE] OPW 577359: encoding issues when fetching mails with inconsistent encodings
[odoo/odoo.git] / addons / web /
2012-07-20 Xavier Morel[FIX] Ensure static file URLs are actually URLs, not...
2012-07-20 Xavier Morel[FIX] handling of focus/blur in date fields in relation...
2012-07-20 Launchpad Translat... Launchpad automatic translations update.
2012-07-13 Xavier Morel[TRANSLATIONS] new extraction after addition of new...
2012-07-13 Xavier Morel[IMP] automatically close m2o autocomplete list inside...
2012-07-13 Xavier Morel[MERGE] manual reimplementation of progress bar for...
2012-07-13 Xavier Morel[FIX] dynamic addition of options in select in IE8...
2012-07-13 Xavier Morel[IMP] missing translation marks in form and view editor
2012-07-13 Xavier Morel[FIX] m2o-in-list-o2m focus issues introduced in o2m...
2012-07-12 Launchpad Translat... Launchpad automatic translations update.
2012-07-05 Amit Dodiya[FIX] Message translation issues in notification dialogs
2012-07-05 Amit Dodiya[FIX] Message translation issues in notification dialogs
2012-07-05 Amit Dodiya[FIX] Message translation issues in notification dialogs
2012-07-05 Amit Dodiya[FIX] Message translation issues in notification dialogs
2012-07-05 Xavier Morel[IMP] make embedded client crash manager configurable
2012-07-05 Xavier Morel[ADD] crash manager to embedded client, otherwise RPC...
2012-07-05 Launchpad Translat... Launchpad automatic translations update.
2012-07-03 msh-openerp[FIX]Refixed the issue of progressbar, rendred progress...
2012-07-03 msh-openerp[FIX]Refixed the issue of progressbar and changed the...
2012-07-03 msh-openerp[FIX]Refixed the issue of IE8 not appends options dynam...
2012-07-02 Bhumi Thakkar (Ope... [FIX] on dialogdrag event, autocomplete is hide.
2012-07-02 Launchpad Translat... Launchpad automatic translations update.
2012-06-29 Xavier Morel[IMP] export translatable strings
2012-06-29 Xavier Morel[FIX] make datepicker and timepicker translatable
2012-06-29 Xavier Morel[FIX] correctly pass along options in ProxyDataSet...
2012-06-29 Xavier Morel[FIX] missing comma in CSS leading to incorrect selectors
2012-06-29 Xavier Morel[FIX] Add new operator case to advanced search: field...
2012-06-29 Bhumi Thakkar (Ope... [FIX] Implement is set and is not set for char,inetger...
2012-06-29 Xavier Morel[FIX] action-type button from a list row being edited...
2012-06-29 Xavier Morel[FIX] server action not returning anything should be...
2012-06-28 Launchpad Translat... Launchpad automatic translations update.
2012-06-25 Xavier Morel[FIX] action buttons activated in editable o2m lists...
2012-06-25 Xavier Morel[MERGE] behavioral fixes and changes to editable list...
2012-06-25 Xavier Morel[CHG] reintroduce a button at the end of the line,...
2012-06-25 msh-openerp[FIX]Fixed the issue of coma missing in base.css, which...
2012-06-22 Xavier Morel[FIX] correctly reload an o2m list *after* triggering...
2012-06-22 Xavier Morel[IMP] move ListView.List#reload_record to ListView
2012-06-22 cpa-openerp[FIX] Fixed options not reach at write method of DataSet.
2012-06-22 Xavier Morel[FIX] ensure containing form is saved when triggering...
2012-06-21 Xavier Morel[IMP] simplify localconnector's exception converter...
2012-06-21 Xavier Morel[MERGE] ensure exception information is correctly conve...
2012-06-21 Xavier Morel[MERGE] move filtering of non-searchable fields to...
2012-06-21 Xavier Morel[FIX] incorrect clearing of default values on selection...
2012-06-21 Xavier Morel[FIX] actually clear basic textual fields in search...
2012-06-21 Launchpad Translat... Launchpad automatic translations update.
2012-06-20 Xavier Morel[IMP] focus management in date field
2012-06-20 Xavier Morel[FIX] blur/focus handling in most (if not all) form...
2012-06-20 msh-openerp[FIX]Refixed the issue of datetime picker translation...
2012-06-19 Xavier Morel[FIX] stupid groupby bug
2012-06-19 Bhumi Thakkar (Ope... [IMP] Code Optimization.
2012-06-19 Bhumi Thakkar (Ope... [FIX] if value is blank then return false.
2012-06-19 Xavier Morel[FIX] error caused by autosave-on-blur when vaidating...
2012-06-19 Xavier Morel[FIX] focus issues with m2o contextual menu (and popup...
2012-06-19 Xavier Morel[FIX] handling of focus on m2o fields (in editable...
2012-06-18 Mohammed Shekha[FIX]Fixed the issue of datetime picker which does...
2012-06-18 Bhumi Thakkar (Ope... [FIX] On mousedown event of dialog title autocomplete...
2012-06-18 Xavier Morel[IMP] jQuery exposes focusin and focusout, use that...
2012-06-15 Xavier Morel[FIX] handling of [Return] key to save records being...
2012-06-14 Xavier Morel[ADD] automatic save of o2m rows being created/edited...
2012-06-14 Xavier Morel[IMP] return deferred from ListView#render_row_as_form...
2012-06-14 Xavier Morel[IMP] allow overloading a listview's List and Groups...
2012-06-14 Xavier Morel[FIX] don't require an extended class to have a method...
2012-06-14 Xavier Morel[FIX] don't break the handling of record index 0 in...
2012-06-14 Xavier Morel[IMP] hide [disk drive] button in o2m editable lists
2012-06-14 Fabien Meghazi[REV] Revert revid:fme@openerp.com-20120611151704-u2krx...
2012-06-14 Launchpad Translat... Launchpad automatic translations update.
2012-06-13 Xavier Morel[FIX] do not break dataset index (at the wrong moment...
2012-06-13 Xavier Morel[FIX] in ensure_saved, discard non-dirty editable rows
2012-06-13 Xavier Morel[FIX] if a form is not dirty, always consider the corre...
2012-06-13 Xavier Morel[IMP] don;t needlessly wrap values into deferreds in...
2012-06-13 Xavier Morel[FIX] O2M validation: correctly proxy validation from...
2012-06-13 Xavier Morel[FIX] correctly forward arguments in _super() call...
2012-06-13 msh-openerp[FIX]Refix the issue, used filter in current chain...
2012-06-12 Xavier Morel[CHG] try saving any row under edition when starting...
2012-06-12 Xavier Morel[IMP] Deferred usage in editable listview
2012-06-12 Olivier Dony[MERGE] Missing tab title made multi-tab use of OpenERP...
2012-06-12 Olivier Dony[FIX] base.xml: missing base URL for <img src> and...
2012-06-12 Launchpad Translat... Launchpad automatic translations update.
2012-06-11 Fabien Meghazi[FIX] In form view, <image> tag is not a binary image...
2012-06-11 Fabien Meghazi[FIX] Fixed http header Content-Disposition for non...
2012-06-10 Launchpad Translat... Launchpad automatic translations update.
2012-06-08 olt@tinyerp.com[FIX] if Exception 'value' attribute (e.value in this...
2012-06-08 msh-openerp[FIX]Refixed the issue of filter, removed unnecessary...
2012-06-08 Xavier Morel[FIX] mis-handling of url actions in sidebar
2012-06-08 msh-openerp[FIX]Refixed the issue of progressbar of list, here...
2012-06-08 Launchpad Translat... Launchpad automatic translations update.
2012-06-08 cpa-openerp[FIX] Fixed clear button works for all fields.
2012-06-07 niv-openerpfixed bug with ir.actions.url
2012-06-07 Xavier Morel[ADD] handling of required attr on m2m fields
2012-06-07 Xavier Morel[FIX] Error while deleting a record when there is only...
2012-06-07 Xavier Morel[IMP] display clean error dialog when user tries to...
2012-06-07 Xavier Morel[FIX] re-display [Add Pad] button after removing the...
2012-06-07 Xavier Morel[IMP] formatting of o2m and m2m fields in list views...
2012-06-07 msh-openerp[FIX]Refixed the issue of pad button not rendered when...
2012-06-07 msh-openerp[FIX]Refixed the issue of database creation which was...
2012-06-07 Amit Dodiya[FIX] Error while deleting a record when there is only...
2012-06-07 Amit Dodiya[FIX] Error while deleting a record when there is only...
2012-06-07 Amit Dodiya[FIX] Error while deleting a record when there is only...
2012-06-07 Amit Dodiya[FIX] Error while deleting a record when there is only...
2012-06-07 cpa-openerp[FIX] Code optimization as per suggestion.
next