Closed stakats closed 12 years ago
Wow. This looks fantastic. Could you rebase against the dev
branch and push again? It looks like you based your changes on master
, and dev is quite a bit ahead.
Sorry, I have no idea how to do this.
On 3/28/12 6:27 PM, Steph wrote:
Wow. This looks fantastic. Could you rebase against the
dev
branch and push again? It looks like you based your changes onmaster
, and dev is quite a bit ahead.
Reply to this email directly or view it on GitHub: https://github.com/urschrei/pyzotero/pull/18#issuecomment-4756417
OK, this has been manually merged as 6b31a25cdb3fd8e0dac8b2164429fb291ae20d07
I'll do some more testing etc., and get it into the next release. If you're submitting any patches in future, please work off the dev
branch (as per the README), as it means I don't have to manually resolve conflicts.
Many thanks. I will work off of dev in the future.
On 3/28/12 9:32 PM, Steph wrote:
OK, this has been manually merged as 6b31a25cdb3fd8e0dac8b2164429fb291ae20d07
I'll do some more testing etc., and get it into the next release. If you're submitting any patches in future, please work off the
dev
branch (as per the README), as it means I don't have to manually resolve conflicts.
Reply to this email directly or view it on GitHub: https://github.com/urschrei/pyzotero/pull/18#issuecomment-4766082
Adds library_type parameter to Zotero instance. An API key is now optional, allowing unauthenticated access to public libraries. Redundant group methods have been removed. Tests and docs updated.