Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upRevised SROWA translator #1701
Conversation
ontomoc
and others
added some commits
Sep 13, 2017
adam3smith
reviewed
Aug 4, 2018
"items": [ | ||
{ | ||
"itemType": "manuscript", | ||
"title": "CANCELLED PUBLIC PLANS (DISTRICTS) - POST STANDARD SERIES", |
This comment has been minimized.
This comment has been minimized.
adam3smith
Aug 4, 2018
Collaborator
question: we can try to convert these all caps strings to something more sensible -- would that make sense or is it important that they stay in all caps for some reason?
This comment has been minimized.
This comment has been minimized.
ontomoc
Aug 7, 2018
•
Author
Contributor
Thank you for improving my javascript. I will:
- Review that it still works as expected.
- Add some code to convert the caps to Title case or similar (SROWA have OK'ed that).
- Add the tests.
Also, is ZU.Xpath still acceptable in translators? I went with DOM methods eg. querySelector(), querySelectorAll(), but this perhaps made the code a bit longer.
This comment has been minimized.
This comment has been minimized.
adam3smith
Aug 7, 2018
Collaborator
We prefer using CSS selectors over xpaths for new translators if at all possible, yes, so that was the right call.
adam3smith
reviewed
Aug 5, 2018
Thanks! Could you
|
adam3smith
added
waiting
and removed
waiting
labels
Aug 12, 2018
ontomoc
added some commits
Oct 3, 2018
This comment has been minimized.
This comment has been minimized.
Revised translator ready for review. |
ontomoc
referenced this pull request
Oct 7, 2018
Closed
Create State Records Office of Western Australia.js #1422
zuphilip
removed
the
waiting
label
Oct 7, 2018
This comment has been minimized.
This comment has been minimized.
BTW, the Zotero icon doesn't show in the browser's address bar when Zotero makes available this translator. |
adam3smith
and others
added some commits
Oct 9, 2018
This comment has been minimized.
This comment has been minimized.
(I'm still making changes to this, so please leave it for the time being) |
This comment has been minimized.
This comment has been minimized.
OK, take a look at my changes -- this is ready to merge from my end now. |
This comment has been minimized.
This comment has been minimized.
Thank you for the checks and improvements. Have worked through changes, and run some tests. Results as expected. Happy for it to be merged now. |
adam3smith
merged commit 8ce89b7
into
zotero:master
Oct 11, 2018
1 check passed
This comment has been minimized.
This comment has been minimized.
Great, thanks for checking! |
ontomoc commentedJul 30, 2018
Recoded to eliminate the use of FW, as requested. Could you please check whether the revision meets Zotero requirements.