Fonata
|
7d39b80fca
|
Merge pull request #140 from susgo/patch-1
Update README.md: corrected function name getTotalDataRowCount()
|
2018-04-11 08:30:21 +02:00 |
|
susgo
|
8c7eba6815
|
Update README.md
|
2018-04-05 16:32:44 +02:00 |
|
Nasser Rafie
|
c41c559ac2
|
min php on composer.json
|
2018-04-02 18:36:16 +04:30 |
|
Fonata
|
e1ecf9302e
|
Advertised getCollection in ChangeLog.txt
|
2018-04-02 15:11:17 +02:00 |
|
Fonata
|
de8e792ef4
|
Merge branch 'feature-datacollections'
Conflicts:
src/Csv.php
|
2018-04-02 14:40:32 +02:00 |
|
Fonata
|
60d6458080
|
PHPUnit: prevent output from download.php to leak
|
2018-04-02 14:38:03 +02:00 |
|
William Knauss
|
406e1e415f
|
added getCollection method that returns a Illuminate\Support\Collection object - useful for using the mapping functions
|
2018-04-02 14:32:17 +02:00 |
|
Fonata
|
2e40a2eb1c
|
Added new test for unparse with parameters
|
2018-03-28 15:45:44 +02:00 |
|
Fonata
|
927e785891
|
Merge pull request #133 from parsecsv/fixing-132-output-with-fields
Bug fix: calling ->output() with $fields parameter set
|
2018-03-28 13:25:05 +02:00 |
|
Fonata
|
e6ba24b47a
|
Dropping PHP 5.4 support (#131)
Also removed special treatment of PHP 5.4, as we don't support it anymore
|
2018-03-20 11:12:22 +01:00 |
|
Fonata
|
f24e5bf3a3
|
Merge branch 'offset-comment-and-tests'
|
2018-03-17 12:44:02 +01:00 |
|
Fonata
|
bdd4e5ef25
|
Merge branch 'master' into offset-comment-and-tests
Conflicts:
tests/methods/ParseTest.php
|
2018-03-17 12:42:18 +01:00 |
|
Fonata
|
42b5d30d66
|
Improved OldRequireTest: explanation and new test added (#128)
|
2018-03-17 12:37:54 +01:00 |
|
Fonata
|
93f177a396
|
Merged two ifs in _validate_row_condition to prevent
This is to a sane count of zero PhpStorm inspections. In particular,
this is NestedPositiveIfStatementsInspection from EA Extended.
|
2018-03-17 12:17:25 +01:00 |
|
Fonata
|
f5ff7332a4
|
Set $data field on unparse. This fixes issue #132.
|
2018-03-17 12:16:39 +01:00 |
|
Fonata
|
07846d33c1
|
Added OutputTest to verify issue #132 is a bug.
|
2018-03-17 12:07:12 +01:00 |
|
Fonata
|
4b60d38fb0
|
Tell PhpStorm not to complain about reference mismatch
http://blog.jpauli.tech/2014/06/27/references-mismatch.html#what-is-a-reference-mismatch
|
2018-03-17 12:05:01 +01:00 |
|
Fonata
|
c8d15557cb
|
Fixed parse()'s return value: return true only if $data is useful
|
2018-03-17 12:05:01 +01:00 |
|
Fonata
|
10895788c8
|
Slightly simplified getTotalDataRowCount, added test
The brackets () in the pattern were not needed, as only
$matches[0] was accessed, not $matches[1].
The @var is useful for PhpStorm's Php Inspections (EA Extended).
More details here: https://github.com/kalessil/phpinspectionsea/blob/master/docs/types-compatibility.md#foreach-source-to-iterate-over
|
2018-03-17 12:05:01 +01:00 |
|
Fonata
|
ffed7ffdc0
|
Only improved PHPDoc blocks, including sentance for output()
|
2018-03-17 12:05:01 +01:00 |
|
Fonata
|
7498a963ac
|
_validate_fields_for_unparse: more info in UnexpectedValueException
|
2018-03-17 11:42:44 +01:00 |
|
Fonata
|
49728a74bb
|
Only reformatted the source code
|
2018-03-17 10:31:09 +01:00 |
|
susgo
|
e4c9fed6cf
|
Update README.md for old and new functions (#129)
* Update README.md
|
2018-03-12 08:28:25 +01:00 |
|
Susann Sgorzaly
|
5bc6d09b5e
|
fixes bug on _validate_fields_for_unparse() if titles property is used instead of fields parameter for changing the titles for unparsing
|
2018-03-12 08:25:42 +01:00 |
|
susgo
|
b7f2075efc
|
Fix #41: output order and subset (#126)
* init unparse tests for ordering and subseting by fields
* added one test for heading=false
* implements functionality of this issue
|
2018-03-11 11:14:53 +01:00 |
|
Christian Bläul
|
3cc20fbb47
|
Merge remote-tracking branch 'itexia/auto-detect-file-has-heading'
# Conflicts:
# tests/methods/ParseTest.php
|
2018-03-10 12:46:36 +01:00 |
|
Christian Bläul
|
086cd15b44
|
Added requires to keep Composer-free environments working
|
2018-03-07 09:51:50 +01:00 |
|
Christian Bläul
|
03bc946b98
|
Sorted uses alphabetically, removed version
The repo is no longer on version 1.0.0. The ChangeLog.txt file is a
more obvious place for people to see which version includes what.
|
2018-03-07 09:45:48 +01:00 |
|
Christian Bläul
|
8f431aa7a4
|
Merge remote-tracking branch 'itexia/refactoring-constants'
|
2018-03-07 09:43:22 +01:00 |
|
Christian Bläul
|
7168cb15e3
|
ChangeLog.txt: Added new feature
|
2018-03-07 09:40:43 +01:00 |
|
Fonata
|
1142ef2611
|
Merge pull request #124 from itexia/new-enums-for-docu
New Enum class for file processing (save + unparse) + Documentation
|
2018-03-07 09:35:01 +01:00 |
|
Fonata
|
80a4954a3a
|
Merge pull request #122 from itexia/get-total-row-count
New feature: get total row count - useful if $limit is set.
|
2018-03-07 09:30:36 +01:00 |
|
Christian Bläul
|
9c14bc2f30
|
Updated ChangeLog.txt with new features
1.0.0
|
2018-03-03 12:01:45 +01:00 |
|
Christian Bläul
|
4b6b7ee0b8
|
Removed -rc.2 from version, as it is officially released now
|
2018-03-03 11:55:57 +01:00 |
|
Christian Bläul
|
a80a6f1862
|
Moved features section up because library selection comes before install
|
2018-03-03 11:55:06 +01:00 |
|
Christian Bläul
|
da70838698
|
Only improved ChangeLog to include the output() change
|
2018-03-02 17:52:26 +01:00 |
|
Christian Bläul
|
9d7ccab20f
|
Improved comment and test data to show how the offset is counted.
|
2018-03-02 17:50:01 +01:00 |
|
Christian Bläul
|
abecaf1b5d
|
Only re-formated source code slightly
|
2018-03-02 17:25:38 +01:00 |
|
Christian Bläul
|
3af94399e6
|
Semantic versioning: Marked the current state of the repo as 1.0.0-rc.2
|
2018-03-02 17:15:31 +01:00 |
|
Christian Bläul
|
499088b3b2
|
Slightly improved README.md
|
2018-03-02 17:15:31 +01:00 |
|
Christian Bläul
|
fd63ff4a26
|
Removed examples from class file as they are also in the README.md
|
2018-03-02 17:15:31 +01:00 |
|
Christian Bläul
|
d250c9034b
|
Further improved ChangeLog.txt and README.txt
|
2018-03-02 17:15:31 +01:00 |
|
Christian Bläul
|
bfc2c0901b
|
Improved installation section of README.md; added Travid badge.
|
2018-03-02 17:15:31 +01:00 |
|
Christian Bläul
|
a0336f02ee
|
Prepared new release in ChangeLog.txt
|
2018-03-02 17:15:31 +01:00 |
|
Christian Bläul
|
ea78f38e26
|
ConstructTest: undo directory change to be on the safe side.
|
2018-03-02 17:15:31 +01:00 |
|
Christian Bläul
|
c9e7997643
|
Don't break people's code just because they don't have Composer
|
2018-03-02 17:15:31 +01:00 |
|
Christian Bläul
|
68239d6859
|
No code changes, just cleaned up comments a bit
|
2018-03-02 17:15:31 +01:00 |
|
Christian Bläul
|
d05577d303
|
output(): Use better mime type for \t separator.
Fixes #79
|
2018-03-02 17:13:45 +01:00 |
|
Fonata
|
eedbffc375
|
Merge pull request #125 from itexia/42-Heading-and-offset
Fixed issue 42: heading and offset; added tests
|
2018-03-02 17:06:22 +01:00 |
|
Susann Sgorzaly
|
fb9325884d
|
small code improvement
|
2018-02-28 13:47:38 +01:00 |
|