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
diff options
context:
space:
mode:
authorStefan Giehl <stefan@piwik.org>2017-04-03 20:44:25 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2017-04-03 20:44:25 +0300
commitc79e15605bb7e2ee632ddc63b1b271df08944b42 (patch)
tree5d363d4f5b713dfd8ebef216ddc8fba98f6e28aa /libs/README.md
parenteb121d6a338858738bf5d4cc3d6e907f72208f40 (diff)
replace pChart with CpChart (#11559)
Diffstat (limited to 'libs/README.md')
-rw-r--r--libs/README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/libs/README.md b/libs/README.md
index edc4a97dc1..824d7f2473 100644
--- a/libs/README.md
+++ b/libs/README.md
@@ -7,16 +7,6 @@ third-party libraries:
* HTML/Quickform2/
- in r2626, php 5.1.6 incompatibility
- in r3040, exception classes don't follow PEAR naming convention
- * pChart2.1.3/
- - the following unused files were removed:
- class/pBarcode39.class.php, class/pBarcode128.class.php,
- class/pBubble.class.php, class/pCache.class.php, class/pIndicator.class.php,
- class/pRadar.class.php, class/pScatter.class.php, class/pSplit.class.php,
- class/pSpring.class.php, class/pStock.class.php, class/pSurface.class.php,
- data/, examples/, fonts/, palettes/
- - The bug #4206 (GD with JIS-mapped Japanese Font Support) was fixed in this
- commit: https://github.com/piwik/piwik/commit/516c13d9b13ca3b908575eb809f7ad9d9397f0e1
- Changed files: class/pImage.class.php class/pDraw.class.php
* sparkline/
- in r1296, remove require_once
- empty sparklines with floats, off-by-one errors, and locale conflict