UB-Heidelberg / omp

Open Monograph Press
http://pkp.sfu.ca/omp
0 stars 0 forks source link

Import/Export Data plugins #23

Closed withanage closed 8 years ago

withanage commented 8 years ago

All the four plugins are not yet referenced correctly and redirected to a void space.

Users XML Plugin
ONIX 3.0 Monograph Export Plugin
Native XML Plugin
Tab Delimited Content Import Plugin
asmecher commented 8 years ago

@withanage, I've committed a fix to the master branch that should fix access to these plugins.

withanage commented 8 years ago

@asmecher Thanks for the fix, Have got the commit 5f8f1c35fb13b0f94a6c97e9b12f288c0c9e67c4 but still the problem occurs in my instance.

Did I miss something in the update? git merge pkp/master master git submodule update --init --recursive cd lib/pkp/ /usr/local/composer.phar update

kadowa commented 8 years ago

I think the submodule commit of https://github.com/pkp/pkp-lib/commit/5f8f1c35fb13b0f94a6c97e9b12f288c0c9e67c4 is missing in omp; that's why git submodule update did not work. With

cd lib/pkp
git checkout origin/master

the first three plugins are fixed for me; the CSV import plugin management still leads to a blank page.

withanage commented 8 years ago

Confirmed. Only CSVImportExportPlugin does not work now.

asmecher commented 8 years ago

Thanks, @withanage. The CSV plugin appears to have been written to work for the command-line import/export tools only; we might extend that later to the web-based interface, but for now I've just suppressed the "import/export" link for that plugin. This should be ready to close.