Commit Graph
144 Commits
Author SHA1 Message Date
Mojib WaliandGitHub 6360bcab7b doimint: adds positive message on doi register 2021-03-16 12:53:47 +01:00
Mojib WaliandGitHub 95710c440e depositform: get doi from backend 2021-03-16 09:55:59 +01:00
David EckhardandMojib Wali 063ddc985a refactor: remove unused files 2021-03-16 08:37:04 +01:00
David EckhardandMojib Wali 6cb248644b feature: add doi retrieve endpoint 2021-03-16 08:37:04 +01:00
Mojib WaliandGitHub e3897c8d46 v1.9.1 2021-03-12 13:27:51 +01:00
UnixandMojib Wali dd4bc1ffdf bugfix: read env variables of datacite 2021-03-12 13:10:47 +01:00
UnixandMojib Wali 046b009420 bugfix: removed css which caused the btn to disapear 2021-03-12 12:59:00 +01:00
UnixandMojib Wali 6210a8bad9 global: adds copyrights 2021-03-12 12:59:00 +01:00
UnixandMojib Wali de83dd0d1b frontpage: show a message when there are no public record. 2021-03-12 12:59:00 +01:00
UnixandMojib Wali 462fc27ae7 footer: adds target blank for extern link 2021-03-12 12:59:00 +01:00
Mojib WaliandGitHub f45a74ac42 v1.9.0 2021-03-11 14:53:49 +01:00
Mojib WaliandGitHub b475da5abf ui: removes links that are not implemented 2021-03-11 14:49:23 +01:00
Mojib WaliandGitHub 050d7b0feb style: adds styling for zammad form
* style: adds styling for zammad form
config: added config var for enable/disable form
 (#158)
2021-03-11 14:49:06 +01:00
Mojib WaliandGitHub 67c3828fc0 DOI minting
* feature: adds doi minting(#161)
* overrides deposit page
* deposit edit page
* record landingpage
2021-03-11 14:48:24 +01:00
rekt-hardandGitHub 4094730481 doi plugin
* feature: encrypt doi password
* bugfix: add URL rule for pages
2021-03-10 15:30:17 +01:00
Mojib WaliandGitHub daace427b9 v1.8.0 2021-03-09 09:33:17 +01:00
rekt-hardandGitHub baa7d290c7 zammad contact form (#156) 2021-03-09 09:04:32 +01:00
Mojib WaliandGitHub d17b83b67f v1.7.0 2021-03-01 18:47:36 +01:00
rekt-hardandGitHub 2b60954fe4 modification: add theming variables (#152) 2021-03-01 18:33:47 +01:00
Mojib WaliandGitHub ee94d72b65 global: required changes for feb release (#155)
* disabled search and landingpage override
* search query modified
* routes: injecting routes to override
2021-03-01 16:10:28 +01:00
David Eckhard 07e205f04c bugfix(*): fix record creators name access
access name via creator.person_or_org.name.
2021-02-10 10:01:39 +01:00
Mojib WaliandGitHub 28403053d2 v1.6.0 2021-01-29 10:58:02 +01:00
Christoph LadurnerandGitHub 1e9ea81f1c Merge pull request #141 from utnapischtim/feature/override-landing-page
override landing page
2021-01-19 11:28:25 +01:00
Christoph LadurnerandGitHub c4356b744b Merge pull request #142 from utnapischtim/feature/override-search-v2
Feature/override search v2
2021-01-18 13:33:34 +01:00
Christoph LadurnerandGitHub 752b5128bf Merge pull request #143 from utnapischtim/feature/frontpage-fixes
Feature/frontpage fixes
2021-01-18 13:32:41 +01:00
Mojib WaliandGitHub b09c491e9c bugfix: sigup page 2021-01-12 12:58:56 +01:00
Christoph Ladurner a2c77a8332 bugfix(ui): start page license was not a url 2021-01-11 23:28:40 +01:00
Christoph Ladurner 69aff9f7b0 feature(ui): show the license also in the frontpage 2021-01-11 23:28:40 +01:00
Christoph Ladurner 61a00bfbbc bugfix(ui): creator could have potentially no identifiers
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
2021-01-11 23:28:40 +01:00
Christoph Ladurner 8913ef6301 feature(ui): add license to the accessRight visualisation on the search 2021-01-11 17:01:51 +01:00
Christoph Ladurner ccfde55f45 bug(ui): colors of the accessRights should be different
there was only one color for the accessRights: the open access color.
now every type has his own color.
2021-01-11 17:01:51 +01:00
Christoph Ladurner 2543ee9cbf bugfix(config): add source of SEARCH_UI_SEARCH_TEMPLATE variable 2021-01-11 17:01:51 +01:00
Christoph Ladurner 1598b04ed6 feature(ui): override the default search react app from invenio-app-rdm
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.
2021-01-11 17:01:51 +01:00
Christoph Ladurner 90bd39a010 modification(ui): use invenio-app-rdm/landing_page to update landing_page 2021-01-11 15:52:56 +01:00
Mojib WaliandGitHub 858f02ba19 bugfix: search for published records. (#139)
This closes #126
2021-01-08 13:05:25 +01:00
Mojib WaliandGitHub a4a4d13322 refactor: coming_soon url change 2021-01-08 13:05:01 +01:00
Christoph LadurnerandGitHub 02d171009e Merge pull request #133 from utnapischtim/feature/various-ui-bugfixes
Feature/various UI bugfixes
2021-01-07 21:39:50 +01:00
Mojib WaliandGitHub a6681cbe4b feature(ui): refactor submenu
* get rid of Communities link
* adding translation to Uploads

This closes #131
2021-01-05 09:46:25 +01:00
Mojib WaliandGitHub 4e613637f9 refactor: translations
* bugfix: adding missing (date) var.

* refactor(translations): re-translat of some texts.

* modification(translate): changed the translation text
2020-12-30 10:42:43 +01:00
Christoph Ladurner 4af121bda3 feature(ui): add subjects to frontpage article items 2020-12-29 15:56:08 +01:00
Christoph Ladurner feba2ff440 bugfix(ui): adapt badges on frontpage to look the same as on search page
resource type color was different. publication date badge and version badge were
moved together into one badge.
2020-12-29 15:56:03 +01:00
Christoph Ladurner 5eb9c40081 bugfix(ui): display access right on frontpage the same way as in search page 2020-12-29 15:55:57 +01:00
Christoph Ladurner 22aed7444a bugfix(ui): center More button
the More button was slightly floated to the left side of the column. This looked
weird. Now it is in the center of the column.
2020-12-29 15:55:51 +01:00
Mojib WaliandGitHub 4ce5bc6043 v1.3.1 2020-12-15 15:23:47 +01:00
Mojib WaliandGitHub 5e5464969b bugfix: adding flash messages for accounts template. (#124) 2020-12-15 15:23:00 +01:00
Mojib WaliandGitHub 2e5f27a590 v1.3.0 2020-12-14 10:46:22 +01:00
Mojib WaliandGitHub 42259b4cb5 feature: adding translation. 2020-12-14 10:45:01 +01:00
Mojib WaliandGitHub 924dde4fa7 v1.2.0 2020-12-10 12:54:15 +01:00
Mojib WaliandGitHub 204f7b81c3 test: adding tests
* test: removed no cover
* tests: adding tests for functions.
   * test_make_dict_like
   * test_cast_to_dict
2020-12-10 12:25:52 +01:00
Mojib WaliandGitHub 10881c5627 refactor/accounts (#120)
* 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.
2020-12-10 11:19:35 +01:00