It appears that the earliest option for an edition's publication date is 1994. It that is the case, I would like to request that it be possible for this field to include earlier dates. I am working on a set of publications with editions back into the 1970s.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | epublish.module.patch | 1.18 KB | jerdiggity |
Comments
Comment #1
jerdiggity commentedPlease find a patch attached. If your site is not deployed from CVS (i.e. if you don't want to / don't know how to apply a patch), you'll have to manually hack the file. All you need to do is change line 2223 of epublish.module where it says
time())-15so that it now saystime())-40. Or, you can apply the patch found below, which should take care of that for you.Either way, a new version will be released soon with a few other bug fixes. :)
Comment #2
EWB commentedThanks!