summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #198 from Samyoul/patch-1HEADorigin/masterorigin/HEADmasterignace nyamagana butera2016-12-151-1/+1
|\ | | | | Minor spelling correction
| * Minor spelling correctionSamyoul2016-12-151-1/+1
|/ | | 801th to 801st
* bug fix BOM sequence value8.1.2Ignace Nyamagana Butera2016-10-273-4/+5
|
* bug fix BOM stripping #184Ignace Nyamagana Butera2016-10-033-2/+19
|
* 8.1.1 release8.1.1ignace nyamagana butera2016-09-0514-14/+14
|
* Update CHANGELOG.mdIgnace Nyamagana Butera2016-09-043-3/+5
|
* Merge pull request #175 from mahngiel/header-content-type-csvignace nyamagana butera2016-09-012-2/+5
|\ | | | | Change Output header Content-Type to text/csv
| * Changed Content-Type header to text/csv re: RFC 7111Kris Reeck2016-09-012-2/+5
| |
* | Merge pull request #176 from mahngiel/readme-updateignace nyamagana butera2016-09-011-1/+1
|\ \ | |/ |/| Update link to CONTRIB doc in README
| * Update link to CONTRIB doc in READMEKris Reeck2016-09-011-1/+1
|/
* update csv filesIgnace Nyamagana Butera2016-08-272-20244/+20244
|
* Merge pull request #172 from GrahamCampbell/patch-1ignace nyamagana butera2016-08-041-1/+3
|\ | | | | Test on PHP 7.1
| * Test on PHP 7.1Graham Campbell2016-08-041-1/+3
|/
* update changelogignace nyamagana butera2016-08-021-0/+19
|
* Merge pull request #171 from hhamon/fix-getbom-methodignace nyamagana butera2016-08-013-5/+5
|\ | | | | Change getInputBom() method name to getInputBOM() to be consistent everywhere in the API.
| * Change getInputBom() method name to getInputBOM() to be consistent ↵Hugo Hamon2016-08-013-5/+5
|/ | | | everywhere in the API.
* bug fix preserve fileObject CSV controlsignace nyamagana butera2016-07-252-1/+25
| | | | | | | | | | | 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
* Adding PULL_REQUEST_TEMPLATE.mdignace nyamagana butera2016-07-181-0/+25
|
* adding a .github folderignace nyamagana butera2016-07-183-5/+5
|
* Update project settingsignace nyamagana butera2016-07-187-26/+68
| | | | | | | | | - adding .editorconfig - adding github ISSUE_TEMPLATE md - updating composer package (fabpot/php-cs-fixer dev dependency updated) - updating .gitattributes to include editorconfig - improve QueryFilter
* prepare 8.1.0 release8.1.0ignace nyamagana butera2016-05-3014-15/+15
|
* parameters should be in snake caseignace nyamagana butera2016-05-301-2/+2
|
* Adding an autoloader scriptignace nyamagana butera2016-05-2310-190/+213
|
* bug fix deprecation warningignace nyamagana butera2016-05-031-2/+2
|
* fix use class keywordignace nyamagana butera2016-05-024-12/+17
|
* All properties are now camelCaseignace nyamagana butera2016-02-158-152/+150
|
* Merge pull request #152 from thephpleague/bugfix/streamfilterignace nyamagana butera2016-02-126-15/+72
|\ | | | | Bugfix Library
| * Bug Fix League\Csvignace nyamagana butera2016-02-095-12/+69
| | | | | | | | | | - bug fix stream filter #72 - improve public API by deprecating (get|set)EncodingFrom
| * docblock improvementsignace nyamagana butera2016-01-281-3/+3
|/
* Update examples for version 8.08.0.0ignace nyamagana butera2015-12-119-31/+35
|
* Improve ReaderTestignace nyamagana butera2015-12-101-19/+4
|
* Improve Docblocksignace nyamagana butera2015-12-102-43/+44
|
* Improve BOM APIignace nyamagana butera2015-12-103-9/+11
|
* Update changelogignace nyamagana butera2015-12-102-2/+3
|
* adding fetchPairsWithoutDuplicates methodignace nyamagana butera2015-12-094-130/+38
|
* Update CSV MD filesignace nyamagana butera2015-12-033-12/+13
|
* bug fix Output::toXML methodignace nyamagana butera2015-12-031-4/+4
|
* Improve Library settingsignace nyamagana butera2015-12-032-2/+17
|
* Improve Library settingsignace nyamagana butera2015-12-034-25/+14
|
* update scrutinizer settingsignace nyamagana butera2015-12-011-13/+1
|
* Improve QueryFilter codeignace nyamagana butera2015-12-011-2/+2
|
* Improve QueryFilter codeignace nyamagana butera2015-12-011-5/+6
|
* Improve QueryFilter codeignace nyamagana butera2015-12-011-48/+43
|
* remove useless QueryFilter methodsignace nyamagana butera2015-12-013-118/+20
|
* adding Code Coverage with PHP7ignace nyamagana butera2015-12-012-1/+3
|
* Improve QueryFilter codeignace nyamagana butera2015-11-303-49/+51
|
* Improve v8 code qualityignace nyamagana butera2015-11-309-159/+156
| | | | | - Improve Reader::fetchPairs when the offsetIndex or the valueIndex are undefined - Internal refactoring
* Improve Inner Filter applicationignace nyamagana butera2015-11-272-5/+3
|
* Improve docblocksignace nyamagana butera2015-11-273-8/+7
|
* Remove SplFileObject flagsignace nyamagana butera2015-11-277-123/+68
|
* Improve returnType resetignace nyamagana butera2015-11-273-6/+12
|
* Improve internal codeignace nyamagana butera2015-11-263-10/+18
|
* Updating scrutinizer settingsignace nyamagana butera2015-11-261-0/+12
|
* Remove useless method in QueryFilterignace nyamagana butera2015-11-263-28/+43
|
* Improve Internal codeignace nyamagana butera2015-11-265-62/+39
|
* Improve Reader classignace nyamagana butera2015-11-263-64/+79
| | | | | - Bug fix Reader::fetchAssoc to align with v8 behavior - returnType mechanism is moved to the QueryFilter Trait
* Improve CSV conversionignace nyamagana butera2015-11-251-8/+9
|
* Bug fix clover pathignace nyamagana butera2015-11-251-1/+1
|
* Update travis settingsignace nyamagana butera2015-11-251-4/+1
|
* Remove PHP5.4 support from composerignace nyamagana butera2015-11-241-2/+2
|
* Making scrutinizer happyignace nyamagana butera2015-11-247-14/+16
|
* Preparing 8.0.0ignace nyamagana butera2015-11-2414-13/+35
|
* Merge pull request #137 from nyamsprod/features/improve-readerignace nyamagana butera2015-11-2418-180/+364
|\ | | | | Reader class complete rewrite
| * Improve code qualityignace nyamagana butera2015-11-242-27/+25
| |
| * Improve Reader rewriteignace nyamagana butera2015-11-242-43/+76
| | | | | | | | | | | | - 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-2312-46/+35
| |
| * Introducing Reader::fetchPairsignace nyamagana butera2015-11-2310-152/+316
|/ | | | | | | | | | | | | | | | | | | 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.
* 7.2.0 release7.2.0ignace nyamagana butera2015-11-021-9/+8
|
* Improve Internal Codeignace nyamagana butera2015-10-303-19/+25
|
* Update filterInteger docblockignace nyamagana butera2015-10-303-4/+4
|
* Improve Constructors input validationignace nyamagana butera2015-10-302-37/+45
|
* make scrutinizer happyignace nyamagana butera2015-10-291-3/+3
|
* remove trim usageignace nyamagana butera2015-10-292-6/+4
|
* update master composer aliasignace nyamagana butera2015-10-291-1/+1
|
* Improve Skipping HHVM testignace nyamagana butera2015-10-2910-24/+44
|
* Improving code qualityignace nyamagana butera2015-10-295-20/+37
| | | | | - remove the need for the $newline argument in createFromString #132 #130 - improve integer filtering
* Simplify codeignace nyamagana butera2015-10-272-13/+3
|
* typo fixignace nyamagana butera2015-10-271-1/+1
|
* update travis settingsignace nyamagana butera2015-10-271-2/+0
|
* Improve internal codeignace nyamagana butera2015-10-273-82/+90
|
* Improve tests codeignace nyamagana butera2015-10-233-9/+1
| | | | - update test code to take into account new default flags
* Prepare for 7.2.0 releaseignace nyamagana butera2015-10-2315-92/+128
| | | | | | | - Introduce Controls::fetchDelimitersOccurrences - Introduce Reader::fetch - Deprecate Reader::query - Deprecate Controls::detectDelimiterList
* update Changelogignace nyamagana butera2015-10-211-3/+150
|
* Merge pull request #130 from thephpleague/bugfix/default-optionsignace nyamagana butera2015-10-214-6/+7
|\ | | | | Bug Fix Spl Flags
| * Bug Fix Spl Flagsignace nyamagana butera2015-10-214-6/+7
|/ | | | | - default flag is now SplFileObject::READ_AHEAD|SplFileObject::SKIP_EMPTY - AbstractCsv::__toString is also bug fixed
* Improve codeignace nyamagana butera2015-10-2111-37/+52
| | | | | | - using call_user_func to avoid PHP bug https://bugs.php.net/bug.php?id=68475 - improve regexp documentation - add more excluded files to gitattributes
* Merge pull request #126 from pborreli/patch-1ignace nyamagana butera2015-10-161-1/+1
|\ | | | | Fixed typo
| * Fixed typoPascal Borreli2015-10-161-1/+1
|/
* Merge pull request #125 from mortenhauberg/fix-docblocksignace nyamagana butera2015-10-156-8/+10
|\ | | | | Fix docblocks
| * Fix docblocksmortenhauberg2015-10-156-8/+10
|/
* Merge pull request #123 from HeyRatFans/bugfix/sanitizeStreamFilterignace nyamagana butera2015-10-134-4/+60
|\ | | | | Don't trim $filter_name argument in sanitizeStreamFilter.
| * Don't trim $filter_name in sanitizeStreamFilter - Fixes filters which pass ↵Matt Beale2015-10-134-4/+60
|/ | | | newline character as an argument.
* Adding the CONDUCT.md fileignace nyamagana butera2015-10-062-1/+23
|
* #55 bug fix detect delimiterignace nyamagana butera2015-09-252-3/+3
|
* Merge pull request #118 from thephpleague/features/improve-package-settingsignace nyamagana butera2015-09-2526-178/+216
|\ | | | | Improve Package Testing tools
| * Improve Package Testing toolsignace nyamagana butera2015-09-2526-178/+216
|/ | | | | | - The package uses PHP CS Fixer to validate the coding standard - Improve Travis settings - Improve Scrutinizer settings
* Merge pull request #117 from vlakarados/patch-1ignace nyamagana butera2015-09-181-3/+3
|\ | | | | Small fixes to comments
| * Small fixes to commentsSergey Telshevsky2015-09-181-3/+3
|/
* Update CHANGELOG.md7.1.2ignace nyamagana butera2015-06-101-0/+2
|
* Prepare 7.1.2 releaseIgnace Nyamagana Butera2015-06-101-1/+1
|