Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upTarget regexp and priority cleanup #789
Conversation
This comment has been minimized.
This comment has been minimized.
Also, if anyone has any other thoughts on general translator updates, let me know. One thing that comes to mind is that we need to bump up Framework code. |
This comment has been minimized.
This comment has been minimized.
TODO: add missing license blocks I'm thinking to add them in the name of whoever submitted the translator in the first place (though a lot have been rewritten) and ask the person to OK the addition. Alternatively, could the license be in Zotero's name? |
This comment has been minimized.
This comment has been minimized.
TODO: adjust all translators to convert titles to sentence case instead of title case if they are in all-upper case. Though this might actually have to rely on more complicated logic, which should just be copied from https://github.com/zotero/zotero/blob/4.0/chrome/content/zotero/bindings/itembox.xml#L1952 into something like |
aurimasv
force-pushed the
aurimasv:target-priorities-cleanup
branch
from
6fd62ec
to
df92f55
Feb 12, 2015
aurimasv
force-pushed the
aurimasv:target-priorities-cleanup
branch
from
df92f55
to
8c761a2
Feb 12, 2015
aurimasv
added a commit
that referenced
this pull request
Jun 17, 2015
adam3smith
closed this
in
ed21c7b
Jan 8, 2017
This comment has been minimized.
This comment has been minimized.
Not all of the points might be already dealt in #1211 or other commits. I didn't look at:
If anyone wants to continue on something here, then I would simply suggest to open a new issue. |
aurimasv commentedOct 26, 2014
Possibly unnecessary and I'm not sure how great such a huge amount of translator updates is on Zotero servers. I'm going to do a general cleanup of
processDocuments
,doGet
,doPost
calls to use relative or at least protocol-relative URLs because of breakage in Chrome, so this should probably wait until the next commit.