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

Catch up 1.15.2 changes to ett-theme (attempt 2) #2

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem "github-pages"
gem 'github-pages'
gem "ffi","1.16.3"
gem 'jekyll-sitemap'
gem 'jekyll-redirect-from'
Expand Down
2 changes: 0 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#baseurl: /seek

remote_theme: ELIXIR-Belgium/[email protected]

current_seek_version: "1.15.2"
current_docker_tag: "1.15"

Expand Down
9 changes: 3 additions & 6 deletions contributing-to-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,22 @@ layout: page

If you find a mistake or wish to make an improvement to these pages, you can do so. For a small mistake, just let us know by [contacting us](contacting-us.html). For other changes you can also access and edit the pages themself.

As well as the SEEK source code, these pages are also stored in GitHub at [https://github.com/seek4science/seek](https://github.com/seek4science/seek)
and served by [GitHub pages](https://pages.github.com/).

They are under the branch [_gh-pages_](https://github.com/seek4science/seek/tree/gh-pages). Pages are in [Markdown](https://help.github.com/articles/markdown-basics/) format, with a _.md_ extension, but get converted into HTML for you.
These pages can be found in Github at [https://github.com/seek4science/seek-documentation](https://github.com/seek4science/seek-documentation). Pages are in [Markdown](https://help.github.com/articles/markdown-basics/) format, with a _.md_ extension, but get converted into HTML for you.
New pages require a formatter at the top, that looks like:

---
title: my lovely page
layout: page
---

For example, this page can be found at [https://raw.githubusercontent.com/seek4science/seek/gh-pages/contributing-to-pages.md](https://raw.githubusercontent.com/seek4science/seek/gh-pages/contributing-to-pages.md)
For example, this page can be found at [https://raw.githubusercontent.com/seek4science/seek-documentation/main/contributing-to-pages.md](https://raw.githubusercontent.com/seek4science/seek-documentation/main/contributing-to-pages.md)

If you want to view your changes as you edit them, with Ruby installed you can install and run Jekyll with:

gem install bundler
bundle install
bundle exec jekyll serve

and then goto [localhost:4000/seek/](http://localhost:4000/seek/). For more information please see [Using Jekyll with Pages](https://help.github.com/articles/using-jekyll-with-pages/)
and then goto [localhost:4000](http://localhost:4000). For more information please see [Using Jekyll with Pages](https://help.github.com/articles/using-jekyll-with-pages/)

You can make a change by forking and issuing a pull request. If contributing through GitHub is unfamiliar to you, please read [Contributing to Open Source on GitHub](https://guides.github.com/activities/contributing-to-open-source/)
13 changes: 12 additions & 1 deletion tech/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ Please see [Getting FAIRDOM-SEEK](/get-seek.html) for details about installing S

If you have any comments or feedback about a release, then please [Contact Us](/contacting-us.html)

## Version 1.15.2

Release date: _18th July 2024_

A patch release with a couple of small fixes:

* Fix to XLSX files incorrectly being detected and changed to a zip mime type in some cases when a processing error occurs.
* Fix to losing the temporary access code in the URL when switching between versions or clicking on the "Back to Model" button.

For a full list, see [closed issues for 1.15.2](https://github.com/seek4science/seek/milestone/25?closed=1)

## Version 1.15.1

Release date: _20th June 2024_
Expand All @@ -23,7 +34,7 @@ A patch release that includes some important bug fixes and improvements, in part
* Fix to correctly transfer Sample sharing policies from the originating Data file when extracted.
* Fix to the page shown when starting to import a DMP.
* Better error handing and reporting when BiVeS model comparison fails.
* Various small Datahub and Single Page View fixes and improvements.
* Various small fixes and improvements, regarding Experiment Sample Templates and the Single Page View.

For a full list, see [closed issues for 1.15.1](https://github.com/seek4science/seek/milestone/22?closed=1)

Expand Down
8 changes: 4 additions & 4 deletions tech/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,17 @@ If you have an existing installation linked to our GitHub, you can fetch the
files with:

git fetch
git checkout v1.15.1
git checkout v1.15.2

#### Updating using the tarball

You can download the file from
<https://github.com/seek4science/seek/archive/v1.15.1.tar.gz> You can
<https://github.com/seek4science/seek/archive/v1.15.2.tar.gz> You can
unpack this file using:

tar zxvf seek-1.15.1.tar.gz
tar zxvf seek-1.15.2.tar.gz
mv seek seek-previous
mv seek-1.15.1 seek
mv seek-1.15.2 seek
cd seek/

and then copy across your existing filestore and database configuration file
Expand Down
8 changes: 3 additions & 5 deletions tech/useful-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,16 @@ FAIRDOM Website: [https://fair-dom.org](https://fair-dom.org)

SEEK Github page: [https://github.com/seek4science/seek](https://github.com/seek4science/seek)

SEEK JIRA - Issue tracking: [https://fair-dom.org/issues](https://fair-dom.org/issues)

​Continuous Integration testing (Travis): [https://travis-ci.org/seek4science/seek](https://travis-ci.org/seek4science/seek)
SEEK Issue tracking: [https://fair-dom.org/issues](https://fair-dom.org/issues)

SEEK software website: [https://seek4science.org](https://seek4science.org)

SEEK installation guide: [/tech/install.html](/tech/install.html)

SEEK changelog: [/tech/releases/](/tech/releases)

JERM ontology: [https://github.com/SysMO-DB/JERMOntology](https://github.com/SysMO-DB/JERMOntology)
JERM ontology: [https://jermontology.org](https://jermontology.org)

SEEK demo site: [https://demo.sysmo-db.org](https://demo.sysmo-db.org)
SEEK demo site: [https://demo.seek4science.org](https://demo.seek4science.org)

SEEK test site: [https://testing.sysmo-db.org](https://testing.sysmo-db.org)
Loading