- juil. 06, 2010
-
-
mattpiwik a rédigé
Fixing bug in Archiving found with this new test suite (max_actions was incorrectly summed during archiving, rather than max() operation) Updating expected file as naming convention changed in previous commit Refs #1446 git-svn-id: http://dev.piwik.org/svn/trunk@2442 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
* Adding test covering tracking on multiple websites, test requesting all periods git-svn-id: http://dev.piwik.org/svn/trunk@2441 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2440 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
sgiehl a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2439 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
Live: Thanks to Remy Sharp, jquery.spy is now explicitly MIT licensed. Installation: converted to use HTML_QuickForm2 Login: converted to use HTML_QuickForm2 git-svn-id: http://dev.piwik.org/svn/trunk@2438 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
* add HTML_QuickForm2_Renderer_Smarty * comment out require_once * let autoloaders try loading class first - http://pear.php.net/bugs/bug.php?id=17568 * HTML_QuickForm_Node - http://pear.php.net/bugs/17557 git-svn-id: http://dev.piwik.org/svn/trunk@2437 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2436 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2435 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2434 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
Refs #808 Fixing Config.test.php when ran in all_tests.php. Side effect due to setTestEnvironment(). Renamed test config section from Global (which is a special case in test environment) to GlobalSection git-svn-id: http://dev.piwik.org/svn/trunk@2433 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
Refs #1446 Fixing failing test due to Windows EOL and headers already sent error. Also not testing 'format=original'. git-svn-id: http://dev.piwik.org/svn/trunk@2432 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
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
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2430 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
Also adding integration test suite in place. * Adding new mechanism to trigger known tracking requests, then call all API methods get* and compare XML to the previous 'expected' XML. * make sure overwritten config files are not read during tests. Use defaults from global.ini.php. * piwik.php Tracker allow calling script to force Datetime and user IP for a specific request. * Wrote 3 main tests * wrong tracking requests should not return error and should not record anything * standard one visitor, 2 visits, with page view, download, outlink and goal tracked * Added integration test as an example in the ExampleAPI plugin (pretty simple to add testing code) TODO * Finish PiwikTracker and show it in UI * Show how to use image based tracker in UI * Add more tests (multi periods and multi sites) in Main.test.php * Fix failing Config.test.php test (when ran via all_tests.php doesn't fail otherwise) git-svn-id: http://dev.piwik.org/svn/trunk@2429 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 05, 2010
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2428 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2427 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
correction: a registered autoloader should not throw exception in case a later autoloader successfully loads the named class because the exception is propagated through and must still be caught git-svn-id: http://dev.piwik.org/svn/trunk@2426 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2425 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2424 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 04, 2010
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2423 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2422 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2421 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 03, 2010
-
-
robocoder a rédigé
fixes #1457 - remove E_EXCEPTION (couldn't find any documentation for this as a predefined PHP constant) refs #998 - merge upgrade.php and common.php so json_decode() is available to Tracker plugins; sync up with -17 release of upgradephp git-svn-id: http://dev.piwik.org/svn/trunk@2420 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
refs #1442 - add license file to PEAR and some new dependencies; add "static" keyword to isError and raiseError as this throws notices with HTML_QuickForm git-svn-id: http://dev.piwik.org/svn/trunk@2419 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2418 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 02, 2010
-
-
robocoder a rédigé
refs #1442 - another license incompatibility; the latest version of the PEAR base system is BSD licensed, so will look into updating to that... git-svn-id: http://dev.piwik.org/svn/trunk@2417 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2416 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 01, 2010
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2415 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2414 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
* removed {includeAssets type="css"} from plugins/CoreUpdater/templates/header.tpl and included required css (i.e. themes/default/styles.css) * minor changes in styles.css from CoreHome and index.tpl from widgetize to fix missing padding * size of add goal form fixed, an include was missing (goals.css) * refactored sparkline.js into a simple function and updated Goal, VisitsSummary, Referers, VisitFrequency. * added heuristic to avoid minifying already minified JS files git-svn-id: http://dev.piwik.org/svn/trunk@2413 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
sgiehl a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2412 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2411 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2410 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2409 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2408 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2407 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juin 30, 2010
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2406 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2405 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2404 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2403 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-