Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure correct locale in all tests | Kore Nordmann | 2013-12-21 | 1 | -2/+4 |
| | |||||
* | Revert "Use non-local dependent formatting options everywhere" | Kore Nordmann | 2013-12-21 | 1 | -1/+1 |
| | | | | This reverts commit 5273fe7e6d19a4bdad3d987540171ff3a55fe053. | ||||
* | Use non-local dependent formatting options everywhere | Kore Nordmann | 2013-12-21 | 1 | -1/+1 |
| | |||||
* | - Updated: Moving copyright information to NOTICE files. | Ole Marius Smestad | 2010-08-12 | 1 | -1/+0 |
| | |||||
* | - Fixed: Adjusted source headers of Graph to Apache license. | Tobias Schlitt | 2010-07-30 | 1 | -1/+18 |
| | |||||
* | - s/2009/2010/g | Derick Rethans | 2010-01-08 | 1 | -1/+1 |
| | |||||
* | - s/2008/2009. | Derick Rethans | 2009-02-23 | 1 | -1/+1 |
| | |||||
* | - Welcome to 2008. | Derick Rethans | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | - Doc fixes. | Tobias Schlitt | 2007-09-12 | 1 | -1/+1 |
| | |||||
* | - Implemented feature #11325: Allow values of 0 to be added to pie charts, to | Kore Nordmann | 2007-09-05 | 1 | -4/+20 |
| | | | | | | be included in the legend and not rendered in the actual pie. | ||||
* | - Fixed bug #11180: Color Palette: $dataSetColor in ezcGraphPalette starts | Kore Nordmann | 2007-08-07 | 1 | -12/+12 |
| | | | | | | | | with index 1 and not zero in pie charts # All images of pie charts required an update of course. # Same for test cases explicitely checking the color values. | ||||
* | - PHPUnit 3.1 Migration | Sebastian Bergmann | 2007-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | - 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. | ||||
* | - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0 | Kore Nordmann | 2007-05-24 | 1 | -0/+48 |
| | |||||
* | - Added test for rendering pie chart to output | Kore Nordmann | 2007-05-10 | 1 | -0/+18 |
| | |||||
* | - Fixed issue #10599: Pie chart label formattig callback only accepts callback | Kore Nordmann | 2007-04-12 | 1 | -2/+8 |
| | | | | | | functions but neither static nor non static methods. | ||||
* | - Use create_function instead of custom function creation to be able to rerun | Kore Nordmann | 2007-02-08 | 1 | -5/+5 |
| | | | | | | the tests | ||||
* | - Welcome to 2007. | Derick Rethans | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | - Moced compare methods to ezcGraphTestCase | Kore Nordmann | 2006-12-15 | 1 | -28/+3 |
| | |||||
* | - CS change (automatic script) | Derick Rethans | 2006-12-14 | 1 | -5/+5 |
| | |||||
* | - Fixed: Bug #9764 (3D Pie chart segment side polygon in front of circular arc) | Kore Nordmann | 2006-12-08 | 1 | -0/+1 |
| | | | | | | | # Optical difference only the buggy image: # ezcGraphPieChartTest_testRender3dPieChartWithOneDataPoint.svg | ||||
* | - Fixed: Bug #9545 (pie chart tresh hold does not work if agregated data ↵ | Kore Nordmann | 2006-11-30 | 1 | -0/+55 |
| | | | | stays below tresh hold) | ||||
* | - Fixed: Bug #9656 (Threshold option spelled wrong) | Kore Nordmann | 2006-11-30 | 1 | -20/+20 |
| | |||||
* | - Fixed pie charts in 3d driver with only one 100% data point | Kore Nordmann | 2006-11-06 | 1 | -0/+31 |
| | |||||
* | - Throw ezcBaseValueExceptions instead of typecasting | Kore Nordmann | 2006-11-02 | 1 | -0/+33 |
| | | | | | | | - Do range checks instead of converting numbers using min and max - Extended testcases to test for ezcBaseValueExceptions | ||||
* | - Implemented #009304: Possibility to format labels via callback | Kore Nordmann | 2006-11-02 | 1 | -0/+118 |
| | |||||
* | - Added more tests and fixed some minor setter and getter bugs | Kore Nordmann | 2006-10-27 | 1 | -0/+18 |
| | |||||
* | - Added some more tests for read and write accesss on properties | Kore Nordmann | 2006-10-26 | 1 | -0/+90 |
| | |||||
* | - Added tresh hold for pie charts | Kore Nordmann | 2006-10-26 | 1 | -0/+49 |
| | | | | | | - Added test for custom sum in pie charts | ||||
* | Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵ | Sebastian Bergmann | 2006-10-05 | 1 | -1/+1 |
| | | | | the output of the TextUI test runner. | ||||
* | - Added background and border to font configuration | Kore Nordmann | 2006-09-19 | 1 | -2/+2 |
| | | | | | | - Show value for highlighted datapoints in bar and line charts | ||||
* | - Use faster SVG driver for all pie chart tests | Kore Nordmann | 2006-09-18 | 1 | -30/+35 |
| | |||||
* | - Made pie chart size configurable | Kore Nordmann | 2006-09-18 | 1 | -1/+25 |
| | |||||
* | Clean up setUp() and tearDown(). | Sebastian Bergmann | 2006-09-14 | 1 | -13/+2 |
| | |||||
* | - Added image map support | Kore Nordmann | 2006-09-12 | 1 | -1/+6 |
| | | | | | | # This changes all generated SVGs because each genereted element has an ID now | ||||
* | - Skip tests if extension or extension feature is not available | Kore Nordmann | 2006-09-11 | 1 | -0/+12 |
| | |||||
* | - Mark these tests as skipped when testing with PHP 5.1.3 because PHPUnit | Derick Rethans | 2006-08-22 | 1 | -0/+4 |
| | | | | | | requires PHp 5.1.3 or higher for those tests to work. | ||||
* | - Started refactoring of font configuration | Kore Nordmann | 2006-08-18 | 1 | -2/+2 |
| | | | | | | | # - The next iteration will enable you to use the different font rendering # methods from ext/GD | ||||
* | - Changed access to datasets from $chart['dataset'] to $chart->data['dataset'] | Kore Nordmann | 2006-08-15 | 1 | -9/+9 |
| | |||||
* | Update UnitTest component and unit tests to work with PHPUnit >= ↵ | Sebastian Bergmann | 2006-08-14 | 1 | -1/+1 |
| | | | | 3.0.0alpha12. This is also the required version of PHPUnit now. | ||||
* | - Changed datsets to accept instances of ezcGraphDataSet only | Kore Nordmann | 2006-08-14 | 1 | -7/+25 |
| | | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests | ||||
* | - Removed factory methods and replaced them with direct class instantiation. | Kore Nordmann | 2006-08-07 | 1 | -4/+4 |
| | |||||
* | - Fixed pie chart labeling | Kore Nordmann | 2006-08-07 | 1 | -2/+44 |
| | | | | | | | - Fixed post processing for line chart symbols - Fixed polygon sorting order in 3d pie charts | ||||
* | - Added basic 3d renderer | Kore Nordmann | 2006-08-02 | 1 | -1/+1 |
| | | | | | | | # Several unresolved rendering issues - Fixed filled line charts in 2d renderer | ||||
* | - Fixed pie chart labeling | Kore Nordmann | 2006-07-13 | 1 | -5/+5 |
| | | | | | | - Fixed some test cases | ||||
* | - Fixed boundings calculation for axis and data | Kore Nordmann | 2006-07-11 | 1 | -6/+6 |
| | |||||
* | - Refactored ezcGraphRenderer | Kore Nordmann | 2006-07-11 | 1 | -339/+26 |
| | | | | | | # Most test run again, but complete result is still errnous | ||||
* | - Applied API change for accessing datasets to be able to distinguish easier | Kore Nordmann | 2006-06-27 | 1 | -11/+11 |
| | | | | | | | | | | | between chart elements and datasets # Changes the way datasets are accessed for charts # Old: # $chart->dataset = array( ... ); # New: # $chart['dataset'] = array( ... ); | ||||
* | - Added option to remove symbol lines from pie charts | Kore Nordmann | 2006-06-20 | 1 | -21/+124 |
| | | | | | | - Decrease size of pie charts for images with too less width | ||||
* | - Disable rendering of selected chart elements | Kore Nordmann | 2006-06-14 | 1 | -0/+31 |
| | |||||
* | - Finished pie data rendering test | Kore Nordmann | 2006-06-12 | 1 | -7/+39 |
| | | | | | | # Will not work before PHPUnit-alpha11 |