Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure correct locale in all tests | Kore Nordmann | 2013-12-21 | 1 | -1/+3 |
| | |||||
* | - 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 |
| | |||||
* | - Implemented feature #12897: Add the possibility to have a subtitle for | Kore Nordmann | 2009-01-15 | 1 | -0/+98 |
| | | | | | | Graphs. | ||||
* | - Welcome to 2008. | Derick Rethans | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | - Doc fixes. | Tobias Schlitt | 2007-09-12 | 1 | -1/+1 |
| | |||||
* | - Welcome to 2007. | Derick Rethans | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Clean up setUp() and tearDown(). | Sebastian Bergmann | 2006-09-14 | 1 | -17/+2 |
| | |||||
* | - 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. | ||||
* | - Changed access to datasets from $chart['dataset'] to $chart->data['dataset'] | Kore Nordmann | 2006-08-15 | 1 | -3/+3 |
| | |||||
* | - Changed datsets to accept instances of ezcGraphDataSet only | Kore Nordmann | 2006-08-14 | 1 | -3/+3 |
| | | | | | | | - 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 | -3/+3 |
| | |||||
* | - Fixed borders for title element | Kore Nordmann | 2006-07-30 | 1 | -6/+6 |
| | |||||
* | - Refactored ezcGraphRenderer | Kore Nordmann | 2006-07-11 | 1 | -38/+9 |
| | | | | | | # 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 | -3/+3 |
| | | | | | | | | | | | between chart elements and datasets # Changes the way datasets are accessed for charts # Old: # $chart->dataset = array( ... ); # New: # $chart['dataset'] = array( ... ); | ||||
* | - Use margin, when rendering chart title | Kore Nordmann | 2006-06-14 | 1 | -0/+53 |
| | |||||
* | - Cleaned up tests | Kore Nordmann | 2006-06-07 | 1 | -65/+49 |
| | |||||
* | - Added outomatic colorization from pallets | Kore Nordmann | 2006-06-06 | 1 | -6/+6 |
| | |||||
* | - Added tests and implementation for text elements eg. chart title | Kore Nordmann | 2006-06-02 | 1 | -0/+118 |