Alec Smecher
Alec Smecher
This is a knock-on issue from https://github.com/oscarotero/Gettext/issues/220. (I hope you won't regret adding that already!) An XLIFF file may contain several units with the same translation content... (silly example but...
This PR changes the `ucfirst`/`lcfirst`/`strtoupper`/`strtolower` calls in the code that work with method, class, and variable names. These calls are replaced with equivalents (e.g. using `strtr`) that *do not* change...
Guzzle supports [asynchronous (promise-based) requests](http://docs.guzzlephp.org/en/stable/faq.html?highlight=asynchronous#can-guzzle-send-asynchronous-requests). This would be a great feature to support in the PHPOAIPMH library as well!
The affiliation field on the registration form still sends (and expects) localized form data. Since OJS 3.1.2 this shouldn't be the case any more (see the [relevant change for the...