-
Notifications
You must be signed in to change notification settings - Fork 292
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
WIP Prod for legacy #3384
Commits on Jul 21, 2015
-
DocExtract: preload kbs on wsgi load
Co-authored-by: Alessio Deiana <[email protected]> Signed-off-by: Alessio Deiana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6617f8f - Browse repository at this point
Copy the full SHA 6617f8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf2623a - Browse repository at this point
Copy the full SHA cf2623aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 491bab4 - Browse repository at this point
Copy the full SHA 491bab4View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f785288 - Browse repository at this point
Copy the full SHA f785288View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5be85cc - Browse repository at this point
Copy the full SHA 5be85ccView commit details -
BibAuthorID: hotfix in author-hepnames connection
* Session is now correctly initialized before use.
Configuration menu - View commit details
-
Copy full SHA for d0ef306 - Browse repository at this point
Copy the full SHA d0ef306View commit details -
BibAuthorID: fix in WAPAFF format
* Now handles correctly repeatable affiliations
Configuration menu - View commit details
-
Copy full SHA for f6bcb2c - Browse repository at this point
Copy the full SHA f6bcb2cView commit details -
BibAuthorID: javascript ticket system optimization
* Optimised ticketing system sync, significantly reduces server polling load.
Configuration menu - View commit details
-
Copy full SHA for 2a51e0e - Browse repository at this point
Copy the full SHA 2a51e0eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 82a2a74 - Browse repository at this point
Copy the full SHA 82a2a74View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 847f59a - Browse repository at this point
Copy the full SHA 847f59aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd9b381 - Browse repository at this point
Copy the full SHA fd9b381View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 59332cf - Browse repository at this point
Copy the full SHA 59332cfView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9c7a3b7 - Browse repository at this point
Copy the full SHA 9c7a3b7View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ca01a97 - Browse repository at this point
Copy the full SHA ca01a97View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 63cce37 - Browse repository at this point
Copy the full SHA 63cce37View commit details -
Bibrank: avoid error when getting keyword
* Adds % to keyword lookup.
Configuration menu - View commit details
-
Copy full SHA for 20e56a0 - Browse repository at this point
Copy the full SHA 20e56a0View commit details -
WebStyle: avoid error on invalid headers
* If the client sends invalid header containing '/n', send back a 400 message instead of creating an exception
Configuration menu - View commit details
-
Copy full SHA for 14a2f10 - Browse repository at this point
Copy the full SHA 14a2f10View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5771725 - Browse repository at this point
Copy the full SHA 5771725View commit details -
BibFormat: bfe_meta KeyError fix
Co-authored-by: Jan Aage Lavik <[email protected]> Co-authored-by: Alessio Deiana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95010b0 - Browse repository at this point
Copy the full SHA 95010b0View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6744d54 - Browse repository at this point
Copy the full SHA 6744d54View commit details -
WebStyle: silence ClientDisconncted exceptions
* Since try...excepts are all over the place, we need extra code to silence this exception.
Configuration menu - View commit details
-
Copy full SHA for 47984aa - Browse repository at this point
Copy the full SHA 47984aaView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6b6b343 - Browse repository at this point
Copy the full SHA 6b6b343View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 79aded6 - Browse repository at this point
Copy the full SHA 79aded6View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7cd9456 - Browse repository at this point
Copy the full SHA 7cd9456View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 3fc9361 - Browse repository at this point
Copy the full SHA 3fc9361View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8010246 - Browse repository at this point
Copy the full SHA 8010246View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4a1112d - Browse repository at this point
Copy the full SHA 4a1112dView commit details -
errorlib: modify register_exception function
* Do not report KeyboardInterrupt exception. (fixes inveniosoftware#1701) Signed-off-by: Jan Aage Lavik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d389440 - Browse repository at this point
Copy the full SHA d389440View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2af4afd - Browse repository at this point
Copy the full SHA 2af4afdView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 116e87c - Browse repository at this point
Copy the full SHA 116e87cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 280f21c - Browse repository at this point
Copy the full SHA 280f21cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4320b94 - Browse repository at this point
Copy the full SHA 4320b94View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4b23e79 - Browse repository at this point
Copy the full SHA 4b23e79View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 77c44c2 - Browse repository at this point
Copy the full SHA 77c44c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b69743f - Browse repository at this point
Copy the full SHA b69743fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d07b117 - Browse repository at this point
Copy the full SHA d07b117View commit details -
BibRank: amends lost citations display
Conflicts: modules/bibrank/lib/bibrank_citation_indexer.py
Configuration menu - View commit details
-
Copy full SHA for fb43b0f - Browse repository at this point
Copy the full SHA fb43b0fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 230b85e - Browse repository at this point
Copy the full SHA 230b85eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for a8d58dc - Browse repository at this point
Copy the full SHA a8d58dcView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 2ffc030 - Browse repository at this point
Copy the full SHA 2ffc030View commit details -
RefExtract: accept Publications as reference section
Conflicts: modules/docextract/lib/refextract_config.py
Configuration menu - View commit details
-
Copy full SHA for 93390b2 - Browse repository at this point
Copy the full SHA 93390b2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f9b083b - Browse repository at this point
Copy the full SHA f9b083bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f9f4f27 - Browse repository at this point
Copy the full SHA f9f4f27View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1397932 - Browse repository at this point
Copy the full SHA 1397932View commit details -
Configuration menu - View commit details
-
Copy full SHA for c90d6a7 - Browse repository at this point
Copy the full SHA c90d6a7View commit details -
DocExtract: LIGO report numbers
* Adds LIGO report numbers to the kb. Conflicts: modules/docextract/lib/refextract_regression_tests.py
Configuration menu - View commit details
-
Copy full SHA for 2eeb9f2 - Browse repository at this point
Copy the full SHA 2eeb9f2View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 3c5056c - Browse repository at this point
Copy the full SHA 3c5056cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1ac5eb1 - Browse repository at this point
Copy the full SHA 1ac5eb1View commit details -
* Skip records that are not in selected collections (in citation.cfg)
Configuration menu - View commit details
-
Copy full SHA for 7b25b00 - Browse repository at this point
Copy the full SHA 7b25b00View commit details -
RefExtract: tweaks to book recognition
Signed-off-by: Alessio Deiana <[email protected]> Conflicts: modules/docextract/lib/refextract_config.py
Configuration menu - View commit details
-
Copy full SHA for 2e5b1e4 - Browse repository at this point
Copy the full SHA 2e5b1e4View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 66ccdf7 - Browse repository at this point
Copy the full SHA 66ccdf7View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 66f7c3d - Browse repository at this point
Copy the full SHA 66f7c3dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e83144e - Browse repository at this point
Copy the full SHA e83144eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 13e6877 - Browse repository at this point
Copy the full SHA 13e6877View commit details -
RefExtract: filename in 999C6f
* Adds the filename of the extracted files in the 999C6f field. Signed-off-by: Alessio Deiana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a86121 - Browse repository at this point
Copy the full SHA 0a86121View commit details -
bibauthorid: change hepnames js source
* Changes captcha JS source to https Signed-off-by: Javier Martin Montull <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aea836a - Browse repository at this point
Copy the full SHA aea836aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7ffb66e - Browse repository at this point
Copy the full SHA 7ffb66eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 322f8cc - Browse repository at this point
Copy the full SHA 322f8ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf4c0d2 - Browse repository at this point
Copy the full SHA cf4c0d2View commit details -
BibRank: bug in citation weights storage
* Prevents to store None in the citation weights cache.
Configuration menu - View commit details
-
Copy full SHA for 4bf7c9c - Browse repository at this point
Copy the full SHA 4bf7c9cView commit details -
Revert "BibRank: fix redis cache check"
This reverts commit adc292c.
Configuration menu - View commit details
-
Copy full SHA for 82ad419 - Browse repository at this point
Copy the full SHA 82ad419View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e6ff8bf - Browse repository at this point
Copy the full SHA e6ff8bfView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6cf8722 - Browse repository at this point
Copy the full SHA 6cf8722View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8d63ede - Browse repository at this point
Copy the full SHA 8d63edeView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 27b1164 - Browse repository at this point
Copy the full SHA 27b1164View commit details -
Configuration menu - View commit details
-
Copy full SHA for b363d3a - Browse repository at this point
Copy the full SHA b363d3aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b28e99d - Browse repository at this point
Copy the full SHA b28e99dView commit details -
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".
Configuration menu - View commit details
-
Copy full SHA for a9aa091 - Browse repository at this point
Copy the full SHA a9aa091View commit details -
PdfChecker: no arxiv queries on regression tests
* Mocks the query to arxiv that happened during regression tests.
Configuration menu - View commit details
-
Copy full SHA for 145d87f - Browse repository at this point
Copy the full SHA 145d87fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9ff1d81 - Browse repository at this point
Copy the full SHA 9ff1d81View commit details -
* Ignores references from superseeded records. Superseeded records have the tag 78502 defined.
Configuration menu - View commit details
-
Copy full SHA for 59ba8ae - Browse repository at this point
Copy the full SHA 59ba8aeView commit details -
BibFormat: format records without recids
* Accept recid=None in format_record() parameters.
Configuration menu - View commit details
-
Copy full SHA for 40302a3 - Browse repository at this point
Copy the full SHA 40302a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea55939 - Browse repository at this point
Copy the full SHA ea55939View commit details -
BibRank: index all collections
* Allows to index all records when collections = ""
Configuration menu - View commit details
-
Copy full SHA for b4f6214 - Browse repository at this point
Copy the full SHA b4f6214View commit details -
inveniocfg: affiliations in atlantis
* Computes affiliations during inveniocfg --load-demo-records
Configuration menu - View commit details
-
Copy full SHA for a842dd7 - Browse repository at this point
Copy the full SHA a842dd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 829ce9e - Browse repository at this point
Copy the full SHA 829ce9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 586233d - Browse repository at this point
Copy the full SHA 586233dView commit details -
* Updates tests to match the new journal index.
Configuration menu - View commit details
-
Copy full SHA for e518623 - Browse repository at this point
Copy the full SHA e518623View commit details -
Revert "datacher: minimum caching time"
This reverts commit f9c1185.
Configuration menu - View commit details
-
Copy full SHA for ab37595 - Browse repository at this point
Copy the full SHA ab37595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48fb18d - Browse repository at this point
Copy the full SHA 48fb18dView commit details -
WebSearch: valid datetimes from spires query parser
* Changes ->9999 to ->9999-01-01
Configuration menu - View commit details
-
Copy full SHA for 6c3517f - Browse repository at this point
Copy the full SHA 6c3517fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b05821a - Browse repository at this point
Copy the full SHA b05821aView commit details -
BibRank: superseeded records catchup
* Fixes detection of superseeded records when doing the citations catchup in the citation indexing phase.
Configuration menu - View commit details
-
Copy full SHA for dddbce6 - Browse repository at this point
Copy the full SHA dddbce6View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 55d69f3 - Browse repository at this point
Copy the full SHA 55d69f3View commit details -
WebSearch: outdated unit tests
* Expect 9999-01-01 instead of 9999 in unit tests.
Configuration menu - View commit details
-
Copy full SHA for 3a10f79 - Browse repository at this point
Copy the full SHA 3a10f79View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for a60ddf5 - Browse repository at this point
Copy the full SHA a60ddf5View commit details -
BibAuthorID: Modified default directory for tortoise cache.
* Default directory is now under /opt/invenio/var/cache.
Configuration menu - View commit details
-
Copy full SHA for 77548eb - Browse repository at this point
Copy the full SHA 77548ebView commit details -
BibAuthorID: check for valid person ids
* In author pages check that self.person_id is an integer before querying for the author tables.
Configuration menu - View commit details
-
Copy full SHA for 66bc872 - Browse repository at this point
Copy the full SHA 66bc872View commit details -
OPS: disable author pages during upgrade
Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48b56a0 - Browse repository at this point
Copy the full SHA 48b56a0View commit details -
Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7dc8cd5 - Browse repository at this point
Copy the full SHA 7dc8cd5View commit details -
WebSearch: filtering of citation tab counts
* Does not filter anymore by collection:citeable in the counts displayed next to the tab title.
Configuration menu - View commit details
-
Copy full SHA for 76cc9a0 - Browse repository at this point
Copy the full SHA 76cc9a0View commit details -
Revert "BibRank: index all collections"
This reverts commit 89c9319.
Configuration menu - View commit details
-
Copy full SHA for b0ba75a - Browse repository at this point
Copy the full SHA b0ba75aView commit details -
Revert "BibRank: faster indexing"
This reverts commit e6f5e06.
Configuration menu - View commit details
-
Copy full SHA for ae8c268 - Browse repository at this point
Copy the full SHA ae8c268View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b3df32b - Browse repository at this point
Copy the full SHA b3df32bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbcae1b - Browse repository at this point
Copy the full SHA fbcae1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dee7dc - Browse repository at this point
Copy the full SHA 2dee7dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 875d796 - Browse repository at this point
Copy the full SHA 875d796View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcbfab9 - Browse repository at this point
Copy the full SHA bcbfab9View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 85542ec - Browse repository at this point
Copy the full SHA 85542ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9782a67 - Browse repository at this point
Copy the full SHA 9782a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc9083 - Browse repository at this point
Copy the full SHA cfc9083View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 46bd1ea - Browse repository at this point
Copy the full SHA 46bd1eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5f8b1b - Browse repository at this point
Copy the full SHA b5f8b1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a033828 - Browse repository at this point
Copy the full SHA a033828View commit details -
Configuration menu - View commit details
-
Copy full SHA for be2f6d6 - Browse repository at this point
Copy the full SHA be2f6d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ce016 - Browse repository at this point
Copy the full SHA d6ce016View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a7ea9 - Browse repository at this point
Copy the full SHA 18a7ea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ae9c92 - Browse repository at this point
Copy the full SHA 3ae9c92View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ae003d9 - Browse repository at this point
Copy the full SHA ae003d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 215a476 - Browse repository at this point
Copy the full SHA 215a476View commit details -
Configuration menu - View commit details
-
Copy full SHA for b56f14d - Browse repository at this point
Copy the full SHA b56f14dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e465068 - Browse repository at this point
Copy the full SHA e465068View commit details -
BibAuthorID: Handling of timeouts when connecting to crossref.
Signed-off-by: Artem Tsikiridis<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67cac2c - Browse repository at this point
Copy the full SHA 67cac2cView commit details -
BibRank: no exception on single record cite loss
* We already open a ticket so remove the exception reporting.
Configuration menu - View commit details
-
Copy full SHA for ae0acf5 - Browse repository at this point
Copy the full SHA ae0acf5View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for def325d - Browse repository at this point
Copy the full SHA def325dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef2cd57 - Browse repository at this point
Copy the full SHA ef2cd57View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 300e745 - Browse repository at this point
Copy the full SHA 300e745View commit details -
BibFormat: HTML validation fixes for citation tab
Signed-off-by: Jan Aage Lavik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d7d199 - Browse repository at this point
Copy the full SHA 6d7d199View commit details -
BibAuthorID: Fixed handling of timeouts when fetching titles.
Signed-off-by: Artem Tsikiridis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9e3aaa - Browse repository at this point
Copy the full SHA a9e3aaaView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 701342a - Browse repository at this point
Copy the full SHA 701342aView commit details -
BibRank: bibxxx ids in selfcites tables
* Use bibxxx ids in the self cites tables when bibauthorid is disabled.
Configuration menu - View commit details
-
Copy full SHA for 031714c - Browse repository at this point
Copy the full SHA 031714cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1d3477 - Browse repository at this point
Copy the full SHA b1d3477View commit details -
* Adds `.drone.yml` for Drone continuous integration. Signed-off-by: Federico Poli <[email protected]> Co-authored-by: Alessio Deiana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3227300 - Browse repository at this point
Copy the full SHA 3227300View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2a16130 - Browse repository at this point
Copy the full SHA 2a16130View commit details -
OPS: properly have ingestion_date everywhere
Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04834d6 - Browse repository at this point
Copy the full SHA 04834d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1daff5b - Browse repository at this point
Copy the full SHA 1daff5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0adbb0d - Browse repository at this point
Copy the full SHA 0adbb0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1de25 - Browse repository at this point
Copy the full SHA 5e1de25View commit details -
Signed-off-by: Mateusz Susik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c12a928 - Browse repository at this point
Copy the full SHA c12a928View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 008e916 - Browse repository at this point
Copy the full SHA 008e916View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5ee6059 - Browse repository at this point
Copy the full SHA 5ee6059View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a5fac5 - Browse repository at this point
Copy the full SHA 2a5fac5View commit details -
redisutils: remove Nydus routing
Signed-off-by: Jan Aage Lavik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb0021a - Browse repository at this point
Copy the full SHA fb0021aView commit details -
BibCatalog: fix username check
Signed-off-by: Jan Aage Lavik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c05b56 - Browse repository at this point
Copy the full SHA 2c05b56View commit details -
(OPS) revert to original .travis.yml file
Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7172f2f - Browse repository at this point
Copy the full SHA 7172f2fView commit details -
(OPS) WebSearch: fix regression test WRT services
Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c62cf3 - Browse repository at this point
Copy the full SHA 3c62cf3View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c639967 - Browse repository at this point
Copy the full SHA c639967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 469a30d - Browse repository at this point
Copy the full SHA 469a30dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 94d4c57 - Browse repository at this point
Copy the full SHA 94d4c57View commit details -
BibSched: add more logging when tasks have errors
Signed-off-by: Jan Aage Lavik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1eb6c6 - Browse repository at this point
Copy the full SHA a1eb6c6View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for eebfd7a - Browse repository at this point
Copy the full SHA eebfd7aView commit details -
BibEdit: remove non-existing RT key
* Since the move to RT4, text key is not returned by RT.
Configuration menu - View commit details
-
Copy full SHA for 0505274 - Browse repository at this point
Copy the full SHA 0505274View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f94e69f - Browse repository at this point
Copy the full SHA f94e69fView commit details -
OPS: use my devscript with no pip upgrade
Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a9d163 - Browse repository at this point
Copy the full SHA 5a9d163View commit details -
WebSearch: selfcites in SPIRES syntax
* Introduces support for selfcites family of operators in the special SPIRES syntax. Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 892686a - Browse repository at this point
Copy the full SHA 892686aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0535765 - Browse repository at this point
Copy the full SHA 0535765View commit details -
BibCatalog: exception logging fix
Signed-off-by: Jan Aage Lavik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10ecf61 - Browse repository at this point
Copy the full SHA 10ecf61View commit details -
miscutil: texkey generator improvement
* Handles Proceedings records when assigning texkeys. Signed-off-by: Javier Martin Montull <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3058068 - Browse repository at this point
Copy the full SHA 3058068View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 193068b - Browse repository at this point
Copy the full SHA 193068bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c7d5b47 - Browse repository at this point
Copy the full SHA c7d5b47View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7d4582b - Browse repository at this point
Copy the full SHA 7d4582bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d897ece - Browse repository at this point
Copy the full SHA d897eceView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4ddfafe - Browse repository at this point
Copy the full SHA 4ddfafeView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 799cf16 - Browse repository at this point
Copy the full SHA 799cf16View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 64333fe - Browse repository at this point
Copy the full SHA 64333feView commit details -
Miscutil: forbid using delete character in xmls
Signed-off-by: Mateusz Susik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f3ce62 - Browse repository at this point
Copy the full SHA 4f3ce62View commit details -
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 30e8169 - Browse repository at this point
Copy the full SHA 30e8169View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2e76fd4 - Browse repository at this point
Copy the full SHA 2e76fd4View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 219e047 - Browse repository at this point
Copy the full SHA 219e047View commit details -
DocExtract: non ascii chars in build_journals_kb()
Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0cf6889 - Browse repository at this point
Copy the full SHA 0cf6889View commit details -
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 0dc48eb - Browse repository at this point
Copy the full SHA 0dc48ebView commit details -
BibIndex: soften author index HACK
* Makes any index having 'author' in the name, to fully consider BAIs. Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95c9ad9 - Browse repository at this point
Copy the full SHA 95c9ad9View commit details -
OPS WebSearch: hack to workaround broken index
Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3abec0 - Browse repository at this point
Copy the full SHA b3abec0View commit details -
Revert "OPS WebSearch: hack to workaround broken index"
This reverts commit 1e0d02a.
Configuration menu - View commit details
-
Copy full SHA for b360a74 - Browse repository at this point
Copy the full SHA b360a74View commit details -
* Enforces proper UTF8 washing (lower-casing, stripping of accents) for the whole author tokenizer. Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d3b707 - Browse repository at this point
Copy the full SHA 5d3b707View commit details -
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 59d1c44 - Browse repository at this point
Copy the full SHA 59d1c44View commit details -
BibRank: reduce log output from searches
Signed-off-by: Jan Aage Lavik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f61c7c - Browse repository at this point
Copy the full SHA 8f61c7cView commit details -
OPS BibRank: Asana ticket for duplicates
Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52f5546 - Browse repository at this point
Copy the full SHA 52f5546View commit details -
OPS WebSearch: phrase journal index
* Uses phrase journal index instead of word journal index to avoid truncation. Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5afbef - Browse repository at this point
Copy the full SHA e5afbefView commit details -
OPS BibRank: Asana ticket improvement
Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bf3649 - Browse repository at this point
Copy the full SHA 5bf3649View commit details -
BibConvert: support ORCIDs in authorlist XSLT
Signed-off-by: Jan Aage Lavik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74acf99 - Browse repository at this point
Copy the full SHA 74acf99View commit details -
BatchUploader: holdingpen support
* Adds possibility to insert into holdingpen through robotupload. Signed-off-by: Javier Martin Montull <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f08d9d - Browse repository at this point
Copy the full SHA 2f08d9dView commit details -
BibIndex: BibIndexReferenceCountTokenizer
Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57634db - Browse repository at this point
Copy the full SHA 57634dbView commit details -
WebSearch: referencecount alias
Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 642e3c3 - Browse repository at this point
Copy the full SHA 642e3c3View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e9c73bc - Browse repository at this point
Copy the full SHA e9c73bcView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 63ee2f0 - Browse repository at this point
Copy the full SHA 63ee2f0View commit details -
* Sorry Thorsten... I know what you would say... :-) BTW I couldn't say to you goodbye! Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58ecde3 - Browse repository at this point
Copy the full SHA 58ecde3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f39ffa - Browse repository at this point
Copy the full SHA 3f39ffaView commit details -
BibConvert: authorlist conversion improvement
* Improves the authorlist conversion to also ignore lowercase "undefined" in values. Signed-off-by: Jan Aage Lavik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 536ae52 - Browse repository at this point
Copy the full SHA 536ae52View commit details -
BibSched: do not send emergency on bibupload (OPS)
Signed-off-by: Jan Aage Lavik <[email protected]> Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b0408b - Browse repository at this point
Copy the full SHA 7b0408bView commit details -
BibSched: emergency notification fix
Signed-off-by: Jan Aage Lavik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 384bcf1 - Browse repository at this point
Copy the full SHA 384bcf1View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 67ce19c - Browse repository at this point
Copy the full SHA 67ce19cView commit details -
OPS htmlutils: MathJax 2.5.x and CDN
Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66c997e - Browse repository at this point
Copy the full SHA 66c997eView commit details -
OPS WebSearch: disable outdated warnings
Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b30b27 - Browse repository at this point
Copy the full SHA 1b30b27View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 395a8c2 - Browse repository at this point
Copy the full SHA 395a8c2View commit details -
OPS BibUpload: improving previous message
Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff92a12 - Browse repository at this point
Copy the full SHA ff92a12View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8a2029a - Browse repository at this point
Copy the full SHA 8a2029aView commit details -
WebAccess: add missing runbibcheck action
Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7614086 - Browse repository at this point
Copy the full SHA 7614086View commit details -
BibRank: swap recids in Asana duplicate link
Signed-off-by: Samuele Kaplun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d695318 - Browse repository at this point
Copy the full SHA d695318View commit details -
MiscUtil: require texkey in subfield a
Signed-off-by: Thorsten Schwander <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36f3ce4 - Browse repository at this point
Copy the full SHA 36f3ce4View commit details