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/core
AgeCommit message (Expand)Author
2015-12-04Check whether string actually contains value to prevent from copying the stri...Matthieu Aubry
2015-12-04Merge pull request #9318 from piwik/processrequestserializeMatthieu Aubry
2015-12-04Merge pull request #9279 from piwik/9239Matthieu Aubry
2015-12-04Merge pull request #9221 from piwik/9145Matthieu Aubry
2015-12-04Minor code review items: anonimise URL referrer, split strings in two...mattab
2015-12-01Do not serialize API request otherwiseThomas Steur
2015-12-012.15.1-b62.15.1-b6Matthieu Aubry
2015-11-27Override the _dsn method to ensure the host+port is unset as soon as unix_soc...Floris Luiten
2015-11-27Merge pull request #9280 from piwik/9052Thomas Steur
2015-11-262.15.1-b52.15.1-b5Matthieu Aubry
2015-11-26Make sure local time has valid time format fixes #9052mattab
2015-11-26fix custom dimension reports shown an error when trying to detect if it suppo...Thomas Steur
2015-11-262.15.1-b42.15.1-b4Matthieu Aubry
2015-11-252.15.1-b32.15.1-b3Matthieu Aubry
2015-11-24Merge branch 'master' into 9129_2mattab
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-11-23Check the list of spammers is an array to prevent notice in edge case, fixes ...mattab
2015-11-23Merge pull request #9230 from piwik/9192Matthieu Aubry
2015-11-23--force-date-last-n should really force archiving, even if there was no visit...mattab
2015-11-23Merge pull request #9228 from piwik/9224Thomas Steur
2015-11-23Removed broken links, we do not really have replacements for these links that...Thomas Steur
2015-11-23Merge pull request #9237 from piwik/profiler_allow_extensionThomas Steur
2015-11-19Update Formatter.phpRitvik Gautam
2015-11-19make new operators available in the UI, moved check to segment data classThomas Steur
2015-11-19use union of segments for custom variablesThomas Steur
2015-11-19refs #8076 #9224 adding new segment ActionUrl + new operators starts with an...Thomas Steur
2015-11-19Use XHProf extension if it is enabled (do not require to build the xhprof via...mattab
2015-11-19cleanupsgiehl
2015-11-19move list of socials to other repo and convert format to ymlsgiehl
2015-11-19moved definitions of search engines to new repo and converted them to better ...sgiehl
2015-11-182.15.1-b22.15.1-b2Matthieu Aubry
2015-11-18Merge pull request #9218 from piwik/9160Matthieu Aubry
2015-11-18refs #9192 fix no data in segmented visitor log for urls with ampersandThomas Steur
2015-11-17show an error message if installing a plugin failsThomas Steur
2015-11-16fixes #9117 strpos() expects parameter 1 to be stringThomas Steur
2015-11-12refs #9201 do not use DI for request processorsThomas Steur
2015-11-05refs #9171 better check for valid plugin namesThomas Steur
2015-11-04changed look of custom variables screen, merge metadata when specifiedThomas Steur
2015-11-04added screen to see custom variable usagesThomas Steur
2015-11-04Merge pull request #9144 from piwik/notification_old_phpThomas Steur
2015-11-04Refactor following code review #8156 #8193mattab
2015-11-02Merge pull request #9099 from piwik/8721Matthieu Aubry
2015-11-02when PHP is 5.4, display a warning message in a notification, and ask users t...mattab
2015-11-02Merge pull request #9137 from Joey3000/sql_mode_mysql4_1Matthieu Aubry
2015-11-01Merge pull request #9047 from sarelvdwalt/masterThomas Steur
2015-11-01Make sql_mode compatibile with MySQL 4.1Joey3000
2015-10-30Merge pull request #8835 from piwik/travis_sudo_false2Benaka
2015-10-30Merge pull request #9093 from piwik/timeformatsMatthieu Aubry
2015-10-29Do not use static local variable in FrontController so tests can initialize t...diosmosis
2015-10-29Removed $dateDropSupport (#9047)Sarel van der Walt