- juin 10, 2014
- mai 09, 2014
- fév. 02, 2014
-
-
Fabian Becker a rédigé
fixes #4609
-
- nov. 11, 2013
-
-
mattab a rédigé
-
- oct. 10, 2013
-
-
mattab a rédigé
(some tests failing)
-
- août 02, 2013
-
-
mattab a rédigé
Added namespaces to functions.php files in the five plugins that had one Work in progress
-
- juil. 23, 2013
-
-
mattab a rédigé
Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead Todo: finish converting core/ classes + convert plugins/ classes to use \Piwik\Plugin namespace + fix build + Merge master
-
- juil. 21, 2013
-
-
mattab a rédigé
Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
-
- juil. 20, 2013
-
-
mattab a rédigé
-
- juil. 18, 2013
-
-
Fabian Becker a rédigé
-
- juil. 06, 2013
-
-
sgiehl a rédigé
-
- mars 27, 2013
-
-
mattab a rédigé
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
-
- fév. 05, 2013
-
-
Fabian Becker a rédigé
-
- avr. 14, 2011
-
-
mattpiwik a rédigé
* Adding one sentence to one paragraph description of each API (feedback on the actual test is most welcome!) * This will be displayed on the API Reference page: http://piwik.org/docs/analytics-api/reference/ that's why it's pretty important :) * Adding table of contents in the API Page git-svn-id: http://dev.piwik.org/svn/trunk@4448 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- avr. 04, 2011
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@4312 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- fév. 11, 2011
-
-
JulienMoumne a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@3865 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 28, 2010
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@3270 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. 16, 2010
-
-
mattpiwik a rédigé
Added support for JSON/Serialized PHP export of Multi dimensional arrays in API responses, used by Alert plugin in the UI (json) git-svn-id: http://dev.piwik.org/svn/trunk@2514 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 06, 2010
-
-
mattpiwik a rédigé
Now testing various API exports for ExampleAPI plugins, for all API formats: xml, csv, tsv, json, etc. Any breaking or modifying change in the renderer or data conversion should trigger a test fail. Improved parameters in ExampleAPI API.php Refs #1446 git-svn-id: http://dev.piwik.org/svn/trunk@2431 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- fév. 10, 2010
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@1832 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- jan. 30, 2010
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@1817 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
-
- août 04, 2009
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@1362 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 23, 2009
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@1321 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
-
- mars 30, 2009
-
-
mattpiwik a rédigé
- fixing recently introduced sorting issue, refactoring, cleaning up the generic filters concept by removing the automatic sorting of data - fixing issue when executing unit tests would invalidate tmp/cache/tracker files - fixed edge case issue when calling several apis from one http request, and requesting recursive output, it was failing in some random cases - adding a unit test that calls all callable api methods and check for non empty output - git-svn-id: http://dev.piwik.org/svn/trunk@1041 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- fév. 27, 2009
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@927 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
-
- déc. 08, 2008
-
-
mattpiwik a rédigé
- deleting class Api_Apiable concept not used anymore git-svn-id: http://dev.piwik.org/svn/trunk@826 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 24, 2008
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@747 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 27, 2008
-
-
mattpiwik a rédigé
- cleaning plugins listing, splitting ExamplePlugin in multiple small plugins, renamed Home -> CoreHome PluginsAdmin -> CorePluginsAdmin AdminHome -> CoreAdminHome - simplified authentication classes (not using Zend_Auth_Db anymore) - adding a new widget listing the last posts on Piwik.org/blog git-svn-id: http://dev.piwik.org/svn/trunk@581 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 18, 2008
-
-
mattpiwik a rédigé
- renamed empty filter to Null filter - columns are now renamed recursively, fixing bug in not valid XML code when the columns still had a numeric name - added a new parameter in API for Referers module: expanded. If set to true, it will load the data recursively (eg. all keywords + the search engines for each keyword). git-svn-id: http://dev.piwik.org/svn/trunk@482 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- avr. 11, 2008
-
-
johmathe a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@444 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mars 14, 2008
-
-
mattpiwik a rédigé
- adding documentation on http://dev.piwik.org/trac/wiki/Plugins/GlobalFunctions about plugins development git-svn-id: http://dev.piwik.org/svn/trunk@376 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mars 11, 2008
-
-
mattpiwik a rédigé
- fix redirect bug in download/outlink tracking refs #40 git-svn-id: http://dev.piwik.org/svn/trunk@361 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-