Skip to content

Commit

Permalink
InterWiki Bug + cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardnico committed Aug 30, 2024
1 parent 615e0ba commit ff19718
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 deletions.
3 changes: 2 additions & 1 deletion data/pages/howto/getting_started/1_dokuwiki.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
{ "path": ":wiki:markup_getting_started:1_dokuwiki" }
],
"name": "Dokuwiki Up and Running",
"page_id": "52gxusbx7sb0v76bgvn9v"
"page_id": "52gxusbx7sb0v76bgvn9v",
"template": "holy"
}
---
====== How to get DokuWiki Up and Running? ======
Expand Down
7 changes: 1 addition & 6 deletions data/pages/howto/getting_started/8_git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,10 @@ This page will show you how to store your site as [[:docs:admin:website|combo si
===== Steps =====

==== Create a remote Git Repository ====
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]].
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]].

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






==== Create a local Git Repository ====

In the directory that was used with the [[howto:getting_started:1_dokuwiki|docker command]], initialize a Git repository
Expand Down
6 changes: 6 additions & 0 deletions data/pages/release/1.25.1.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---json
{
"name": "Release 1.25.1",
"page_id": "bluv8px731kd6yuowg4zy"
}
---
====== Release 1.25.1 ======


Expand Down
6 changes: 6 additions & 0 deletions data/pages/release/1.25.2.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---json
{
"name": "Release 1.25.2",
"page_id": "81e7mkf2v8shatqo930y7"
}
---
====== Release 1.25.2 ======


Expand Down
6 changes: 6 additions & 0 deletions data/pages/release/1.25.3.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---json
{
"name": "Release 1.25.3",
"page_id": "z29qtzhwjoxv7yrk924jw"
}
---
====== Combo Release 1.25.3 ======


Expand Down
2 changes: 2 additions & 0 deletions data/pages/release/1.25.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ This is a version not yet released.
* [[: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.
* [[: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.


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

0 comments on commit ff19718

Please sign in to comment.