Skip to content

Commit ff19718

Browse files
committed
InterWiki Bug + cosmetic changes
1 parent 615e0ba commit ff19718

File tree

6 files changed

+23
-7
lines changed

6 files changed

+23
-7
lines changed

data/pages/howto/getting_started/1_dokuwiki.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
{ "path": ":wiki:markup_getting_started:1_dokuwiki" }
77
],
88
"name": "Dokuwiki Up and Running",
9-
"page_id": "52gxusbx7sb0v76bgvn9v"
9+
"page_id": "52gxusbx7sb0v76bgvn9v",
10+
"template": "holy"
1011
}
1112
---
1213
====== How to get DokuWiki Up and Running? ======

data/pages/howto/getting_started/8_git.txt

+1-6
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,10 @@ This page will show you how to store your site as [[:docs:admin:website|combo si
1919
===== Steps =====
2020

2121
==== Create a remote Git Repository ====
22-
We will be using [[https://github/com|GitHub]] as example but you can use any Git Repository Provider such as [[https://gogs.io/|Gogs]], [[https://gitlab.com|GitLab]] or [[https://gitea.com/|Gitea]].
22+
We will be using [[https://github/com|GitHub]] as example, but you can use any Git Repository Provider such as [[https://gogs.io/|Gogs]], [[https://gitlab.com|GitLab]] or [[https://gitea.com/|Gitea]].
2323

2424
For GitHub, follow this [[https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository|article]] to create your new repository.
2525

26-
27-
28-
29-
30-
3126
==== Create a local Git Repository ====
3227

3328
In the directory that was used with the [[howto:getting_started:1_dokuwiki|docker command]], initialize a Git repository

data/pages/release/1.25.1.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---json
2+
{
3+
"name": "Release 1.25.1",
4+
"page_id": "bluv8px731kd6yuowg4zy"
5+
}
6+
---
17
====== Release 1.25.1 ======
28

39

data/pages/release/1.25.2.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---json
2+
{
3+
"name": "Release 1.25.2",
4+
"page_id": "81e7mkf2v8shatqo930y7"
5+
}
6+
---
17
====== Release 1.25.2 ======
28

39

data/pages/release/1.25.3.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---json
2+
{
3+
"name": "Release 1.25.3",
4+
"page_id": "z29qtzhwjoxv7yrk924jw"
5+
}
6+
---
17
====== Combo Release 1.25.3 ======
28

39

data/pages/release/1.25.4.txt

+2
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ This is a version not yet released.
2525
* [[:docs:analytics:replication|Database Sync]]: the database sync uses a lock that is deleted at the end by a shutdown function. In php 8.3, this function should not print any debug statement otherwise the [[doku>TaskRunner]] returns no response (ie gif) even if successfull.
2626
* [[:docs:router:ban|Ban]] was not working. We checked at the very first event but as in the last DokuWiki, the Authorization is handled by a class, the new checks were not working and gave no permissions to see the home page. We make now the ban check at the [[doku>devel:event:dokuwiki_init_done|dokuwiki_init_done]] event.
2727

28+
2829
==== Improvement ====
2930
* Deleted warnings caused by php8.3 about array and other php7 construct.
31+
* InterWiki: We put the interwiki name in lowercase (mandatory)

0 commit comments

Comments
 (0)