Fix line ending processing by the Thingy. It will now accept CSV files with any line endings. Fixes bug #11746.
This commit is contained in:
parent
0d59993e45
commit
6c40adee13
4 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
7.10.1
|
||||
- fixed #11851: Story Topic: top story variables should be available all the time
|
||||
- fixed #11854: CS doesn't return Not Found page
|
||||
- fixed #11746: Thingy import CSV only supports one line ending
|
||||
|
||||
7.10.0
|
||||
- fixed #11812: Checking www_ajaxSave's response in the cart js, urlencoding post parameters
|
||||
|
|
|
|||
|
|
@ -21,6 +21,10 @@ save you many hours of grief.
|
|||
Account Macro template
|
||||
Admin Toggle Macro template
|
||||
|
||||
7.10.1
|
||||
--------------------------------------------------------------------
|
||||
* WebGUI now depends on PerlIO::eol, for doing line ending translation.
|
||||
|
||||
7.10.0
|
||||
--------------------------------------------------------------------
|
||||
* Due to a bug in the 7.8.24-7.9.11 upgrade, the ordering of template
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue