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
path: root/libs
AgeCommit message (Collapse)Author
2016-04-11Fix typo "correctly"mattab
2016-04-08New TLDs, refs https://github.com/piwik/piwik/issues/9977mattab
2016-03-30Fix the integration test, until next time - Refs #9977mattab
2016-03-28Merge pull request #9674 from sebastianpiskorski/9486_test_caseThomas Steur
Test for PR #9486, Validate allowed TLDs with current IANA list
2016-03-24Test for PR #9486, Validate allowed TLDs with current IANA listsebastianpiskorski
2016-02-13show error message in case we deactivate a plugin because of missing ↵Thomas Steur
dependencies
2016-02-08New release check list integration test to pro-actively detect 'abnormal ↵mattab
whitespaces' issue Refs #9729 #9715 #9712
2016-01-28make pchart lib php7 compatibleThomas Steur
2016-01-08#9485 Allow up to 63 characters TLD in emailsebastianpiskorski
We should allow for 63 characters TLDs, according to RFC 1035, instead of arbitrary 10. https://en.wikipedia.org/wiki/Domain_Name_System#cite_ref-rfc1034_1-2 As far as minimum length of 2 is acceptable, becuse IANA says that it isn't likely to introduce 1 character TLD, maximium length is too short. This partially resolves #9485
2015-12-22Add version test Exception in PiwikTracker.phpJohn Maguire
2015-12-22Manage PiwikTracker through composer (closes #9349)John Maguire
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-11-11Update submodulesmattab
2015-09-21Add error control operator prefix @ before ini_set()Joey3000
Added where where missing
2015-09-14Submodule update for https://github.com/piwik/piwik-php-tracker/pull/12mattab
2015-08-12Document changes done in #8410 for PHP7 compatibility in a 3rd party libMatthieu Napoli
2015-07-23rename sparkline constructors to __constructAndrew
Old naming method for constructors (same name as class) is deprecated as of PHP7
2015-07-01Fix Zend\Validate using deprecated iconv_set_encoding()barbushin
2015-06-25Refs #8069, update PHP tracker submodule.diosmosis
2015-06-25Adding server side logic for ping requests that specify a visit is still ↵diosmosis
ongoing, w/o creating a new action. Includes a new integration test for the feature.
2015-05-25Submodulemattab
2015-05-19Ref #7586 Redesign of the marketplaceMatthieu Napoli
I cleaned up a lot of CSS rules and HTML, added new CSS components (from Bootstrap mostly) plus merged the "browsePlugins" and "browseThemes" views into one Added the jquery.dotdotdot library
2015-05-16remove old tcpdfsgiehl
2015-05-13Remove jquery.history plugin, make sure broadcast starts a digest cycle ↵diosmosis
after modifying (through the history service), hide error in anchorLinkFix code if hash is not valid element selector, and use .path to push new history items.
2015-05-11apply our patches againThomas Steur
2015-05-11update pchart library from 2.1.3 to 2.1.4 and moved them to a new folderThomas Steur
2015-03-18Updating submoduleMatthieu Napoli
2015-03-17Updated to piwik/decompress 1.0 and install PEAR through ComposerMatthieu Napoli
PEAR is installed through Composer with the latest version of piwik/decompress anyway. I've removed it from the libs folder after comparing the files. `is_a()` is not deprecated anymore, and I couldn't find any usage of the modified methods `raiseError()` and `isError()` in HTML_Quickform. I had to require pear/pear-core-minimal on top of pear/pear_exception because there is no transitive dependency. I have opened https://github.com/pear/PEAR_Exception/issues/8
2015-03-12Updated API signature + fixed secondary column sortmattab
2015-01-27fixes #7083 make sure curl_exec exists as well as it could be disabled but ↵Thomas Steur
is needed
2015-01-23updated angular from 1.2.26 to 1.2.28Thomas Steur
2015-01-13Fix #6980 "Array to string conversion" noticeMatthieu Napoli
2015-01-052.10.0-rc42.10.0-rc4mattab
2014-12-22fixes #6890 added symfony vardumper libThomas Steur
2014-12-19Remove line break when logging sqlmattab
2014-12-19refs #6870 use piwik-php-tracker repository as a submoduleThomas Steur
2014-12-12Fixes #6845 -silent noticemattab
2014-12-10Fixes #6835 and remove some phpstorm warningsmattab
2014-11-28Merge pull request #6690 from joostdekeijzer/3581_IPv6_2Matthieu Aubry
Another try to implement IPv6 support
2014-11-27Merge pull request #6625 from piwik/6545Thomas Steur
Do not request live information in case tab is not active
2014-11-23added possible future _v6 functions in GeoIP PECLjoostdekeijzer
2014-11-23IPv6 support (check for PECL GeoIP module)joostdekeijzer
2014-11-15Merge branch 'master' into deprecate_usersettingssgiehl
2014-11-13refs #6577 Return HTTP 204 instead of GIF for JavaScript tracking.Thomas Steur
added a new url parameter send_image=0 to disable sending an image and instead response with a 204 code
2014-11-12Revert "3581 IPv6 support"Thomas Steur
2014-11-11Merge branch 'master' into deprecate_usersettingssgiehl
2014-11-10refs #6545 do not request live information in case tab is not activeThomas Steur
At first I used the window.blur/focus events but noticed it would also stop refreshing if tab is active but browser window is not active. I reckon many people might want to leave the browser open in one window and follow the live visitors while working on something else. That's why we should use the page visibility API which is supported by most browsers (I think not in <= IE9). I used a different library first but noticed it adds many event listeners like mousemove etc and it can make Piwik slow so used the visibility.js library in the end. If someone uses an old browser nothing will change compared to before so that should be ok. In a next version we could initiate a refresh immediately once the browser tab becomes active again.
2014-11-10Merge pull request #6574 from joostdekeijzer/3581_IPv6_supportMatthieu Aubry
IPv6 support in Geo location - Geoip PHP
2014-11-07Merge branch 'master' into deprecate_usersettingssgiehl
2014-11-07refs #6435 fix some more wrong values if a German locale is usedThomas Steur
This caused me a lot of headache. I ran the system tests with a German locale and noticed so many values are completely different. I was looking for places where there were still any float to string conversions and I was wondering why the existing fix didn't work until I noticed the PiwikTracker did not send floats but floats with a comma as decimal point which in the end was casted to ints etc.