Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-02refs #4134 renamed template hooksThomas Steur
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-28Alignment of the dashboard elementsThomas ZILLIOX
2013-09-25In broadcast.js ajax page load, if response is an HTML page with a Piwik ↵Benaka Moorthi
error, display the error instead of doing nothing.
2013-09-21refs #4053 prevent blank content is displayed after closing the popover in adminThomas Steur
2013-09-21Refs #4077, #4041, resize treemap on widget resize and fix regression in ↵Benaka Moorthi
jqplot refactoring (export as image didn't work).
2013-09-20Refs #4041, fix bug when switching to normal visualizations.Benaka Moorthi
2013-09-20clear marketplace cache entries when user checks for updatesThomas Steur
2013-09-20Refs #4041, remove DatatableManager class and replace with UIControl code.Benaka Moorthi
2013-09-20Refs #4041, allow datatable HTML to use JS namespace when specifying the ↵Benaka Moorthi
client-side datatable type.
2013-09-19Refs #4041, rename javascriptVariablesToSet to clientSideParameters and fix ↵Benaka Moorthi
regression in visitor log.
2013-09-19fixing js; comma at the end of a object literal might cause problems in ↵sgiehl
older browsers and IE
2013-09-19Refs #4041, make all DataTableVisualizations derive from Piwik\View.Benaka Moorthi
2013-09-18Refs #4041, #3317, allow visualization ID to be whole class name, allow ↵Benaka Moorthi
footer icons to be customized per report/visualization, made visitor log a new visualization and removed the datatable_template display property.
2013-09-18Refs #4041, remove subtable_template property and ↵Benaka Moorthi
_dataTableActions_subDataTable.twig file.
2013-09-17Refs #4077, make sure all treemap parameters are saved when used in widget.Benaka Moorthi
2013-09-16Refs #4041, #3317, #4077, allow different visualizations to specify their ↵Benaka Moorthi
own loading logic (when the appropriate footer icon is clicked) and fix a couple UI bugs in treemap.
2013-09-16Refs #4041, use require() and UIControl in all DataTable JS classes.Benaka Moorthi
2013-09-16Refs #4077, disable treemap when flat=1.Benaka Moorthi
2013-09-15translations cleanup: removed a couple of duplicate keyssgiehl
2013-09-15Refs #4077, fix several bugs w/ new treemap visualization, fix a bug in ↵Benaka Moorthi
series picker placement logic, tweak treemap UI, add zoom out button to treemap UI and fix bug in DataTableManipulator that affected Flattener.
2013-09-15refs #4151 refactored last usages of _js hacksgiehl
2013-09-14refs #4151 refactored more _js hack usessgiehl
2013-09-14refs #4151 refacoted some more usages of _js hacksgiehl
2013-09-14refs #4151 refactored some more usages of _js hacksgiehl
2013-09-14refs #4151 refactored some more usages of _js hacksgiehl
2013-09-14refs #4151 refactored some usages of _js hacksgiehl
2013-09-13Refs #3089, fixing two small bugs.Benaka Moorthi
2013-09-12Refs #4151, remove loadJavascriptTranslations twig function and ↵Benaka Moorthi
automatically generate translation JS for all plugins. Translation JS is now treated as an asset and is included in merged JS. Note: - Includes tweaks to capture.js: on webpage error stop capture program.
2013-09-12Refs #4116, move initElements code to utility function in UIControl.Benaka Moorthi
2013-09-12Refs #3089, #4116, display visitor profile popup when visit in realtime map ↵Benaka Moorthi
is clicked. Notes: - Includes new UIControl base type. - Fixes cleanup bugs in realtime map and popover closing. - Refactored realtime map so as little JavaScript as possible is included in HTML fragments. - Allow more than one realtime map to exist on a single page.
2013-09-11renamed PDFReports translation keys to ScheduledReportssgiehl
2013-09-09Fix datatable JavaScript regression and make sure currently selected limit ↵Benaka Moorthi
in the limit dropdown is used when exporting data.
2013-09-09Fix '% Visit' datatable column header bug by using |raw and make sure goal ↵Benaka Moorthi
names are escaped in HtmlTable::setShowGoalsColumnsProperties.
2013-09-06fixed todosgiehl
2013-09-06removed deprecated javascript functionsgiehl
2013-09-06* Renaming getCssFiles hook to getStylesheetFilesmattab
* Renaming function names * Removing getCss and getJs from CoreHome module since they are expected in the Proxy module Refs #4134
2013-09-06fixed some js errors, namespaces & coding stylesgiehl
2013-09-05Refs #4041, moved & renamed actionDataTable JavaScript class to file in the ↵Benaka Moorthi
Actions plugin.
2013-09-01Refs #4041, refactored jqplot.js file by removing JQPlot class and creating ↵Benaka Moorthi
JqplotGraph datatable class, and did more refactoring to jqplot data generating mechanism. Notes: - Removed jqplot specific code from datatable_manager.js and moved to new JqplotGraph class. - Moved tooltip percentage calculating code to client.
2013-08-27Refs #3089, make sure visitor profile can be opened via popover, document ↵Benaka Moorthi
popover persisting functions in broadcast object and hide 'There is no data' message in embedded real time map in the visitor profile popup.
2013-08-27Refs #4100, #4041, #4077, fix docs in last commit.Benaka Moorthi
2013-08-27Refs #4100, #4041, #4077, add minimal UI module inclusion/creation function ↵Benaka Moorthi
and use for SeriesPicker. Also includes a documentation correction for SeriesPicker.
2013-08-26Merge branch 'master' of https://github.com/piwik/piwikFabian Becker
2013-08-25Small fix for broken site selectorFabian Becker
2013-08-25Use proper data-attribute for html5 compliancyFabian Becker
2013-08-25Refs #4077, add ability for treemap to color nodes based on evolution of ↵Benaka Moorthi
metric since last period. Notes: - Added some utility functions to ColorManager JS class. - Refactored some existing code in TreemapDataTable JS class.
2013-08-24Refs #4077, added initial, minimal, new DataTable visualization (Treemap) ↵Benaka Moorthi
that uses JavaScript Infovis Toolkit. Notes: - Moved priority of Truncate filter in DataTableGenericFilter so it is executed after a DataTable is limited. - Disable queued filters when requesting data in ViewDataTable and execute manually in the post-load function.
2013-08-22Refs #4041, allow all view/visualization properties to be set via query ↵Benaka Moorthi
parameter, remove unecessary client side properties from ViewDataTable, move HtmlTable specific client side parameters to HtmlTable, remove code that looks for generic filter query parameters when setting client side parameters, make sure client side parameters are set if they're not false (ie, 0) instead of if not empty and add filter_offset as view property.
2013-08-19Refs #4087, rewrote UI integration tests to use phantomjs or slimerjs and ↵Benaka Moorthi
added (disabled) UI tests to travis build config. Notes: * Modified main page-loading JavaScript to use ajaxHelper so it's possible to know when all AJAX requests are made. * Add setUrl method to ajaxHelper so it can be used when a doing AJAX w/ a URL instead of an object containing query parameters.