Skip to content

Commit

Permalink
replace pChart with CpChart (#11559)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored and mattab committed Apr 3, 2017
1 parent eb121d6 commit c79e156
Show file tree
Hide file tree
Showing 15 changed files with 91 additions and 10,143 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ The Product Changelog at **[piwik.org/changelog](http://piwik.org/changelog)** l
### New APIs
* A new event `Controller.triggerAdminNotifications` has been added to let plugins know when they are supposed to trigger notifications in the admin.

### Library updates
* pChart library has been removed in favor of [CpChart](https://github.com/szymach/c-pchart), a pChart fork with composer support and PSR standards.

## Piwik 3.0.2

### New Features
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"piwik/searchengine-and-social-list": "~1.0",
"tecnickcom/tcpdf": "~6.0",
"piwik/piwik-php-tracker": "^1.0",
"composer/semver": "~1.3.0"
"composer/semver": "~1.3.0",
"szymach/c-pchart": "^2.0"
},
"require-dev": {
"aws/aws-sdk-php": "2.7.1",
Expand Down
75 changes: 71 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions libs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit c79e156

Please sign in to comment.