Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SADE-Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
fontane-notizbuecher
SADE-Project
Commits
4e681863
Commit
4e681863
authored
7 years ago
by
Mathias Goebel
Browse files
Options
Downloads
Plain Diff
Merge branch 'hotfix/1.1.1'
parents
18f6d914
4953c8d7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.properties
+1
-1
1 addition, 1 deletion
build.properties
post-install.xql
+1
-1
1 addition, 1 deletion
post-install.xql
with
2 additions
and
2 deletions
build.properties
+
1
−
1
View file @
4e681863
project.version
=
1.1
project.version
=
1.1
.1
This diff is collapsed.
Click to expand it.
post-install.xql
+
1
−
1
View file @
4e681863
...
...
@@ -115,7 +115,7 @@ declare variable $credentialInjection :=
case 4 return update replace $configdoc//param[@key="dokuwiki.user"]/text() with text {$line}
case 5 return update replace $configdoc//param[@key="dokuwiki.password"]/text() with text {$line}
default return false();
declare variable $SetAdminPw := sm:passwd("admin", string($configdoc//param[@key="secret"]/text()));
declare variable $config := map:new(for $param in $configdoc/config/param
return map:entry(string($param/@key), string($param))
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment