summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug #11207: Missing URL property for legend, or missing legend, mayKore Nordmann2007-08-015-0/+117
| | | | | | cause PHP notice
* - Fixed SVG test results to include correct decimal pointKore Nordmann2007-08-012-2/+2
|
* - Fixed bug #11107: Floating point inaccuracies caused missing grid in lineKore Nordmann2007-08-016-4/+26
| | | | | | chart
* - Use PHPUnits XML diffing to compare SVG filesKore Nordmann2007-07-031-15/+3
| | | | | | | # Only works with PHPUnit >= 3.1.2 or PHPUnit 3.1.1 including changesets # #733 and #737
* - PHPUnit 3.1 MigrationSebastian Bergmann2007-07-029-41/+32
| | | | | | | | | | | - Migrate PHPUnit_Framework_Assert::getAttribute() to PHPUnit_Framework_Assert::readAttribute(). - Use PHPUnit_Framework_TestCase::setLocale(). - Populate code coverage whitelist from autoload arrays. - Remove ezcTestRunner::addFileToFilter(). # PHPUnit 3.1 is now required.
* - Fix locale reset.Tobias Schlitt2007-06-211-0/+6
|
* - Fixed issue #10828: PHP error when overwriting renderer in extendedKore Nordmann2007-06-143-3/+57
| | | | | | ezGraphPieChart
* - Fixed issue #10881: Wrong labeling with ezcGraphDateAxisKore Nordmann2007-05-312-2/+2
| | | | | | # Axis labels fixed in two test results, error not noticed before
* - Fixed issue #10861 Circle sector size reducement failes for very big angles.Kore Nordmann2007-05-293-0/+70
|
* - Fixed issue #10830: Automatically shorten labels if not enough space isKore Nordmann2007-05-2911-29/+228
| | | | | | available
* - Fixed issue #10846: Division by zero in polygon size reducement algorithm Kore Nordmann2007-05-252-0/+25
| | | | | | for edges with an angle equals 0 degree.
* - Fixed issue #10848: Missing pie segment labels in pie charts with 3d Kore Nordmann2007-05-252-0/+19
| | | | | | renderer
* - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0Kore Nordmann2007-05-241-0/+48
|
* - Fixed issue #10750: SVG drivers output broken with wrong LC_NUMERICKore Nordmann2007-05-10155-167/+185
| | | | | | | # Nearly all SVG have changes now, because there are some more trailing # zeros in the source. No visual differences.
* - Fixed issue #10746: Border size reducement algorithm fails for polygones Kore Nordmann2007-05-1020-18/+86
| | | | | | | | with edge lengths < reducement # Modifications in comparision files because some invisible small shapes # were not rendered any more
* - Fixed element option tests to test the right propertyKore Nordmann2007-05-101-3/+32
| | | | | | # Blame copy & paste
* - Added more radar chart testsKore Nordmann2007-05-103-0/+285
|
* - Added test for rendering pie chart to outputKore Nordmann2007-05-102-0/+20
|
* - Fixed issue #10759: Unset implementation broken in array access in datasets Kore Nordmann2007-05-101-0/+160
| | | | | | and dataset properties
* - Added test for coordinate to string methodKore Nordmann2007-05-101-0/+62
| | | | | | - Test __setState for AxisStep struct
* - Added test for invalid multipication in reimplementaion of transformation Kore Nordmann2007-05-101-0/+20
| | | | | | matrix multiplication
* - Added one more test for invalid matrix multiplicationKore Nordmann2007-05-101-0/+24
|
* - Added test for vector angle calculation with null vectorKore Nordmann2007-05-101-0/+12
|
* - Added test for no data with line chartKore Nordmann2007-05-101-0/+19
|
* - Added tests for axis in multiple directionsKore Nordmann2007-05-109-0/+225
| | | | | | | # Includes tests for issues #10745, #10744, #10747 - Added tests for different rotation axis
* - Rename ezcImageTestCase to ezcTestImageCase, as it fits in the UnitTestDerick Rethans2007-05-034-4/+4
| | | | | | | | package, and not in the Image component. #- I know the change in the autoload file is not part of this, this will # follow.
* - Removed PdoDataset from Graph componentsKore Nordmann2007-05-032-357/+0
| | | | | | | # Preparation for issue #10697: Move ezcGraphPdoDataSet to a # ezcGraphDatabaseTieIn
* - Fixed issue #10693: ezcGraphChartElementAxis::getSteps returns minor steps Kore Nordmann2007-05-021-5/+8
| | | | | | after last major steps
* - Implemented radar label renderer for correct grid in radar chartsKore Nordmann2007-05-025-2/+89
|
* - Added tests for exception on unsupported rendererKore Nordmann2007-04-261-0/+21
|
* - Fixed order of points in arrow head polygons also in 3d rendererKore Nordmann2007-04-2623-23/+23
| | | | | | # No visual difference in compariosion files
* - Fixed order of points in arrow head polygonsKore Nordmann2007-04-2633-34/+34
| | | | | | | # No visual difference in compariosion files - Fixes arrow heads in rotated axis in radar charts
* - Fixes issue #10675: Arrow heads on axis too smallKore Nordmann2007-04-263-2/+31
|
* - First working version of radar chartsKore Nordmann2007-04-2647-39/+462
| | | | | | | | | | # 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
* - Fixed issue #10606: Call to undefined function imagePsLoadFont() in gd testsKore Nordmann2007-04-131-5/+15
| | | | | | when no t1lib is available
* - Added feature #10017: Plot whole months on date axis respecting theirKore Nordmann2007-04-123-3/+3
| | | | | | different length
* - Added feature #10470: Add support for format callback functions on all axisKore Nordmann2007-04-125-0/+303
|
* - Fixed issue #10599: Pie chart label formattig callback only accepts callbackKore Nordmann2007-04-121-2/+8
| | | | | | functions but neither static nor non static methods.
* - Fixed testRenderBarChartWithMoreBarsThenMajorSteps for 3D rendererKore Nordmann2007-04-122-1/+4
|
* - Implemented @TODO: Throw exception when axis with unregular steps is used Kore Nordmann2007-04-102-4/+25
| | | | | | with bar charts
* - Fixed issue #10536: Bar side polygones are drawn at the wrong side.Kore Nordmann2007-04-102-2/+4
|
* - Added missing file for rotated label test casesKore Nordmann2007-04-101-0/+2
|
* - Removed debugging output Kore Nordmann2007-04-101-24/+24
| | | | | | | #Shame on me! - Fixed testcases accordingly to latest additions
* - Added automatic detection of optimal rotation when using the axis rotated Kore Nordmann2007-04-108-7/+69
| | | | | | | label renderer - Enhanced positioning of rotated lables
* - Fixed rotation center when using the 3d rendererKore Nordmann2007-04-051-0/+2
|
* - Fixed rotation based label width reducement on rotated axisKore Nordmann2007-04-055-5/+147
|
* - Implemented text rotation in flash driverKore Nordmann2007-04-055-0/+89
|
* - Got rotated texts working with all GD font renderersKore Nordmann2007-04-0511-0/+286
|
* - Started implementing feature request #9404 (Rotated labels on axis)Kore Nordmann2007-03-2911-0/+338
| | | | | | | # 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-273-0/+165
| | | | | | transformations
OpenPOWER on IntegriCloud