Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/problem-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ A clear and concise description of what you expected to happen.
Please provide a link to your data (e.g. https://github.com/Edirom/EditionExample) to see the problem or an extract of your data to reproduce the problem.

**Edirom information**
- Version of Edirom-Online [e.g. Release v1.1.0, see [releases](https://github.com/Edirom/Edirom-Online/releases)]
- Version of Edirom-Online Frontend and Backend (e.g. Release v1.1.0, see About page in Edirom-Online interface - top-right corner)
- Version of Edirom-Online [e.g. Release v2.2.0, see [releases](https://github.com/Edirom/Edirom-Online/releases)]
- Version of Edirom-Online Frontend and Backend (e.g. Release v1.2.0, see About page in Edirom-Online interface - top-right corner)
- Add any other context, that might be helpful

**Environment information**
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ authors:
orcid: https://orcid.org/0009-0000-4410-4627
identifiers:
- type: doi
value: 10.5281/zenodo.17234728
value: 10.5281/zenodo.17977921
description: Edirom Online Frontend
repository-code: https://github.com/Edirom/Edirom-Online-Frontend
abstract: >-
Expand All @@ -43,5 +43,5 @@ abstract: >-
analysis of critical musical editions in a digital format,
particularly in the fields of musicology and philology.
license: GPL-3.0
version: v1.1.0
date-released: 2025-10-01
version: v1.2.0
date-released: 2025-12-18
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Available properties for override:
- `backend.host` (default: `localhost`)
- `backend.port` (default: `8080`)
- `backend.path` (default: `/exist/apps/Edirom-Online-Backend/`)
- `project.version` (default: `1.1.0`)
- `project.version` (default: `1.2.0`)
- `project.app` (default: `Edirom-Online-Frontend`)
- `project.title` (default: `Edirom-Online Frontend`)
- `repo.target` (default: `Edirom-Online-Frontend`)
Expand Down Expand Up @@ -71,10 +71,10 @@ project.version=2.0.0
* Login with "admin:[empty]"
* build and deploy **xar of Edirom-Online Backend**
* also see [building locally] above
* at `http://localhost:8080/exist/apps/dashboard/admin#` (signed-in) go to "Package Manager" then "Upload" and select the xar file which (supposed above build-method was used) was built at `/PATH_TO_LOCAL_EDIROM_REPO/build-xar/Edirom-Online-Backend-1.1.0-[TIMESTAMP].xar`
* at `http://localhost:8080/exist/apps/dashboard/admin#` (signed-in) go to "Package Manager" then "Upload" and select the xar file which (supposed above build-method was used) was built at `/PATH_TO_LOCAL_EDIROM_REPO/build-xar/Edirom-Online-Backend-1.2.0-[TIMESTAMP].xar`
* build and deploy **xar of Edirom-Online Frontend**
* for building the frontend module please see https://github.com/Edirom/Edirom-Online-Frontend
* at `http://localhost:8080/exist/apps/dashboard/admin#` (signed-in) go to "Package Manager" then "Upload" and select the xar file which (supposed above build-method was used) was built at `/PATH_TO_LOCAL_EDIROM_REPO/build-xar/Edirom-Online-Frontend-1.1.0-[TIMESTAMP].xar`
* at `http://localhost:8080/exist/apps/dashboard/admin#` (signed-in) go to "Package Manager" then "Upload" and select the xar file which (supposed above build-method was used) was built at `/PATH_TO_LOCAL_EDIROM_REPO/build-xar/Edirom-Online-Frontend-1.2.0-[TIMESTAMP].xar`
* build **xar of sample data** for deploying at exist-db
* also see [building sample data]
* at `http://localhost:8080/exist/apps/dashboard/admin#` (signed-in) go to "Package Manager" then "Upload" and select the xar file which (supposed above build-method was used) was built at `/PATH_TO_LOCAL_EDIROM_EDITION_EXAMPLE_REPO/build/EditionExample-0.1.1.xar`
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<property name="backend.url" value="${backend.protocol}://${backend.host}:${backend.port}${backend.path}"/>

<!-- other properties -->
<property name="project.version" value="1.1.0"/>
<property name="project.version" value="1.2.0"/>
<property name="project.app" value="Edirom-Online-Frontend"/>
<property name="project.title" value="Edirom Online Frontend"/>
<property name="repo.target" value="${project.app}"/>
Expand Down
2 changes: 1 addition & 1 deletion resources/js/edirom-core-web-components