Commit Graph

53 Commits

Author SHA1 Message Date
mb 00145cc0ee enhancement
reduced recent_uploads to 5 records, added searchbar to frontpage. This closes #47
2020-07-21 14:28:29 +02:00
mb 46faf1a7a5 adjustment to module
isort fixed this closes #53
2020-07-21 08:29:54 +02:00
Mojib 141df29666 version badge
seperated version badge from publication_date
2020-07-20 09:24:08 +02:00
mb aa21a8ad22 orcid logo
added orcid logo to static
2020-07-18 16:33:36 +02:00
mb 347f3edc03 fixed mapping on creators for authors.html
fixed margin of h2,h4 plus added some css style.
2020-07-17 22:13:36 +02:00
mb de06337ae2 frontpage data
first draft designing the frontpage with recent uploads and segment for contact us.
2020-07-17 15:12:30 +02:00
mb-wali 503779d5b4 Merge pull request #49 from freelion93/issue_37
fix the browser compatibility; this closes #40
2020-07-15 09:23:36 +02:00
mb-wali 2ba22eba7f Merge pull request #52 from freelion93/issue_50
Fix the font-family import
2020-07-15 09:21:24 +02:00
Nikita Lvov d00a5f1e55 fixing the font import for the new invenio rdm release; this closes #50 2020-07-14 22:15:21 +02:00
Nikita Lvov 125088d92c increase the underline menu line border size to 3px 2020-07-14 21:43:37 +02:00
Nikita Lvov f8668b9f06 fix the browser compatibility; this closes #40 2020-07-13 14:29:01 +02:00
Mojib 47fd19c571 frontpage draft
views.py is rendering index.html which is / endpoint, which is the frontpage. config.py is disabling the default frontpage from invenio-app-rdm.
2020-07-13 13:16:00 +02:00
Mojib 47a4121fc3 arranged config.py variables
clear comments and module names added, also fixed the type this closes #15
2020-07-13 11:27:51 +02:00
mb-wali 32cd8c78fb v1.0.3 2020-07-10 13:53:12 +02:00
mb-wali f6a8c15a60 v1.0.2a 2020-07-10 13:48:37 +02:00
mb 39688c0a67 hyperlink bug
fixed bug in login.html
2020-07-10 13:47:19 +02:00
mb 61d486edf1 hyperlink bug
fixed bug in login.html
2020-07-10 13:46:08 +02:00
mb-wali 16b213f634 v1.0.2 2020-07-10 10:20:25 +02:00
mb e195ee725f clean frontpage
removed content from frontpage
2020-07-10 10:02:44 +02:00
mb 7315eee27c modified login page
removed hyperlink hover color
2020-07-10 09:42:50 +02:00
mb 63a9752093 modified login with
used semantic_ui animated class to fade on hover.
2020-07-09 16:46:50 +02:00
mb-wali 1d8271dca3 v1.0.1 2020-07-08 16:37:32 +02:00
mb 4cfeb71763 overriding register_user template
added the variable and html for sigup page.
2020-07-08 11:50:25 +02:00
mb 0e47201fd1 condition on sigup
added a if condition to check the variable SECURITY_REGISTERABLE value.
2020-07-08 11:15:59 +02:00
Nikita Lvov 92acf24852 fixing the length of menu underline; fixing the padding for the menu elements; adding the sign up button on the main page; this closes #37 2020-07-06 10:54:54 +02:00
Nikita Lvov f1f0ef21dc fix centering main menu on the small scale; this closes #37 2020-07-02 14:26:15 +02:00
Nikita Lvov efd3f4d50a draft commit, changing the style of main menu; 2020-07-02 09:26:38 +02:00
mb-wali 8b4c1986b0 Merge pull request #36 from freelion93/issues_25_31_32
This closes #25, #31, #32.
2020-07-01 10:22:28 +02:00
Nikita Lvov dbe21070b6 adding the *.ico extension to the manifest in #25; fixing the hovering tugraz logo #31; fixing the centralisation of the menu when window is minimized #32;
adding the *.ico extension to the manifest in #25; fixing the hovering tugraz logo #31; fixing the centralisation of the menu when window is minimized #32;
2020-07-01 09:51:53 +02:00
Nikita Lvov 7fee8a2730 fixing the padding on the header menu; adding favicon image; this closes #25, closes #31, closes #32; 2020-06-26 16:37:00 +02:00
mb 774c068177 string mark for translation 2020-06-25 15:03:53 +02:00
mb 31784c8132 first translation mark
created needed folder and file, marked some strings to translate
2020-06-25 14:57:23 +02:00
mb d9ca2a0542 login with tugraz
added segment with hyperlink to login with SSO of tugraz. This closes #23.
2020-06-22 14:24:16 +02:00
mb-wali cc7eebfcd3 Merge pull request #28 from freelion93/issues_6_20
Issues #6, #20, #26 fixes
2020-06-22 09:03:55 +02:00
Nikita Lvov 06540d5add fixing the padding on the hovering; adding the Source Sans Pro font; fixing the font size; adding the SVG icon to Menu button 2020-06-19 18:38:16 +02:00
Nikita Lvov a067e25c6a Highilighing the language hover, changing search icon to semantic ui one 2020-06-17 15:32:58 +02:00
mb b5d7aeead3 version 1.0.0 2020-06-17 12:50:58 +02:00
Nikita Lvov e159790e40 Applied new font to the body, fixed search icon hover 2020-06-17 08:24:29 +02:00
Christoph Ladurner 3be8708428 theme.js refactoring
the function hide has been refactored to toggleVisibility. The target element id
is now given by a parameter.
2020-06-15 21:44:38 +02:00
Christoph Ladurner 62c52b1c68 separate html and javascript code
the function hide was in the header.html file enclosed by script tags. it has
been moved to the theme.js file.

to make it run it was necessary to add a entry point to the WebpackThemeBundle
instance in webpack.py (render the js file) and include the resulting js file
manually in footer.html (to be loaded in the browser).
2020-06-15 21:40:36 +02:00
mb 9b412df440 modified config.py:
added the missing variable see issue #14 and updated variables comment.
2020-06-14 16:19:32 +02:00
mb ed03878fe0 travis check:
invenio-assets module to install requires, removed commented lines.
2020-06-10 17:35:42 +02:00
mb 7d0255b15f migrate to semantic_ui:
This commit holds alot of changes in the UI, migration of bootstrap to semantic-ui, override of header.html and setting them for /search & /deposite endpoints. PS. The migration is not finished.
2020-06-10 15:33:11 +02:00
mb 657a12185a last touch 2020-05-13 11:17:55 +02:00
mb 3fedae86d9 var 2020-05-13 09:20:37 +02:00
mb-wali 7edcb813af Update config.py 2020-05-12 16:02:46 +02:00
mb 2fc05a8294 issue #9 fix 2020-05-06 14:09:24 +02:00
mb 38ca189ddf copyrights, footer.html, i18n 2020-05-04 16:59:14 +02:00
mb f733b87a95 copyrights, footer.html, i18n 2020-05-04 16:55:03 +02:00
mb-wali 15ff93aa22 Dev (#3)
* isort

* manifest updated

* manifest updated

* tests

* tests modify
2020-05-01 19:35:42 +02:00