- nov. 19, 2012
-
-
sgiehl a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7489 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
sgiehl a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7488 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
sgiehl a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7487 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7486 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7485 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 16, 2012
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7483 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7482 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
Please try with the new archive.php from svn and reopen ticket if you still have this problem after one day running the new archive.php. git-svn-id: http://dev.piwik.org/svn/trunk@7481 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 15, 2012
-
-
benakamoorthi a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7480 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
* support for internet explorer 7 & 8 * redirect by setting window.location.href loses referrer - use fake link * implementing position:fixed for status bar in java script * when visibility=inherit, go up the dom to find out whether an element is visible * avoid .data() completely in followingpages.js * some specific html and css * adding v parameter to loaded script to invalidate caches * regenerating piwik.js (i hope it worked properly this time) * hiding notifications that get stuck after removing a hovered element (only happens sometimes) * binding window.resize after every broadcast.pageload() - the binding was lost after opening a popover * fixing mode with frames disabled: didn't work after migration to the l parameter This version is the first one that I think is stable. Please deploy on the demo so we can do some more testing. The next step is translation and documentation. After that, we're ready to release as beta. git-svn-id: http://dev.piwik.org/svn/trunk@7479 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
benakamoorthi a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7478 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
* remember the location of the iframe in the l parameter using the core broadcast methods => popoverParam works as well => transitions and row evolution can make use of the back button * row evolution and transitions get a static launch method that is used in overlay to trigger the popovers without any knowledge of their implementation * broadcast.propagateAjax() gets the disableHistory parameter back but the handling is much easier this time * remove full screen link for now because we might want to do that differently - i'll add some details to the ticket later * two fixes for sanitized urls git-svn-id: http://dev.piwik.org/svn/trunk@7477 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 14, 2012
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7476 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7475 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7474 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
* row evolution and transitions can be launched from the sidebar * when launching overlay, always pick date "current month" * make sure there never are two scrollbars when the window is not high enough git-svn-id: http://dev.piwik.org/svn/trunk@7473 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7472 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
* simple date selection for sidebar mode * code formatter applied (whitespace changes) git-svn-id: http://dev.piwik.org/svn/trunk@7471 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
overlay has two modes now: full screen with sidebar & full screen without sidebar. for now, it is only accessible via a new row action in the pages report. because of this change, some mostly not-so-nice core-changes could be removed (mainly that's good because overlay doesn't impact as many things outside the plugin anymore): * disableHistory option of broadcast * handling for parameter overlayUrl in broadcast * openLinksInOverlay() method of html table * config option overlay_launch_from_pages_report * hack for data table to launch overlay from the links other changes: * error message for wrong domain has nice styles and links to admin page when the user has admin privileges * when registering row actions, the order can be set * made row action style a little more compact * increased min width of label column a bit git-svn-id: http://dev.piwik.org/svn/trunk@7470 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
benakamoorthi a rédigé
Fixes #3458, fixes #3515, improved geoip diagnostics/help & allowed IPv4-mapped IP addresses to be geo-located. git-svn-id: http://dev.piwik.org/svn/trunk@7469 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7467 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
benakamoorthi a rédigé
Fixes #2791, committed codax's patch after modification. Two new reports added, getSocials & getUrlsForSocial. New utility function for DataTable called mergeSubtables added. Modified ColumnCallbackDeleteColumn filter so the function callback used can take extra parameters. git-svn-id: http://dev.piwik.org/svn/trunk@7466 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
benakamoorthi a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7465 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
benakamoorthi a rédigé
Make sure scheduled reports are tested in TwoVisitors_TwoWebsites_DifferentDays but not in derived type TwoWebsites_DifferentDays_Conversions. git-svn-id: http://dev.piwik.org/svn/trunk@7464 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 13, 2012
-
-
benakamoorthi a rédigé
Cache result of Piwik::getPiwikUrl and overwrite in tests so scheduled report tests pass in visualphpunit. git-svn-id: http://dev.piwik.org/svn/trunk@7463 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
sgiehl a rédigé
and incomplete tests can't be logged git-svn-id: http://dev.piwik.org/svn/trunk@7462 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
sgiehl a rédigé
within the jenkins job git-svn-id: http://dev.piwik.org/svn/trunk@7461 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
* remember that links have been discovered for hrefs that are not in the following pages * check whether using child image for offset fails and use the link instead * prevent double-tagging of links the hard way (happens in very rare cases) * remove() method didn't unbind window resize event previously which led to behavior that looked like bugs git-svn-id: http://dev.piwik.org/svn/trunk@7460 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7459 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 12, 2012
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7458 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
sgiehl a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7457 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
sgiehl a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7456 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7455 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
* don't use a css class to remember which links have been discovered anymore. websites might change the class. * when a link is displayed inline and has only child, use the child as a reference for the position git-svn-id: http://dev.piwik.org/svn/trunk@7454 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
* when Piwik is used over SSL, load the website in the frame over SSL too * when nothing comes back from the iframe, show an error message after a timeout (8 seconds) * improved handling of overlayUrl a bit (though this should be obsolete soon when we only have full screen mode) git-svn-id: http://dev.piwik.org/svn/trunk@7453 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
still failing: * Integration_ImportLogs: UserCountry.get* * Integration_OneVisitorOneWebsite_SeveralDaysDateRange_ArchiveTests: number of expected blobs * Integration_TwoVisitors_TwoWebsites_DifferentDays_Conversions: Missing output for PDF reports git-svn-id: http://dev.piwik.org/svn/trunk@7452 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7450 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7449 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7448 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
* adding url normalizer tests to tests/javascript * note: two of the other test cases are failing (JSLint and tracking:"ecommerce view multiple categories") git-svn-id: http://dev.piwik.org/svn/trunk@7447 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-