Gitlab Community Edition Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
subugoe
ahiqar
backend
Compare revisions
6085c4bfe125771faf0cfc53557819b84c7ab106 to 4e393fb7e17881f9d64501f1113badea74b545cd
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
subugoe/ahiqar/backend
Select target project
No results found
4e393fb7e17881f9d64501f1113badea74b545cd
Select Git revision
Swap
Target
subugoe/ahiqar/backend
Select target project
subugoe/ahiqar/backend
1 result
6085c4bfe125771faf0cfc53557819b84c7ab106
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
fix: semantic errors
· 82ff70e9
Michelle Weidling
authored
4 years ago
82ff70e9
Merge branch 'bugfix/
#88
-syntax' into 'develop'
· 4e393fb7
Mathias Goebel
authored
4 years ago
fix: semantic errors Closes
#88
See merge request
!60
4e393fb7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+6
-0
6 additions, 0 deletions
CHANGELOG.md
exist-app/build.properties
+1
-1
1 addition, 1 deletion
exist-app/build.properties
exist-app/post-install.xq
+1
-1
1 addition, 1 deletion
exist-app/post-install.xq
exist-app/tests/tests-runner.xq
+1
-1
1 addition, 1 deletion
exist-app/tests/tests-runner.xq
with
9 additions
and
3 deletions
CHANGELOG.md
View file @
4e393fb7
...
...
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [2.2.2.] - 2021-01-11
### Fixed
-
semantic errors that lead to the application not being installed properly.
## [2.2.1] - 2020-11-16
## Changed
...
...
This diff is collapsed.
Click to expand it.
exist-app/build.properties
View file @
4e393fb7
project.name
=
https://ahikar-test.sub.uni-goettingen.de/
project.version
=
2.2.
0
project.version
=
2.2.
2
project.title
=
TextAPI for Ahikar
project.abbrev
=
ahikar-test
project.processorversion
=
5.2.0
...
...
This diff is collapsed.
Click to expand it.
exist-app/post-install.xq
View file @
4e393fb7
...
...
@@ -84,7 +84,7 @@ return (sm:chown($path, "admin"), sm:chmod($path, "rwsrwxr-x"))),
"ahiqar_collection.xml"
,
"ahiqar_collection_meta.xml"
,
"ahiqar_tile.xml"
,
"ahiqar_tile_meta.xml"
)
"ahiqar_tile_meta.xml"
,
"kant_sample.xml"
)
return
...
...
This diff is collapsed.
Click to expand it.
exist-app/tests/tests-runner.xq
View file @
4e393fb7
...
...
@@ -29,7 +29,7 @@ let $test-results :=
test:suite
(
util:list-functions
(
"http://ahikar.sub.uni-goettingen.de/ns/tapi/html/tests"
))
,
test:suite
(
util:list-functions
(
"http://ahikar.sub.uni-goettingen.de/ns/tei2html-tests"
))
,
test:suite
(
util:list-functions
(
"http://ahikar.sub.uni-goettingen.de/ns/tei2html-textprocessing-tests"
))
,
test:suite
(
util:list-functions
(
"http://ahikar.sub.uni-goettingen.de/ns/tapi/images/tests"
))
test:suite
(
util:list-functions
(
"http://ahikar.sub.uni-goettingen.de/ns/tapi/images/tests"
))
,
test:suite
(
util:list-functions
(
"http://ahikar.sub.uni-goettingen.de/ns/tapi/txt/normalization/tests"
))
)
...
...
This diff is collapsed.
Click to expand it.