[MERGE] merged with main addons
[odoo/odoo.git] / addons / web /
2011-11-23 Fabien Meghazi[ADD] Added possibility to add actions to dashboards...
2011-11-23 Xavier Morel[FIX] condition for displaying open/close arrow of...
2011-11-23 Xavier Morel[FIX] docstring
2011-11-23 Vidhin Mehta (OpenERP)[FIX]fix issue of bug 877995.
2011-11-23 niv-openerp[imp] according to al's request, added Neko
2011-11-23 niv-openerp[merge] improvements to view editor
2011-11-23 Xavier Morel[FIX] if necessary, add padding when rendering a given...
2011-11-22 Xavier Morel[FIX] extend size of statusbar widget by 1 if we're...
2011-11-22 Xavier Morel[ADD] support for literal numbers in on_change specs
2011-11-22 Xavier Morel[FIX] don't double-call on_session_valid when logging in
2011-11-22 Yogesh (OpenERP)[IMP] implement add and remove node functionality in...
2011-11-22 Vidhin Mehta (OpenERP)[FIX]fix issue of review.
2011-11-22 Xavier Morel[FIX] do not reload sidebar during form's on_loaded...
2011-11-22 Xavier Morel[FIX] comma-terminated object literals
2011-11-22 Xavier Morel[FIX] semicolon warnings
2011-11-22 Yogesh (OpenERP)[IMP] Improve code in vieweditor.
2011-11-22 Yogesh (OpenERP)[IMP] code refactor in vieweditor.
2011-11-22 Xavier Morel[ADD] support for string literals in on_change specific...
2011-11-22 Yogesh (OpenERP)[IMP] implement add and remove node functionality in...
2011-11-22 Vidhin Mehta (OpenERP)[Merge]merge with main branch.
2011-11-22 Vidhin Mehta (OpenERP)[IMP]improvement in code.
2011-11-22 Vidhin Mehta (OpenERP)[IMP] fix view for new field dialog box.
2011-11-22 niv-openerp[imp] added replace() method in Widget to ease insertio...
2011-11-22 Vidhin Mehta (OpenERP)[MERGE]resove conflict and merge with main branch.
2011-11-22 Yogesh (OpenERP)[FIX] vieweditor :- fix problem of _.include method/
2011-11-22 Launchpad Translat... Launchpad automatic translations update.
2011-11-22 Yogesh (OpenERP)[MERGE] Merge with trunk upto revision no 1521.
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 Vidhin Mehta (OpenERP)[IMP]add new node last in group.
2011-11-21 Xavier Morel[IMP] use _.map to extract values from onchange paramet...
2011-11-21 Xavier Morel[ADD] support for string literals in form @on_change
2011-11-21 Fabien Meghazi[FIX] Apply same behavior as gtk+ and old web clients...
2011-11-21 Xavier Morel[ADD] support for arguments-less onchange (why the...
2011-11-21 Xavier Morel[ADD] sanity tests for basic checking of onchange parsing
2011-11-21 Xavier Morel[IMP] throw actual error objects to improve debugging...
2011-11-21 Xavier Morel[IMP] extract parsing of onchange specs into a separate...
2011-11-21 Xavier Morel[IMP] error messages during database creation failure...
2011-11-21 Vidhin Mehta (OpenERP)[IMP]make sequence for add node and edit node dialog...
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 Vidhin Mehta (OpenERP)[IMP]add event for clone element.
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-18 Vidhin Mehta (OpenERP)[IMP]code refactor.
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 Yogesh (OpenERP)[FIX] Vieweditor :- if type is tree then pass list...
2011-11-17 Yogesh (OpenERP)[FIX]
2011-11-17 Fabien Meghazi[FIX] Strange overflow of unwrapped text in 100% width...
2011-11-17 Yogesh (OpenERP)[IMP] Vieweditor :- improve edit field dialog box.
2011-11-17 Yogesh (OpenERP)[IMP] Vieweditor :- improve widget.
2011-11-17 Vidhin Mehta (OpenERP)[IMP] implement functionlity of new field add.
2011-11-17 Yogesh (OpenERP)[IMP] vieweditor :- improve some small issue.
2011-11-17 Yogesh (OpenERP)[IMP] vieweditor :- used setAttribute and removeAttribu...
2011-11-17 Yogesh (OpenERP)[FIX] Vieweditor :- fix some merge problem like change...
2011-11-17 Yogesh (OpenERP)[MERGE] Merge with trunk upto revision no 1493.
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 Yogesh (OpenERP)[IMP] vieweditor :- remove inherit button code and...
2011-11-16 Xavier Morel[FIX] some badly implemented function fields return...
2011-11-16 Yogesh (OpenERP)[IMP] vieweditor :- improve code in fetch tagname on...
2011-11-16 Vidhin Mehta (OpenERP)[IMP]improve code in view editor.
2011-11-16 Yogesh (OpenERP)[IMP] Vieweditor :- improve code .
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-16 Vidhin Mehta (OpenERP)[IMP]improve code for remove view in remove node functi...
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 Vidhin Mehta (OpenERP)[IMP] implement code for remove element in view editor.
2011-11-15 Xavier Morel[FIX] handling of groups with length 0 in ContainerData...
2011-11-15 Yogesh (OpenERP)[IMP] Vieweditor :- improve on_ui_change method.
2011-11-15 Yogesh (OpenERP)[MERGE] Vieweditor :- improve code edit node functional...
2011-11-15 Xavier Morel[FIX] add active_id, active_ids and active_model to...
2011-11-15 Yogesh (OpenERP)[IMP] vieweidtor :- improve warning method.
2011-11-15 Yogesh (OpenERP)[IMP] Vieweditor:- implement functionality of floatwidget.
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 Vidhin Mehta (OpenERP)[IMP]improve code,merge with main branch and fix first...
2011-11-15 Xavier Morel[FIX] only hide the database when going back to login...
2011-11-15 Yogesh (OpenERP)[IMP] vieweditor :- add selection and value attribute...
2011-11-15 Fabien Meghazi[FIX] Prevent jquery.tipTip to activate when source...
next