[MERGE] forward port of branch saas-4 up to 7ecaab9
[odoo/odoo.git] / addons / web_graph /
2014-08-08 Denis Ledoux[MERGE] forward port of branch saas-4 up to 0a1e4a0
2014-08-07 Jérome Maes[FIX] web_graph : display the correct label for Selecti...
2014-05-14 Launchpad Translat... Launchpad automatic translations update.
2014-05-11 Launchpad Translat... Launchpad automatic translations update.
2014-05-09 Gery Debongnie[IMP] optimizes pivot table rendering when expanding...
2014-05-08 Gery Debongnie[IMP] optimize the pivot table rendering when folding...
2014-05-08 Gery Debongnie[FIX] render the pivot table correctly (addon web_graph)
2014-05-08 Gery Debongnie[FIX] add $ to jquery variables (addon web_graph)
2014-05-08 Gery Debongnie[IMP] improve the way indentation is done in pivot...
2014-05-07 Kersten Jeremy[FIX] Graph - Add context in fields_get to have the...
2014-05-06 Launchpad Translat... Launchpad automatic translations update.
2014-05-01 Antony Lesuisse[MERGE] saas-4 up to dle@openerp.com-20140501121915...
2014-04-30 Fabien Meghazi[MERGE] Web assets moved from manifests to ir.ui.view...
2014-04-30 Gery Debongnie[MERGE] merge from trunk
2014-04-30 Gery Debongnie[FIX] fix a crash in graphview when user clicked rapidl...
2014-04-30 Gery Debongnie[IMP] large optimizations to the graph view rendering...
2014-04-29 Fabien Meghazi[MERGE] upstream
2014-04-28 Gery Debongnie[IMP] add the expand all button back to the graph view
2014-04-26 Launchpad Translat... Launchpad automatic translations update.
2014-04-25 Gery Debongnie[FIX] (partially) fixes a concurrence problem in graph...
2014-04-24 Fabien Meghazi[IMP] bundlify rest of web addons
2014-04-24 Fabien Meghazi[IMP] bundlify web client
2014-04-23 Launchpad Translat... Launchpad automatic translations update.
2014-04-22 Gery Debongnie[FIX] fix line chart x-axis labels: it now correctly...
2014-04-22 Gery Debongnie[FIX] correct the scaling problem of graph bar charts...
2014-04-22 Gery Debongnie[FIX] correct fix for the scrolling problem in graph...
2014-04-22 Gery Debongnie[FIX] in graph view, save the scrolling position and...
2014-04-22 Gery Debongnie[FIX] disable export to xls button in graph view when...
2014-04-22 Gery Debongnie[FIX] only hide the export button (and not all the...
2014-04-18 Launchpad Translat... Launchpad automatic translations update.
2014-04-15 Launchpad Translat... Launchpad automatic translations update.
2014-04-10 Launchpad Translat... Launchpad automatic translations update.
2014-04-09 Gery Debongnie[IMP] performance improvement: write a custom isEqual...
2014-04-09 Gery Debongnie[FIX] correctly determines when there is no data to...
2014-04-09 Gery Debongnie[MERGE] merge from trunk
2014-04-09 Gery Debongnie[IMP] massive optimization of the graph view code:...
2014-04-08 Gery Debongnie[MERGE] merge from trunk
2014-04-07 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 3995...
2014-04-04 Martin Trigaux[FIX] skip undefined and keep formating as empty string
2014-04-04 Gery Debongnie[FIX] add missing semicolons, add a missing 'var' state...
2014-04-04 Martin Trigaux[IMP] web_graph: when exporting to xls, export float...
2014-04-03 Gery Debongnie[FIX] makes sure the internal data structure of pivot...
2014-04-02 Gery Debongnie[FIX] correct the expand functionality to avoid creatin...
2014-04-02 Gery Debongnie[FIX] correctly filters out empty groups in read_group...
2014-04-02 Gery Debongnie[MERGE] merge from trunk
2014-04-02 Gery Debongnie[IMP] complete rewrite of the data loading code in...
2014-04-01 Launchpad Translat... Launchpad automatic translations update.
2014-03-24 Launchpad Translat... Launchpad automatic translations update.
2014-03-18 Kersten Jeremy[FIX] Hack css for graph view
2014-03-16 Launchpad Translat... Launchpad automatic translations update.
2014-03-11 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 3967...
2014-03-06 Launchpad Translat... Launchpad automatic translations update.
2014-03-01 Launchpad Translat... Launchpad automatic translations update.
2014-02-26 Gery Debongnie[FIX] adds a missing semicolon... :/ (addon web_graph)
2014-02-26 Gery Debongnie[IMP] this commit adds two css classes (graph_pivot_mod...
2014-02-26 Gery Debongnie[IMP] optimizes pivot table so that it doesn't reload...
2014-02-26 Gery Debongnie[FIX] fixes various problems with the graph view and...
2014-02-26 Launchpad Translat... Launchpad automatic translations update.
2014-02-25 Gery Debongnie[FIX] fixes the tooltip position in chart mode (graph...
2014-02-25 Gery Debongnie[IMP] optimizes graph view to avoid reloading data...
2014-02-25 Gery Debongnie[FIX] fixes problems due to the preceding merge (resolv...
2014-02-25 Gery Debongnie[MERGE] merge from trunk
2014-02-25 Gery Debongnie[FIX] fixes various problems with the search bar integr...
2014-02-25 Launchpad Translat... Launchpad automatic translations update.
2014-02-20 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 3950...
2014-02-14 Launchpad Translat... Launchpad automatic translations update.
2014-02-13 Launchpad Translat... Launchpad automatic translations update.
2014-02-10 Gery Debongnie[FIX] make sure the graph view takes the col_group_by...
2014-02-10 Gery Debongnie[FIX] fixes a bug caused by two consecutive calls to...
2014-02-10 Gery Debongnie[FIX] fixes an issue in graph view (addon web_graph)
2014-02-07 Gery Debongnie[IMP] removes the 'expand all' buttons, it was confusin...
2014-02-07 Gery Debongnie[FIX] correctly use the col group by instead of groupby...
2014-02-05 Gery Debongnie[FIX] many small tweaks, add some comment, rename varia...
2014-02-05 Gery Debongnie[IMP] completes the excel export functionality in graph...
2014-02-04 Gery Debongnie[IMP] separates the pivot table drawing from the pivot...
2014-02-03 Gery Debongnie[IMP] work in progress: adds the export functionality...
2014-02-03 Gery Debongnie[IMP] work in progress: adds the export functionality...
2014-01-28 Gery Debongnie[FIX] changes the hardcoded string 'undefined' into...
2014-01-28 Gery Debongnie[IMP] css changes to improve look and usability of...
2014-01-28 Gery Debongnie[IMP] makes the graph view in pivot table mode always...
2014-01-28 Gery Debongnie[IMP] this commit translates the hardcoded strings...
2014-01-27 Gery Debongnie[FIX] fixes a crash happening when the context has...
2014-01-24 Gery Debongnie[MERGE] merge trunk into local branch
2014-01-24 Gery Debongnie[FIX] fixes a typo, causing crashes when selecting...
2014-01-24 Gery Debongnie[FIX] fixes a crash in line chart mode when the view...
2014-01-24 Gery Debongnie[REF] lots of small tweaks to improve the code, and...
2014-01-24 Gery Debongnie[FIX] fixes two small issues concerning the groupby...
2014-01-24 Gery Debongnie[IMP] graph_view now properly honors the 'interval...
2014-01-23 Gery Debongnie[FIX] fixes a problem with fields selection : the strin...
2014-01-23 Gery Debongnie[FIX] fixes a crash happening when in dashboards, the...
2014-01-22 Gery Debongnie[REF] refactoring: removes the 'interval' attributes...
2014-01-22 Gery Debongnie[IMP] changes the backend code of graph view to use...
2014-01-22 Gery Debongnie[IMP] two small tweaks to improve the code quality...
2014-01-22 Launchpad Translat... Launchpad automatic translations update.
2014-01-21 Gery Debongnie[REF] large refactoring in graph view: changes the...
2014-01-20 Gery Debongnie[IMP] optimizes pivot table so that it doesn't reload...
2014-01-20 Launchpad Translat... Launchpad automatic translations update.
2014-01-17 Gery Debongnie[FIX] fix crash happening when user goes to graph view...
2014-01-17 Gery Debongnie[FIX] fixes a typo (nodata => no_data), which prevents...
2014-01-17 Gery Debongnie[IMP] keeps the dropdown open when the user selects...
next