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

improve arXiv data usage #664

Merged
merged 38 commits into from
Sep 5, 2018
Merged

improve arXiv data usage #664

merged 38 commits into from
Sep 5, 2018

Commits on Aug 24, 2018

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

Commits on Aug 25, 2018

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

Commits on Aug 28, 2018

  1. add comment

    GlazerMann authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    8d4b254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0b0669 View commit details
    Browse the repository at this point in the history
  3. some code. please look at

    GlazerMann authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    08a0e0c View commit details
    Browse the repository at this point in the history
  4. Update apiFunctions.php

    GlazerMann authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    f578770 View commit details
    Browse the repository at this point in the history
  5. Update apiFunctions.php

    GlazerMann authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    86baf47 View commit details
    Browse the repository at this point in the history
  6. Update apiFunctions.php

    GlazerMann authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    a1eba7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d758669 View commit details
    Browse the repository at this point in the history
  8. Update apiFunctions.php

    GlazerMann authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    6e22516 View commit details
    Browse the repository at this point in the history
  9. trim

    GlazerMann authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    ef8846c View commit details
    Browse the repository at this point in the history
  10. one more format

    GlazerMann authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    3ae17aa View commit details
    Browse the repository at this point in the history
  11. Debug purposes

    GlazerMann authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    770f035 View commit details
    Browse the repository at this point in the history
  12. Update apiFunctions.php

    GlazerMann authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    4e16b9a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    31b4aa7 View commit details
    Browse the repository at this point in the history
  14. fix regex

    GlazerMann authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    90830e8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8008455 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    22d1f00 View commit details
    Browse the repository at this point in the history
  17. add one more regex

    GlazerMann authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    1627890 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Configuration menu
    Copy the full SHA
    d393e5f View commit details
    Browse the repository at this point in the history
  2. split tests

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    4d55630 View commit details
    Browse the repository at this point in the history
  3. test arxiv

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    18880b3 View commit details
    Browse the repository at this point in the history
  4. Update TemplateTest.php

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    6604609 View commit details
    Browse the repository at this point in the history
  5. Update TemplateTest.php

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    36c3181 View commit details
    Browse the repository at this point in the history
  6. Update TemplateTest.php

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    0acf06e View commit details
    Browse the repository at this point in the history
  7. split off as function

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    ba0a978 View commit details
    Browse the repository at this point in the history
  8. pull out as function

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    f657894 View commit details
    Browse the repository at this point in the history
  9. Update apiFunctions.php

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    89537ac View commit details
    Browse the repository at this point in the history
  10. Update Template.php

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    79d6ef3 View commit details
    Browse the repository at this point in the history
  11. Update apiFunctions.php

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    1f3bf74 View commit details
    Browse the repository at this point in the history
  12. Update apiFunctions.php

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    a5ffb62 View commit details
    Browse the repository at this point in the history
  13. add a bunch of tests

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    12c8e60 View commit details
    Browse the repository at this point in the history
  14. fix

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    0f6fc72 View commit details
    Browse the repository at this point in the history
  15. Update TemplateTest.php

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    492fa0a View commit details
    Browse the repository at this point in the history
  16. more arxiv formats

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    91f3648 View commit details
    Browse the repository at this point in the history
  17. Update TemplateTest.php

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    debddfb View commit details
    Browse the repository at this point in the history
  18. missing space in regex

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    f3caba5 View commit details
    Browse the repository at this point in the history
  19. more code coverage

    GlazerMann authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    ae0283f View commit details
    Browse the repository at this point in the history