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

Bibcirculation: escape user_info #188

Open
wants to merge 101 commits into
base: prod
Choose a base branch
from

Commits on Nov 4, 2015

  1. WebSearch: fix the order of prev and next links

    * FIX Fixes the order of search results when computing the
      next and previous search links on the record page by not
      reversing the initial search results.
    
    Signed-off-by: Ludmila Marian <[email protected]>
    ludmilamarian committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    bc870bb View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. BibFormat: optional record recommender

    * NEW Record recommender loads and displays recommendations on
      each record page. The recommendations are calculated with the speared
      python package the invenio-record-recommender.
    
    * Loads the calculated recommendations from Redis.
    
    * Creates /record/*id*/recommendations endpoint.
    
    * Introduces CFG_RECOMMENDER_REDIS and CFG_RECOMMENDER_PREFIX config
      used to set the Redis instance from where the recommendations should
      be loaded.
    
    * Renders recommended records in JavaScript after the record is loaded.
    
    * Logs clicks on recommended records to webstat.
    
    Signed-off-by: David Zerulla <[email protected]>
    ddaze committed May 3, 2016
    Configuration menu
    Copy the full SHA
    da16294 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. SolrUtils: reliable regression test suite

    * Makes test suite independent from PDF extraction process.
      (closes inveniosoftware#1590)
    
    * Simplifies test suite.
    
    Signed-off-by: Patrick Glauner <[email protected]>
    Patrick Glauner authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    bc66faa View commit details
    Browse the repository at this point in the history
  2. Merge pull request inveniosoftware#28 inveniosoftware#2235 from egaba…

    …ncho/1590-fix-regresion-test-solrutils
    
      SolrUtils: reliable regression test suite
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    0ce6852 View commit details
    Browse the repository at this point in the history
  3. WebSearch: new fulltext by default search

     * Adds checkbox to search terms also in to fulltext to the add
       to search interface.
    
    Signed-off-by: Patrick Glauner <[email protected]>
    Patrick Glauner authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    a337815 View commit details
    Browse the repository at this point in the history
  4. BibRank: Solr: better ranking for fulltext by default

     * Ranks fulltext and metadata properly
    
    Signed-off-by: Patrick Glauner <[email protected]>
    Patrick Glauner authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    97f3fcd View commit details
    Browse the repository at this point in the history
  5. Solrutils: more accurate ranking scores

     * Ceils ranking scores to avoid anomalies
    
    Signed-off-by: Patrick Glauner <[email protected]>
    Patrick Glauner authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    aaaf54b View commit details
    Browse the repository at this point in the history
  6. Merge pull request inveniosoftware#30 inveniosoftware#2768 from egaba…

    …ncho/master-fulltext-by-default
    
      Solrutils: more accurate ranking scores
      BibRank: Solr: better ranking for fulltext by default
      WebSearch: new fulltext by default search
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    dd42a06 View commit details
    Browse the repository at this point in the history
  7. BibRecord: new MARC code filter

    * Filters a record based on MARC code.
    
    * Supports wildcards in identifiers and subfield code.
    
    Signed-off-by: Patrick Glauner <[email protected]>
    Patrick Glauner authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    bba3e1f View commit details
    Browse the repository at this point in the history
  8. BibFormat: new 'xmf' format

    * Supports filtering per MARC tag, identifier and subfield.
    
    Signed-off-by: Patrick Glauner <[email protected]>
    Patrick Glauner authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    3e33024 View commit details
    Browse the repository at this point in the history
  9. Merge pull request inveniosoftware#31 inveniosoftware#2769 from egaba…

    …ncho/master-xm-field
    
      BibFormat: new 'xmf' format
      BibRecord: new MARC code filter
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    4fa106d View commit details
    Browse the repository at this point in the history
  10. Merge pull request inveniosoftware#59 inveniosoftware#2794 from ludmi…

    …lamarian/master-weblayout-cds
    
      WebStyle: add CERN specific URL handlers
    
    Conflicts:
    	modules/webstyle/lib/webinterface_layout.py
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    626b61a View commit details
    Browse the repository at this point in the history
  11. Merge pull request inveniosoftware#61 from drjova/Youtube

      BibEncode: Video: Push video to youtube
    
    Conflicts:
    	modules/webstyle/css/Makefile.am
    	modules/webstyle/lib/webinterface_layout.py
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    ba95cb5 View commit details
    Browse the repository at this point in the history
  12. stats: Elasticsearch logging with Lumberjack.

    * Added disabled-by-default config options for Elasticsearch logging.
    
    * When Elasticsearch logging is configured, don't populate rnkPAGEVIEWS and
      rnkDOWNLOADS.
    
    Signed-off-by: Joe MacMahon <[email protected]>
    Joe MacMahon authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    eacb83b View commit details
    Browse the repository at this point in the history
  13. Merge pull request inveniosoftware#87 inveniosoftware#2431 from egaba…

    …ncho/elasticsearch_logging
    
      stats: Elasticsearch logging with Lumberjack.
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    136c20f View commit details
    Browse the repository at this point in the history
  14. WebStat: register custom events on es

    * Adds `loanrequest` schema for `Lumberjack`.
    
    * Adds custom events elastic search logging.
    
    Signed-off-by: Harris Tzovanakis <[email protected]>
    drjova authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    0c42627 View commit details
    Browse the repository at this point in the history
  15. Merge pull request inveniosoftware#88 from drjova/custom-events

      WebStat: register custom events on es
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    b1cfc3f View commit details
    Browse the repository at this point in the history
  16. containerutils: new lazy data structures

    * Back ports lazy dictionaries from next.
    
    Signed-off-by: Esteban J. G. Gabancho <[email protected]>
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    12c9d18 View commit details
    Browse the repository at this point in the history
  17. xmlDict: initial release backport

    Signed-off-by: Esteban J. G. Gabancho <[email protected]>
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    3c4da44 View commit details
    Browse the repository at this point in the history
  18. pidstore: initial release backport

    Signed-off-by: Esteban J. G. Gabancho <[email protected]>
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    d6eccff View commit details
    Browse the repository at this point in the history
  19. BibFormat: DataCite3 export addition

    Signed-off-by: Esteban J. G. Gabancho <[email protected]>
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    85e163d View commit details
    Browse the repository at this point in the history
  20. Merge pull request inveniosoftware#97 inveniosoftware#2679 from egaba…

    …ncho/master-backport-pidstore
    
      BibFormat: DataCite3 export addition
      pidstore: initial release backport
      xmlDict: initial release backport
      containerutils: new lazy data structures
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    4963d61 View commit details
    Browse the repository at this point in the history
  21. Merge pull request inveniosoftware#104 inveniosoftware#2788 from swit…

    …owski/1918-forbidden-characters-fix
    
      BibDocFile: disallow percent in filenames
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    d50e438 View commit details
    Browse the repository at this point in the history
  22. Merge pull request inveniosoftware#105 inveniosoftware#2792 from ludm…

    …ilamarian/master-bibconvert-arxiv-license
    
      BibConvert: retrieve arXiv license information
    
    Conflicts:
    	modules/bibconvert/etc/oaiarxiv2marcxml.xsl
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    abdf84b View commit details
    Browse the repository at this point in the history
  23. Merge pull request inveniosoftware#107 inveniosoftware#2796 from ludm…

    …ilamarian/master-bibedit-fix-recid
    
      BibEdit: fix recID type
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    39b2fe0 View commit details
    Browse the repository at this point in the history
  24. BibField: bug fixes

    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    4b8dc9a View commit details
    Browse the repository at this point in the history
  25. Merge pull request inveniosoftware#113 inveniosoftware#2822 from egab…

    …ancho/master-bibfield-bug-fixes
    
      BibField: bug fixes
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    a4543dd View commit details
    Browse the repository at this point in the history
  26. Merge pull request inveniosoftware#114 from switowski/bibreformat-onl…

    …y-missing
    
      BibReformat: new --only-missing option
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    0e8e9b1 View commit details
    Browse the repository at this point in the history
  27. Merge pull request inveniosoftware#117 inveniosoftware#2912 from kasi…

    …oumis/legacy-webcomment-improvements
    
      WebComment: cosmetic updates
      WebComment: `collapse` and `expand` all comments
      WebComment: fix collapse and review issues
      WebComment: Enable a custom  checkbox for comments
      WebComment: display comment submission deadline
      WebComment: bibdoc relations & filtering
      WebComment: general comment format improvements
    
    Conflicts:
    	Makefile.am
    	modules/webcomment/lib/webcomment.py
    	modules/webstyle/css/invenio.css
    	modules/webstyle/img/Makefile.am
    	requirements.txt
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    127dfe3 View commit details
    Browse the repository at this point in the history
  28. WebSearch & WebAlert: Your Searches improvements

    * Moves page "Your Searches" from WebAlert to WebSearch and
      under the /yoursearches/ URL. Updates all the respective URLs
      and function calls. Moves function account_list_searches()
      from WebAlert to WebSearch.
    
    * Separates the popular alerts page from the user searches page
      and creates new separate function for popular alerts the user
      can choose from to set up new alerts.
    
    * Fixes various doc strings, variable and function names.
    
      (closes inveniosoftware#880)
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    448088f View commit details
    Browse the repository at this point in the history
  29. WebSearch: yoursearches interface improvements

    * Redesigns the "Your Searches" page.
    
    * Adds the "Search into your searches" functionality.
    
    * Fixes a few small bugs.
    
      (closes inveniosoftware#881)
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    40eb82b View commit details
    Browse the repository at this point in the history
  30. WebAlert: youralerts interface improvements

    * Redesigns the "Your Alerts" display interface.
    
    * Adds new functionality to display alerts based on
      a specific search query.
    
      (closes inveniosoftware#882)
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    a8f749d View commit details
    Browse the repository at this point in the history
  31. WebSearch: fix yoursearches string format bug

    * Fixes a small bug that caused special characters that
      had been replaced by the urllib.quote() function to crash
      during the string formatting.
    
      (closes inveniosoftware#883)
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    f9c81d3 View commit details
    Browse the repository at this point in the history
  32. WebSearch & WebAlert: CSS fallback to default

    * Changes some CSS attributes to match yoursearches and
      youralerts style to the default Invenio style.
    
    * Changes the order of the Personalize menu to be in alphabetical
      order again after the addition of Your Searches.
    
    * Deletes some previously added unneeded images.
    
      (addresses inveniosoftware#884)
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    1d5f4f6 View commit details
    Browse the repository at this point in the history
  33. WebSearch: more CSS fallback to default

    * Changes the arrows used for page navigation in the
      Your Searches page to match Invenio's default arrows.
    
    * Deletes the respective previously added images files.
    
      (closes inveniosoftware#884)
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    e7b8434 View commit details
    Browse the repository at this point in the history
  34. WebAlert: paging for youralerts

    * Introduces page navigation support for the
      "Your Alerts" page.
    
      (closes inveniosoftware#885)
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    b2e235d View commit details
    Browse the repository at this point in the history
  35. WebAlert: Searching for youralerts

    * Introduces searching in the user's defined alerts based on
      the alerts' names and arguments.
    
    * Fixes small bug in the paging navigation that caused a crash
      when no alerts were to be displayed.
    
    * Adds user confirm step before permanently deleting an alert.
    
      (closes inveniosoftware#886)
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    5d21b17 View commit details
    Browse the repository at this point in the history
  36. WebSearch: Fix paging bug in yoursearches

    * Fixes small bug in the paging navigation that caused a crash
      when no searches were to be displayed.
    
    * Introduces fix that skips querying the database again when there
      are no matching user searches.
    
      (closes inveniosoftware#887)
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    acfd28d View commit details
    Browse the repository at this point in the history
  37. WebAlert & WebSearch: fix kwalitee reported issues

    * Fixes various warnings and errors reported by kwalitee.
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    b8fd526 View commit details
    Browse the repository at this point in the history
  38. WebStyle: add new images to the Makefile

    * Adds new images for yoursearches and youralerts to the Makefile
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    8f8ada9 View commit details
    Browse the repository at this point in the history
  39. WebAlert: option to pause and resume alerts

    * Adds the option to pause and resume alerts. The option can be
      configured either in when editing a specific alert or when
      displaying all the alerts.
    
    (closes inveniosoftware#1227)
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    08ccec4 View commit details
    Browse the repository at this point in the history
  40. Webalert & Websearch: prettify display list header

    * Prettifies the display list header for Your Alerts and Your Searches
      by adding the paging navigation information.
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    637bf88 View commit details
    Browse the repository at this point in the history
  41. Webalert: smart display of popular alerts link

    * Hides the link to the popular alerts if there are none already defined.
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    c507475 View commit details
    Browse the repository at this point in the history
  42. Webalert: improve store results in basket menu

    * Improves the appearence of the "Store results in basket?" menu.
    
    * Links the basket name to the basket display when displaying alerts.
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    02045b1 View commit details
    Browse the repository at this point in the history
  43. Webalert & Websearch: harmonize display

    * Harmonizes and prettifies the display of "Your Searches" and "Your Alerts"
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    9c505e0 View commit details
    Browse the repository at this point in the history
  44. Websession: Revamp the "Your Account" page

    * Revamps the "Your Account" page by arranging items to be
      displayed in a 3-column grid, trying to keep all columns
      equal in size.
    
    * Re-arranges code for consistency and readability.
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    42d60de View commit details
    Browse the repository at this point in the history
  45. General: fix kwalitee reported issues

    * Fixes various warnings and errors reported by kwalitee.
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    6ff2ec6 View commit details
    Browse the repository at this point in the history
  46. Miscutil: fix get_authenticated_mechanize_browser

    * Fixes the string checked in get_authenticated_mechanize_browser to make
      sure that the user was logged in correctly.
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    99bbe88 View commit details
    Browse the repository at this point in the history
  47. Websearch: remove mentions of total searches

    * Removes mentions of the number of total searches the user has performed
      in favor of only the unique searches to avoid possible confusion.
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    a28b8dd View commit details
    Browse the repository at this point in the history
  48. General: fix failing tests

    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    c0eef84 View commit details
    Browse the repository at this point in the history
  49. Merge pull request inveniosoftware#122 inveniosoftware#3121 from kasi…

    …oumis/legacy-personalization-fixes-and-improvements
    
      General: fix failing tests
      Websearch: remove mentions of total searches
      Miscutil: fix get_authenticated_mechanize_browser
      General: fix kwalitee reported issues
      Websession: Revamp the "Your Account" page
      Webalert & Websearch: harmonize display
      Webalert: improve store results in basket menu
      Webalert: smart display of popular alerts link
      Webalert & Websearch: prettify display list header
      WebAlert: option to pause and resume alerts
      WebStyle: add new images to the Makefile
      WebAlert & WebSearch: fix kwalitee reported issues
      WebSearch: Fix paging bug in yoursearches
      WebAlert: Searching for youralerts
      WebAlert: paging for youralerts
      WebSearch: more CSS fallback to default
      WebSearch & WebAlert: CSS fallback to default
      WebSearch: fix yoursearches string format bug
      WebAlert: youralerts interface improvements
      WebSearch: yoursearches interface improvements
      ...
    
    Conflicts:
    	modules/webcomment/lib/webcomment.py
    	modules/webcomment/lib/webcomment_templates.py
    	modules/webstyle/img/Makefile.am
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    2644de1 View commit details
    Browse the repository at this point in the history
  50. WebStyle: wsgi handler IP parser enhancement

    * BETTER Cleans the port from the user's IP preventing issues in
      future manipulations of it.
    
    Reviewed-by: Samuele Kaplun <[email protected]>
    Signed-off-by: Esteban J. G. Gabancho <[email protected]>
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    358fe01 View commit details
    Browse the repository at this point in the history
  51. WebStyle: kwalitee fix

    * Improves `webinterface_handler_wsgi` PEP8 code style.
    
    Signed-off-by: Esteban J. G. Gabancho <[email protected]>
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    40fc419 View commit details
    Browse the repository at this point in the history
  52. Merge pull request inveniosoftware#126 inveniosoftware#3255 from egab…

    …ancho/legacy-enhancement-wsgi-ip
    
      WebStyle: kwalitee fix
      WebStyle: wsgi handler IP parser enhancement
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    0dafb92 View commit details
    Browse the repository at this point in the history
  53. Merge pull request inveniosoftware#128 inveniosoftware#3395 from drjo…

    …va/tab-lan
    
      WebSearch: tabs miss language parameter
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    f48a54e View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    3d3798f View commit details
    Browse the repository at this point in the history
  55. BibIndex: external file index enhancement

    Signed-off-by: Esteban J. G. Gabancho <[email protected]>
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    f978344 View commit details
    Browse the repository at this point in the history
  56. BibRank: allow ranking external files using solr

    Signed-off-by: Esteban J. G. Gabancho <[email protected]>
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    0e48dc2 View commit details
    Browse the repository at this point in the history
  57. Merge pull request inveniosoftware#130 inveniosoftware#3358 from egab…

    …ancho/bibindex-better-external-files
    
      BibRank: allow ranking external files using solr
      BibIndex: external file index enhancement
      WebSubmit: subtitle file addition to converter
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    9ac0f03 View commit details
    Browse the repository at this point in the history
  58. WebJournal: navigation menu category replacement

    * Changes in main navigation menu: Training->Learning
    costaflavio authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    9926624 View commit details
    Browse the repository at this point in the history
  59. Merge pull request inveniosoftware#131 from costaflavio/bfe_webjourna…

    …l_main_navigation
    
      WebJournal: navigation menu category replacement
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    5d26959 View commit details
    Browse the repository at this point in the history
  60. WebNews: New module to display and manage news

    * The WebNews module that will be responsible for presenting the site's news
      to the users and keeping a history of them.
    
    * This first release includes the tooltip functionality and the database
      structure.
    
      (addresses inveniosoftware#1288)
    kasioumis authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    78ab937 View commit details
    Browse the repository at this point in the history
  61. Merge pull request inveniosoftware#8 from kasioumis/master-webnews

      WebNews: New module to display and manage news
    
    Conflicts:
    	modules/webstyle/lib/webinterface_layout.py
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    2ca7610 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    c20a6cb View commit details
    Browse the repository at this point in the history
  63. Merge pull request inveniosoftware#151 from egabancho/webpage_breadcr…

    …umb_hack
    
      WebSearch: guess primary collection for CERN Site
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    39e2a7c View commit details
    Browse the repository at this point in the history
  64. Merge pull request inveniosoftware#116 inveniosoftware#2901 from swit…

    …owski/copyrights_license
    
      BibDocFile: Copyright and license for files
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    4359be0 View commit details
    Browse the repository at this point in the history
  65. WebStat: register custom events on es

    * Adds `loanrequest` schema for `Lumberjack`.
    
    * Adds custom events elastic search logging.
    
    Signed-off-by: Harris Tzovanakis <[email protected]>
    drjova authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    c09cdce View commit details
    Browse the repository at this point in the history
  66. elasticsearch: GeoIP in Elasticsearch logging

    * NEW Adds a new ip_field column to staEVENT
    
    * Uses this column to run GeoIP lookup on logged events
    
    Signed-off-by: Joe MacMahon <[email protected]>
    Joe MacMahon authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    4accd07 View commit details
    Browse the repository at this point in the history
  67. Merge pull request inveniosoftware#137 from egabancho/elasticsearch_g…

    …eoip_logging
    
      elasticsearch: GeoIP in Elasticsearch logging
      WebStat: register custom events on es
    
    Conflicts:
    	modules/webstat/lib/webstat.py
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    93c85eb View commit details
    Browse the repository at this point in the history
  68. WebSubmit: fix authors autocomplete

    * FIX Attaches `typeahead` autocomplete plugin to more specific element.
    
    Signed-off-by: Harris Tzovanakis <[email protected]>
    drjova authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    7798090 View commit details
    Browse the repository at this point in the history
  69. Merge pull request inveniosoftware#143 from drjova/websubmit-email-mi…

    …ssing-authors
    
      WebSubmit: fix authors autocomplete
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    597d2a4 View commit details
    Browse the repository at this point in the history
  70. oaiharvest: authorlist missing

    * FIX Checks only for error code in bibconvert of authorlist, because
      stdoutput warnings caused autholist to be ignored.
    
    Signed-off-by: Harris Tzovanakis <[email protected]>
    drjova authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    9725cd4 View commit details
    Browse the repository at this point in the history
  71. Merge pull request inveniosoftware#144 from drjova/fix-oaiharvest-aut…

    …horlist
    
      oaiharvest: authorlist missing
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    dae89c7 View commit details
    Browse the repository at this point in the history
  72. Merge pull request inveniosoftware#145 inveniosoftware#3493 from swit…

    …owski/ckeditor
    
      WebStyle: CKEditor update
    
    Conflicts:
    	modules/webstyle/etc/invenio-ckeditor-config.js
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    d3c3edd View commit details
    Browse the repository at this point in the history
  73. Merge pull request inveniosoftware#170 inveniosoftware#3577 from kapl…

    …un/bibcirculation-bibedit
    
      BibCirculation: BibEdit redirect
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    a907127 View commit details
    Browse the repository at this point in the history
  74. Merge pull request inveniosoftware#155 from ludmilamarian/legacy_help…

    …_mm_cds
    
      WebHelp: new multimedia help page for CDS
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    b4dc387 View commit details
    Browse the repository at this point in the history
  75. Merge pull request inveniosoftware#158 from ludmilamarian/legacy_add_…

    …sorting_washer
    
      BibSort: new washer for journal number
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    6174945 View commit details
    Browse the repository at this point in the history
  76. WebSubmit: report number generation enhacement

    * Adds a new predefined keyword for year generation.
    
    Co-Authored-By: Ludmila Marian <[email protected]>
    Signed-off-by: Ludmila Marian <[email protected]>
    egabancho and ludmilamarian committed May 9, 2016
    Configuration menu
    Copy the full SHA
    97891ff View commit details
    Browse the repository at this point in the history
  77. Merge pull request inveniosoftware#163 from ludmilamarian/report_numb…

    …er_generation-enhancements
    
      WebSubmit: report number generation enhacement
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    585ac32 View commit details
    Browse the repository at this point in the history
  78. Merge pull request inveniosoftware#165 from ludmilamarian/legacy_bett…

    …er_view_restr
    
      WebAccess: improve viewer rights access
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    bdfbbb6 View commit details
    Browse the repository at this point in the history
  79. Merge pull request inveniosoftware#159 from ludmilamarian/legacy_fix_…

    …search_latest
    
      WebSearch: consider sort order when searching
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    2b267c7 View commit details
    Browse the repository at this point in the history
  80. elasticsearch: fallback file per hostname

    * Adds `CFG_ELASTICSEARCH_FALLBACK_DIRECTORY` configuration variable
      to specify where the fallback file to be stored.
    
    * Creates a fallback file with the hostname as file name.
    
    Signed-off-by: Harris Tzovanakis <[email protected]>
    drjova authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    5598f02 View commit details
    Browse the repository at this point in the history
  81. Merge pull request inveniosoftware#168 from drjova/fix-elasticsearch-…

    …fallback
    
      elasticsearch: fallback file per hostname
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    7ce2de7 View commit details
    Browse the repository at this point in the history
  82. webstat: downloads and pageviews as events

    * IMPROVEMENT Adds `downloads` and `pagesviews` as custom events.
    
    * Custom events will be registered only in elasticsearch if
      `CFG_ELASTICSEARCH_LOGGING` is enabled.
    
    Signed-off-by: Harris Tzovanakis <[email protected]>
    drjova authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    0d10ee3 View commit details
    Browse the repository at this point in the history
  83. Merge pull request inveniosoftware#139 from drjova/elasticsearch-only…

    …-option
    
      webstat: downloads and pageviews as events
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    002d648 View commit details
    Browse the repository at this point in the history
  84. BibCirculation: reset ILL overdue_letter_number

    * A ILL is currently extended by manually updating the *due_date* of
      that ILL, this leads to the following issue:
      A user receives an ILL recall letter, therefore gets the ILL extended
      at the library.
      The next ILL recall letter will be of the second category, since the
      *overdue_letter_number* never gets reseted.
    
    * Introduces the new function *update_ill_request_letter_number*
    
    * Changes the *overdue_letter_number* in case the updated due_date is a
      later date than the current due_date in
      *ill_request_details_step2*.
    
    Signed-off-by: Martin Vesper <[email protected]>
    mvesper authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    bd7c03a View commit details
    Browse the repository at this point in the history
  85. Merge pull request inveniosoftware#161 inveniosoftware#3592 from mves…

    …per/invenio_ill_recall_mail
    
      BibCirculation: reset ILL overdue_letter_number
    
      Notes:
        Update accordingly to Tibor's comments in inveniosoftware#3592
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    010c294 View commit details
    Browse the repository at this point in the history
  86. Merge pull request inveniosoftware#125 inveniosoftware#3203 from ddaz…

    …e/legacy-obelix-pr
    
      WebSearch: optional Obelix integration
    
    Conflicts:
    	modules/miscutil/lib/Makefile.am
    	modules/websearch/lib/websearch_webinterface.py
    	requirements.txt
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    c3ff4ce View commit details
    Browse the repository at this point in the history
  87. elasticsearch: Fix invenio.config import

    * Fixes creation of the Invenio config with the tool inveniocfg.
      The `elasticsearch_logging` module tries to use the invenio.config
      before the config is created. To reproduce remove the invenio.config
      and run `inveniocfg --update-all`.
    
    Signed-off-by: David Zerulla <[email protected]>
    ddaze authored and egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    a32bca8 View commit details
    Browse the repository at this point in the history
  88. Merge pull request inveniosoftware#142 from ddaze/cds_qa-elasticsearch

      elasticsearch: Fix invenio.config import
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    7170796 View commit details
    Browse the repository at this point in the history
  89. Merge pull request inveniosoftware#169 inveniosoftware#3616 from ddaz…

    …e/legacy-record-recommender
    
      BibFormat: optional record recommender
    
    Conflicts:
    	config/invenio.conf
    	modules/miscutil/lib/Makefile.am
    	modules/websearch/lib/websearch_webinterface.py
    	modules/webstyle/css/invenio.css
    egabancho committed May 9, 2016
    Configuration menu
    Copy the full SHA
    83e0951 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. Bibfield: Add y subfield to FFT

    * FFT__y subfield contains language for files uploaded to the
      committee documents collections.
    
    Signed-off-by: Sebastian Witowski <[email protected]>
    switowski committed May 17, 2016
    Configuration menu
    Copy the full SHA
    eae3331 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2016

  1. WebSearch: improve detection of record viewers

    * If CFG_CERN_SITE, consider the possibility of the viewer
      of a record being an egroup, defined as '[email protected]'
      insted of 'foo [CERN]'.
    
    Signed-off-by: Ludmila Marian <[email protected]>
    ludmilamarian committed May 31, 2016
    Configuration menu
    Copy the full SHA
    6c03a66 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Merge pull request inveniosoftware#184 from ludmilamarian/legacy_cern…

    …_record_viewer
    
    WebSearch: improve detection of record viewers
    egabancho authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    65fa017 View commit details
    Browse the repository at this point in the history
  2. Merge pull request inveniosoftware#156 from ludmilamarian/legacy_fix_…

    …prev_next_order
    
    Legacy fix prev next order
    egabancho authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    458236a View commit details
    Browse the repository at this point in the history
  3. Merge pull request inveniosoftware#175 from drjova/legacy-fix-submit-…

    …button-disable
    
    websubmit: disable submit button correction
    egabancho authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    3dd9125 View commit details
    Browse the repository at this point in the history
  4. Merge pull request inveniosoftware#176 from egabancho/legacy-multiedi…

    …t-remove-request
    
    BibEdit: remove request from multiedit search
    egabancho authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    72fbcf0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request inveniosoftware#177 from drjova/webjournal-redirec…

    …t-articles-from-deleted-categories
    
    WebJournal: redirect articles addition
    egabancho authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    fd9e4f7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request inveniosoftware#179 from ludmilamarian/legacy_fix_…

    …webjournal_index_page
    
    Legacy fix webjournal index page
    egabancho authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    2d775c2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request inveniosoftware#183 from switowski/2016-05-17-atla…

    …ntis-update
    
    Bibfield: Add y subfield to FFT
    egabancho authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    1f985ff View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2016

  1. Bibcirculation: escape user_info

    * In some HTML templates, the user info is stored inside an option
      tag. The HTML is created surrounded by single quotes, therefore
      user_info containing a single quote could break it.
    mvesper committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    f29ed36 View commit details
    Browse the repository at this point in the history