Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-01improved jquery id selector usagesgiehl
2013-04-23fixed small js error occuring if geoip download failedsgiehl
2013-04-20Fixes #3904:mattab
* new segment 'siteSearchKeyword' Fixes #3903, #3905: * adding few fields in the Live API output to accomodate getSuggestedValuesForSegment * renamed other fields for consistency with segment names Fixes #3906: * new API: getSuggestedValuesForSegment which returns top suggested values for a particular segment. It uses the Live.getLastVisitsDetails API to fetch the most recently used values, and will show the most used values first * Adding tests for everything. The test case actually generates data for all segments so that VisitsSummary.get returns some data for each of the 47 segments being tested returns some data. How it works: * generate extended data in fixture * Tests (1) call getSuggestedValuesForSegment for each segment, check there is some data returned for each segment * get the first suggested value from the list, * Tests (2) call VisitsSummary.get with this segment value, eg. countryCode==ru. * I worked this way for all 47 segments until all tests had some data ==> now we know that all segments have been tested and that the auto suggest works for all segments. TDD FTW!
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
2013-03-10No need to clear cache upstreammattab
2013-03-10fixing build, another attemptdiosmosis
2013-03-08Refs #3456, if geoip updater has not been run, display inline help saying so ↵diosmosis
in geoip updater setup.
2013-03-01More code cleanup and better use of Piwik::logFabian Becker
2013-02-26Minor updates to mapsmattab
2013-02-21Refs #1652mattab
* Adding map in Location report * Adding submenu Visitors> Real-time Map + Hiding controls(calendar/about box) * Enabling UserCountryMap plugin on update * Final LEGALNOTICE update
2013-02-20Fixing more bugs in the build + Mapping visits from China region 14 to Tibet ↵mattab
#geohack
2013-02-20Fixes #2830 Implementing Tracker Cache TTL (in config file, [Tracker]mattab
2013-02-20FIxes #3761 Regenerate cache file on first cache missmattab
2013-02-15Refs #3456, only save one broken file when doing redundant checks & add unit ↵diosmosis
test for checks.
2013-02-14Refs #3456, add redundant checks of GeoIP database wellness to GeoIP auto ↵diosmosis
updater.
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-02-04Fixes #3707 final fix and tested on browsershots.orgmattab
2013-02-01Refs #3680, added message w/ last time auto updater was run to GeoIP ↵benakamoorthi
settings page. git-svn-id: http://dev.piwik.org/svn/trunk@7832 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2013-02-01Debugging last failing testmattab
git-svn-id: http://dev.piwik.org/svn/trunk@7829 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2013-01-29New admin menus, hooray!Fabian Becker
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
2013-01-26fixes #3704 #3706JulienMoumne
git-svn-id: http://dev.piwik.org/svn/trunk@7790 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2013-01-18Fixes #3678, use !empty instead of !== false when checking if GeoIP URL is ↵benakamoorthi
saved. git-svn-id: http://dev.piwik.org/svn/trunk@7776 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-19Fixing testsmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7659 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-17Fixing possible bug in language detectionmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7647 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-15Fixes #3529, modify message displayed if no data in region/city reports ↵benakamoorthi
based on whether geoip is currently working or not. git-svn-id: http://dev.piwik.org/svn/trunk@7629 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-07removing unused view variables; topbar is never rendered in admin headersgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7579 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-06Refs #3456, remove downloaded files on all exceptions, even sanity check.benakamoorthi
git-svn-id: http://dev.piwik.org/svn/trunk@7578 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-05Refs #3456, various UX improvements to GeoIP updater/auto-downloader.benakamoorthi
git-svn-id: http://dev.piwik.org/svn/trunk@7577 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-05Refs #3456, add extra security for GeoIP auto-updater/downloader & fix a ↵benakamoorthi
couple bugs in the code. Also made the UX a tiny bit more robust. git-svn-id: http://dev.piwik.org/svn/trunk@7576 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-04Various fixes when reviewing trunkmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7571 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-27Fixes #3456, added updating scheduled task for GeoIP databases w/ manager UI ↵benakamoorthi
and easy-install for GeoLiteCity. Notes: * Added new PEAR lib Archive_Tar and new Unzip implmentations for .tar.gz, .tar.bz2 & .gz files. * Modified Http class to allow use of Range HTTP header. * Added ability to download file in chunks to Http class. * Moved GeoIP admin page styles to separate CSS file. * Allowed monthly scheduled tasks to specify day of week to run on. git-svn-id: http://dev.piwik.org/svn/trunk@7550 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-20Fixing some tests, also adding <city>xx</city> to tell unknown cities from ↵mattpiwik
others, as requested by Greg Refs #1652 git-svn-id: http://dev.piwik.org/svn/trunk@7498 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-20Fixes #3534, add UserCountry.getLocationFromIP method as proxy for GeoIP ↵benakamoorthi
functionality. git-svn-id: http://dev.piwik.org/svn/trunk@7494 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-20refs #3359 moving ajax requests to a new ajax helper with more functionality ↵sgiehl
as the old functions git-svn-id: http://dev.piwik.org/svn/trunk@7489 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-15Fixes #3511, store lat/long in archived table metadata instead of label.benakamoorthi
git-svn-id: http://dev.piwik.org/svn/trunk@7478 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-14Fixes #3458, fixes #3515, improved geoip diagnostics/help & allowed ↵benakamoorthi
IPv4-mapped IP addresses to be geo-located. git-svn-id: http://dev.piwik.org/svn/trunk@7469 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-09Fixes #3527 Hide notices with silent failmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7424 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-03refs #3359 use global ajax methodsgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7365 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-28Fixes #3485mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7320 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-25refs #3359 use POST instead of GET requests / do not send token_auth within ↵sgiehl
query strings git-svn-id: http://dev.piwik.org/svn/trunk@7309 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-25Fixes docmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7305 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-24Various small updates including fixes #3449mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7298 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-24Fixes #3473, add "GeoIP won't work" warning to installation system check for ↵benakamoorthi
mbstring, make sure GeoIP (Php) implementation checks for mbstring plugin, and remove silent fail calls in GeoIP plugins. git-svn-id: http://dev.piwik.org/svn/trunk@7290 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-23Fixes #3463, allow serverbased geoip provider to work w/ anonymized IPs & ↵benakamoorthi
add description about this issue in provider description. git-svn-id: http://dev.piwik.org/svn/trunk@7285 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-23Refs #1823, do broken check w/ both GEOIP_ADDR & GEOIP_COUNTRY_CODE.benakamoorthi
git-svn-id: http://dev.piwik.org/svn/trunk@7281 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-20Refs #1823, add alternative check for GEOIP_COUNTRY_CODE $_SERVER var to ↵benakamoorthi
ServerBased GeoIP implementation. git-svn-id: http://dev.piwik.org/svn/trunk@7260 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-19refs #3227 removing plugin simple testssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7240 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-19Fixes #3452, add UserCountry to Plugins_Tracker config and in order to avoid ↵benakamoorthi
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
2012-10-15remove test Refs #1823mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7205 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-15Minor text change & provider ordering Refs #1823mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7204 59fd770c-687e-43c8-a1e3-f5a4ff64c105