defstat / pln

GNU General Public License v3.0
0 stars 8 forks source link

Add OJS version number to deposit Atom and bag-info.txt #8

Closed mjordan closed 7 years ago

mjordan commented 7 years ago

Because of differences in the export XML between OJS 2.8 and 3.x, the PLN staging server needs to know the version number of the OJS instance that generates each deposit. To record the version number per deposit, we should add:

Tagging @ubermichael so he's aware of what needs to be done on the PKP-PLN staging server side.

mjordan commented 7 years ago

Resolved with 6a9fef8bc5aaa36dd8853fecb76685614a911a47.

ubermichael commented 7 years ago

Awesome. I'll add support to the staging server tomorrow or Friday.

mjordan commented 7 years ago

With a default of '2.4.8' for current deposits?

ubermichael commented 7 years ago

Yes.

The column in the database will be NOT NULL. I'll update all the rows so that they are 2.4.8, and have the staging server assign 2.4.8 for any deposit that doesn't have that attribute.

ubermichael commented 7 years ago

The commit to support this is ubermichael/pkppln-php@326239a