- avr. 13, 2012
-
-
robocoder a rédigé
refs #3080 - backend implementation of trusted_hosts validation; need front-end UI for runtime configuration git-svn-id: http://dev.piwik.org/svn/trunk@6207 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- avr. 12, 2012
-
-
robocoder a rédigé
refs #2048 - remove config setting; enabling/disabling DNT corresponds to activating/deactivating the plugin git-svn-id: http://dev.piwik.org/svn/trunk@6204 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
refs #2048 - update DoNotTrack plugin to conform to core plugin style; update DNT detection to only look at the 1st character per TPE working draft; enable by default in config git-svn-id: http://dev.piwik.org/svn/trunk@6202 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- avr. 07, 2012
-
-
benakamoorthi a rédigé
Fixes #53. Augmented the log data deletion feature. Added the ability to purge old reports and metrics. Other changes: * Added the following plugin functions: Piwik_DropTables, Piwik_OptimizeTables, Piwik_DeleteAllRows. Also refactored existing code to use them. * Modified graph, tag cloud & datatable templates/views to show a different message if there's no data for a report and if its possible that report was purged. * Refactored DbStats API, added getAllTablesStatus method that doesn't modify the SHOW TABLE STATUS result. * Deletelogs config options are now stored in the DB. * Added task priority support to the TaskScheduler. git-svn-id: http://dev.piwik.org/svn/trunk@6174 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mars 20, 2012
-
-
mattpiwik a rédigé
refs #1713 removing login=root from global.ini.php or it is removed from config.ini.php on rewrite if SU login is root git-svn-id: http://dev.piwik.org/svn/trunk@6075 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mars 06, 2012
-
-
mattpiwik a rédigé
Clarify in the doc that tracking_requests_require_authentication should not be used on public facing Piwik servers since it would allow anyone to push data in the past, future, or with custom IP, which is a security concern git-svn-id: http://dev.piwik.org/svn/trunk@5978 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- fév. 23, 2012
-
-
mattpiwik a rédigé
* Remove enable_framed_logins since we now have the more general enable_framed_pages * Still backward compatible if user has set enable_framed_logins =1 in a previous version * updated the [http://piwik.org/faq/how-to/#faq_92 iframe login FAQ] * Also updated [http://piwik.org/faq/how-to/#faq_92 iframe FAQ] to include mention of the setting git-svn-id: http://dev.piwik.org/svn/trunk@5888 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- fév. 12, 2012
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5816 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
* Adding new setting force_ssl that will automatically redirect all http:// requests to the https:// equivalent. This ensures better security for the piwik server, since the token_auth is often found in the response body or in the GET parameters. git-svn-id: http://dev.piwik.org/svn/trunk@5815 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5814 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- fév. 11, 2012
-
-
mattpiwik a rédigé
* Iframe busting ALL pages except widgets/dashboard * Refactored iframe busting code * This new behavior might break some backward compatibility but can be disabled by setting enable_framed_pages = 1 in the config file @vipsoft your review is welcome on this one! git-svn-id: http://dev.piwik.org/svn/trunk@5805 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- fév. 07, 2012
-
-
mattpiwik a rédigé
* removed ip_address_pre_mask_length setting -- now there is only one setting which anonymises after testing for IP exclusion * Reverted the "synchronize" from [5772] since not needed anymore * Added integration test to test that IP is indeed anonymized * Added integration test to test that IP is anonymized AFTER testing for ip exclusion git-svn-id: http://dev.piwik.org/svn/trunk@5776 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
refs #2397, refs #2909 - rollback to jquery-ui.js 1.8.16; 1.8.17 introduced a drag & drop regression git-svn-id: http://dev.piwik.org/svn/trunk@5771 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- fév. 04, 2012
-
-
mattpiwik a rédigé
This might break BC and make data less good for existing third party cookie users, so I will document this BC break in the changelog. Users can write the cookie name in their config.ini.php to keep BC! git-svn-id: http://dev.piwik.org/svn/trunk@5753 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- jan. 20, 2012
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5685 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- jan. 11, 2012
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5670 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- jan. 08, 2012
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5664 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- déc. 20, 2011
-
-
JulienMoumne a rédigé
* fixes #2706, #2828, #2704, refs #1721, #2637, #2711, #2318, #71 : horizontal static graph implemented * fixes #2788, refs #2670, #1721, #2637, #2711 : default graph type logic moved to ImageGraph API, improved date/period logic, new parameter graphs_default_period_to_plot_when_period_range * fixes #2704, #2804, refs #1721 : pChart updated to 2.1.3, pChart code removed from Piwik code, OOP refactoring, support for unifont.ttf if present in ImageGraph/fonts, testAllSizes now uses report metadata ImageGraphUrl * refs #71 : space between report title and report table reduced to avoid page overflow * refs #2829 : TODO display percentages * r5544, r5547, r5549 merged git-svn-id: http://dev.piwik.org/svn/trunk@5582 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- déc. 07, 2011
-
-
mattpiwik a rédigé
* Finally getting the code right after 4 years...! the SELECT will now select several rows and order by priority based on the matched attribute, but not on intranet, and only when there was a visitor id found in the 1st party/3rd cookie, or via setForcedVisitorId() * Fixes notices when invalid ID supplied/ When provider plugin disabled git-svn-id: http://dev.piwik.org/svn/trunk@5531 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 25, 2011
-
-
peterbo a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5479 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 03, 2011
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5403 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 21, 2011
-
-
robocoder a rédigé
* update to jQuery 1.6.4 * http://blog.jquery.com/2010/10/16/jquery-143-released/ * http://blog.jquery.com/2010/11/11/jquery-1-4-4-release-notes/ * http://blog.jquery.com/2011/01/31/jquery-15-released/ * http://blog.jquery.com/2011/02/24/jquery-151-released/ * http://blog.jquery.com/2011/03/31/jquery-152-released/ * http://blog.jquery.com/2011/05/03/jquery-16-released/ * http://blog.jquery.com/2011/05/12/jquery-1-6-1-released/ * http://blog.jquery.com/2011/06/30/jquery-162-released/ * http://blog.jquery.com/2011/09/01/jquery-1-6-3-released/ * http://blog.jquery.com/2011/09/12/jquery-1-6-4-released/ * update to jQuery UI 1.8.16 * http://blog.jqueryui.com/2011/05/jquery-ui-1-8-13/ * http://blog.jqueryui.com/2011/06/jquery-ui-1-8-14/ * http://blog.jqueryui.com/2011/08/jquery-ui-1-8-15/ * http://blog.jqueryui.com/2011/08/jquery-ui-1-8-16/ git-svn-id: http://dev.piwik.org/svn/trunk@5357 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 19, 2011
-
-
BeezyT a rédigé
refs #2714 using API_datatable_default_limit config for export icons, upping default filter limit to 100 (which was the value previously hardcoded in the datatable template) git-svn-id: http://dev.piwik.org/svn/trunk@5336 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 14, 2011
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5299 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 12, 2011
-
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5286 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- sept. 13, 2011
-
-
JulienMoumne a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5170 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- sept. 11, 2011
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5156 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- sept. 07, 2011
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5134 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5132 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 31, 2011
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5052 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 03, 2011
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@4992 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juin 17, 2011
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@4927 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juin 03, 2011
-
-
peterbo a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@4856 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 29, 2011
-
-
mattpiwik a rédigé
[General] ; In "All Websites" dashboard, when looking at today's reports (or a date range including today), ; the page will automatically refresh every 5 minutes. Set to 0 to disable automatic refresh multisites_refresh_after_seconds = 300 git-svn-id: http://dev.piwik.org/svn/trunk@4833 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 26, 2011
-
-
sgiehl a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@4816 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@4813 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 23, 2011
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@4783 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
http://jqueryui.com/docs/Changelog/1.8.13robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@4780 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 21, 2011
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@4753 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@4738 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-