Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update php version #13

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Apr 3, 2018

  1. Configuration menu
    Copy the full SHA
    65f399f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e3502 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    97bd6a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. * Fixed bug in CSL Creator

    * Fixed and simplified CSL Creator test
    * Fixed broken Bibtex->CSL conversion test
    * Moved from setExpectedException() method calls to annotations
    OrkneyDullard committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    7d3ad6a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

  1. Fixed BibTex/Parser to replace LaTeX escapes with UTF-8 characters.

    * Added BIBFORMAT.php from OSBiB
    * Rearranged OSBiB library files to more closely mirror the directory structure of the source library
    * Modified BIBFORMAT to remove all non-escape-related functionality and to tighten up how it converts (probable) ISO 8859-1 strings to UTF-8 strings
    * Modified BibTeX\Parser to decode LaTeX escape sequences
    * Fixed some documentation
    OrkneyDullard committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    ca093eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2955200 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Configuration menu
    Copy the full SHA
    f722bf1 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Configuration menu
    Copy the full SHA
    e82a770 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. * Updated docs

    * Added missing braces around lowercase "i"s.
    OrkneyDullard committed May 9, 2018
    Configuration menu
    Copy the full SHA
    810ae1d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. Modified BibTeX\Parser to remove enclosing braces from all strings. P…

    …reviously, they would make their way into the intermediate Entry data structures from which CSL or RIS entries would be created, but neither of those formats supports explicit casing. Thus, although we lose some information this way, the resultant strings tend to look a little nicer.
    OrkneyDullard committed May 10, 2018
    Configuration menu
    Copy the full SHA
    81c38b8 View commit details
    Browse the repository at this point in the history
  2. * Fixed lowercase 'i' character replacement

    * Improved opening and closing brace replacement
    OrkneyDullard committed May 10, 2018
    Configuration menu
    Copy the full SHA
    e32b690 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. * Added Travis CI integration at the new Github location

    * Added a "Limitations" section to README.md
    OrkneyDullard committed May 11, 2018
    Configuration menu
    Copy the full SHA
    307c1c4 View commit details
    Browse the repository at this point in the history
  2. Updating Travis CI PHP version

    phpunit (a dev dependency) needs PHP 7.0, but converter itself needs only 5.3 (as required by composer.json).
    
    I've updated .travis.yml to match phpunit's requirements.
    OrkneyDullard committed May 11, 2018
    Configuration menu
    Copy the full SHA
    1ad1290 View commit details
    Browse the repository at this point in the history
  3. Fixed code style errors

    OrkneyDullard committed May 11, 2018
    Configuration menu
    Copy the full SHA
    f26743c View commit details
    Browse the repository at this point in the history
  4. Removing phptal dependency from .travis.yml

    Not clear what phptal is used for in this context, so I've removed it entirely.
    OrkneyDullard committed May 11, 2018
    Configuration menu
    Copy the full SHA
    860b6bb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from ShadyChars/travis-ci

    Merging in Travis CI fixes
    ShadyChars authored May 11, 2018
    Configuration menu
    Copy the full SHA
    55e5824 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    4f5f180 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    a16c9b7 View commit details
    Browse the repository at this point in the history