summaryrefslogtreecommitdiffstats
path: root/tests/suite.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove custom test runner.Sebastian Bergmann2011-10-111-144/+0
|
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-121-1/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-301-1/+18
|
* - s/2009/2010/gDerick Rethans2010-01-081-1/+1
|
* - Implemented: #15095: Special rotated label renderer for bar charts.Kore Nordmann2009-07-211-0/+2
|
* - Added Cairo OO tests to suiteKore Nordmann2009-07-211-0/+2
|
* - Implemented: #15133: Better configurable axis spaces.Kore Nordmann2009-07-211-0/+2
| | | | | | | # Large number of tests added. Had to go through all sensible combinations of # axis and axis spaces to ensure it works correctly.
* - Implemented: #13341: Vertical Bar ChartsKore Nordmann2009-07-141-0/+2
|
* - s/2008/2009.Derick Rethans2009-02-231-1/+1
|
* - Refactored axis space handling in a BC compatible way. Fixes division by zeroKore Nordmann2009-02-031-0/+4
| | | | | | | | | errors with axis space equals 0. Partly resolves #013631. - Added more tests for axis label renderers # Several SVGs changed because of slight reordering of SVG elements which # causes no visual differences.
* - Fixed license tags.Derick Rethans2008-05-161-8/+8
|
* - Implemented feature #10957: Embed glyphs for exact SVG font width estimationKore Nordmann2008-05-031-0/+2
| | | | | | | # Lots of binary diffs, because font-family names are now enclosed in ' in SVG # files.
* - Completed cairo driverKore Nordmann2007-12-181-0/+2
|
* - Forgot odometer test suiteKore Nordmann2007-11-211-0/+2
|
* - Doc fixes.Tobias Schlitt2007-09-121-2/+2
|
* - Added new tests to test suiteKore Nordmann2007-09-041-0/+2
|
* - Added tests for axis in multiple directionsKore Nordmann2007-05-101-0/+2
| | | | | | | # Includes tests for issues #10745, #10744, #10747 - Added tests for different rotation axis
* - Removed PdoDataset from Graph componentsKore Nordmann2007-05-031-2/+0
| | | | | | | # Preparation for issue #10697: Move ezcGraphPdoDataSet to a # ezcGraphDatabaseTieIn
* - First working version of radar chartsKore Nordmann2007-04-261-0/+2
| | | | | | | | | | # Still marked private because of: # - Slightly wrong axis arrows # - Axis grid needs some love - Some fixes for axis label renderers to work with random directions # Results in some non visual changes in comparision files
* - Started implementing feature request #9404 (Rotated labels on axis)Kore Nordmann2007-03-291-0/+2
| | | | | | | # Works only with SVG driver now. # Angle needs to be set manually, no automatic optimal angle detection yet.
* - Added private classes for more convenient coordinate and vector Kore Nordmann2007-03-271-0/+2
| | | | | | transformations
* - Added feature #9511: Added helper functions to create image maps an link SVGKore Nordmann2007-03-081-43/+45
| | | | | | images in ezcGraphTools
* - Implemented #9405 (PDO data set)Kore Nordmann2007-02-151-0/+2
|
* - Added simple class for 2d vectors as an extension for coordinates to Kore Nordmann2007-01-251-0/+2
| | | | | | simplify calculations.
* - Move existing background tests to own test caseKore Nordmann2007-01-241-0/+2
|
* - Implemented feature #9402: (Numeric datasets)Kore Nordmann2006-12-201-0/+2
|
* - Resolved: Issue #9543 (Rename Ming driver to Flash in the Graph component)Kore Nordmann2006-11-301-2/+2
|
* - Added logarithmical scaled numeric axisKore Nordmann2006-11-031-0/+2
| | | | | | - Added mojor grid color in ez palettes
* - Added tests for structsKore Nordmann2006-10-271-0/+2
|
* - Added some more tests for read and write accesss on propertiesKore Nordmann2006-10-261-0/+4
|
* - Added gradient support to ming driverKore Nordmann2006-10-191-2/+1
|
* - Added first, not complete working, version of ming driverKore Nordmann2006-10-131-0/+3
| | | | | | | | | # Image drawing causes not proper handled error, causing an inifinite loop in PHP # Font drawing causes Segmentation fault # Ming driver tests commented out for now in test suite
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵Sebastian Bergmann2006-10-051-1/+1
| | | | the output of the TextUI test runner.
* - Added ezcGraphBoundings testsKore Nordmann2006-09-211-0/+2
|
* - Fixed endless loop on string keys for datasets with average datasetKore Nordmann2006-09-181-0/+2
| | | | | | | - Added average dataset tests to test suite - Updated testfile because of SVG driver modifications
* - Added image map supportKore Nordmann2006-09-121-0/+2
| | | | | | # This changes all generated SVGs because each genereted element has an ID now
* - Added matrix and polynom classes for future use in statistical datasetsKore Nordmann2006-08-161-0/+4
|
* - Added date axisKore Nordmann2006-08-091-0/+2
|
* - Removed factory methods and replaced them with direct class instantiation.Kore Nordmann2006-08-071-6/+0
|
* - Renamed Dataset to DataSetKore Nordmann2006-08-071-1/+1
|
* - Added basic 3d rendererKore Nordmann2006-08-021-2/+2
| | | | | | | # Several unresolved rendering issues - Fixed filled line charts in 2d renderer
* - Added axis label renderer for centered labelsKore Nordmann2006-07-241-0/+2
| | | | | | - Fixed: Do not draw grids and steps on other axis
* - Finished exact label renderer and render chart labals againKore Nordmann2006-07-241-2/+2
|
* - Refactored ezcGraphRendererKore Nordmann2006-07-111-2/+4
| | | | | | # Most test run again, but complete result is still errnous
* - Added SVG driverKore Nordmann2006-06-281-0/+2
|
* - Added tests and implementation for background images in chartsKore Nordmann2006-06-121-0/+2
| | | | | | - Fixed bug with image sizes in gd driver
* - Added test for palettesKore Nordmann2006-06-061-0/+2
| | | | | | | - Added basic implementatoin of palettes # Not used for automatic colorization yet
* - Added tests and implementation for text elements eg. chart titleKore Nordmann2006-06-021-0/+2
|
* - Added tests for element based font configurationKore Nordmann2006-06-021-37/+3
|
* - Updated class definitions for driverKore Nordmann2006-05-291-0/+6
|
OpenPOWER on IntegriCloud