[MERGE] lp881356
[odoo/odoo.git] / addons / web /
2012-01-24 Fabien Meghazi[ADD] Added View Log (perm_read) option in debug select box
2012-01-24 niv-openerp[fix] problem in Widget
2012-01-24 niv-openerp[imp] added documentation
2012-01-24 Fabien Meghazi[FIX] Reference field problem, missing get_selected_ids()
2012-01-24 Xavier Morel[FIX] template rendering issues in IE8
2012-01-24 Xavier Morel[FIX] typo in comment
2012-01-24 Xavier Morel[IMP] add a 'default' key to 'on_prev_view' so switcher...
2012-01-24 Vidhin Mehta (OpenERP)[Merge]merge with main branch.
2012-01-24 Vidhin Mehta (OpenERP)[FIX]tree view top/bottom editable issue.
2012-01-24 Launchpad Translat... Launchpad automatic translations update.
2012-01-24 Vidhin Mehta (OpenERP)[FIX]when group string change after that fields are...
2012-01-24 Vidhin Mehta (OpenERP)[IMP]display full name of res.groups.
2012-01-23 Xavier Morel[MERGE] sets are better than lists when mostly checking...
2012-01-23 Xavier Morel[MERGE] typo fix, courtesy of florent x
2012-01-23 Xavier Morel[FIX] onchange: handlers can return 'False' instead...
2012-01-23 Xavier Morel[FIX] pressing [ESC] while in an editable listview...
2012-01-23 Florent Xicluna[REF] removed_sessions: use a set() instead of a list...
2012-01-23 Vidhin Mehta (OpenERP)[IMP]implement css and improve code for new fields.
2012-01-23 Florent Xicluna[FIX] typo in js property_widget.
2012-01-23 Xavier Morel[IMP] add ~ISO timestamps to db dump filenames
2012-01-23 Antony Lesuisse[MERGE] fix jsonp courtesy of florent.x
2012-01-22 Antony Lesuisse[FIX] revert html_template is used by other modules...
2012-01-20 Xavier Morel[FIX] get_value called on readonly reference widget...
2012-01-20 Xavier Morel[FIX] error reporting in _.sprintf
2012-01-20 Vidhin Mehta (OpenERP)[IMP]add auto_search var.
2012-01-20 niv-openerp[merge]
2012-01-20 Xavier Morel[FIX] DataSetStatic.read_slice called with no options...
2012-01-20 Xavier Morel[ADD] support for 'domain' key in result of onchange...
2012-01-20 Xavier Morel[ADD] dynamic view: handle setting domains via onchange
2012-01-20 Launchpad Translat... Launchpad automatic translations update.
2012-01-19 Xavier Morel[REM] unused imports mistakenly added in revision xmo...
2012-01-19 Xavier Morel[FIX] correctly display crash manager in case of report...
2012-01-19 Christophe Simonis[FIX] avoid blank page when the database assigned to...
2012-01-19 vishmita[FIX]set property of notification.
2012-01-19 Xavier Morel[FIX] extend revid:fme@openerp.com-20120117124417-k3vdi...
2012-01-19 Xavier Morel[MERGE] various style and code improvements, and overly...
2012-01-19 Florent Xicluna[REF] the openerplib should be fixed upstream.
2012-01-19 Florent Xicluna[REF] do not create useless OpenERPSession objects...
2012-01-19 Florent Xicluna[REF] code review.
2012-01-18 Florent Xicluna[FIX] a typo between 'id' and builtin <id>.
2012-01-18 niv-openerp[imp] cleared main html
2012-01-18 niv-openerp[imp] added id to fields values to please tfr
2012-01-18 Xavier Morel[FIX] re-add auto_search
2012-01-18 niv-openerp[imp] setup new gantt view
2012-01-18 Minh Tran[FIX] Fixed transparent login pane issue in IE8
2012-01-18 Xavier Morel[FIX] weird issue with dynamic input/@type which would...
2012-01-18 Xavier Morel[FIX] IE8 does not like it very much when we try to...
2012-01-18 Xavier Morel[FIX] if a text node is composed only of whitespace...
2012-01-18 Xavier Morel[FIX] Internet Explorer can't CDATA in HTML documents...
2012-01-18 Xavier Morel[IMP] LOWERCASE ALL THE THINGS
2012-01-18 Xavier Morel[FIX] XML serialization for MSIE8 (not by much, but...
2012-01-18 Xavier Morel[IMP] qweb: switch is shorter than inline object +...
2012-01-18 Xavier Morel[REM] incorrect link to local jQuery
2012-01-18 Xavier Morel[FIX] convert XML documents to HTML in MSIE so jQuery...
2012-01-18 Vo Minh Thu[MERGE] merged trunk.
2012-01-17 Fabien Meghazi[FIX] QWeb: well... ahem... This is embarassing...
2012-01-17 Fabien Meghazi[FIX] Fix QWeb default dict extend
2012-01-17 Fabien Meghazi[FIX] QWeb: fix 2 unit tests
2012-01-17 Christophe Simonis[FIX] correct session cleaning
2012-01-17 Xavier Morel[FIX] buttons order in dialog confirming actions
2012-01-17 Xavier Morel[FIX] re-fix weird behavior of Firefox where text punch...
2012-01-17 Xavier Morel[FIX] qweb: benchmark on browsers without console.time...
2012-01-17 Xavier Morel[MERGE] qweb casing fix
2012-01-17 Xavier Morel[FIX] un-nivity call of WebClient, IE8 does not like...
2012-01-17 Fabien Meghazi[FIX] QWeb: Internet Explorer DOM converts tags to...
2012-01-17 Xavier Morel[FIX] MSIE does not like calling .html on the page...
2012-01-17 Xavier Morel[FIX] root css on .openerp, not body.openerp
2012-01-17 Xavier Morel[FIX] trailing commas
2012-01-17 Fabien Meghazi[FIX] Char fields don't correctly retain their values...
2012-01-17 Xavier Morel[IMP] only display group paginator if there are more...
2012-01-17 Xavier Morel[FIX] forbid spaces in db names
2012-01-17 Xavier Morel[REM] wiki field from form and page
2012-01-17 Fabien Meghazi[IMP] Updated jquery.tipTip
2012-01-17 Xavier Morel[IMP] Xml2JSON: remove useless class indirection and...
2012-01-17 Xavier Morel[IMP] cleanup code and missing imports
2012-01-17 Xavier Morel[FIX] finish implementing xmo@openerp.com-2012011609533...
2012-01-17 Launchpad Translat... Launchpad automatic translations update.
2012-01-17 Antony Lesuisse[REM] bullshit from about
2012-01-16 Florent Xicluna[FIX] missing imports and typo in __all__.
2012-01-16 Florent Xicluna[FIX] NameError in jsonp POST.
2012-01-16 Fabien Meghazi[FIX] some accounting report do not work
2012-01-16 Xavier Morel[IMP] treeview style
2012-01-16 Fabien Meghazi[IMP] FormView: Only show invalid field on_ui_change...
2012-01-16 Vo Minh Thu[MERGE] merged trunk.
2012-01-16 Fabien Meghazi[FIX] Fields validation is not always triggered.
2012-01-16 Fabien Meghazi[IMP] Parse progress bar show value
2012-01-16 Vo Minh Thu[IMP] Removed the openerp.addons prefix when loading...
2012-01-16 Xavier Morel[FIX] small issue in xmo@openerp.com-20120116095337...
2012-01-16 Xavier Morel[FIX] fetching of export data after reloading from...
2012-01-16 Fabien Meghazi[FIX] Problem with DateTimeWidget
2012-01-16 Launchpad Translat... Launchpad automatic translations update.
2012-01-13 Xavier Morel[FIX] missing translation marks
2012-01-13 Xavier Morel[IMP] move fields_get display from process view to...
2012-01-13 Xavier Morel[ADD] link to debug mode in about window
2012-01-13 Xavier Morel[FIX] loading of new modules after installation
2012-01-13 Xavier Morel[FIX] remember to load not-yet-loaded modules after...
2012-01-13 Xavier Morel[FIX] avoid having the XML concatenator blow up when...
2012-01-13 Xavier Morel[FIX] concatenated JS files blowing up when not termina...
2012-01-13 Xavier Morel[IMP] make chs's http session cleanup spam less spammy
2012-01-13 Christophe Simonis[IMP] handle session actions
next