[FIX] avoid having the XML concatenator blow up when passed an empty list of files...
[odoo/odoo.git] / addons / web /
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 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 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...
2012-01-10 niv-openerp[imp] removed default_get handling in xml views
2012-01-10 Xavier Morel[IMP] notify on successful database dump or restoration
2012-01-10 Vaibhav (OpenERP)[FIX] translation marks for db notation.
2012-01-10 vishmita[FIX]Improve code.
2012-01-10 Xavier Morel[FIX] don't trigger blockUI before displaying potential...
2012-01-10 Vaibhav (OpenERP)[FIX] translate literal string only.
2012-01-10 Vaibhav (OpenERP)[FIX] block ui before rpc call.
2012-01-10 Fabien Meghazi[IMP] Improved form view do_show()
2012-01-10 Xavier Morel[FIX] display issue with edition button when grouping...
2012-01-10 Fabien Meghazi[IMP] Improved debug options
2012-01-10 niv-openerp[imp] update lib client version
2012-01-10 Fabien Meghazi[IMP] Improved dialog controller for heights > window...
2012-01-10 Fabien Meghazi[FIX] Fixed action target new dialog sticky titles
2012-01-09 Fabien Meghazi[IMP] After creating a record from dashboard we should...
2012-01-09 Fabien Meghazi[ADD] Added read only binary image widget to page view...
2012-01-09 Fabien Meghazi[IMP] Improved list view boolean formatting
2012-01-09 Vidhin Mehta (OpenERP)[MERGE]merge with main branch.
2012-01-09 Fabien Meghazi[IMP] Do not show view manager title in dialogs
2012-01-09 Fabien Meghazi[IMP] Only show formview when record is loaded in order...
2012-01-09 Vaibhav (OpenERP)[FIX] Notify on Database restore,backup.
2012-01-09 Serpent Consulting... [FIX] List view :- Column should be added for edit...
2012-01-09 Launchpad Translat... Launchpad automatic translations update.
2012-01-07 Serpent Consulting... [FIX] Image : widget should be readonly when the record...
2012-01-06 niv-openerp[fix] problem with the change password
2012-01-06 niv-openerp[fix] added saving of group_bys in saved filters
2012-01-06 niv-openerp[imp] improved design of filters select
2012-01-06 niv-openerp[imp] clear search filter when using an advanced filter
2012-01-06 niv-openerp[imp] improved js-side Model class
2012-01-06 niv-openerp[imp] added method to call a model method with kwargs
2012-01-06 niv-openerp[imp] re used context retreival
2012-01-06 niv-openerp[imp] simplified buffered dataset
2012-01-06 niv-openerp[imp] improved to newer version of lib client
2012-01-05 niv-openerp[imp] migrated to latest version of client
2012-01-05 Vaibhav (OpenERP)[FIX] view switcher for dashboard creatable record.
2012-01-04 niv-openerp[imp] modified web client to be able to logout without...
2012-01-04 niv-openerp[imp] simplified WebClient
2012-01-04 Minh TranFix visual glitches in IE9
2012-01-04 niv-openerp[imp] refactored logout mechanism
2012-01-04 Christophe Simonis[FIX] correct default date on calendar popups
2012-01-04 niv-openerp[imp] changed label
2012-01-04 niv-openerp[fix] rollback 1873 & 1871 to correct bugs related...
next