The macro authors should handle the case where there are no identifiers for a
author. Therefore this check had to be added.
NOTE:
further removed the copyright noting Mojib Wali. we stick with TU Graz
further added a newline in the end of the file
The look of the result entries should now be the same as on the frontpage.
The main difference from the default layout is that the access badge is not more a
badge. It is now in the footer on the right side. The main reason is that the
green color of the badge could lead to the wrong conclusion that if this record
has the access right "Open Acess" it would be a "Green Open Access" record.
NOTES:
It was necessary to import also some React classes into the components.js file
which were not really overriden. This was because it was not possible to import
it from invenio-app-rdm/search/components.js directly. This should be repaired
in some ways.
modified run-test.sh to newer invenio-pytest commands- which will now also run the tests written /test directory.
* removed docker-service-cli version restriction
* bump Sphinx version
*added missing imports (tests)
* style(ui): adding divider for login with.
* login_user.html
* register_user.html
* style(ui): 'login with' hyperlink same style as button.
style(css): adding semantic ui css class.
* build: restricting the version for docker-services-cli
the new release was not stable.
* bugfix(ui): home text & icon collapse in small screen.
* added home text & icon inside span tag.
* inline css with nowrap white-space.
* refactor(ui): adding the text of 'Library & Archives', This closes#110
* bugfix(format): adding new line a the end of the file.
* refactor(ui): changing the text to capital letters, to match the other.
* adding extra css for position/style of the text.
* style(ui): fixed misspelled.
* bugfix(format): adding new line a the end of the file.
* modification(ui): from Logout/SignUp to Sign up
* modification(ui): changing texts to - Log in, Log out and Sign up
removing icons from header.
* Orcid => orcid
* filter contributertype_title deprecated
* records.metadata.title and for additional title there is a new field additional_titles.
* records.metadata.description and for additional description there is a new field additional_descriptions.
This closes#114.
* Marked the strings & Url hyperlinks for translation.
* compiled and updated the translation files with the help of Babel commands.
* Added some test translations to check if it works.