- juil. 02, 2013
-
-
Thomas ZILLIOX a rédigé
-
- avr. 04, 2013
-
-
mattab a rédigé
-
- mars 30, 2013
-
-
Fabian Becker a rédigé
-
- mars 24, 2013
-
-
diosmosis a rédigé
Fixes #3131, add new auto-updating widget that displays the number of visitors, visits and actions in the last N minutes. Notes: - Added visitors metric to result of Live.getCounters.
-
- mars 20, 2013
-
-
Timo Besenreuther a rédigé
* use a limit for the number of actions that are loaded for every visit. without a limit, the web server might crash (e.g. when there are 100K+ page views in one visit after a log import) * regular pagination in visitor log. (a) performance improvement: use indexes in the select query. (b) bug fix: the old logic was incorrect. in one setup, there are 10K+ visits but the visitor log only showed one full page and one page with one visit. * removed reference to trunk from tests read me
-
- mars 08, 2013
-
-
mattab a rédigé
New config setting for tracker: ; The window to look back for a previous visit by this current visitor. Defaults to visit_standard_length. ; If you are looking for higher accuracy of "returning visitors" metrics, you may set this value to 86400 or more. ; This is especially useful when you use the Tracking API where tracking Returning Visitors often depends on this setting. ; The value window_look_back_for_visitor is used only if it is set to greater than visit_standard_length window_look_back_for_visitor = 0
-
- fév. 21, 2013
-
-
mattab a rédigé
-
- fév. 20, 2013
-
-
mattab a rédigé
-
- fév. 17, 2013
-
-
mattab a rédigé
-
- fév. 08, 2013
-
-
mattab a rédigé
-
- jan. 29, 2013
-
-
Fabian Becker a rédigé
refs #1552 git-svn-id: http://dev.piwik.org/svn/trunk@7816 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
Fabian Becker a rédigé
New vertical admin menus are organized as follow: - Predefined menus are Manage, Settings, Diagnostics, Plugins, Community - New submenus can be defined via Piwik_AddAdminSubMenu() - Piwik_AddAdminMenu defaults to "Settings" fixed #1552 git-svn-id: http://dev.piwik.org/svn/trunk@7815 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- jan. 15, 2013
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7760 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7751 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- jan. 09, 2013
-
-
mattpiwik a rédigé
; By default Piwik runs OPTIMIZE TABLE SQL queries to free spaces after deleting some data. ; If your Piwik tracks millions of pages, the OPTIMIZE TABLE queries might run for hours (seen in "SHOW FULL PROCESSLIST \g") ; so you can disable these special queries here: enable_sql_optimize_queries = 1 git-svn-id: http://dev.piwik.org/svn/trunk@7738 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- jan. 02, 2013
-
-
mattpiwik a rédigé
; By default when user logs out he is redirected to Piwik "homepage" usually the Login form. ; Uncomment the next line to set a URL to redirect the user to after he logs out of Piwik. ; login_logout_url = http://... git-svn-id: http://dev.piwik.org/svn/trunk@7711 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- déc. 30, 2012
-
-
JulienMoumne a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7703 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- déc. 14, 2012
-
-
benakamoorthi a rédigé
Notes: * Modified renderers so they would render arrays better. Before, arrays were added to DataTables and array keys were either lost or ignored, now they are rendered. * Fixed issue w/ JSON rendering that rendered arrays when the PHP arrays didn't have contiguous keys. * Augmented some exception messages. * Added utility method processRequest to Piwik_API_Request to ease use of the class. git-svn-id: http://dev.piwik.org/svn/trunk@7612 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 14, 2012
-
-
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
-
- nov. 12, 2012
-
-
BeezyT a rédigé
* Renaming Insight to Overlay * Includes a new minified piwik.js, generated as described in js/README. Please double-check whether the file is OK. * Servers that had the Insight plugin installed will need to delete it manually, right? git-svn-id: http://dev.piwik.org/svn/trunk@7445 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 09, 2012
-
-
BeezyT a rédigé
* links in the pages report can be opened in insight instead of a new tab (to enable, use config option insight_launch_from_pages_report) * links containing an image should really work properly now * plugin description set git-svn-id: http://dev.piwik.org/svn/trunk@7420 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
* renaming menu item to "Page Overlay", putting it under Actions * config option to disable framed mode altogether (can be used when websites contain frame busters) * fixed error for anonymous user * loading message in framed mode git-svn-id: http://dev.piwik.org/svn/trunk@7419 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 08, 2012
-
-
BeezyT a rédigé
* links to the current url get a bubble as well * limit for the number of pages loaded from the API can be configured * ready for translation * url normalizer doesn't remove the hash part anymore (which corresponds to the latest behavior of the tracker) git-svn-id: http://dev.piwik.org/svn/trunk@7405 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 24, 2012
-
-
benakamoorthi a rédigé
Notes: * Display warning if there are loaded plugins that cannot be found in the plugins diretory. git-svn-id: http://dev.piwik.org/svn/trunk@7296 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 23, 2012
-
-
benakamoorthi a rédigé
Fixes #3080, add config option to disable trusted_hosts check, tweak many translations, modify UI to display one input w/ a label if only one trusted host is set (or if there's an injected host), set trusted host to Host if no stored trusted hosts and user is superuser, and don't use regex to check host. git-svn-id: http://dev.piwik.org/svn/trunk@7280 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 19, 2012
-
-
benakamoorthi a rédigé
Fixes #3452, add UserCountry to Plugins_Tracker config and in order to avoid possible fatal error, moved UNKNOWN_CODE to Tracker_Visit and use 'country_code' instead of LocationProvider constant. git-svn-id: http://dev.piwik.org/svn/trunk@7237 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 15, 2012
-
-
mattpiwik a rédigé
KUDDOS TIMO! git-svn-id: http://dev.piwik.org/svn/trunk@7219 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
Implementing Site Search tracking & reporting in Piwik core! * New Admin UI to customize, for each site, wheter site search is enabled. Also options to set default values to use. * New Reports: Searches, Searches with no result, Search categories, Top Pages Following a Search * to track "No result keyword" users will have to tag their site with a JS call, or add a new parameter to the search result page &search_count=X (X being zero for no result searches) * Reports works with Row evolution, PDF/HTML reports, Piwik Mobile * idaction_url is now NULLable because, Site Search records a page with idaction_name == Keyword, and idaction_url == NULL. This ensures that the Site Searches don't create "Page URL Not defined" records. * updates to Tracker JS API, new function trackSiteSearch, also added in PHP tracker * New fields in log_visit to track searches * new segment, "searches" which can be used to select visitors who did a search ie. searches>0 or those who searched a lot, ie searches>10 TODO: * commmit integration test, TESTING, DOCS, FAQ, release, and a nice Prayer to the universe and the stars, hoping that I can code a major new feature without any bug... * It would be awesome to have compatiblity with Transitions so we can see, for a given site search, what are the starting pages and Destination pages Thank you for your patience Timo, and thank in advance everyone for your help Testing this new feature! git-svn-id: http://dev.piwik.org/svn/trunk@7190 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- sept. 13, 2012
-
-
benakamoorthi a rédigé
Refs #3330, #766, #3227 use RankingQuery and truncate tables as they are created in Actions plugin. Also modified phpunit integration testing mechanism so all API calls are tested and outputted before a test case throws. git-svn-id: http://dev.piwik.org/svn/trunk@6980 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- août 02, 2012
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@6648 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 27, 2012
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@6573 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 25, 2012
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@6547 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 22, 2012
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@6531 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juin 19, 2012
-
-
benakamoorthi a rédigé
Fixes #3196, modified long running queries in PrivacyManager to use segmented strategy. Added option to disable automatic database size estimate in data purging feature, and made estimate load only by AJAX and never when getting the index. git-svn-id: http://dev.piwik.org/svn/trunk@6484 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 30, 2012
-
-
mattpiwik a rédigé
[Debug] allow_upgrades_to_beta = 0 practical to test for Auto upgrades or for users & devs Refs #3021 git-svn-id: http://dev.piwik.org/svn/trunk@6404 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 25, 2012
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@6319 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 22, 2012
-
-
benakamoorthi a rédigé
Fixes #3102, removed upper limit for 'action_category_level_limit' config setting by making MAXIMUM_DEPTH_LEVEL_ALLOWED settable. git-svn-id: http://dev.piwik.org/svn/trunk@6294 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 21, 2012
-
-
benakamoorthi a rédigé
Fixes #3122, added enable_processing_unique_visitors_day, enable_processing_unique_visitors_week, enable_processing_unique_visitors_month config settings and split up the existing enable_processing_unique_visitors_year_and_range setting. git-svn-id: http://dev.piwik.org/svn/trunk@6280 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 20, 2012
-
-
benakamoorthi a rédigé
Fixes #3102, added config setting 'action_category_level_limit' as replacement for Piwik_Actions::$limitLevelSubCategory constant. git-svn-id: http://dev.piwik.org/svn/trunk@6278 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- 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
-