summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* bug fix BOM stripping #184Ignace Nyamagana Butera2016-10-031-1/+0
|
* Changed Content-Type header to text/csv re: RFC 7111Kris Reeck2016-09-011-1/+4
|
* update csv filesIgnace Nyamagana Butera2016-08-271-10122/+10122
|
* Change getInputBom() method name to getInputBOM() to be consistent ↵Hugo Hamon2016-08-011-1/+1
| | | | everywhere in the API.
* bug fix preserve fileObject CSV controlsignace nyamagana butera2016-07-251-0/+16
| | | | | | | | | | | When using AbstractCsv::createFromFileObject the CSV object inherit the SplFileObject csv controls A php bug was filled because SplFileObject::getCsvControl did not return the escape caracter (see: https://bugs.php.net/bug.php?id=72646) The bug is resolved so the patch can be completely applied and the testsuite is updated accordingly
* fix use class keywordignace nyamagana butera2016-05-024-12/+17
|
* Bug Fix League\Csvignace nyamagana butera2016-02-091-0/+7
| | | | | - bug fix stream filter #72 - improve public API by deprecating (get|set)EncodingFrom
* Improve ReaderTestignace nyamagana butera2015-12-101-19/+4
|
* Improve BOM APIignace nyamagana butera2015-12-101-3/+3
|
* adding fetchPairsWithoutDuplicates methodignace nyamagana butera2015-12-091-61/+11
|
* remove useless QueryFilter methodsignace nyamagana butera2015-12-011-29/+1
|
* Improve v8 code qualityignace nyamagana butera2015-11-301-0/+14
| | | | | - Improve Reader::fetchPairs when the offsetIndex or the valueIndex are undefined - Internal refactoring
* Remove SplFileObject flagsignace nyamagana butera2015-11-272-40/+33
|
* Improve returnType resetignace nyamagana butera2015-11-271-2/+8
|
* Remove useless method in QueryFilterignace nyamagana butera2015-11-261-17/+38
|
* Improve code qualityignace nyamagana butera2015-11-241-3/+1
|
* Improve Reader rewriteignace nyamagana butera2015-11-241-10/+31
| | | | | | - fetchMode is renamed returnType for clarity of intent - returnType reset to TYPE_ARRAY is enforced for all query methods regardless of them using the returnType at all for consistency
* Remove deprecated newline parameters from CreateFromStringignace nyamagana butera2015-11-2311-39/+32
|
* Introducing Reader::fetchPairsignace nyamagana butera2015-11-233-60/+143
| | | | | | | | | | | | | | | | | | | In order to make League\Csv works better with huge CSV files we introduce two modes where some Reader::fetch* methods will return either an array or an iterator. The mode is defined for a single query and is by default reset to returning an array. The mode are added with the introduction of Reader::fetchPairs to returns data in an array of key-value pairs, as an associative array with a single entry per row. Adding Reader::fetchPairs requires dropping support for PHP5.4 as the method requires the use of PHP 5.5+ generators. The fetch* method callable function are also updated to ease their usage as prior to Reader::fetchPairs all callable had the same signature. Now the signature depends on the fetch* method.
* Improve Internal Codeignace nyamagana butera2015-10-301-0/+9
|
* Improve Constructors input validationignace nyamagana butera2015-10-301-0/+9
|
* Improve Skipping HHVM testignace nyamagana butera2015-10-2910-24/+44
|
* Improving code qualityignace nyamagana butera2015-10-291-4/+1
| | | | | - remove the need for the $newline argument in createFromString #132 #130 - improve integer filtering
* Improve tests codeignace nyamagana butera2015-10-232-7/+0
| | | | - update test code to take into account new default flags
* Prepare for 7.2.0 releaseignace nyamagana butera2015-10-231-7/+7
| | | | | | | - Introduce Controls::fetchDelimitersOccurrences - Introduce Reader::fetch - Deprecate Reader::query - Deprecate Controls::detectDelimiterList
* Bug Fix Spl Flagsignace nyamagana butera2015-10-212-4/+5
| | | | | - default flag is now SplFileObject::READ_AHEAD|SplFileObject::SKIP_EMPTY - AbstractCsv::__toString is also bug fixed
* Don't trim $filter_name in sanitizeStreamFilter - Fixes filters which pass ↵Matt Beale2015-10-132-1/+12
| | | | newline character as an argument.
* #55 bug fix detect delimiterignace nyamagana butera2015-09-251-2/+2
|
* Improve Package Testing toolsignace nyamagana butera2015-09-259-65/+58
| | | | | | - The package uses PHP CS Fixer to validate the coding standard - Improve Travis settings - Improve Scrutinizer settings
* Improve Conversion methodIgnace Nyamagana Butera2015-06-051-1/+1
|
* bug fix SplFileObject flags in testIgnace Nyamagana Butera2015-06-041-7/+2
|
* bug fix SplFileObject flags in testIgnace Nyamagana Butera2015-06-041-0/+4
|
* Add missing testIgnace Nyamagana Butera2015-06-042-3/+69
| | | | Test regarding #102 issue added
* HHVM skip Applied Tag test7.1.1Ignace Nyamagana Butera2015-05-201-0/+3
|
* bug fix for issue #99Ignace Nyamagana Butera2015-05-201-0/+33
|
* improve internal Reader codeIgnace Nyamagana Butera2015-04-231-0/+8
|
* Bug fix getConversionIteratorIgnace Nyamagana Butera2015-04-225-262/+167
|
* adding QueryFilter::stripBom methodIgnace Nyamagana Butera2015-04-221-1/+56
|
* bug fix DROP_NEW_LINE can be removed with setFlagsIgnace Nyamagana Butera2015-03-231-1/+0
|
* update test coverageIgnace Nyamagana Butera2015-03-091-0/+0
|
* final package structureIgnace Nyamagana Butera2015-02-193-6/+6
|
* improved validation mechanismIgnace Nyamagana Butera2015-02-183-47/+15
|
* adding Specific exception for Writer validationIgnace Nyamagana Butera2015-02-171-2/+3
|
* simplified architectureIgnace Nyamagana Butera2015-02-173-6/+6
|
* improve Writer Validation and Formatter capabilitiesIgnace Nyamagana Butera2015-02-165-140/+156
|
* improve Writer validation capabilityIgnace Nyamagana Butera2015-02-163-112/+211
|
* fetchColumn improvedIgnace Nyamagana Butera2015-02-161-3/+21
|
* remove default construct from public APIIgnace Nyamagana Butera2015-02-121-7/+0
|
* output methods improvedIgnace Nyamagana Butera2015-02-113-100/+127
|
* hhvm skipping xdebugIgnace Nyamagana Butera2015-02-111-0/+3
|
* deprecated default constructorsIgnace Nyamagana Butera2015-02-112-6/+6
|
* adding test for the output methodIgnace Nyamagana Butera2015-02-111-0/+20
|
* bug fix test suiteIgnace Nyamagana Butera2015-02-101-0/+1
|
* improve BOM HandlingIgnace Nyamagana Butera2015-02-101-1/+0
|
* improve SplFileObject flags handlingIgnace Nyamagana Butera2015-02-101-1/+14
|
* bug fix test suiteIgnace Nyamagana Butera2015-02-091-0/+3
|
* update test suiteIgnace Nyamagana Butera2015-02-092-0/+286
|
* improve newline handlingIgnace Nyamagana Butera2015-02-092-206/+1
|
* improve libIgnace Nyamagana Butera2015-02-021-2/+2
|
* improve WriterIgnace Nyamagana Butera2015-01-292-3/+3
|
* bug fix update exception messageIgnace Nyamagana Butera2015-01-291-3/+3
|
* adding Writer::useValidation methodIgnace Nyamagana Butera2015-01-281-1/+16
|
* improve new featuresIgnace Nyamagana Butera2015-01-281-2/+1
|
* improve new FeaturesIgnace Nyamagana Butera2015-01-281-1/+10
|
* adding Writer::setCellContentValidationIgnace Nyamagana Butera2015-01-281-0/+17
|
* bug fix createFromString named constructorIgnace Nyamagana Butera2015-01-281-0/+10
|
* move AbstractCsv methods to traitsIgnace Nyamagana Butera2015-01-201-2/+2
|
* adding Output traitIgnace Nyamagana Butera2015-01-201-2/+2
|
* update BOM methods namesIgnace Nyamagana Butera2015-01-191-8/+8
|
* bug fixIgnace Nyamagana Butera2015-01-191-1/+3
|
* adding Abstract::getBOMOnInputIgnace Nyamagana Butera2015-01-191-0/+16
|
* improve BOM on Output feature #65Ignace Nyamagana Butera2015-01-161-4/+4
|
* bug fix BOM featureIgnace Nyamagana Butera2015-01-151-0/+8
|
* adding BOM to output #65Ignace Nyamagana Butera2015-01-151-0/+7
|
* improving added newline featureIgnace Nyamagana Butera2014-12-111-3/+3
|
* Added a test for custom line endingsCraig Duncan2014-12-091-0/+10
|
* fetchAssoc internal code improvedIgnace Nyamagana Butera2014-12-031-3/+3
|
* prepare for 6.1 releaseIgnace Nyamagana Butera2014-12-011-45/+66
|
* Bug fix in implementing issue #62Ignace Nyamagana Butera2014-12-011-6/+38
|
* Add default keys when keys are not set when use Reader::fetchAssoc()RobinDev2014-11-281-0/+9
| | | | | Default keys are the first csv line. Relative to issue #62.
* CS fixesGraham Campbell2014-11-083-16/+15
|
* remove deprecated methodsignace nyamagana butera2014-08-243-21/+17
|
* improve stream filter featureignace nyamagana butera2014-08-203-10/+62
|
* update docblockIgnace Nyamagana Butera2014-08-081-2/+1
|
* bug fix for HHVMIgnace Nyamagana Butera2014-08-083-19/+17
|
* improve AbstractCsv class constructorIgnace Nyamagana Butera2014-08-081-18/+9
|
* update library CI settingsIgnace Nyamagana Butera2014-08-081-12/+0
|
* added missing testIgnace Nyamagana Butera2014-08-081-0/+3
|
* improve named constructorsIgnace Nyamagana Butera2014-08-081-12/+20
|
* remove direct call to constructor in testIgnace Nyamagana Butera2014-08-073-36/+28
|
* update docblock infoIgnace Nyamagana Butera2014-08-071-0/+21
|
* update CSV TestIgnace Nyamagana Butera2014-07-241-6/+11
|
* Writer::validateRow improvedIgnace Nyamagana Butera2014-05-221-0/+9
|
* restore deprecated methodsIgnace Nyamagana Butera2014-05-163-11/+11
|
* remove deprecated method to prepare for v6Ignace Nyamagana Butera2014-05-153-13/+13
|
* applyIteratorSortBy improvedignace nyamagana butera2014-04-281-0/+14
|
* change the stream filter mode reset the stream filters collectionIgnace Nyamagana Butera2014-04-281-1/+1
|
* adding stream filter support to php://filter meta wrapperIgnace Nyamagana Butera2014-04-281-10/+31
|
* update testsIgnace Nyamagana Butera2014-04-252-1/+3
|
* moving the csv property from AbstractCsv to Writer classIgnace Nyamagana Butera2014-04-253-4/+34
|