[IMP] Added missing vim mode lines
[odoo/odoo.git] / addons / web /
2011-11-22 Launchpad Translat... Launchpad automatic translations update.
2011-11-21 Fabien Meghazi[IMP] Ensure form is saved when xmo's protocol for...
2011-11-21 Xavier Morel[ADD] cache eviction for buffereddataset on records...
2011-11-21 Xavier Morel[FIX] provide for values to sidebar links context
2011-11-21 Xavier Morel[ADD] protocol to allow sidebar to query its parent...
2011-11-21 Fabien Meghazi[FIX] Apply same behavior as gtk+ and old web clients...
2011-11-21 Xavier Morel[IMP] error messages during database creation failure...
2011-11-21 Xavier Morel[FIX] dialogs not closing when they trigger a report...
2011-11-21 Yogesh (OpenERP)[FIX] fix problem of close popup in actio type of ir_ac...
2011-11-21 Launchpad Translat... Launchpad automatic translations update.
2011-11-18 Xavier Morel[FIX] correctly pass active_* context keys along when...
2011-11-18 Xavier Morel[IMP] pass along the action context when requesting...
2011-11-18 Xavier Morel[FIX] display user login in static home page
2011-11-18 Yogesh (OpenERP)[FIX] action is ir_actions_report_xml then wizard autom...
2011-11-17 Fabien Meghazi[IMP] Improve listview styling
2011-11-17 Xavier Morel[FIX] synchronization of o2m widget saving, avoid race...
2011-11-17 Xavier Morel[FIX] issues with asynchronous set_value handling
2011-11-17 Fabien Meghazi[FIX] callers of on_record_loaded to use promises
2011-11-17 Fabien Meghazi[FIX] Fixed data#read_index() so it returns same argume...
2011-11-17 Fabien Meghazi[IMP] Core callbacks always return value of original...
2011-11-17 Fabien Meghazi[IMP] FormView: on_record_loaded returns a promise
2011-11-17 Fabien Meghazi[IMP] Allows to define options per view in action flags
2011-11-17 Fabien Meghazi[FIX] Strange overflow of unwrapped text in 100% width...
2011-11-16 Fabien Meghazi[FIX] Fixes form's date[time] widgets problems with...
2011-11-16 Serpent Consulting... [FIX] DB creation failure : Better message attached...
2011-11-16 Fabien Meghazi[IMP] Use t-js
2011-11-16 Fabien Meghazi[IMP] QWeb2: add 'console' in reserved words
2011-11-16 Xavier Morel[FIX] you get an icon, you get an icon, everybody gets...
2011-11-16 Xavier Morel[FIX] searchview needs to send the action's context...
2011-11-16 Xavier Morel[FIX] some badly implemented function fields return...
2011-11-16 Xavier Morel[IMP] don't default to debug mode when loading the...
2011-11-16 Xavier Morel[IMP] underscore fun
2011-11-15 Christophe Simonis[IMP] nivification of Loading widget
2011-11-15 Fabien Meghazi[REM] FormView: Removed is_dirty_for_user and replaced...
2011-11-15 Fabien Meghazi[UNFK] Restore xmo fixes that I accidentally reverted.
2011-11-15 Fabien Meghazi[FIX] on_ui_change triggered before on_changes in date...
2011-11-15 Fabien Meghazi[IMP] Upgraded unserscore version from 1.1.7 to 1.2...
2011-11-15 Xavier Morel[FIX] handling of groups with length 0 in ContainerData...
2011-11-15 Xavier Morel[FIX] add active_id, active_ids and active_model to...
2011-11-15 Xavier Morel[FIX] inability to open database screen after going...
2011-11-15 Xavier Morel[IMP] correctly synchronize dblist between db pane...
2011-11-15 Xavier Morel[FIX] only hide the database when going back to login...
2011-11-15 Fabien Meghazi[FIX] Prevent jquery.tipTip to activate when source...
2011-11-14 Fabien Meghazi[ADD] FormView: Added debug information as tooltips
2011-11-14 Fabien Meghazi[IMP] Keep domain and context source string in fields...
2011-11-14 Fabien Meghazi[ADD] Added jQuery tipTip
2011-11-14 Xavier Morel[FIX] support 'thousands' separator for floats
2011-11-14 Xavier Morel[FIX] support 'thousands' separator for integers
2011-11-14 Xavier Morel[ADD] function to insert 'thousands' separators
2011-11-14 Xavier Morel[REM] can't be arsed to fix the broken date and time...
2011-11-14 Xavier Morel[FIX] correctly apply user's date and time formatting...
2011-11-14 Xavier Morel[FIX] database restoration
2011-11-14 Xavier Morel[IMP] search view: assert the view received from the...
2011-11-14 Fabien Meghazi[IMP] Improved styling of tabs and group fieldset
2011-11-14 Fabien Meghazi[IMP] Form view sidebar actions like print should impli...
2011-11-14 Fabien Meghazi[FIX] Dynamic method calls in sidebar won't work once...
2011-11-14 Xavier Morel[IMP] mark a bunch of strings as translatable in search...
2011-11-14 Fabien Meghazi[FIX] Form view: 'string' attribute on 'group' tag...
2011-11-14 Xavier Morel[ADD] 'id' to all advanced filters if not in fields_get...
2011-11-14 Xavier Morel[FIX] cell borders in padding rows of list views
2011-11-14 Xavier Morel[ADD] borders to table data cells
2011-11-14 Xavier Morel[FIX] only aggregate columns explicitly asking for...
2011-11-14 Xavier Morel[IMP] right-align number cells in editable list rows
2011-11-13 Fabien Meghazi[FIX] Prevent ViewManager to remove other spans from...
2011-11-13 Launchpad Translat... Launchpad automatic translations update.
2011-11-10 Xavier Morel[FIX] list view: display group titles straight from...
2011-11-10 Xavier Morel[IMP] throw actual errors in formatting functions,...
2011-11-10 Xavier Morel[FIX] treat False values as None for the purpose of...
2011-11-10 niv-openerp[fix] advanced filters were broken
2011-11-10 niv-openerp[imp] made m2m support embedded list view
2011-11-10 Xavier Morel[ADD] fallback float_time parsing on float parsing...
2011-11-10 Xavier Morel[IMP] some naming in openerp.web.parse_value, throw...
2011-11-10 Kunal Chavda (OpenERP)[FIX]Fixed code for export xls null values should not...
2011-11-10 niv-openerp[imp] critical improvement to avoid hurting sensibility...
2011-11-10 niv-openerp[fix] problem in readonly m2o
2011-11-10 niv-openerp[imp] made editable list in o2m auto-save
2011-11-10 Xavier Morel[IMP] add confirmation message when deleting a record...
2011-11-10 Stefan Rijnhart[FIX] Changed widget name to WidgetGroup as per convention
2011-11-10 Xavier Morel[IMP] open non-editable m2o links inline (replace curre...
2011-11-10 niv-openerp[fix] problem in form open popup a form select create...
2011-11-10 Jiten (OpenERP)[MERGE] Merge from openerp-web.
2011-11-09 Xavier Morel[FIX] do not display reverse fields of o2ms in import...
2011-11-09 Fabien Meghazi[IMP] Form: only save record when there's something...
2011-11-09 Xavier Morel[FIX] always remove database ID from import-compatible...
2011-11-09 Xavier Morel[FIX] quickfix of dialogs broken by commit 1422
2011-11-09 Fabien Meghazi[ADD] Added <instance>.log() ( -> console.log() in...
2011-11-09 niv-openerp[fix] small architecture inconsistency
2011-11-09 Xavier Morel[IMP] various res.log improvements
2011-11-09 Fabien Meghazi[REM] Removed TranslateDialog tabs. Focus field correct...
2011-11-09 Fabien Meghazi[ADD] Added jquery.scrollTo
2011-11-09 Xavier Morel[ADD] ability to close res_log listing
2011-11-09 Xavier Morel[IMP] only display last 3 log items, add link to displa...
2011-11-09 Xavier Morel[IMP] display logs in reverse chronological order
2011-11-09 niv-openerp[imp] some more architecture improvements
2011-11-09 niv-openerp[imp] small improvement to ease widgetification of...
2011-11-09 Fabien Meghazi[IMP] Search view: align buttons on the left
2011-11-09 Fabien Meghazi[IMP] Move 'Translate' in 'Customize' sidebar's section...
2011-11-09 Xavier Morel[FIX] implicit global and duplicate local (wow)
2011-11-09 Launchpad Translat... Launchpad automatic translations update.
2011-11-08 Antony Lesuisse[MERGE] qweb xml loading (chs)
next