First, thanks for a really slick module. Two similar feature requests:
One is for increased flexibility in the "import" feature. In particular, a "browse" button to allow one to upload a text file would be great.
The second is for an "export" feature that would write out the quotes table in either raw SQL or whatever import file formats are supported. This would make it easier for users and Drupal sites to exchange groups of quotes.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | quotesexport.patch | 1.19 KB | Anonymous (not verified) |
Comments
Comment #1
red_eye commentedI'd like to see this too, importing 40,000 quotes is very tedious.
Comment #2
Anonymous (not verified) commentedI see that the quote importing has already been added. My little patch simply adds the ability to export all of the quotes to a fortune file.
Feel free to comment.
Comment #3
Anonymous (not verified) commentedOops, chose the wrong option for status. There we go.
Comment #4
nancydruHmm, I'm not sure the import capability that was asked for is really there.
I certainly agree that the export feature would be nice because I'd like to be able to copy many of my quotes to other sites. It would also make a nice back up feature for Drupal upgrades.
I think, though, that exporting in tab-delimited format would give greater flexibility, especially if one uses the "citation" feature that is available via a patch (and will be in the code when I get commit access).
Comment #5
nancydru@JoshuaRogers - thanks for the patch, it jump-started this.
If / when I get commit authority, the export function was easy.
@red_eye: I understand your pain. I am dis-inclined to add a "browse" button for the very reason you mention. Trying to import 40K quotes at one time would almost certainly break - at the very least by exceeding the execution time limit. It also does not fit well with the current import implementation. I am willing to listen to arguments though.
Comment #6
nancydruExport fix committed.
Comment #7
nancydruIf anyone still wants the browse button, please open a new issue. It is unlikely that it would be added to the 5.x version.
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.