- mai 20, 2012
-
-
benakamoorthi a rédigé
Fixes #3055, fixed bug with CSV Renderer where column order was not kept constant when rendering DataTable_Arrays. Also modified OneVisitorTwoVisits test by adding more outlink actions and one CSV test. git-svn-id: http://dev.piwik.org/svn/trunk@6276 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- avr. 10, 2012
-
-
BeezyT a rédigé
* flat settings are passed to graph views and exports * csv renderer does not do flattening anymore. the new api parameters can be used instead - js and tests updated accordingly * aggregate rows are italic (imo, the plus logo would be misleading because it would suggest clickability) * disable row evolution on flat tables for performance reasons * minor language adjustments git-svn-id: http://dev.piwik.org/svn/trunk@6181 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- déc. 07, 2011
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5534 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- déc. 06, 2011
-
-
BeezyT a rédigé
fixes #2809, refs #2714: making signature of Piwik_DataTable_Renderer::renderHeader() compatible across subclasses git-svn-id: http://dev.piwik.org/svn/trunk@5529 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- déc. 02, 2011
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5508 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 30, 2011
-
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5496 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 22, 2011
-
-
BeezyT a rédigé
refs #2714 column translations for html and rss export, general fine tuning of export column translations git-svn-id: http://dev.piwik.org/svn/trunk@5463 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5458 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 09, 2011
-
-
BeezyT a rédigé
refs #1820 added metrics picker to more core reports. some language updates to make metrics consistent and short. new api methods for comparing metrics in Referers and VisitsSummary. minor tweaks. git-svn-id: http://dev.piwik.org/svn/trunk@5421 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
refs #2714 additional column translations and number format fix for csv exports, refs #1454 metadata for API.get report (needed for csv column translations) git-svn-id: http://dev.piwik.org/svn/trunk@5419 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 27, 2011
-
-
mattpiwik a rédigé
Refs #2714 Remove idsubtable metadata column from output being tested since it has different value in build server and local dev station git-svn-id: http://dev.piwik.org/svn/trunk@5382 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 19, 2011
-
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5334 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 14, 2011
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5297 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- jan. 03, 2011
-
-
mattpiwik a rédigé
* Live! widget shows IP for all users except anonymous * Widgetize displays full URL to the widget + preview link below widget * Live! visitors text change from "Today" to "Last 24 hours" in preview * remove data_push feature introduced in r1330 + removing campaign redirect feature since they are not used * all errors should now display the Piwik header when applicable (or if a php error, prefixed with a sentence suggesting to submit error in piwik forums) * fixing bug with cookie update when a visitor manually converts the same goal in the same second * fixing XML output not valid in Chrome (HTML entities not valid, must use XML entities) * simplifying + refactoring the truncation code in datatables.js (move from JS to small smarty template - hopefully we can fix this truncation and make it nice soon) * removing unnecessary line breaks from translations * refactoring duplicate code in renderers git-svn-id: http://dev.piwik.org/svn/trunk@3565 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 04, 2010
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@3289 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 01, 2010
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@3279 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- août 20, 2010
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2968 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 13, 2010
-
-
mattpiwik a rédigé
Integration tests were often different simply because the internal idsubdatatable in the response was different. However. this idsubtable is really just an internal ID and it is not expected that this ID is the same across several archiving processes. Therefore integration tests will now set a special flag to remove the ID from the response, to minimize noise. git-svn-id: http://dev.piwik.org/svn/trunk@2495 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juin 11, 2010
-
-
mattpiwik a rédigé
only modified: - replaced PiwiK_DataTable_Renderer:: calls to self:: calls (as they are all children classes) - removed renderException from Tsv as it extends Csv git-svn-id: http://dev.piwik.org/svn/trunk@2294 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 25, 2010
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2216 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 13, 2010
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2181 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 05, 2010
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2131 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mars 31, 2010
-
-
mattpiwik a rédigé
the archive script now loops over all websites and triggers a different request for each archive, helping out with the archive memory exhausted issue (refs #766) git-svn-id: http://dev.piwik.org/svn/trunk@2025 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- août 22, 2009
-
-
robocoder a rédigé
* add @category (Piwik => 'core', Piwik_Plugins => 'plugins') * in core, use @package and @subpackage more consistently to group files/classes; exception is DataFiles/*, PluginsFunctions/*, and SmartyPlugins/* * in plugins, @package is the plugin name * removed '@param none' -- not a phpdoc convention * '@throws' and '@return void' are also not phpdoc conventions, but are widely used elsewhere, e.g., Smarty & Zend git-svn-id: http://dev.piwik.org/svn/trunk@1420 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 08, 2009
-
-
robocoder a rédigé
libs. (I didn't touch: open-flash-chart, Zend Framework, and PEAR HTML.) git-svn-id: http://dev.piwik.org/svn/trunk@1296 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 01, 2009
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@1270 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juin 12, 2009
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@1209 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juin 09, 2009
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@1200 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 04, 2009
-
-
mattpiwik a rédigé
- ADDED search field below data tables is now using the regular expression syntax. For example, a search for "google|yahoo" would match all rows containing "google" or "yahoo". All search strings containing any of the special characters from this list: . \ + * ? [ ^ ] $ ( ) { } = ! < > | must be escaped with a back slash, eg. if you want to search for keywords containing "piwik!" you would search for "piwik\!". - ADDED new configuration option: default number of rows returned in API responses "API_datatable_default_limit = 50" - REMOVED the automatic generic filters. The limit and sort and safe decode are applied by each module when necessary. - removed exact match filter. Now all searches are using regular expressions syntax. Exact match can be done using ^exact search here$ - fixed notice when natural sort on a non existing column - fixed CSV export for datatable_array - clarified code for plotting multiple lines in an evolution chart - FIXED #624 Added icon "save as image" below all graphs (next to the Export icon) - moved all JS functions into the piwikHelper static class - added example in ExampleUI plugin to plot only visits from google and yahoo! in 4 lines of code - added message when flash is disabled and graph not showing, linking to piwik faq. - added expressInstall.swf feature git-svn-id: http://dev.piwik.org/svn/trunk@1085 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- avr. 27, 2009
-
-
mattpiwik a rédigé
- API CHANGE: the API for the function Piwik_AddWidget has changed. The new API is Piwik_AddWidget( $widgetCategory, $widgetName, $controllerName, $controllerAction, $customParameters = array()). See examples of calls in all the core Piwik plugins. This change was necessary to make widgets more modular (they now accept custom parameters). - API CHANGE: a small number of CSV outputs for some API calls would change following the simplification of DataTable_Simple implementation. Affected calls are VisitsSummary.get, Goals.get, VisitFrequency.get. This is due to a change in the implementation of DataTable_Simple (we simplified implementation). - FIXED #84 Added proper translations for all columns, in tables, and graphs. - FIXED #322 piwik is now using open flash chart 2 - FIXED #126 all dates should be correctly displayed in all graphs. For example, evolution graph for days would show, on the X axis "Mon 29", "Wed 31". For months it would show "Aug 2009", etc. - ADDED: when hovering any of the sparklines, the UI makes it clear that clicking will refresh the evolution graph. This feature was in Piwik for months, and even Google Analytics implemented this UI feature after Piwik. However in Piwik it wasn't clear to the user that the sparklines were clickable. - ADDED: now widgets can be created with custom parameters. This makes it possible to create a widget that calls a controller->action with other custom parameters, this is used in Piwik to draw an evolution graph (module=VisitsSummary & action=getEvolutionGraph) for a given metric (&columns[]=nb_visits). These custom parameters are automatically forwarded to the sparkline url, the flash graph when clicked on sparkline, etc. - The widget layout is now saved as a JSON string rather than a custom data structure. The dashboard code should be able to read & restore most of the layouts from the old format (except the evolution graphs widgets). Simplified the Dashboard.js, widgetMenu.js, cleaned up what was a messy code. - Added sentence in Widgetize to let users know they can easily export the Piwik dashboard in an iframe. - Changed the way translations used in Javascript are loaded: all translations strings finishing by _js will be loaded to be used in the templates when calling {loadJavascriptTranslations plugins='YOUR_PLUGIN_NAME'} - Moved all templates in plugins under plugins/$PLUGIN/templates/ - 'Khtml (Konqueror, Safari)' now displayed as 'KHTML (Safari, Chrome)' git-svn-id: http://dev.piwik.org/svn/trunk@1072 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mars 23, 2009
-
-
mattpiwik a rédigé
thanks vipsoft for your pre-analysis and suggestions git-svn-id: http://dev.piwik.org/svn/trunk@1008 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
also fixed similar issue in the CSV export git-svn-id: http://dev.piwik.org/svn/trunk@1007 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mars 02, 2009
-
-
mattpiwik a rédigé
refactored and added public method to set all customizations on the Renderer + updating tests git-svn-id: http://dev.piwik.org/svn/trunk@944 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- jan. 14, 2009
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@870 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- déc. 17, 2008
-
-
mattpiwik a rédigé
- goal table icon below datatable that have goal segmentation - rss export icon below datatable - cleaning code, refactoring, renaming goodness - adding switch enable_detect_unique_visitor_using_settings that enables/disable heuristic based on config hash - refactoring how plugins handle archiving for more clarity git-svn-id: http://dev.piwik.org/svn/trunk@838 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- août 04, 2008
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@587 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-