Alexander Wagner

Results 13 issues of Alexander Wagner

Basically, due to [load_template()](https://github.com/inveniosoftware/invenio/blob/d4654c31b75c6445eeb6daf04cd8b8755ce70e5a/modules/bibcirculation/lib/bibcirculationadminlib.py#L290) implementation in `bibcirculationadminlib` it is currently not possible to add additional borrower notification forms without changing invenio core code. As the templates available are configured via...

Type: enhancement
Component: BibCirculation
Branch: maint-1.1
Size: beginner-friendly

For generation of the Holdings-tab invenio checks if all items are set to status `missing`. If all items are missing the display changes to a link for the ILL subsystem...

Type: bug
Component: BibCirculation
Branch: maint-1.1
Size: beginner-friendly

invenios 1.1 `bibcirculation` module uses the collection `Books` in various places. Besides being missleading, as a usual library holds much more than just books, this also collides with the use...

Type: bug
Component: BibCirculation
Branch: maint-1.1
Size: easy

Currently, the document type manager, that may be included in `websubmit` or be called from the detailed page allows to set a document type per file uploaded. It also displays...

Type: enhancement
Component: BibDocFile
Branch: maint-1.1
Size: easy

The files tab of invenio 1.x groups files by the document type configured via `CFG_BIBDOCFILE_DOCUMENT_FILE_MANAGER_DOCTYPES`. However, for the display constant generated `bibdocfile_templates.py` does not use the configured display constant, but...

Type: bug
Component: BibDocFile
Branch: maint-1.1
Size: easy

`bibcirculation.py` of maint-1.1 [L452](https://github.com/inveniosoftware/invenio/blob/d4654c31b75c6445eeb6daf04cd8b8755ce70e5a/modules/bibcirculation/lib/bibcirculation.py#L452) sends ILL request to some gmail address which is most likely not correct. (JOIN² is not going to use this module, however, if someone else might...

Type: bug
Component: BibCirculation
Branch: maint-1.1

There seem to be several issues in the set due date functionality, ie the manual overwrite of due dates by library staff. 1. From the patrons page: ![patron](https://user-images.githubusercontent.com/7702850/28269441-656dbb02-6b02-11e7-9d66-329d24571fa6.png) - _select...

Type: bug
Component: BibCirculation
Branch: maint-1.1

It seems that upon expansion of `bibedit` record templates the indicators set get ignored: ```xml VOLATILE:URL VOLATILE:Table of Contents, Inhaltsverzeichnis, full text, Download ``` exposes `$u` and `$y` as subfields...

Type: bug
Component: BibEdit
Branch: maint-1.1

In websearchadminlib, around line 3527 (https://github.com/inveniosoftware/invenio/blob/master/modules/websearch/lib/websearchadminlib.py#L3527) one finds the following code: ``` #Disable holdings tab if collection != Books collection = run_sql("""select name from collection where id=%s""", (colID, )) if...

Type: enhancement
Component: BibCirculation
Branch: maint-1.1

We tried to create a bunch of icons for our FullTexts collection, as they were suppressed upon original ingestion. Thus we called ``` $ inv $ib/bibtasklet -N createicons -T bst_create_icons...

Type: bug
Component: WebSubmit
Branch: maint-1.1
Service: CDS