[IMP] tools: removed literal_eval as we drop python 2.6 support.
[odoo/odoo.git] / addons / web /
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-16 Florent Xicluna[FIX] missing imports and typo in __all__.
2012-01-17 Antony Lesuisse[REM] bullshit from about
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 Fabien Meghazi[FIX] Fields validation is not always triggered.
2012-01-16 Fabien Meghazi[IMP] Parse progress bar show value
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 niv-openerp[fix] problem with DateTimeWidget
2012-01-13 Xavier Morel[FIX] cancel button was removed from editable list...
2012-01-13 Xavier Morel[ADD] test edge cases for formatting float_time using...
2012-01-13 Xavier Morel[IMP] display a warning and disable excel export option...
2012-01-13 Xavier Morel[FIX] propagation of events from records removed from...
2012-01-13 Launchpad Translat... Launchpad automatic translations update.
2012-01-12 Olivier Dony[REL] OpenERP 6.1rc1 6.1.0-rc1-web
2012-01-12 Antony Lesuisse[IMP] append username in session directory
2012-01-12 Xavier Morel[FIX] unbind handlers on records from a collection...
2012-01-12 Fabien Meghazi[FIX] Attachment creation does not set datas_fname...
2012-01-12 niv-openerp[fix] problem with email template preview
2012-01-12 Fabien Meghazi[FIX] Fix default field focus that was broken
2012-01-12 Fabien Meghazi[REM] Commented out a debug logging
2012-01-12 Christophe Simonis[IMP] web: keep sessions at least 5 minutes
2012-01-12 Fabien Meghazi[IMP] Improved menu folding icon when menu is empty
2012-01-12 Fabien Meghazi[REM] Commented out some debug output
2012-01-12 Vidhin Mehta (OpenERP)[IMP]remove extra lines
2012-01-12 Vidhin Mehta (OpenERP)[Fix]bug no.914515
2012-01-12 Christophe Simonis[FIX] load modules when all css/qweb/js files are loaded
2012-01-12 Xavier Morel[FIX] forgot to forward arguments correctly in xmo...
2012-01-12 Fabien Meghazi[FIX] Fixed Data Import Dialog that I previously broke...
2012-01-12 Xavier Morel[IMP] add lazier proxy method on CallbackEnabled, use...
2012-01-12 Launchpad Translat... Launchpad automatic translations update.
2012-01-11 Xavier Morel[FIX] doc typo
2012-01-11 Fabien Meghazi[IMP] Avoid overflow of large menu items
2012-01-11 Xavier Morel[IMP] add explanation as to why the preferences dialog...
2012-01-11 Xavier Morel[FIX] button order in preferences dialog
2012-01-11 Xavier Morel[FIX] implicit global
2012-01-11 Xavier Morel[IMP] attach old callback to webclient reloading
2012-01-11 Xavier Morel[FIX] WebClient.do_reload's deferred chain, split sessi...
2012-01-11 niv-openerp[fix] problem in o2m
2012-01-11 Fabien Meghazi[IMP] Disable right click on m2o button
2012-01-11 vishmita[FIX]attachment without fname_attachment.
2012-01-11 Fabien Meghazi[FIX] Binary Field shouldn't load all base64 data when...
2012-01-11 Fabien Meghazi[REM] Refactored Dataset. Removed callbacks for #read_i...
2012-01-11 Fabien Meghazi[IMP] Refactored web.Dialog (again)
2012-01-11 Xavier Morel[FIX] correctly htmlescape data in format_cell
2012-01-11 Xavier Morel[IMP] make view editor dialog title translatable
2012-01-11 Fabien Meghazi[MERGE] Merge last trunk
2012-01-11 Fabien Meghazi[FIX] Refactoring leftovers
2012-01-11 Xavier Morel[FIX] broken grouping in list views
2012-01-11 Xavier Morel[FIX] view icons for tree (add) and page (fix hovering...
2012-01-11 Vidhin Mehta (OpenERP)[IMP]use CompoundContext class.
2012-01-11 Launchpad Translat... Launchpad automatic translations update.
2012-01-10 niv-openerp[fix] forgot to rename all references to reload_lock
2012-01-10 Fabien Meghazi[IMP] More dataset refactoring
2012-01-10 Xavier Morel[ADD] handling of binary fields in list views
2012-01-10 Xavier Morel[IMP] correctly handle filenames in list view binaries
2012-01-10 Fabien Meghazi[IMP] Refactored Dataset#read_ids usage
2012-01-10 Xavier Morel[ADD] handling of binary fields to the listview
2012-01-10 Fabien Meghazi[IMP] Improved m2o dialogs
2012-01-10 niv-openerp[fix] added exception in o2m when we query the value...
2012-01-10 Fabien Meghazi[FIX] Fixed m2o dialogs
2012-01-10 niv-openerp[imp] cosmetic improvements in form view
2012-01-10 niv-openerp[imp] refactored form view some more to use Mutex
2012-01-10 niv-openerp[imp] refactored a part of form view to use Mutex
2012-01-10 Xavier Morel[IMP] add bin_size flag to listview reads in order...
2012-01-10 Xavier Morel[IMP] add doc to Binary.saveas, and rename a field...
2012-01-10 Fabien Meghazi[ADD] Add options arguments to Dataset#read_index in...
next