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
path: root/misc
AgeCommit message (Collapse)Author
2009-12-14Plugins page: use redirectToUrl on external linksvipsoft
2009-12-14refs [1687], remove the URL entirely as it breaks the Plugins pagevipsoft
2009-12-14Security plugin: small translation modification and redirection to URL ↵matt
without publishing the referer
2009-12-10handle case where php5 doesn't exist and script invoked with -e parametervipsoft
2009-11-05fixes #1033 - archive.sh patch; thanks ogs22vipsoft
2009-10-23- Fixes #708 kudos to Maciej for his work on this one, and Anthon & Matt for ↵matt
the review. Changes from Maciej's patch: -- the old Actions stats are displayed in the Page titles section, ensure BC when users were specifying page titles, they would appear in the same report. The api Actions.getActions (now deprecated) is a proxy to Actions.getPageTitles) -- applied schema change to log_conversion -- empty action names and empty URLs are now accepted at tracking time. They will be replaced at archiving time by the strings defined in the config file. - API: if a method has a comment @deprecated, it won't be shown in the API listing page (used for the now deprecated Actions.getActions() API call) - Fixes #693 Visits generator now asks for user confirmation before inserting fake data in the DB TODO: - apply small modifs to the JS tracker (setCustomUrl() and action_name defaulting to document.title) - improve/fix unit tests around the expected behavior of Action naming
2009-10-11fix permsvipsoft
2009-09-23fixes #642 - package Piwik for Web Application Galleryvipsoft
2009-09-11fixes #632 - move local mods to subclassed ZF classes; the duplication in ↵vipsoft
Db/Mysqli.php and Db/Pdo/Mysql.php is unavoidable because PHP doesn't support multiple inheritance
2009-09-07refs #497 - renamed resetConfigArray() to resetConfig()vipsoft
2009-09-07Fixes #497 - update to Zend Framework 1.9.2 (subset); remove svn:keywords to ↵vipsoft
preserve the original $Id; misc changes to handle fetchRow() sometimes returning null (instead of false)
2009-08-23add phpdoc header for consistency; ignore if possiblevipsoft
2009-08-23more phpdoc tweaksvipsoft
2009-08-23Tweak phpdoc config. Add some missing phpdocs.vipsoft
2009-08-23Update phpdoc configuration to reflect move from modules to corevipsoft
2009-08-18refs #938 - replace set_time_limit() with call to Piwik::setMaxExecutionTime()vipsoft
2009-08-12refs #886 - move bootstrap loading to top where it should be;vipsoft
refs #917 - adding PIWIK_DISPLAY_ERRORS
2009-08-04filter urlsvipsoft
2009-08-02refs #783 - more include (search) path changes to handle either (but not ↵vipsoft
both) disabled ini_set() or set_include(); also avoid "[apc-error] Cannot redeclare class piwik_version"
2009-07-29refs #886 - redo and extend change to visit generator and tests configvipsoft
2009-07-08refs #803, refs #735 - lower default to 200; remove unnecessary ↵vipsoft
require_once; standardize setting of include_path
2009-07-01Fixes #831 - check for alternate php binary; also simplify retrieval of ↵vipsoft
token_auth for sh lacking substring replacement
2009-06-16Clear svn:executable on files.vipsoft
2009-06-12Fixes #787 - change to support embedded widgets across domains; addvipsoft
sample cross domain policy (install in wwwroot and edit list of permitted hosts) Adobe specification for crossdomain.xml: - http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.htm
2009-06-11Fixes #788, refs #783 - fix include path issuesvipsoft
2009-05-28fixes #355 - OO version of piwik.js which no longer modifies DOM;vipsoft
remove misc/testJavascripTracker (interactive tests); add tests/javascript (QUnit unit tests); fixes #661 - use click event instead of mousedown; fixes #549 - define your own download/outlink tracking classes; fixes #82 - add hook interface for module
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-06- make sure all "Others" type legends are correct on all graphsmatt
- regression: 'label' should always be first column, prettier in API results - translate some text in plugin + show how easy it is to translate a plugin
2009-03-27- memory and speed optimizations of archiving, refs #374 (hopefully fixing ↵matt
it but not sure yet) - added support for profiling memory & time in Piwik via the events mechanism - small other changes
2009-03-26- renaming all constants that were not prefixed by PIWIK_ refs #632matt
2009-03-19- fixes #599 Make archive.sh not accessible via http; patch by pebosi and ↵matt
vipsoft!
2009-03-17- refs #374 test post commitmatt
2009-03-17- refs #374 test post commit hook + svn mailing listmatt
2009-03-09fixed #593 Zend require_once path fixmatt
2009-03-09tiny updatesmatt
2009-03-06- removing TODO from code and taking necessary actionsmatt
- renaming piwik.org/last.zip in piwik.org/latest.zip
2009-03-03(no commit message)matt
2009-03-03- removing hack in PluginsManager from months ago: it feels good.matt
- fix #574 (Object of class Zend_Config could not be converted to int in core/Config.php on line 186)
2009-03-02- fixing broken installation due to previous configuration class updatesmatt
2009-02-25adding a few search enginesmatt
2009-02-16- adding usage to UserAgentParser.phpmatt
2009-02-11- fix #525 (Calling set_error_handler and set_exception_handler as part of ↵matt
the API makes it difficult to use) you can now disable piwik error handler and exception handler by doing: define('ENABLE_ERROR_HANDLER', false);
2009-02-11- patch by vipsoft: fix #141, #248, #351matt
piwik.js: Wildcard support in piwik_hosts_alias piwik.js: Add option to override special css classes to ignore piwik.js: Forcing a click as download does not work when the link has multiple CSS classes
2009-02-11(no commit message)matt
2009-01-14- adding few search enginesmatt
- minor changes
2009-01-14Fixing #452matt
2009-01-14fixing #494 "Exclude low population" in widget "Pages" does not do anythingmatt
2008-12-27(no commit message)matt
2008-12-26- cacheFile is now creating the directory if not already createdmatt
- adding log_conversion table, and goal table in 0.2.27 - adding case sensitive/case insensitive matching - when goal plugin is disabled, conversions are not being recorded - adding release notes in the Goal tab to let users know that this is alpha release
2008-12-24- adding CacheFile for caching data used in Tracker/* codematt
- adding form to add / edit a Goal - fixing line ending to Unix