Earlier this year
-
r78
(Moved some code around) committed by Luke.Visinoni
- Moved some code around
-
r77
(Just fixed a typo in comments) committed by Luke.Visinoni
- Just fixed a typo in comments
Just fixed a typo in comments
-
r76
(Got all unit tests working again after changing quite a bit ...) committed by Luke.Visinoni
- Got all unit tests working again after changing quite a bit of how the internals work, such as using
Csv_AutoDetect instead of doing all of that work in Csv_Reader.
Got all unit tests working again after changing quite a bit of how the internals work, such as using
Csv_AutoDetect instead of doing all of that work in Csv_Reader.
-
Older
-
-
r75
(This is the commit that reminded me that Csv_AutoDetect is n...) committed by Luke.Visinoni
- This is the commit that reminded me that Csv_AutoDetect is necessary
This is the commit that reminded me that Csv_AutoDetect is necessary
-
-
r73
(Added first test to new, more organized test suite (newtests...) committed by Luke.Visinoni
- Added first test to new, more organized test suite (newtests, which will eventually be tests again)
Added first test to new, more organized test suite (newtests, which will eventually be tests again)
-
r72
(removed smoke tests - they were no longer relevant, and prob...) committed by Luke.Visinoni
- removed smoke tests - they were no longer relevant, and probably never were
removed smoke tests - they were no longer relevant, and probably never were
-
issue 5
(Csv_Writer needs to be capable of just outputting the csv to...) commented on by Luke.Visinoni
-
-
-
-
-
issue 8
(When using Csv_Dialect::QUOTE_NONNUMERIC, it includes decima...) reported by Luke.Visinoni
-
-
r71
(added Docs test - to test documentation code examples - noti...) committed by Luke.Visinoni
- added Docs test - to test documentation code examples - noticed while trying to write these that
there are major issues with the library and how it works.
added Docs test - to test documentation code examples - noticed while trying to write these that
there are major issues with the library and how it works.
-
-
-
r69
(Added pdf docs - this needs to be updated every time the doc...) committed by Luke.Visinoni
- Added pdf docs - this needs to be updated every time the docs are edited.
Added pdf docs - this needs to be updated every time the docs are edited.
-
r68
(Changed name from GroupTest back to "Core CSV Utilities Test...) committed by Luke.Visinoni
- Changed name from GroupTest back to "Core CSV Utilities Tests"
Changed name from GroupTest back to "Core CSV Utilities Tests"
-
-
r66
(removed a useless comment) committed by Luke.Visinoni
- removed a useless comment
removed a useless comment
-
-
-
issue 5
(Csv_Writer needs to be capable of just outputting the csv to...) Labels changed by Luke.Visinoni
-
Labels:
Type-Enhancement v0.4
−Type-Defect
Labels:
Type-Enhancement v0.4
−Type-Defect
-
issue 1
(I am not sure if escapechar works exactly how it is supposed...) Status changed by Luke.Visinoni
-
-
-
issue 3
(Csv_Writer doesn't seem to be creating files if they dont ex...) Status changed by Luke.Visinoni
-
-
r65
(fixed broken Csv/Reader/String.php - I accidentally used aut...) committed by Luke.Visinoni
- fixed broken Csv/Reader/String.php - I accidentally used autoDetectFile instead of just autoDetect
fixed broken Csv/Reader/String.php - I accidentally used autoDetectFile instead of just autoDetect
-
r64
(I went through all the files and made sure all dependencies ...) committed by Luke.Visinoni
- I went through all the files and made sure all dependencies were included at the top of the file
I went through all the files and made sure all dependencies were included at the top of the file
-
issue 4
(If file doesn't have a newline at the end, last row is ommit...) Status changed by Luke.Visinoni
-
-
issue 4
(If file doesn't have a newline at the end, last row is ommit...) commented on by Luke.Visinoni
-
-
r63
(This is just a "commit so I can work on it on another comput...) committed by Luke.Visinoni
- This is just a "commit so I can work on it on another computer". I haven't actually accomplished
anything yet.
This is just a "commit so I can work on it on another computer". I haven't actually accomplished
anything yet.
-
r62
(updating upload example - probably should just remove this a...) committed by Luke.Visinoni
- updating upload example - probably should just remove this and point to examples on my website
instead
updating upload example - probably should just remove this and point to examples on my website
instead
-
-
r60
(removed phpdoc docs - i will add them back when I've done be...) committed by Luke.Visinoni
- removed phpdoc docs - i will add them back when I've done better commenting
removed phpdoc docs - i will add them back when I've done better commenting
-
r59
(updated readme file to point to my new blog for docs as well...) committed by Luke.Visinoni
- updated readme file to point to my new blog for docs as well as the docs folder
updated readme file to point to my new blog for docs as well as the docs folder
-
-
r57
(switched Csv_Reader_String to use memory instead of temp str...) committed by Luke.Visinoni
- switched Csv_Reader_String to use memory instead of temp stream
switched Csv_Reader_String to use memory instead of temp stream
-
r56
(fixed the bug that was noted in the comments section of the ...) committed by Luke.Visinoni
- fixed the bug that was noted in the comments section of the blog - about Csv_Dialect_Excel using the
literal '\r\n' instead of a newline
fixed the bug that was noted in the comments section of the blog - about Csv_Dialect_Excel using the
literal '\r\n' instead of a newline
-
-
-
r53
(This is just a "commit so I can work on it on another comput...) committed by Luke.Visinoni
- This is just a "commit so I can work on it on another computer". I haven't actually accomplished
anything yet.
This is just a "commit so I can work on it on another computer". I haven't actually accomplished
anything yet.
-
r52
(This is just a "commit so I can work on it on another comput...) committed by Luke.Visinoni
- This is just a "commit so I can work on it on another computer". I haven't actually accomplished
anything yet.
This is just a "commit so I can work on it on another computer". I haven't actually accomplished
anything yet.
-
r51
(fixed Csv_Reader_String - before it was reporting an incorre...) committed by Luke.Visinoni
- fixed Csv_Reader_String - before it was reporting an incorrect amount of rows. now it's not a liar.
fixed Csv_Reader_String - before it was reporting an incorrect amount of rows. now it's not a liar.
-
r50
(fixed error that caused last line in a row to fail if you ga...) committed by Luke.Visinoni
- fixed error that caused last line in a row to fail if you gave the reader headers
fixed error that caused last line in a row to fail if you gave the reader headers
-
r49
(trying to move Csv_AutoDetect into Csv_Reader and fix Csv_Re...) committed by Luke.Visinoni
- trying to move Csv_AutoDetect into Csv_Reader and fix Csv_Reader_String, which is not reading the
temp stream properly
trying to move Csv_AutoDetect into Csv_Reader and fix Csv_Reader_String, which is not reading the
temp stream properly
-
r48
(turned tests back on (that I accidentally turned off on last...) committed by Luke.Visinoni
- turned tests back on (that I accidentally turned off on last commit)
turned tests back on (that I accidentally turned off on last commit)
-
r47
(Removed unnecessary exceptions (CannotAccessFile -> FileNotF...) committed by Luke.Visinoni
- Removed unnecessary exceptions (CannotAccessFile -> FileNotFound, DataSampleTooShort ->
CannotDetermineDialect)
Removed unnecessary exceptions (CannotAccessFile -> FileNotFound, DataSampleTooShort ->
CannotDetermineDialect)
-
r46
(added a __toString() method to Csv_Dialect so that when you ...) committed by Luke.Visinoni
- added a __toString() method to Csv_Dialect so that when you print it you get something helpful
added a __toString() method to Csv_Dialect so that when you print it you get something helpful
-
r45
(changed contact email from luke@mc2design.com to luke.visino...) committed by Luke.Visinoni
- changed contact email from luke@mc2design.com to luke.visinoni@gmail.com
changed contact email from luke@mc2design.com to luke.visinoni@gmail.com
|