Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove IteratorQuery | Ignace Nyamagana Butera | 2014-04-25 | 2 | -137/+77 | |
| | ||||||
* | stream filtering enhanced | Ignace Nyamagana Butera | 2014-04-24 | 1 | -18/+14 | |
| | ||||||
* | adding stream filter trait | Ignace Nyamagana Butera | 2014-04-22 | 1 | -0/+53 | |
| | ||||||
* | adding CSV Lazy loading | Ignace Nyamagana Butera | 2014-04-22 | 1 | -2/+2 | |
| | ||||||
* | deprecated fetchCol | Ignace Nyamagana Butera | 2014-04-15 | 1 | -2/+3 | |
| | ||||||
* | Columns Count Consistency test | Ignace Nyamagana Butera | 2014-04-14 | 1 | -21/+0 | |
| | ||||||
* | Columns Count Check in Writer Class #34 | Ignace Nyamagana Butera | 2014-04-14 | 1 | -0/+21 | |
|\ | | | | | | | | | Conflicts: src/Writer.php | |||||
| * | Added row consistency check to Writer | Sági-Kazár Márk | 2014-04-11 | 1 | -0/+21 | |
| | | ||||||
* | | method name changed for consistency | Ignace Nyamagana Butera | 2014-04-14 | 1 | -12/+12 | |
| | | ||||||
* | | implementing consistency check in the Writer class #34 | ignace nyamagana butera | 2014-04-14 | 1 | -1/+36 | |
|/ | ||||||
* | Update AbstractCsv introduce setIterator | Ignace Nyamagana Butera | 2014-03-31 | 1 | -7/+0 | |
| | ||||||
* | Update NullHandling names | Ignace Nyamagana Butera | 2014-03-24 | 1 | -7/+7 | |
| | ||||||
* | adding null value handling in Writer class #28 | ignace nyamagana butera | 2014-03-24 | 1 | -0/+46 | |
| | ||||||
* | adding locale setter/getter | Ignace Nyamagana Butera | 2014-03-24 | 1 | -0/+7 | |
| | ||||||
* | improved filtering methods | Ignace Nyamagana Butera | 2014-03-12 | 1 | -3/+10 | |
| | ||||||
* | Bug fix PHPUnit CsvTest | Ignace Nyamagana Butera | 2014-03-11 | 1 | -1/+2 | |
| | ||||||
* | Merge pull request #25 from thephpleague/detectdelimiter | ignace nyamagana butera | 2014-03-11 | 1 | -0/+39 | |
|\ | | | | | adding detectDelimiter to AbstractCsv class #16 | |||||
| * | # This is a combination of 2 commits. | Ignace Nyamagana Butera | 2014-03-11 | 1 | -0/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # The first commit's message is: # This is a combination of 4 commits. # The first commit's message is: implementing detectDelimiter #16 # The 2nd commit message will be skipped: # implementing detectDelimiter with Exceptions #16 # The 3rd commit message will be skipped: # implementing detectDelimiter #16 # The 4th commit message will be skipped: # implementing detectDelimiter with Exceptions #16 # The 2nd commit message will be skipped: # implementing detectDelimiter with Exceptions #16 | |||||
* | | Merge pull request #23 from thephpleague/reader-apply | ignace nyamagana butera | 2014-03-10 | 1 | -0/+20 | |
|\ \ | | | | | | | adding the each method to the Reader class | |||||
| * | | adding the each method to the Reader class | ignace nyamagana butera | 2014-03-10 | 1 | -0/+20 | |
| |/ | ||||||
* | | Merge pull request #22 from thephpleague/filter-enhanced | ignace nyamagana butera | 2014-03-10 | 1 | -3/+20 | |
|\ \ | | | | | | | you can add/remove multiple filter | |||||
| * | | you can add/remove multiple filter | Ignace Nyamagana Butera | 2014-03-10 | 1 | -3/+20 | |
| |/ | | | | | | | Improve IteratorFilter::applyFilter method #11 | |||||
* | | using autoload-dev in composer | ignace nyamagana butera | 2014-03-07 | 4 | -4/+8 | |
|/ | ||||||
* | Update namespace from Bakame to League | Ignace Nyamagana Butera | 2014-02-28 | 4 | -6/+6 | |
| | ||||||
* | improved handling in the library4.2.1 | ignace nyamagana butera | 2014-02-22 | 1 | -0/+6 | |
| | ||||||
* | remove validation resolves #14 | ignace nyamagana butera | 2014-02-22 | 2 | -9/+0 | |
| | ||||||
* | ConverterTrait improved | ignace nyamagana butera | 2014-02-17 | 1 | -1/+4 | |
| | ||||||
* | move AbstractCsv output methods to ConverterTrait trait | ignace nyamagana butera | 2014-02-16 | 1 | -0/+21 | |
| | ||||||
* | AbstractCsv::getIterator improved | ignace nyamagana butera | 2014-02-16 | 2 | -4/+10 | |
| | ||||||
* | Updating the library dropping PSR-0 in favor of PSR-4 | Ignace Nyamagana Butera | 2014-02-14 | 6 | -0/+0 | |
| | ||||||
* | remove Bakame iterator2array implementation4.1.1 | Ignace Nyamagana Butera | 2014-02-14 | 1 | -7/+0 | |
| | ||||||
* | regroup Iterator function class and method under the same namespace | Ignace Nyamagana Butera | 2014-02-14 | 1 | -2/+2 | |
| | ||||||
* | implementing a local iterator2array to boost performance | Ignace Nyamagana Butera | 2014-02-11 | 1 | -0/+7 | |
| | ||||||
* | bug fix AbstractCsv::createFromString and Writer::insertOne to better works ↵ | Ignace Nyamagana Butera | 2014-02-07 | 1 | -5/+5 | |
| | | | | with string conversion | |||||
* | change IteratorQuery::execute method visibility from public to protected | Ignace Nyamagana Butera | 2014-02-06 | 1 | -8/+18 | |
| | ||||||
* | adding encoding setter and getter to AbstractCsv class | Ignace Nyamagana Butera | 2014-02-06 | 2 | -1/+10149 | |
| | ||||||
* | DocBlock update | Ignace Nyamagana Butera | 2014-01-31 | 1 | -9/+5 | |
| | ||||||
* | Update IteratorQuery::execute method visibility | Ignace Nyamagana Butera | 2014-01-31 | 2 | -61/+102 | |
| | ||||||
* | Update Writer::insertAll method name to bring cohesion in method naming in ↵ | Ignace Nyamagana Butera | 2014-01-31 | 1 | -3/+3 | |
| | | | | the library | |||||
* | Documentation Update and Classes refactored | Ignace Nyamagana Butera | 2014-01-30 | 2 | -25/+5 | |
| | ||||||
* | added open mode into Reader and Writer constructor and remove optional CSV ↵ | Ignace Nyamagana Butera | 2014-01-30 | 3 | -14/+31 | |
| | | | | control parameters arguments from constructor | |||||
* | Writer methods named changed | Ignace Nyamagana Butera | 2014-01-29 | 2 | -8/+8 | |
| | ||||||
* | Csv Class updated to remove useless exception | Ignace Nyamagana Butera | 2014-01-29 | 1 | -1/+1 | |
| | ||||||
* | remove the strict optional parameters to fetchCol in the Reader class | Ignace Nyamagana Butera | 2014-01-29 | 1 | -5/+0 | |
| | ||||||
* | remove deprecated files from version 3.0 | Ignace Nyamagana Butera | 2014-01-29 | 2 | -162/+0 | |
| | ||||||
* | update Unit Test | Ignace Nyamagana Butera | 2014-01-29 | 1 | -0/+2 | |
| | ||||||
* | Adding the Writer class and updating the Reader class so that both extend ↵ | Ignace Nyamagana Butera | 2014-01-29 | 2 | -42/+112 | |
| | | | | the basic Csv class | |||||
* | Adding the generic CSV class | Ignace Nyamagana Butera | 2014-01-29 | 1 | -0/+160 | |
| | ||||||
* | adding the possibility to create a CSV from an object implementing the ↵ | Ignace Nyamagana Butera | 2014-01-28 | 1 | -0/+8 | |
| | | | | __toString method | |||||
* | Bump to version 3.3 | Ignace Nyamagana Butera | 2014-01-28 | 1 | -2/+2 | |
| | ||||||
* | Adding IteratorAggregate interface to Reader | Ignace Nyamagana Butera | 2014-01-28 | 1 | -1/+10 | |
| | ||||||
* | adding CSV output trait and moving all traits in their own directory + bug ↵ | Ignace Nyamagana Butera | 2014-01-27 | 3 | -9/+7 | |
| | | | | fix for offsetGet method + query can now take an optional callable argument | |||||
* | Added MapIterator and normalized callable parameters in fetch* methods | Ignace Nyamagana Butera | 2014-01-20 | 1 | -1/+14 | |
| | ||||||
* | added toHTML, jsonSerialize, query methods to Reader | Ignace Nyamagana Butera | 2014-01-16 | 1 | -0/+24 | |
| | ||||||
* | adding the filtering methods and removing deprecated method from documentation | Ignace Nyamagana Butera | 2014-01-15 | 2 | -56/+70 | |
| | ||||||
* | Adding Countable and ArrayAccess Interval to Bakame\Csv\Reader | Ignace Nyamagana Butera | 2014-01-14 | 1 | -0/+23 | |
| | ||||||
* | Adding Conditionnal Methods to limit fetchs Methods results | Ignace Nyamagana Butera | 2014-01-14 | 1 | -12/+86 | |
| | ||||||
* | Unit Tests for CsvControlsTraits are now decoupled from Codec | Ignace Nyamagana Butera | 2014-01-14 | 2 | -34/+43 | |
| | ||||||
* | merge conflict resolved3.1.0 | Ignace Nyamagana Butera | 2014-01-13 | 1 | -0/+3 | |
|\ | ||||||
| * | Bug fix in the Reader class to allow fetchAssoc to combine array when the ↵ | Ignace Nyamagana Butera | 2014-01-10 | 1 | -0/+12 | |
| | | | | | | | | number of items does not match | |||||
* | | Bug fixes Reader::fetchOne now always return an array, Reader::fetchCol ↵ | Ignace Nyamagana Butera | 2014-01-13 | 1 | -3/+15 | |
| | | | | | | | | returned array length is result independent and increased arguments check in all fetch* methods | |||||
* | | Added the render and the __toString() methods to the Reader class. | ignace nyamagana butera | 2014-01-13 | 1 | -22/+31 | |
| | | ||||||
* | | Bug fix in the Reader class to allow fetchAssoc to combine array when the ↵ | Ignace Nyamagana Butera | 2014-01-13 | 1 | -0/+12 | |
|/ | | | | number of items does not match | |||||
* | Codec Refactored to return Reader instance and to use CsvControlTrait trait | Ignace Nyamagana Butera | 2014-01-10 | 1 | -21/+9 | |
| | ||||||
* | Introducing the ReaderInterface and the Reader Class to ease CSV data ↵ | Ignace Nyamagana Butera | 2014-01-10 | 1 | -0/+82 | |
| | | | | manipulation | |||||
* | Removed unnecessary Test since create visibility has changed | Ignace Nyamagana Butera | 2014-01-09 | 1 | -16/+0 | |
| | ||||||
* | renamed and update Codec.php | ignace nyamagana butera | 2014-01-01 | 1 | -8/+8 | |
| | ||||||
* | changed class name and Bump version 1.01.0.0 | Ignace Nyamagana Butera | 2013-12-03 | 1 | -24/+24 | |
| | ||||||
* | Wrapper::create refactored | Ignace Nyamagana Butera | 2013-12-03 | 2 | -2/+12 | |
| | ||||||
* | Wrapper::create refactored | Ignace Nyamagana Butera | 2013-12-03 | 2 | -3/+1 | |
| | ||||||
* | adding file mode access | Ignace Nyamagana Butera | 2013-12-03 | 1 | -2/+18 | |
| | ||||||
* | Remove WrapperException | Ignace Nyamagana Butera | 2013-12-03 | 1 | -5/+13 | |
| | ||||||
* | Wrapper::save method simplification | Ignace Nyamagana Butera | 2013-12-03 | 1 | -1/+1 | |
| | ||||||
* | change flag settings by default | Ignace Nyamagana Butera | 2013-12-03 | 1 | -4/+9 | |
| | ||||||
* | added WrapperException class | Ignace Nyamagana Butera | 2013-12-03 | 1 | -5/+5 | |
| | ||||||
* | added Unit Testing | Ignace Nyamagana Butera | 2013-12-03 | 2 | -0/+131 | |