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 |
| | |||||
* | - Implemented feature #11980: Provide an initial array with labels for labeled | Kore Nordmann | 2009-01-20 | 1 | -0/+66 |
| | | | | | | axis | ||||
* | - Resolved task #12406: Use data container instead of mt_rand in tests. | Kore Nordmann | 2008-01-21 | 1 | -56/+20 |
| | | | | | | # No visual differences in test files, but slight value differences | ||||
* | - Welcome to 2008. | Derick Rethans | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | - Doc fixes. | Tobias Schlitt | 2007-09-12 | 1 | -1/+1 |
| | |||||
* | - PHPUnit 3.1 Migration | Sebastian Bergmann | 2007-07-02 | 1 | -8/+8 |
| | | | | | | | | | | | - 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. | ||||
* | - Added feature #10470: Add support for format callback functions on all axis | Kore Nordmann | 2007-04-12 | 1 | -0/+64 |
| | |||||
* | - Implemented #10375: Manually reduce or increase the label count on labeled ↵ | Kore Nordmann | 2007-03-05 | 1 | -0/+113 |
| | | | | axis | ||||
* | - Fixed issue #10275: Low label count on labeled axis | Kore Nordmann | 2007-03-01 | 1 | -2/+144 |
| | |||||
* | - Welcome to 2007. | Derick Rethans | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | - Add one more test for labeled axis label order | Kore Nordmann | 2007-01-03 | 1 | -0/+13 |
| | |||||
* | - Added missing tests for axis | Kore Nordmann | 2006-10-27 | 1 | -0/+47 |
| | |||||
* | 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 | -19/+0 |
| | |||||
* | - 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 | -3/+3 |
| | | | | 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 | -9/+9 |
| | | | | | | | - 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 | -8/+8 |
| | |||||
* | - Refactored ezcGraphRenderer | Kore Nordmann | 2006-07-11 | 1 | -428/+80 |
| | | | | | | # 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 | -21/+21 |
| | | | | | | | | | | | between chart elements and datasets # Changes the way datasets are accessed for charts # Old: # $chart->dataset = array( ... ); # New: # $chart['dataset'] = array( ... ); | ||||
* | - Added option for maximum size for arrow heads | Kore Nordmann | 2006-06-19 | 1 | -2/+60 |
| | | | | | | | - Made possible to define custom labels for axis - Made unused method ezcGraphChartElementAxis::drawLabels | ||||
* | - Added tests for setting axis types with new axis names | Kore Nordmann | 2006-06-19 | 1 | -0/+17 |
| | |||||
* | - Renamed X_axis and Y_axis to xAxis and yAxis | Kore Nordmann | 2006-06-14 | 1 | -29/+29 |
| | |||||
* | - Added grids to line charts (tests & implementation) | Kore Nordmann | 2006-06-08 | 1 | -0/+53 |
| | |||||
* | - Handle Much data points with labeled axis | Kore Nordmann | 2006-06-08 | 1 | -0/+51 |
| | |||||
* | - Cleaned up tests | Kore Nordmann | 2006-06-07 | 1 | -270/+176 |
| | |||||
* | - Added outomatic colorization from pallets | Kore Nordmann | 2006-06-06 | 1 | -6/+6 |
| | |||||
* | - Added arrow heads to axis | Kore Nordmann | 2006-06-06 | 1 | -0/+38 |
| | |||||
* | - Fixed axis to use axis type based labeling methods, which results in better | Kore Nordmann | 2006-06-06 | 1 | -7/+17 |
| | | | | | | labeling | ||||
* | - Added additional option labelPadding to axis to get labels out of the axis. | Kore Nordmann | 2006-06-02 | 1 | -9/+9 |
| | |||||
* | - Added tests for axis labels | Kore Nordmann | 2006-06-02 | 1 | -24/+34 |
| | | | | | | - Implemented axis labels | ||||
* | - Fixed axis tests to use custom class names for mocked classes | Kore Nordmann | 2006-05-31 | 1 | -3/+3 |
| | |||||
* | - Added test for axis rendering | Kore Nordmann | 2006-05-31 | 1 | -0/+137 |
| | | | | | | | - Implemented axis rendering - Missing lables | ||||
* | - Moved axis renderer method to abstract ezcGraphElementAxis class | Kore Nordmann | 2006-05-26 | 1 | -0/+208 |
| | | | | | | | - Added coordinate calculation tests for both axis types - Implemented coordinate calculation | ||||
* | - Implemented tests for line chart legend rendering | Kore Nordmann | 2006-05-23 | 1 | -0/+5 |
| | | | | | | - Implemented legend rendering | ||||
* | - Refactored rendering methods | Kore Nordmann | 2006-05-19 | 1 | -3/+3 |
| | | | | | | - Refactored chart title to be a chartelement | ||||
* | - 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 | ||||
* | - Implemented automatic label setting from datasets for labeled_axis | Kore Nordmann | 2006-05-16 | 1 | -0/+30 |
| | |||||
* | - Added tests for labeled axis | Kore Nordmann | 2006-05-15 | 1 | -0/+107 |