[IMP] makes some small changes to improves backward compatibility in some edge cases...
[odoo/odoo.git] / addons / web_graph / static /
2013-12-24 Gery Debongnie[IMP] makes some small changes to improves backward...
2013-12-20 Gery Debongnie[FIX] prevents a crash happening in some cases when...
2013-12-20 Gery Debongnie[IMP] makes the graph view accept a new way to define...
2013-12-19 Gery Debongnie[REF] removes old useless comments (addon web_graph)
2013-12-19 Gery Debongnie[FIX] correctly honors the 'bar' setting in graph views...
2013-12-19 Gery Debongnie[FIX] properly handles the situation where a user selec...
2013-12-19 Gery Debongnie[REF] simplify the format_data method in pivot table...
2013-12-19 Gery Debongnie[REF] refactoring in progress... simplify the load_data...
2013-12-19 Gery Debongnie[REF] small improvement to simplify two similar methods...
2013-12-19 Gery Debongnie[REF] small refactoring, it simplify the make_cells...
2013-12-18 Gery Debongnie[REF] refactors bar_chart method in graph widget. basic...
2013-12-18 Gery Debongnie[IMP] adds stacked/grouped setting to chart widget...
2013-12-18 Gery Debongnie[REF] moves all the charts code from chart.js into...
2013-12-18 Gery Debongnie[REF] large refactoring of graphview: it separates...
2013-12-17 Gery Debongnie[REF] adds event handling to pivot table class (trigger...
2013-12-17 Gery Debongnie[REF] removes useless line in addon web_graph
2013-12-17 Gery Debongnie[REF] moves more code to dataLoader class to simplify...
2013-12-16 Gery Debongnie[FIX] adds a 'whitespace:nowrap' line in graph.css...
2013-12-16 Gery Debongnie[REF] merges update_data and query_all_values method...
2013-12-16 Gery Debongnie[REF] adds DataLoader class to graph view (addon web_graph)
2013-12-12 Gery Debongnie[IMP] removes the expand/fold menu, because the search...
2013-12-12 Gery Debongnie[MERGE] merge trunk
2013-12-12 Gery Debongnie[FIX] makes sure the web client loads the bootstrap...
2013-12-12 Gery Debongnie[FIX] removes a debugger statement (addon web_graph)
2013-12-11 Gery Debongnie[FIX] improves the handling of headers titles when...
2013-12-11 Gery Debongnie[FIX] correctly computes the height and the width of...
2013-12-11 Gery Debongnie[FIX] quick fix to make sure charts have a minimal...
2013-12-11 Gery Debongnie[IMP] finally uses the full width and height to draw...
2013-12-11 Gery Debongnie[IMP] takes all integer and float field from model...
2013-12-11 Gery Debongnie[IMP] makes sure that the values displayed in the pivot...
2013-12-11 Gery Debongnie[REF] improves the charting code by using get_rows_dept...
2013-12-11 Gery Debongnie[IMP] makes pie charts smarter when dealing with multip...
2013-12-11 Gery Debongnie[IMP] improves the way line chart format the different...
2013-12-11 Gery Debongnie[IMP] makes line charts smarter when multiple columns...
2013-12-10 Gery Debongnie[IMP] makes the graph view much smarter about the way...
2013-12-10 Gery Debongnie[IMP] improves the way the chart view understands the...
2013-12-10 Gery Debongnie[IMP] improves the chart code to display correct bar...
2013-12-10 Gery Debongnie[IMP] improves the chart code to display correct bar...
2013-12-09 Gery Debongnie[FIX] properly writes the col group_by in the context...
2013-12-06 Gery Debongnie[REF] removes two useless lines (addon web_graph)
2013-12-06 Gery Debongnie[IMP] usability fix, makes sure that the dropdown menu...
2013-12-06 Gery Debongnie[FIX] fixes a small bug where the columns would expand...
2013-12-06 Gery Debongnie[REF] many small code cleanups in addon web_graph
2013-12-06 Gery Debongnie[IMP] properly supports searchbar integration in graph...
2013-12-06 Gery Debongnie[IMP] supports search bar integration in graph view...
2013-12-05 Gery Debongnie[IMP] beginning of searchbar integration in graph view...
2013-12-05 Gery Debongnie[REF] refactors the event handling code and prepare...
2013-11-28 Gery Debongnie[IMP] supports the attribute 'type' in the xml definiti...
2013-11-28 Gery Debongnie[FIX] fixes a crash that occurred when a graph view...
2013-11-28 Gery Debongnie[IMP] changes the set_row_groupby method into set_group...
2013-11-28 Gery Debongnie[REF] removes duplicated code in update/expand methods...
2013-11-28 Gery Debongnie[IMP] adds some rudimentary support to the integration...
2013-11-28 Gery Debongnie[REF] removes a few useless lines (addon web_graph)
2013-11-28 Gery Debongnie[REF] removes a few useless lines in view_loading metho...
2013-11-28 Gery Debongnie[REF] removes a few useless lines in view_loading metho...
2013-11-28 Gery Debongnie[IMP] add a small highlighting when hovering over a...
2013-11-28 Gery Debongnie[REF] improves the initialization process of pivot...
2013-11-28 Gery Debongnie[REF] adds a 'get_total' method and simplify a few...
2013-11-28 Gery Debongnie[REF] removes duplicated code in update_values method...
2013-11-28 Gery Debongnie[REF] removes all references to measure label in pivot...
2013-11-28 Gery Debongnie[IMP] adds support for multiple measures in graph view...
2013-11-27 Gery Debongnie[REF] removes reference to rows in expand header method...
2013-11-27 Gery Debongnie[IMP] adds support for row_heatmap and col_heatmap...
2013-11-27 Gery Debongnie[FIX] corrects stupid bug with previous commit, where...
2013-11-27 Gery Debongnie[REF] improves the draw_row method which will allow...
2013-11-27 Gery Debongnie[FIX] display message insteal of crashing when there...
2013-11-27 Gery Debongnie[REF] code cleanup (using jshint). mainly removing...
2013-11-27 Gery Debongnie[REF] removes useless initialization code in pivot...
2013-11-27 Gery Debongnie[REF] simplify the start() method in pivot table by...
2013-11-27 Gery Debongnie[FIX] properly closes the dropdown menu (field selectio...
2013-11-27 Gery Debongnie[FIX] corrects issue where calling some functions such...
2013-11-27 Gery Debongnie[REF] puts helper functions inside a closure to simplif...
2013-11-27 Gery Debongnie[FIX] fixes an issue where the chart code didn't select...
2013-11-27 Gery Debongnie[IMP] puts everything into openerp.web_graph namespace...
2013-11-27 Gery Debongnie[REF] small code cleanups... removing old commented...
2013-11-27 Gery Debongnie[IMP] reorganizes all options in graph views (puts...
2013-11-26 Gery Debongnie[FIX] gives the correct data to the charts function...
2013-11-26 Gery Debongnie[FIX] gives the correct data to the charts function...
2013-11-26 Gery Debongnie[IMP] updates the pivot table domain when search view...
2013-11-26 Gery Debongnie[IMP] big commit: add query_all_values() method to...
2013-11-25 Gery Debongnie[IMP] improves the look of the total in each rows in...
2013-11-25 Gery Debongnie[IMP] add total to each rows in pivot table view (addon...
2013-11-25 Gery Debongnie[IMP] adds expand_all button and method to graph view...
2013-11-25 Gery Debongnie[IMP] adds slight color to expanded rows to make it...
2013-11-24 Gery Debongnie[IMP] removes a cell when it has been folded (addon...
2013-11-24 Gery Debongnie[REF] some more simplifications, using the symetry...
2013-11-24 Gery Debongnie[REF] merge expand_row and expand_col methods into...
2013-11-24 Gery Debongnie[REF] better code organization for chart drawing in...
2013-11-24 Gery Debongnie[REF] merge fold_row and fold_col methods into the...
2013-11-24 Gery Debongnie[IMP] add heat map functionality to pivot table (addon...
2013-11-24 Gery Debongnie[IMP] many very small tweaks to pivot view (addon web_g...
2013-11-24 Gery Debongnie[IMP] change 'chart type' to 'Mode' text in button...
2013-11-23 Gery Debongnie[REF] slight modifications to the underlying data struc...
2013-11-23 Gery Debongnie[REF] moves utility functions to pivot.js file and...
2013-11-23 Gery Debongnie[REF] moves the data formatting for charts to the chart...
2013-11-23 Gery Debongnie[IMP] add 'clear all groups' and 'swap axis' functional...
2013-11-22 Gery Debongnie[REF] large refactoring. it separates the data handling...
2013-11-22 Gery Debongnie[REF] large refactoring in progress. goal is to separat...
2013-11-22 Gery Debongnie[REF] large refactoring in progress. goal is to separat...
2013-11-22 Gery Debongnie[REF] large refactoring in progress. goal is to separat...
next