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
2009-05-13(no commit message)0.2.35matt
2009-05-130.2.35matt
2009-05-130.2.35matt
2009-05-13(no commit message)matt
2009-05-12fixed problem with Goals plugin not loaded in Tracker mauser
2009-05-12fixed #702mauser
2009-05-12fixing bug in the datatable managermatt
2009-05-12- refs #686 properly handling exception so it doesnt show up in logsmatt
2009-05-12- refs #197 converting field to TEXT for old tablesmatt
- refs #103 fixing two bugs: dashboard not highlighted and idgoal wrong parameter in menu (patch by khahn)
2009-05-12fixing installation config errormatt
2009-05-11fixing Românămatt
2009-05-11- adding new option default_period to specify which period to use by default ↵matt
in piwik (default is day)
2009-05-11refs #682 fixing bug when deleteAll is called matt
2009-05-09- refs #683 killing quicktime detectionmatt
- fixing broken updater code regression
2009-05-09(no commit message)matt
2009-05-07this is a test after server upgrade refs #358matt
2009-05-06now displaying prettier date (better usability) as well as showing a ↵matt
calendar icon. it looks ugly but it's more usable
2009-05-06fixing dashboard not definedmatt
2009-05-06it should work better with the main broadcast.js file :) refs #103 matt
2009-05-06- Refresh and back button now work! great contribution by Khanh Pham fixed #103matt
it's using the jquery history plugin. period, date, idsite, module and action are persisted across requests, making Piwik much nicer and faster to use.
2009-05-06fixing offset sparklinesmatt
2009-05-06- adding translations for all "label" columns matt
2009-05-05Re-fix #590vipsoft
2009-05-05make sure we dont display empty columns when false was providedmatt
2009-05-05small modifs + fixing one error under IE6 (some left but I can't find where ↵matt
they come from)
2009-05-05- refs #590 without the / in /libs/... the path is wrong on my windows box ↵matt
(missing the /)
2009-05-05Fixes #590 - use relative pathvipsoft
2009-05-05fixing sv translation file according to testsmatt
2009-05-05- improved Config.php: This slightly helps reducing the Zend overhead when ↵matt
accessing config entries hundreds of times.
2009-05-05- ADDED search field below data tables is now using the regular expression ↵matt
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
2009-05-01- Introducing the new "ExampleUI" plugin which shows how to plot data easily ↵matt
in Piwik, reusing the existing framework (evolution graph, pie chart, bar graph, sparklines, tag clouds, tables, and more!)
2009-05-01- refs #686 converting all MSN search engines to be labelled Livematt
- updating translations
2009-05-01refs #686 let's remove the debug code...matt
2009-05-01fixed #686 spam live bot when IP coming from microsoft now excluded..matt
2009-05-01reverting r1078matt
2009-05-01- fixed #682 Notice: Undefined property: Piwik_DataTablematt
2009-05-01(no commit message)matt
2009-04-30fixing build - SCM-5krystian
2009-04-27fixing broken dashboard when loading old layout format from DBmatt
2009-04-27- API CHANGE method VisitFrequency.getSummary renamed in VisitFrequency.get ↵matt
for consistency with VisitsSummary.get (in r1072, committing it so I don't forget when writing the changelog)
2009-04-27- fix sparklines for distinct valuesmatt
2009-04-27fix display of single goal reportmatt
2009-04-27- API CHANGE: the API for the function Piwik_AddWidget has changed. The new ↵matt
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)'
2009-04-26Fixes #646, setting cache headers explicitly to nocache instead of vipsoft
assuming PHP default.
2009-04-25Fixed #651 by setting session.save_handler explicitly.vipsoft
2009-04-24-added Tracker.saveVisitorInformation and Tracker.saveVisitorInformationEnd ↵mauser
events, -formatting description of plugins (nl2br), -protected instead of private methods in core/Tracker.php
2009-04-21- manually fixing offset in sparkline librarymatt
2009-04-16- fixing small bug in Url.php when an array parameter is in the query stringmatt
2009-04-15- RENAMED time_before_archive_considered_outdated in ↵matt
time_before_today_archive_considered_outdated
2009-04-15- checking that piwik compatible with new google result urls ↵matt
http://analytics.blogspot.com/2009/04/upcoming-change-to-googlecom-search.html