Age | Commit message (Collapse) | Author |
|
processing errors
Any page name with a space in (like "page 01.jpg") would cause all
book processing to fail, because the queue can't handle file names
with spaces in. Fix that by replacing any spaces with underscores
in the temporary pipeline files.
|
|
change jpeg to jpg
|
|
|
|
|
|
|
|
|
|
|
|
filename when images are uploaded to the pipeline
|
|
|
|
|
|
|
|
|
|
they need
We were using Pipeliner as a catch-all, but it's nicer if the functions
can just state that e.g. they need download functionality, so decompose
things so that that's how we do things now.
|
|
This prevents issues if a .DS_Store file is present in a directory.
|
|
|
|
called rescribe
|