mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
commit
47d5ee0069
5 changed files with 8 additions and 8 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Blog publishing application
|
Blog publishing application
|
||||||
|
|
||||||
**Shipped version:** 2.22~ynh1
|
**Shipped version:** 2.23.1~ynh1
|
||||||
|
|
||||||
|
|
||||||
**Demo:** https://www.softaculous.com/demos/Dotclear
|
**Demo:** https://www.softaculous.com/demos/Dotclear
|
||||||
|
|
|
@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Moteur de blog
|
Moteur de blog
|
||||||
|
|
||||||
**Version incluse :** 2.22~ynh1
|
**Version incluse :** 2.23.1~ynh1
|
||||||
|
|
||||||
|
|
||||||
**Démo :** https://www.softaculous.com/demos/Dotclear
|
**Démo :** https://www.softaculous.com/demos/Dotclear
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://download.dotclear.org/latest/dotclear-2.22.zip
|
SOURCE_URL=http://download.dotclear.org/latest/dotclear-2.23.1.zip
|
||||||
SOURCE_SUM=94895d2479654c233f9b269a007ebb36bcf8cba34f4c1071424957f79b90ad6f
|
SOURCE_SUM=cf41664920e6023c4a25185d723d71ef524c021d93c774ab9c4b9d28bf024d4d
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,8 @@
|
||||||
"en": "Blog publishing application",
|
"en": "Blog publishing application",
|
||||||
"fr": "Moteur de blog"
|
"fr": "Moteur de blog"
|
||||||
},
|
},
|
||||||
"version": "2.22~ynh1",
|
"version": "2.23.1~ynh1",
|
||||||
|
"license": "GPL-2.0-or-later",
|
||||||
"url": "https://dotclear.org/",
|
"url": "https://dotclear.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
|
@ -15,7 +16,6 @@
|
||||||
"admindoc": "https://dotclear.org/documentation/2.0",
|
"admindoc": "https://dotclear.org/documentation/2.0",
|
||||||
"code": "https://git.dotclear.org/dev/dotclear"
|
"code": "https://git.dotclear.org/dev/dotclear"
|
||||||
},
|
},
|
||||||
"license": "GPL-2.0-or-later",
|
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "kay0u",
|
"name": "kay0u",
|
||||||
"email": "pierre@kayou.io"
|
"email": "pierre@kayou.io"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
diff --git a/inc/core/class.dc.core.php b/inc/core/class.dc.core.php
|
diff --git a/inc/core/class.dc.core.php b/inc/core/class.dc.core.php
|
||||||
index e9c0ac2..0c6f2e5 100644
|
index 317434b..2d1e6f8 100644
|
||||||
--- a/inc/core/class.dc.core.php
|
--- a/inc/core/class.dc.core.php
|
||||||
+++ b/inc/core/class.dc.core.php
|
+++ b/inc/core/class.dc.core.php
|
||||||
@@ -941,8 +941,8 @@ class dcCore
|
@@ -1056,8 +1056,8 @@ final class dcCore
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($cur->isField('user_pwd')) {
|
if ($cur->isField('user_pwd')) {
|
||||||
|
|
Loading…
Reference in a new issue