Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dhoko
/
piwik
Public
forked from
matomo-org/matomo
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Sep 25, 2015
translation update
sgiehl
committed
7f37592
View commit details
Copy full SHA for 7f37592
Browse repository at this point
submodule updates
sgiehl
committed
13a3a7f
View commit details
Copy full SHA for 13a3a7f
Browse repository at this point
Merge pull request #8851 from piwik/invalidator_refactor
Show description for d4e86d9
diosmosis
committed
d4e86d9
View commit details
Copy full SHA for d4e86d9
Browse repository at this point
Remove check for visitorNotFoundInDb request metadata since it will never be set.
Show description for 9d354a8
diosmosis
committed
9d354a8
View commit details
Copy full SHA for 9d354a8
Browse repository at this point
Cover case in SitesManagerRequestProcess where ts_created is not found in tracker cache more explicitly. Make sure the site created time is not modified in this case.
diosmosis
committed
ee7e137
View commit details
Copy full SHA for ee7e137
Browse repository at this point
Send language when registering to newsletter
mattab
committed
8cd271d
View commit details
Copy full SHA for 8cd271d
Browse repository at this point
Fixing failing system test (EcommerceOrderWithItemsTest).
diosmosis
committed
dae25c2
View commit details
Copy full SHA for dae25c2
Browse repository at this point
Fix newly added test.
diosmosis
committed
5653e34
View commit details
Copy full SHA for 5653e34
Browse repository at this point
In ArchiveInvalidator make date filtering an explicit step and group with logic to detect maximum date to purge from.
diosmosis
committed
41b5b38
View commit details
Copy full SHA for 41b5b38
Browse repository at this point
Replicate old logic in ArchiveInvalidator to the letter to get some tests to pass.
diosmosis
committed
d5226a0
View commit details
Copy full SHA for d5226a0
Browse repository at this point
Move date parsing logic from ArchiveInvalidator to CoreAdminHome/API.php so the service class only accepts well formed input.
diosmosis
committed
cf76baf
View commit details
Copy full SHA for cf76baf
Browse repository at this point
Remove depedency to SitesManager plugin in core ArchiveInvalidator service by moving logic to new request processor.
Show description for de2ee7a
diosmosis
committed
de2ee7a
View commit details
Copy full SHA for de2ee7a
Browse repository at this point
Merge pull request #8849 from ThaDafinser/hotfix/php7
Show description for baa6da8
Matthieu Aubry
committed
baa6da8
View commit details
Copy full SHA for baa6da8
Browse repository at this point
Commits on Sep 24, 2015
convert to LF line ending (fixes TrackerTests)
ThaDafinser
committed
771fb20
View commit details
Copy full SHA for 771fb20
Browse repository at this point
replace shell_exec with rename + fix tests on windows
ThaDafinser
committed
174a714
View commit details
Copy full SHA for 174a714
Browse repository at this point
Make fonts binary in gitattributes
mattab
committed
0e9d98d
View commit details
Copy full SHA for 0e9d98d
Browse repository at this point
missing file
ThaDafinser
committed
27cbe15
View commit details
Copy full SHA for 27cbe15
Browse repository at this point
fixing windows tests
ThaDafinser
committed
76dc3a8
View commit details
Copy full SHA for 76dc3a8
Browse repository at this point
Merge pull request #8838 from ThaDafinser/patch-4
Show description for 7d6e24b
tsteur
committed
7d6e24b
View commit details
Copy full SHA for 7d6e24b
Browse repository at this point
Commits on Sep 23, 2015
Renamed segment name, fix the build
mattab
committed
f5765d4
View commit details
Copy full SHA for f5765d4
Browse repository at this point
Rename segment to "Type of visit" refs #8733
mattab
committed
54b2496
View commit details
Copy full SHA for 54b2496
Browse repository at this point
fixing method camelcase
ThaDafinser
committed
954a31e
View commit details
Copy full SHA for 954a31e
Browse repository at this point
2.15.0-b13
Matthieu Aubry
committed
77449aa
View commit details
Copy full SHA for 77449aa
Browse repository at this point
Merge pull request #8843 from piwik/piwik_api_decode_segment
Show description for 4fc5536
diosmosis
committed
4fc5536
View commit details
Copy full SHA for 4fc5536
Browse repository at this point
Make sure segment value is decoded in piwik-api angular service before sending again in an HTTP request via angular. Otherwise, the segment will be double encoded.
diosmosis
committed
5e8a5c4
View commit details
Copy full SHA for 5e8a5c4
Browse repository at this point
Merge pull request #8842 from piwik/test_di_fix
Show description for ae9b276
diosmosis
committed
ae9b276
View commit details
Copy full SHA for ae9b276
Browse repository at this point
Initialize extra fixture definitions properly in system test case setup before class.
diosmosis
committed
f3b0ff5
View commit details
Copy full SHA for f3b0ff5
Browse repository at this point
Commits on Sep 22, 2015
TranslatorEmail has been removed from translation files
sgiehl
committed
e08b8a4
View commit details
Copy full SHA for e08b8a4
Browse repository at this point
Merge pull request #8840 from piwik/translationupdates
Show description for dcd2d4e
sgiehl
committed
dcd2d4e
View commit details
Copy full SHA for dcd2d4e
Browse repository at this point
language update
sgiehl
committed
9a770af
View commit details
Copy full SHA for 9a770af
Browse repository at this point
DNT ignore for Epiphany
ThaDafinser
committed
10f73a0
View commit details
Copy full SHA for 10f73a0
Browse repository at this point
Merge pull request #8688 from piwik/8549
Show description for 31d9ddc
Matthieu Aubry
committed
31d9ddc
View commit details
Copy full SHA for 31d9ddc
Browse repository at this point
Merge pull request #8820 from piwik/8631_archive_no_visits
Show description for e30dad2
Matthieu Aubry
committed
e30dad2
View commit details
Copy full SHA for e30dad2
Browse repository at this point
UI tests: release channel in admin screen
mattab
committed
2d3bfcf
View commit details
Copy full SHA for 2d3bfcf
Browse repository at this point
2.15.0-b12
Matthieu Aubry
committed
1cc7dc4
View commit details
Copy full SHA for 1cc7dc4
Browse repository at this point
Previous
Next
You can’t perform that action at this time.