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

WIP Prod for legacy #3384

Closed
wants to merge 190 commits into from
Closed

Commits on Jul 21, 2015

  1. DocExtract: preload kbs on wsgi load

    Co-authored-by: Alessio Deiana <[email protected]>
    Signed-off-by: Alessio Deiana <[email protected]>
    2 people authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    6617f8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf2623a View commit details
    Browse the repository at this point in the history
  3. WebSearch: add more info on verbose output

    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    491bab4 View commit details
    Browse the repository at this point in the history
  4. BibIndex: special journal page handling

    * Improves the standard Journal tokenizer to keep page-end
      when indexing, as well as adding new journal,volume pairs.
    
    * Amends the search_engine to specially handle searches in
      the journal field with page ranges to make use of the new
      tokenized strings. This fixes issues seen in BibRank and
      other search engine clients that passes a valid full page
      range and obtains no result (because it was not indexed!).
    
    Co-authored-by: Alessio Deiana <[email protected]>
    2 people authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    f785288 View commit details
    Browse the repository at this point in the history
  5. WebSearch: special journal search fallback

    * For certain journal search queries with INSPIRE style page
      ranges the user is now presented with an alternative
      result without the page-end part of the query, should the
      original query return no results.
    
    Co-authored-by: Alessio Deiana <[email protected]>
    2 people authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    5be85cc View commit details
    Browse the repository at this point in the history
  6. BibAuthorID: hotfix in author-hepnames connection

    * Session is now correctly initialized before use.
    WohthaN authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    d0ef306 View commit details
    Browse the repository at this point in the history
  7. BibAuthorID: fix in WAPAFF format

    * Now handles correctly repeatable affiliations
    WohthaN authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    f6bcb2c View commit details
    Browse the repository at this point in the history
  8. BibAuthorID: javascript ticket system optimization

    * Optimised ticketing system sync, significantly reduces server polling load.
    minnsoe authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    2a51e0e View commit details
    Browse the repository at this point in the history
  9. datacher: minimum caching time

    * Introduces a new parameter in the datacacher that defaults to 30s.
      This is the mininum time the data is cached. That means that calling
      recreate_cache_if_needed() does nothing if it was called less than 30s ago.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    82a2a74 View commit details
    Browse the repository at this point in the history
  10. BibRank: details citations diff

    * When bibrank -w citation fails because we lost too many citations,
      displays in the log for each record how many citations they lost.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    847f59a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fd9b381 View commit details
    Browse the repository at this point in the history
  12. BibAuthorID: fixed name resolution problem

    * Clicking on a name on a paper now brings correctly to the author page
      instead of a person search page. Solves some minor ambiguity problems.
    WohthaN authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    59332cf View commit details
    Browse the repository at this point in the history
  13. BibSched: query_cache_type disabled for bibtasks

    * BibTasks are typically loading large quantities
      of data from the database. This is not easily
      cacheable, therefore query_cache_type is locally
      disabled.
    
    Reported-by: Thorsten Schwander <[email protected]>
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    9c7a3b7 View commit details
    Browse the repository at this point in the history
  14. WebStyle: false positive HTTP errors

    * Silences "request data read error" IOError seen when
      the client closes a connection upon POSTing.
    
    * Clean up exception raising in general.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    ca01a97 View commit details
    Browse the repository at this point in the history
  15. BibAuthoriID: fix crash on /manage_profile without args

    * Now /author/manage_profile/ correctly displays an error message
      when visited without the expected argument.
    
    Signed-off-by: Samuele Carli <[email protected]>
    Reviewed-by: Samuele Kaplun <[email protected]>
    WohthaN authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    63cce37 View commit details
    Browse the repository at this point in the history
  16. Bibrank: avoid error when getting keyword

    * Adds % to keyword lookup.
    jmartinm authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    20e56a0 View commit details
    Browse the repository at this point in the history
  17. WebStyle: avoid error on invalid headers

    * If the client sends invalid header containing '/n', send back
      a 400 message instead of creating an exception
    jmartinm authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    14a2f10 View commit details
    Browse the repository at this point in the history
  18. htmlutils: extract transform links function

    * Extracts transform links out of the HTMLWasher class to allow
      easy use in other context
    
    Co-authored-by: Jan Aage Lavik <[email protected]>
    2 people authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    5771725 View commit details
    Browse the repository at this point in the history
  19. BibFormat: bfe_meta KeyError fix

    Co-authored-by: Jan Aage Lavik <[email protected]>
    Co-authored-by: Alessio Deiana <[email protected]>
    3 people authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    95010b0 View commit details
    Browse the repository at this point in the history
  20. WebStyle: handle client disconnects gracefully

    * Adds a try..except around __write and raises an exception in case of GET
      so that we interrupt the processing of request (prevents useless computation)
    
    Signed-off-by: Alessio Deiana <[email protected]>
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    6744d54 View commit details
    Browse the repository at this point in the history
  21. WebStyle: silence ClientDisconncted exceptions

    * Since try...excepts are all over the place, we need extra code to silence
      this exception.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    47984aa View commit details
    Browse the repository at this point in the history
  22. htmlutils: HTMLParser from site-packages

    * Gives priority to site/dist-packages when importing
      HTMLParser. In this way, when on Python-2.7 and
      HTMLParser is installed from pypi, it will use the latter.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    Reviewed-by: Javier Martin Montull <[email protected]>
    Reviewed-by: Jan Aage Lavik <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    6b6b343 View commit details
    Browse the repository at this point in the history
  23. BibAuthorID: fix wrong string replacement in assertion

    * The assertion message was generating an exception due to a bad
      string replacement.
    
    Signed-off-by: Carli Samuele <[email protected]>
    WohthaN authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    79aded6 View commit details
    Browse the repository at this point in the history
  24. BibAuthorID: fix in import_publication_from_orcid

    * The system crashed in case something goes wrong and the
      orcid was not assignet to a profile yet when the import
      was called. Now this is handled gracefully.
    
    Signed-off-by: Carli Samuele <[email protected]>
    WohthaN authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    7cd9456 View commit details
    Browse the repository at this point in the history
  25. shellutils: only escape when there are args

    * Updates the run_shell_command to only escape_shell_args when
      there are actual args to escape. Otherwise errors related to
      Python string formatting may happen.
    
    Signed-off-by: Jan Aage Lavik <[email protected]>
    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    3fc9361 View commit details
    Browse the repository at this point in the history
  26. crossrefutils: handle UnboundLocalError

    * Fixes UnboundLocalError when number of server retries reach
      it's maximum and the code is trying to call a variable that
      is not defined.
    
    * Fixes a few PEP8 issues.
    
    Signed-off-by: Jan Aage Lavik <[email protected]>
    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    8010246 View commit details
    Browse the repository at this point in the history
  27. WebSession: improve data error handling

    * When 'login_method' is missing from user preferences, the
      exception is now gracefully raised and execution continues
      using default values.
    
    Co-authored-by: Samuele Kaplun <[email protected]>
    jalavik and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    4a1112d View commit details
    Browse the repository at this point in the history
  28. errorlib: modify register_exception function

    * Do not report KeyboardInterrupt exception. (fixes inveniosoftware#1701)
    
    Signed-off-by: Jan Aage Lavik <[email protected]>
    Georgios Papoutsakis authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    d389440 View commit details
    Browse the repository at this point in the history
  29. WebSearch: fix call to BibClassify

     * Reverts some changes made in f5969cf to fix the 'keywords' tab,
       as exceptions were raised for bad use of parameters.
    
     * Adds desired additions made in f5969cf instead in BibClassify
       module instead of having it in search_engine.
    
    Signed-off-by: Jan Aage Lavik <[email protected]>
    
    Conflicts:
    	modules/websearch/lib/search_engine.py
    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    2af4afd View commit details
    Browse the repository at this point in the history
  30. BibFormat: adds repr to BibFormatObject

    * Adds a readable representation of BibFormatObject so that
      it can be used in debugging etc.
    
    Signed-off-by: Jan Aage Lavik <[email protected]>
    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    116e87c View commit details
    Browse the repository at this point in the history
  31. BibRank: stop on citation losses

    * When bibrank -w citation fails because we lost too many citations,
      displays in the log for each record how many citations they lost.
    * Abort bibrank task when the loss for a record is greater than x.
      (x is set in the citation.cfg)
    
    Conflicts:
    	modules/bibrank/lib/bibrank_citation_indexer.py
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    280f21c View commit details
    Browse the repository at this point in the history
  32. BibFormat: assert that recid is an integer in constructor

    * When creating a BibFormatObject, if the recid passed is not an int
      cast it and alert the admin
    jmartinm authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    4320b94 View commit details
    Browse the repository at this point in the history
  33. errorlib: reraise ClientDisconnected and KeyboardInterrupt

    * ClientDisconnected is trigger volontarely. It should never be reported.
    * KeyboardInturrupt is most likely called when a script is run from the
      command line and interrupted voluntarely thus not requiring alerting either.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    4b23e79 View commit details
    Browse the repository at this point in the history
  34. BibFormat: assert that recid is an integer or a long in constructor

    * When creating a BibFormatObject, if the recid passed is not an int or a long
      cast it and alert the admin.
    * Also convert to int when it is taken from the marcxml.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    77c44c2 View commit details
    Browse the repository at this point in the history
  35. OPS: print stack in BibFormat.__init__

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    b69743f View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d07b117 View commit details
    Browse the repository at this point in the history
  37. BibRank: amends lost citations display

    Conflicts:
    	modules/bibrank/lib/bibrank_citation_indexer.py
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    fb43b0f View commit details
    Browse the repository at this point in the history
  38. BibRank: wrong diffs when checking citation losses

    * The differ was using the cites dictionary twice when checking for
      the overall citation balances in bibrank -w citation.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    230b85e View commit details
    Browse the repository at this point in the history
  39. BibRank: do not exit on per record losses

    * Updates the per-record citation/reference loss checker to not
      abort updating when too many are lost and insteads warns admins'
      to check this record manually. If too many references are lost
      overall, execution is still aborted.
    
    * If loss is detected a ticket is sent to "CitationLoss" queue for
      CFG_INSPIRE_SITE.
    
    Signed-off-by: Jan Aage Lavik <[email protected]>
    Reviewed-by: Javier Martin Montull <[email protected]>
    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    a8d58dc View commit details
    Browse the repository at this point in the history
  40. BibExport: export_fulltext flag in sitemap.cfg

    * Removes underused (and undocumented) fulltext_status and
      introduces new export_fulltext flag in sitemap.cfg to
      fully enable/disable exporting of visible fulltext files
      to crawlers.
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    2ffc030 View commit details
    Browse the repository at this point in the history
  41. RefExtract: accept Publications as reference section

    Conflicts:
    	modules/docextract/lib/refextract_config.py
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    93390b2 View commit details
    Browse the repository at this point in the history
  42. RefExtract: refactored book handling

    * Refactoring of book search.
    
    Signed-off-by: Alessio Deiana <[email protected]>
    Tested-by: Tibor Simko <[email protected]>
    
    Conflicts:
    	modules/docextract/lib/refextract_config.py
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    f9b083b View commit details
    Browse the repository at this point in the history
  43. BibFomat: EndNote support for doi

    * In 13774cd it was
      introduced a doi tag in the EndNote export that was
      not matching the EndNote format. This is now fixed.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    Reported-by: George Alverson <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    f9f4f27 View commit details
    Browse the repository at this point in the history
  44. errorlib: display correct line in stack traces

    * get_pretty_traceback would display the line of the end of the scope instead
      of the line the exception appeared in.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    1397932 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    c90d6a7 View commit details
    Browse the repository at this point in the history
  46. DocExtract: LIGO report numbers

    * Adds LIGO report numbers to the kb.
    
    Conflicts:
    	modules/docextract/lib/refextract_regression_tests.py
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    2eeb9f2 View commit details
    Browse the repository at this point in the history
  47. BibAuthorID: exception when merging profiles

    * Fixes a bug when setting the primary profile. The merge_primary_profile
      was initizialized properly.
    
    Reviewed-by: Petros Ioannidis <[email protected]>
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    3c5056c View commit details
    Browse the repository at this point in the history
  48. pdfchecker: check modified records on arXiv

    * Do not trigger arxiv PDF checking based on modification
      timestamp of records in INSPIRE, rather check for modified
      records on arXiv.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    1ac5eb1 View commit details
    Browse the repository at this point in the history
  49. BibRank: faster indexing

    * Skip records that are not in selected collections (in citation.cfg)
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    7b25b00 View commit details
    Browse the repository at this point in the history
  50. RefExtract: tweaks to book recognition

    Signed-off-by: Alessio Deiana <[email protected]>
    
    Conflicts:
    	modules/docextract/lib/refextract_config.py
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    2e5b1e4 View commit details
    Browse the repository at this point in the history
  51. BibUpload: call wash_for_xml() on input

    * Upon parsing MARCXML in input, bibupload now calls
      wash_for_xml() in order to remove very broken UTF8
      characters that are not valid within XML.
    
    Co-authored-by: Alessio Deiana <[email protected]>
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun and Osso committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    66ccdf7 View commit details
    Browse the repository at this point in the history
  52. BibFormat: accepting xml without a 001 tag

    * BibFormat would error when call format_record() with marcxml containning
      no 001 tag.
    
    Conflicts:
    	modules/bibformat/lib/bibformat_engine.py
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    66f7c3d View commit details
    Browse the repository at this point in the history
  53. BibConvert: update authorlist2marcxml XSLT

    * Updates the authorlist conversion to allow multiple $u
      affiliations and properly parse INSPIRE IDs.
    
    Signed-off-by: Jan Aage Lavik <[email protected]>
    Heath B O'Connell authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    e83144e View commit details
    Browse the repository at this point in the history
  54. BibRank: faster searches with * queries

    * Replace m='r' with a simple star query, less precise but way faster.
    
    Signed-off-by: Alessio Deiana <[email protected]>
    Acked-by: Samuele Carli <[email protected]>
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    13e6877 View commit details
    Browse the repository at this point in the history
  55. RefExtract: filename in 999C6f

    * Adds the filename of the extracted files in the 999C6f field.
    
    Signed-off-by: Alessio Deiana <[email protected]>
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    0a86121 View commit details
    Browse the repository at this point in the history
  56. bibauthorid: change hepnames js source

    * Changes captcha JS source to https
    
    Signed-off-by: Javier Martin Montull <[email protected]>
    jmartinm authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    aea836a View commit details
    Browse the repository at this point in the history
  57. OPS: disable garbage collection

    * Disable the garbage collection at the end of the request.
      The connection to the client would remain open (and probably the
      flushing wouldn't happen either) till gc.collect() finished.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    7ffb66e View commit details
    Browse the repository at this point in the history
  58. WebStyle: broken json when profiling

    * Prevents the output of debug information when the content-type
      is not text/html. This prevents from breaking json and latex.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    322f8cc View commit details
    Browse the repository at this point in the history
  59. BibRank: fix redis cache check

    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    cf4c0d2 View commit details
    Browse the repository at this point in the history
  60. BibRank: bug in citation weights storage

    * Prevents to store None in the citation weights cache.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    4bf7c9c View commit details
    Browse the repository at this point in the history
  61. Revert "BibRank: fix redis cache check"

    This reverts commit adc292c.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    82ad419 View commit details
    Browse the repository at this point in the history
  62. BibDocFile: complete 3004c20 AFS fix

    * This commit complements 3004c20 patch to also check if AFS
      PATTERN is not empty.
    
    Signed-off-by: Jan Aage Lavik <[email protected]>
    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    e6ff8bf View commit details
    Browse the repository at this point in the history
  63. BibAuthorID: get_papers_affected_since() timestamp

    * Fixes get_papers_affected_since() to consider timestamps
      in an inclusive manner.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    Reviewed-by: Samuele Carli <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    6cf8722 View commit details
    Browse the repository at this point in the history
  64. hepdatautils: incremental harvest support

     * Adds parameter --starting-date.
     * Stores the last harvest and reuses it as starting point if
       no starting date is provided.
    
    Co-authored-by: Samuele Kaplun <[email protected]>
    Signed-off-by: Samuele Kaplun <[email protected]>
    Laura Rueda and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    8d63ede View commit details
    Browse the repository at this point in the history
  65. WebSearch: date after, date before bug fix

    * Fixes the following bug:
        DATE AFTER XXXX is interpreted
        * year .GT. xxxx in Spires
        * year .GE. xxxx in Inspires
    
    * Fixes unit tests for date after/before queries.
    * Deletes a duplicate unit test for 'find date 1976-04'.
    * Adds unit tests for 'find date < 1978-10'.
    * Adds unit tests for 'find date > 1978-10'.
    * Adds unit tests for 'find date 23 Sep 2010'.
    * Adds unit tests for 'find (date 23 Sep 2010)'. The parenthesis after the date is an edge case for the regexp used by th method 'convert_date'.
    * Fixes method '_convert_spires_date_after_to_invenio_span_query'.
    * Fixes method '_convert_spires_date_before_to_invenio_span_query'.
    * Fixes regexp used by '_convert_all_dates'.
    * Fixes indentation for kwalitee.
    Federico Poli authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    27b1164 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    b363d3a View commit details
    Browse the repository at this point in the history
  67. WebAccess: temporary exception dump (OPS)

    * Dumps important information to a pickled file in /tmp-shared/
      called /tmp/orcid_dictionary_problem_[TIMESTAMP].cPickle
      in case of protocol error.
    
    Reviewed-by: Laura Rueda <[email protected]>
    Acked-by: Jan Aage Lavik <[email protected]>
    WohthaN authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    b28e99d View commit details
    Browse the repository at this point in the history
  68. RefExtract: selective ref section title detection

    * We now set a priority on which title form is the most important.
      References will be given priority over anything else while Reference
      will ranked last with Bibliography in between.
      That means that if "Bibliography" is found in the text, we assume it is
      the reference section and we don't look for a section titles "Reference".
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    a9aa091 View commit details
    Browse the repository at this point in the history
  69. PdfChecker: no arxiv queries on regression tests

    * Mocks the query to arxiv that happened during regression tests.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    145d87f View commit details
    Browse the repository at this point in the history
  70. travis: temporary fix to travis (OPS)

    * For testing, use jalavik repo that supports reponame != invenio.
    
    * NOTE Remove when upstream invenio-devscripts is updated.
    
    Signed-off-by: Jan Aage Lavik <[email protected]>
    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    9ff1d81 View commit details
    Browse the repository at this point in the history
  71. BibRank: superseeded records

    * Ignores references from superseeded records.
      Superseeded records have the tag 78502 defined.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    59ba8ae View commit details
    Browse the repository at this point in the history
  72. BibFormat: format records without recids

    * Accept recid=None in format_record() parameters.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    40302a3 View commit details
    Browse the repository at this point in the history
  73. BibRank: amends tests

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    ea55939 View commit details
    Browse the repository at this point in the history
  74. BibRank: index all collections

    * Allows to index all records when collections = ""
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    b4f6214 View commit details
    Browse the repository at this point in the history
  75. inveniocfg: affiliations in atlantis

    * Computes affiliations during inveniocfg --load-demo-records
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    a842dd7 View commit details
    Browse the repository at this point in the history
  76. installation: more fixes to load demo records

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    829ce9e View commit details
    Browse the repository at this point in the history
  77. DocExtract: fixes for regression tests

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    586233d View commit details
    Browse the repository at this point in the history
  78. BibIndex: journal index tests

    * Updates tests to match the new journal index.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    e518623 View commit details
    Browse the repository at this point in the history
  79. Revert "datacher: minimum caching time"

    This reverts commit f9c1185.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    ab37595 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    48fb18d View commit details
    Browse the repository at this point in the history
  81. WebSearch: valid datetimes from spires query parser

    * Changes ->9999 to ->9999-01-01
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    6c3517f View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    b05821a View commit details
    Browse the repository at this point in the history
  83. BibRank: superseeded records catchup

    * Fixes detection of superseeded records when doing the citations
      catchup in the citation indexing phase.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    dddbce6 View commit details
    Browse the repository at this point in the history
  84. WebSearch: renames HepData tab

    * Renames the label 'HepData' to 'Data' in the details page.
    * Renames the url 'record/123/hepdata' to 'record/123/data'
    
    Signed-off-by: Federico Poli <[email protected]>
    
    Conflicts:
    	modules/websearch/lib/search_engine.py
    Federico Poli authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    55d69f3 View commit details
    Browse the repository at this point in the history
  85. WebSearch: outdated unit tests

    * Expect 9999-01-01 instead of 9999 in unit tests.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    3a10f79 View commit details
    Browse the repository at this point in the history
  86. BibMatch: Removed redundant string_partition import.

    * string_partition (python 2.4 compatibility) was replaced by python's
      string.partition in the standard_library.
    
    Signed-off-by: Minn Soe <[email protected]>
    Artem Tsikiridis authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    a60ddf5 View commit details
    Browse the repository at this point in the history
  87. BibAuthorID: Modified default directory for tortoise cache.

    * Default directory is now under /opt/invenio/var/cache.
    Artem Tsikiridis authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    77548eb View commit details
    Browse the repository at this point in the history
  88. BibAuthorID: check for valid person ids

    * In author pages check that self.person_id is an integer before querying
      for the author tables.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    66bc872 View commit details
    Browse the repository at this point in the history
  89. OPS: disable author pages during upgrade

    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    48b56a0 View commit details
    Browse the repository at this point in the history
  90. OPS: re-enabling author-pages

    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    7dc8cd5 View commit details
    Browse the repository at this point in the history
  91. WebSearch: filtering of citation tab counts

    * Does not filter anymore by collection:citeable in the counts displayed
      next to the tab title.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    76cc9a0 View commit details
    Browse the repository at this point in the history
  92. Revert "BibRank: index all collections"

    This reverts commit 89c9319.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    b0ba75a View commit details
    Browse the repository at this point in the history
  93. Revert "BibRank: faster indexing"

    This reverts commit e6f5e06.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    ae8c268 View commit details
    Browse the repository at this point in the history
  94. BibRank: left over cites for deleted records

    * Removes the recid from the information dictionary when computing
      citations so that references done via 999C50 are ignored for
      record not in the selected collections.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    b3df32b View commit details
    Browse the repository at this point in the history
  95. BibSched: tracebacks with context

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    fbcae1b View commit details
    Browse the repository at this point in the history
  96. WebSearch: debug text for citation log

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    2dee7dc View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    875d796 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    bcbfab9 View commit details
    Browse the repository at this point in the history
  99. BibAuthorID: APPP internal papers in external pub

    * INSPIRE Datasets were mistakenly shown as external publications.
    
    Signed-off-by: Samuele Carli <[email protected]>
    Signed-off-by: Artem Tsikiridis <[email protected]>
    Artem Tsikiridis authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    85542ec View commit details
    Browse the repository at this point in the history
  100. BibIndex: outdated regression tests

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    9782a67 View commit details
    Browse the repository at this point in the history
  101. BibIndex: reliable tests cleanup

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    cfc9083 View commit details
    Browse the repository at this point in the history
  102. WebSearch: date operators <= and >=

    * Replaces the SPIRES operators `<=` and `>=` with
      the Invenio operators before the equal signs removal
      and before replacing the date before/after operators
    
    * Adds unit tests to the query parser
    
    Signed-off-by: Federico Poli <[email protected]>
    Federico Poli authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    46bd1ea View commit details
    Browse the repository at this point in the history
  103. BibIndex: tweaks to virtual index tests

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    b5f8b1b View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    a033828 View commit details
    Browse the repository at this point in the history
  105. travis: pypi mirror

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    be2f6d6 View commit details
    Browse the repository at this point in the history
  106. travis: move apt-get update

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    d6ce016 View commit details
    Browse the repository at this point in the history
  107. travis: silencing output

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    18a7ea9 View commit details
    Browse the repository at this point in the history
  108. dbquery: accept mariadb 10.x in unit tests

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    3ae9c92 View commit details
    Browse the repository at this point in the history
  109. BibAuthorID: APPP tickets concurrency fix

    * Show an error page when committing already committed tickets
      instead of crashing miserably.
    
    Signed-off-by: Artem Tsikiridis <[email protected]>
    Signed-off-by: Samuele Carli <[email protected]>
    Artem Tsikiridis authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    ae003d9 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    215a476 View commit details
    Browse the repository at this point in the history
  111. BibRank: disable losses checks

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    b56f14d View commit details
    Browse the repository at this point in the history
  112. BibRank: incomplete option parsing

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    e465068 View commit details
    Browse the repository at this point in the history
  113. BibAuthorID: Handling of timeouts when connecting to crossref.

    Signed-off-by: Artem Tsikiridis<[email protected]>
    Artem Tsikiridis authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    67cac2c View commit details
    Browse the repository at this point in the history
  114. BibRank: no exception on single record cite loss

    * We already open a ticket so remove the exception reporting.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    ae0acf5 View commit details
    Browse the repository at this point in the history
  115. BibIndex: improve virtual index queue tests

    * Refactors the regression test `BibIndexVirtualIndexQueueTableTest`,
      in order to keep the queue table clean even if a test fails.
    
    Signed-off-by: Federico Poli <[email protected]>
    Federico Poli authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    def325d View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    ef2cd57 View commit details
    Browse the repository at this point in the history
  117. BibIndex: do not use hstRECORD

    * Disables the filtering step that uses `hstRECORD` table:
      set always `force_all_indexes=True` when calling
      `find_affected_records_for_index`
    
    * Fixes `find_affected_records_for_index` when called with `recIDs=[]`
    
    * Fixes some regression test that relied on the utilization of
      `hstRECORD` in BibIndex
    
    Signed-off-by: Federico Poli <[email protected]>
    Federico Poli authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    300e745 View commit details
    Browse the repository at this point in the history
  118. BibFormat: HTML validation fixes for citation tab

    Signed-off-by: Jan Aage Lavik <[email protected]>
    tsgit authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    6d7d199 View commit details
    Browse the repository at this point in the history
  119. BibAuthorID: Fixed handling of timeouts when fetching titles.

     Signed-off-by: Artem Tsikiridis <[email protected]>
    Artem Tsikiridis authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    a9e3aaa View commit details
    Browse the repository at this point in the history
  120. WebLinkback: reliable linkback sorting

    * Order linkbacks by id when they have the same insert date in
      test_get_approved_latest_added_linkback so that tests pass reliably.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    701342a View commit details
    Browse the repository at this point in the history
  121. BibRank: bibxxx ids in selfcites tables

    * Use bibxxx ids in the self cites tables when bibauthorid is disabled.
    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    031714c View commit details
    Browse the repository at this point in the history
  122. MiscUtil: detect Apache version

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    b1d3477 View commit details
    Browse the repository at this point in the history
  123. Drone: add .drone.yml

    * Adds `.drone.yml` for Drone continuous integration.
    
    Signed-off-by: Federico Poli <[email protected]>
    Co-authored-by: Alessio Deiana <[email protected]>
    2 people authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    3227300 View commit details
    Browse the repository at this point in the history
  124. BibCheck: properly reset last_run timestamp

    * When using the -a/--all CLI parameter of BibCheck,
      actually performs to reset of the last_run timestamp
      only upon execution of the bibtask and not when it is
      scheduled.
    
    * Improves bibtask verbosity.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    2a16130 View commit details
    Browse the repository at this point in the history
  125. OPS: properly have ingestion_date everywhere

    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    04834d6 View commit details
    Browse the repository at this point in the history
  126. Refextract: handle lower case volume letters

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    1daff5b View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    0adbb0d View commit details
    Browse the repository at this point in the history
  128. Docextract: adds 2 lhcp report numbers

    Osso authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    5e1de25 View commit details
    Browse the repository at this point in the history
  129. Bibsched: status getters

    Signed-off-by: Mateusz Susik <[email protected]>
    Msusik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    c12a928 View commit details
    Browse the repository at this point in the history
  130. BibSched: post-process data exchange

    * Adds the ability for tasks to transfer arbitrary data to BibTasklets
      specified via the `--post-process=` argument via a new task parameter
      `post_process_params`.
    
    Reviewed-by: Jan Aage Lavik <[email protected]>
    Signed-off-by: Georgios Papoutsakis <[email protected]>
    Georgios Papoutsakis authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    008e916 View commit details
    Browse the repository at this point in the history
  131. WebSearch: webcoll post-process data

    * Adds sending of added/modified record IDs during webcoll run to
      `post-process` tasklet via a new task parameter `post-process_params`.
    
    Amended-by: Jan Aage Lavik <[email protected]>
    Signed-off-by: Georgios Papoutsakis <[email protected]>
    Georgios Papoutsakis authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    5ee6059 View commit details
    Browse the repository at this point in the history
  132. travis: rename index

    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    2a5fac5 View commit details
    Browse the repository at this point in the history
  133. redisutils: remove Nydus routing

    Signed-off-by: Jan Aage Lavik <[email protected]>
    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    fb0021a View commit details
    Browse the repository at this point in the history
  134. BibCatalog: fix username check

    Signed-off-by: Jan Aage Lavik <[email protected]>
    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    2c05b56 View commit details
    Browse the repository at this point in the history
  135. (OPS) revert to original .travis.yml file

    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    7172f2f View commit details
    Browse the repository at this point in the history
  136. (OPS) WebSearch: fix regression test WRT services

    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    3c62cf3 View commit details
    Browse the repository at this point in the history
  137. WebStyle: no crash in invenio.wsgi initialisation

    * Avoids crashing in invenio.wsgi during pre-loading of data
      structures. In this way, even in case of bugs in one of the
      calls, the site can still load.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    c639967 View commit details
    Browse the repository at this point in the history
  138. BibSearch: fix keyerror for hidden tags

    tsgit authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    469a30d View commit details
    Browse the repository at this point in the history
  139. OAIHarvest: do filtering first (OPS)

    * Filters first and ignores updates for extraction of plots, fulltext
      authors, references etc.
    
    Signed-off-by: Jan Aage Lavik <[email protected]>
    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    94d4c57 View commit details
    Browse the repository at this point in the history
  140. BibSched: add more logging when tasks have errors

    Signed-off-by: Jan Aage Lavik <[email protected]>
    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    a1eb6c6 View commit details
    Browse the repository at this point in the history
  141. general: support for arXiv 5-digits IDs

    * Amends the several regular expressions spread around the code that
      deal with arXiv identifiers so that the upcoming 5-digits based
      identifiers are also supported.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    eebfd7a View commit details
    Browse the repository at this point in the history
  142. BibEdit: remove non-existing RT key

    * Since the move to RT4, text key is not returned by RT.
    jmartinm authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    0505274 View commit details
    Browse the repository at this point in the history
  143. OPS OAIHarvest: fix bug introduced before

    * Fixes bug introduced in previous OPS commit where all insert
      files were not correctly handled because the wrong extension
      was looked for.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    f94e69f View commit details
    Browse the repository at this point in the history
  144. OPS: use my devscript with no pip upgrade

    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    5a9d163 View commit details
    Browse the repository at this point in the history
  145. WebSearch: selfcites in SPIRES syntax

    * Introduces support for selfcites family of operators in the special
      SPIRES syntax.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    892686a View commit details
    Browse the repository at this point in the history
  146. Revert "BibEdit: remove non-existing RT key"

    This reverts commit f8f2fc6.
    
    commit 83c131a addresses the underlying reason
    tsgit authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    0535765 View commit details
    Browse the repository at this point in the history
  147. BibCatalog: exception logging fix

    Signed-off-by: Jan Aage Lavik <[email protected]>
    tsgit authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    10ecf61 View commit details
    Browse the repository at this point in the history
  148. miscutil: texkey generator improvement

    * Handles Proceedings records when assigning texkeys.
    
    Signed-off-by: Javier Martin Montull <[email protected]>
    jmartinm authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    3058068 View commit details
    Browse the repository at this point in the history
  149. OPS BibUpload: check PDF is actually a PDF

    * When having an FFT explicitly specifying a PDF file, in case
      CFG_INSPIRE_SITE = 1, check that the downloaded PDF is
      actually a PDF and not e.g. an HTML error page.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    193068b View commit details
    Browse the repository at this point in the history
  150. pdfchecker: missing PDF support

    * Harvests PDFs for new records in the system that didn't came
      through regular harvesting and can therefore refer to old records
      on arXiv.org.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    Co-authored-by: Javier Martin Montull <[email protected]>
    kaplun and jmartinm committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    c7d5b47 View commit details
    Browse the repository at this point in the history
  151. WebSession: page_not_authorized fix

    * Fixes an exception that will happen if CFG_ACCESS_CONTROL_LEVEL_SITE
      is configured to something else than 1 or 2 when page_not_authorized
      is triggered.
    
    Signed-off-by: Jan Aage Lavik <[email protected]>
    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    7d4582b View commit details
    Browse the repository at this point in the history
  152. BibCheck: collection-based filters and timestamps

    * Store the earliest date among last time webcoll was run and the last
      bibindex `last_update` as the `last_run`, instead of the last time the
      rule was initiated. This prevents a race condition where records
      inserted between a webcoll run and the beginning of the following
      bibcheck ran were never considered by bibcheck.
      (resolves inveniosoftware#2387)
    
    Reported-by: Samuele Kaplun <[email protected]>
    Co-authored-by: Samuele Kaplun <[email protected]>
    Dimitrios Semitsoglou-Tsiapos and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    d897ece View commit details
    Browse the repository at this point in the history
  153. BibCheck: missing subfield code

    * In case a record is malformed (e.g. because of a missing subfield
      code, captures the corresponding exceptions and correctly register
      the record as invalid (thus issuing a ticket).
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    4ddfafe View commit details
    Browse the repository at this point in the history
  154. BibRank: update bibindex when using Solr

    * If both BibRank and BibIndex are using Solr to index fulltext files
      when BibRank is updating the corresponding last_updated column at
      the end of a run, also takes care to update the corresponding
      last_updated column in bibindex.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    799cf16 View commit details
    Browse the repository at this point in the history
  155. BibIndex: infinite loop in beautify_range_list

    * Fixes infinite loop in beautify_range_list() function that
      was triggered in particular conditions.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    64333fe View commit details
    Browse the repository at this point in the history
  156. Miscutil: forbid using delete character in xmls

    Signed-off-by: Mateusz Susik <[email protected]>
    Mateusz Susik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    4f3ce62 View commit details
    Browse the repository at this point in the history
  157. BibSched: bibtask polling

    * Improves bibtask polling by checking if the actual bibtask process
      that was just spawned is indeed dead before bailing out.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    30e8169 View commit details
    Browse the repository at this point in the history
  158. BibFormat: outdated_caches() fix

    * Fixes outdated_caches() query that, by filtering out record not
      modified since the last bibreformat run, was implicitly skipping
      those records that were, by whatever reason, not reformatted in
      the past.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    2e76fd4 View commit details
    Browse the repository at this point in the history
  159. WebStyle: improved HTTP error code

    * Improves reporting of HTTP error codes in ways that can help
      crawlers correctly analyzing the available pages.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    219e047 View commit details
    Browse the repository at this point in the history
  160. DocExtract: non ascii chars in build_journals_kb()

    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    0cf6889 View commit details
    Browse the repository at this point in the history
  161. BibIndex: repair workflow fix

    * Fixes the index repair workflow that had been broken in some
      previous patch. Now an index is repaired as first step, before
      analyzing whether is worth to update it or not.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    0dc48eb View commit details
    Browse the repository at this point in the history
  162. BibIndex: soften author index HACK

    * Makes any index having 'author' in the name, to fully consider
      BAIs.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    95c9ad9 View commit details
    Browse the repository at this point in the history
  163. OPS WebSearch: hack to workaround broken index

    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    b3abec0 View commit details
    Browse the repository at this point in the history
  164. Revert "OPS WebSearch: hack to workaround broken index"

    This reverts commit 1e0d02a.
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    b360a74 View commit details
    Browse the repository at this point in the history
  165. BibIndex: author utf8 washing

    * Enforces proper UTF8 washing (lower-casing, stripping of accents)
      for the whole author tokenizer.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    5d3b707 View commit details
    Browse the repository at this point in the history
  166. BibRank: alternate patterns

    * Tries alternate patterns by default when matching a citation
      (e.g. useful when the citation includes ending page, but the
      cited record does not.)
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    59d1c44 View commit details
    Browse the repository at this point in the history
  167. BibRank: reduce log output from searches

    Signed-off-by: Jan Aage Lavik <[email protected]>
    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    8f61c7c View commit details
    Browse the repository at this point in the history
  168. OPS BibRank: Asana ticket for duplicates

    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    52f5546 View commit details
    Browse the repository at this point in the history
  169. OPS WebSearch: phrase journal index

    * Uses phrase journal index instead of word journal index
      to avoid truncation.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    e5afbef View commit details
    Browse the repository at this point in the history
  170. OPS BibRank: Asana ticket improvement

    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    5bf3649 View commit details
    Browse the repository at this point in the history
  171. BibConvert: support ORCIDs in authorlist XSLT

    Signed-off-by: Jan Aage Lavik <[email protected]>
    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    74acf99 View commit details
    Browse the repository at this point in the history
  172. BatchUploader: holdingpen support

    * Adds possibility to insert into holdingpen through robotupload.
    
    Signed-off-by: Javier Martin Montull <[email protected]>
    jmartinm authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    2f08d9d View commit details
    Browse the repository at this point in the history
  173. BibIndex: BibIndexReferenceCountTokenizer

    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    57634db View commit details
    Browse the repository at this point in the history
  174. WebSearch: referencecount alias

    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    642e3c3 View commit details
    Browse the repository at this point in the history
  175. BibIndex: referencecount improvement

    * Improves the referencecount tokenizer by using get_record and
      directly count the effective number of references rather than the
      number of subfields.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    e9c73bc View commit details
    Browse the repository at this point in the history
  176. dbquery: sleep between reconnection

    * In case of DB connection errors, sleeps 30s to account for
      when the database is simply restarted (e.g. after unattended
      upgrades).
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    63ee2f0 View commit details
    Browse the repository at this point in the history
  177. OPS Amend tokenizer

    * Sorry Thorsten... I know what you would say... :-)
      BTW I couldn't say to you goodbye!
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    58ecde3 View commit details
    Browse the repository at this point in the history
  178. Bibauthorid: fix urllib.quote use on int

    tsgit authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    3f39ffa View commit details
    Browse the repository at this point in the history
  179. BibConvert: authorlist conversion improvement

    * Improves the authorlist conversion to also ignore lowercase
      "undefined" in values.
    
    Signed-off-by: Jan Aage Lavik <[email protected]>
    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    536ae52 View commit details
    Browse the repository at this point in the history
  180. BibSched: do not send emergency on bibupload (OPS)

    Signed-off-by: Jan Aage Lavik <[email protected]>
    Signed-off-by: Samuele Kaplun <[email protected]>
    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    7b0408b View commit details
    Browse the repository at this point in the history
  181. BibSched: emergency notification fix

    Signed-off-by: Jan Aage Lavik <[email protected]>
    jalavik authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    384bcf1 View commit details
    Browse the repository at this point in the history
  182. OPS BibSched: no emergency fix

    * Finally proper fix the fix of the fix for the emergency fix.
      (in particular "'foo' in bar", where bar is an instance of an
      exception, does not do what one would expect, but simply returns
      False, even if str(bar) actually contains 'foo').
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    67ce19c View commit details
    Browse the repository at this point in the history
  183. OPS htmlutils: MathJax 2.5.x and CDN

    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    66c997e View commit details
    Browse the repository at this point in the history
  184. OPS WebSearch: disable outdated warnings

    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    1b30b27 View commit details
    Browse the repository at this point in the history
  185. OPS BibUpload: duplicate records in Asana

    * When BibUpload spots that two records are duplicates
      (e.g. because a DOI is being added to record 1 while
      it was already existing for record 2) creates a ticket
      in Asana with sensible links and prefixing the title
      of the link in case any of the involved records has
      in a way or another a 773__m field for Erratum
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    395a8c2 View commit details
    Browse the repository at this point in the history
  186. OPS BibUpload: improving previous message

    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    ff92a12 View commit details
    Browse the repository at this point in the history
  187. BibCheck: no webcoll or bibindex

    * Fixes crash when calculating next starting time for a rule, in case
      webcoll as not run, or bibindex has not run for all indexes.
    
    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    8a2029a View commit details
    Browse the repository at this point in the history
  188. WebAccess: add missing runbibcheck action

    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    7614086 View commit details
    Browse the repository at this point in the history
  189. BibRank: swap recids in Asana duplicate link

    Signed-off-by: Samuele Kaplun <[email protected]>
    kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    d695318 View commit details
    Browse the repository at this point in the history
  190. MiscUtil: require texkey in subfield a

    Signed-off-by: Thorsten Schwander <[email protected]>
    tsgit authored and kaplun committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    36f3ce4 View commit details
    Browse the repository at this point in the history