Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://github.com/cul-it/arxiv-browse/releases/tag/0.2.1

Summary TBD

Features

TBDTBC

The following list of features reproduces the features in the classic /abs implementation:

  • TBD

Other

  • Reimplement the home page
  • Reimplement /prevnext route for abs page
  • Reimplement /archive
  • Reimplement the /cookies page
  • Reimplement the /stats pages
  • Reimplement trackback display pages /tb/<arxiv_id> and /tb/recent
  • Reimplement /year
  • Implement service to support /year
  • Implement service to support /list
  • Update /archive to use new /search links
  • Add support for login status in header
  • Urlize author field on /abs pages
  • Add cache control headers to /list

Bug Fixes

  • Fix case where texisms in affiliation not displaying in Browse
  • Fix case where links for Multiple DOIs on abs page are garbled
  • Change form on home page to point to new search
  • /archive should use 2-digit years when generating /year links

Other

  • Move category and other code to arxiv-base
  • Upgrade to latest version of arxiv-base
  • Flask should be instantiated outside of the WSGI application callable
  • Open external anchors using rel="noopener"
  • Adjustments to footerTBD

Changes from Classic

There are several minor changes from the classic functionality:

...