-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path0-CHANGES.TXT
executable file
·57 lines (45 loc) · 2.37 KB
/
0-CHANGES.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
;**************************************************************************************
; This file is the change history of pChart4mw
;
; url: http://code.google.com/p/pchart4mw/
;**************************************************************************************
v1.4.0 - 12 May 2012
* Added new features: parameter threshold with thcolor
* Fixed: deprecated php function split() removed
v1.3.3 - 21 July 2011
* Changed: Main module pChart4mw.php uses $parser object instead of global
v1.3.2 - 15 July 2011
* Changed: Removed trailing ?> from all the php code files
v1.3.1 - 13 July 2011
* Fixed: Parameter 'filled' now also working with non-cubic line charts
v1.3.0 - 24 December 2010
* Added new features: textfont, textsize, titlefont and titlesize parameters
* Removed globals $wgPChart4mwFont and $wgPChart4mwFontSize
* Added global $wgPChart4mwFontPath absolute path to the fonts folder
* Included pChart (version 1.27d) library files in the distribution for ease of
installation and configuration
* Moved the fonts folder under pChart4mw extensions root: ..\pChart4mw\fonts
* When upgrading from a previous version of pChart4mw:
- Take note of the changed folder structure of pChart4mw
- Take note of needed localsettings.php changes (remove old globals)
Best apporach is to completely remove the old version of pChart4mw and install this
new version. (make sure to save your custom colorschemes and fonts if you have them)
* The default font for pChart4mw is tahoma.ttf. Set your preffered font in
localsettings.php using $wgPChart4mwDefaults for example:
$wgPChart4mwDefaults = Array ( "textfont" => "myfont.ttf", "textsize" => "5" );
v1.2.1 - 16 December 2010
* Added new colorscheme: excel.txt
v1.2.0 - 7 July 2010
* Added new feature: parameter skiplabels to skip some labels on the x-axis.
* Added new feature: parameter decimals to show decimals on the axes.
v1.1.0 - 7 June 2010
* Implemented parser functions to show the charts in order to improve integration
with other extensions.
v1.0.6 - 28 April 2010
* Improved HTML output to be XHTML compliant
v1.0.5 - 20 November 2009
* a minor adjustment
v1.0.4 - 18 November 2009
* Added boxcolor parameter to determine the color of the box drawn around the chart
v1.0.3 - 13 July 2009
* Improved data parsing so lines with leading or trailing spaces are correctly handled