Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure correct locale in all tests | Kore Nordmann | 2013-12-21 | 1 | -2/+4 |
| | |||||
* | - 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 |
| | |||||
* | - Resolved #12379: Ensure one chart can be rerendered with new datasets) | Kore Nordmann | 2008-05-31 | 1 | -0/+30 |
| | |||||
* | - Welcome to 2008. | Derick Rethans | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | - Test for unknown elements | Kore Nordmann | 2007-11-27 | 1 | -1/+21 |
| | |||||
* | - Added test case for a bar chart with two sinlge point datasets | Kore Nordmann | 2007-11-21 | 1 | -0/+19 |
| | |||||
* | - Doc fixes. | Tobias Schlitt | 2007-09-12 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #11157: Wrong display of single record with labeled axis | Kore Nordmann | 2007-08-01 | 1 | -2/+36 |
| | |||||
* | - Fixed issue #10828: PHP error when overwriting renderer in extended | Kore Nordmann | 2007-06-14 | 1 | -3/+31 |
| | | | | | | ezGraphPieChart | ||||
* | - Move existing background tests to own test case | Kore Nordmann | 2007-01-24 | 1 | -60/+0 |
| | |||||
* | - Welcome to 2007. | Derick Rethans | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #9568: (Devision by zero warning) | Kore Nordmann | 2006-11-30 | 1 | -0/+26 |
| | |||||
* | 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 documentation | Kore Nordmann | 2006-09-21 | 1 | -2/+2 |
| | | | | | | - Removed no longer used exceptions | ||||
* | Clean up setUp() and tearDown(). | Sebastian Bergmann | 2006-09-14 | 1 | -15/+1 |
| | |||||
* | - Skip tests if extension or extension feature is not available | Kore Nordmann | 2006-09-11 | 1 | -0/+6 |
| | |||||
* | - Moved properties to properties array | Kore Nordmann | 2006-08-18 | 1 | -3/+3 |
| | | | | | | - Fixed bug: Legend title was rendered, even when empty | ||||
* | Update UnitTest component and unit tests to work with PHPUnit >= ↵ | Sebastian Bergmann | 2006-08-14 | 1 | -5/+5 |
| | | | | 3.0.0alpha12. This is also the required version of PHPUnit now. | ||||
* | - Added option to gd driver to set an external image as background | Kore Nordmann | 2006-08-09 | 1 | -22/+8 |
| | | | | | | | - Got chart background images working again - Post process images in gd driver to not apply supersampling for images | ||||
* | - Removed factory methods and replaced them with direct class instantiation. | Kore Nordmann | 2006-08-07 | 1 | -12/+12 |
| | |||||
* | - Added basic 3d renderer | Kore Nordmann | 2006-08-02 | 1 | -1/+1 |
| | | | | | | | # Several unresolved rendering issues - Fixed filled line charts in 2d renderer | ||||
* | assert{private|protected}PropertySame() -> assertSame( ..., ↵ | Sebastian Bergmann | 2006-06-15 | 1 | -2/+2 |
| | | | | getNonPublicProperty()) | ||||
* | - Added tests and implementation for background images in charts | Kore Nordmann | 2006-06-12 | 1 | -1/+7 |
| | | | | | | - Fixed bug with image sizes in gd driver | ||||
* | - Cleaned up tests | Kore Nordmann | 2006-06-07 | 1 | -83/+14 |
| | |||||
* | - Added test for axis rendering | Kore Nordmann | 2006-05-31 | 1 | -1/+1 |
| | | | | | | | - Implemented axis rendering - Missing lables | ||||
* | - Refactored rendering methods | Kore Nordmann | 2006-05-19 | 1 | -1/+5 |
| | | | | | | - Refactored chart title to be a chartelement | ||||
* | - Added tests and implementation for legend generation | Kore Nordmann | 2006-05-17 | 1 | -7/+0 |
| | |||||
* | - Implemented automagic scaling for numeric axis | Kore Nordmann | 2006-05-16 | 1 | -1/+3 |
| | | | | | | | - Let incomplete tests throw a PHPUnit2_Framework_IncompleteTestError instead of just failing | ||||
* | - Updated test for changed FileNotFound exception | Kore Nordmann | 2006-05-09 | 1 | -2/+2 |
| | |||||
* | - Switched to getNonPublicProperty instead of assertProtectedPropertySame | Kore Nordmann | 2006-05-09 | 1 | -5/+20 |
| | | | | | | - Added documentation to chartoption class | ||||
* | - Added more tests for ezcGraphChart | Kore Nordmann | 2006-05-09 | 1 | -2/+46 |
| | | | | | | | - Implemented setting renderer and driver - Started with setting of chart options (yet incomplete) | ||||
* | - Added tests for ezcGraphChart | Kore Nordmann | 2006-05-09 | 1 | -6/+99 |
| | |||||
* | - Forget to add tests for Graph class yesterday | Kore Nordmann | 2006-05-09 | 1 | -0/+120 |
- Added tests for ezcGraphColor factory methods - Updated test suite for ezcGraphColor tests |