1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opensondage_ynh.git synced 2024-09-03 19:46:28 +02:00

Merge pull request #53 from YunoHost-Apps/1-1-10

[enh] Upgrade to 1.1.10
This commit is contained in:
Kayou 2019-10-17 19:25:39 +09:00 committed by GitHub
commit 56a1af9182
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 34 deletions

View file

@ -10,7 +10,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
Framadate is an online service for planning an appointment or making a decision quickly and easily. It's a community free/libre software alternative to Doodle. Framadate is an online service for planning an appointment or making a decision quickly and easily. It's a community free/libre software alternative to Doodle.
**Shipped version:** 1.0.3 **Shipped version:** 1.1.10
## Screenshots ## Screenshots

View file

@ -1,6 +1,6 @@
SOURCE_URL=https://git.framasoft.org/framasoft/framadate/framadate/repository/1.0.3/archive.tar.bz2 SOURCE_URL=https://framagit.org/framasoft/framadate/framadate/-/archive/1.1.10/framadate-1.1.10.tar.gz
SOURCE_SUM=aa372ac8b7f0f7b0ad4ab973a5cfb7db5aa3b95a1ea584e3c57c8929d3766169 SOURCE_SUM=ea9ab8bd713da17dc7e5d6ddd782ce704184a3189888ed837ba8e59ee7b6fa5f
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.bz2 SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true
SOURCE_FILENAME= SOURCE_FILENAME=opensondage-1-1-10.tar.gz

View file

@ -7,7 +7,7 @@
"fr": "OpenSondage sert à faire des sondages sans authentification pour trouver une date de réunion qui convienne à toutes les personnes concernées.", "fr": "OpenSondage sert à faire des sondages sans authentification pour trouver une date de réunion qui convienne à toutes les personnes concernées.",
"de": "OpenSondage ist ein Online-Dienst, der Ihnen bei der Absprache von Terminen oder der Entscheidungsfindung hilft." "de": "OpenSondage ist ein Online-Dienst, der Ihnen bei der Absprache von Terminen oder der Entscheidungsfindung hilft."
}, },
"version": "1.0.3~ynh1", "version": "1.1.10~ynh1",
"url": "https://git.framasoft.org/framasoft/framadate", "url": "https://git.framasoft.org/framasoft/framadate",
"license": "CECILL-B", "license": "CECILL-B",
"maintainer": { "maintainer": {

View file

@ -12,7 +12,6 @@ source /usr/share/yunohost/helpers
#================================================= #=================================================
# MANAGE SCRIPT FAILURE # MANAGE SCRIPT FAILURE
#================================================= #=================================================
# Exit if an error occurs during the execution of the script # Exit if an error occurs during the execution of the script
ynh_abort_if_errors ynh_abort_if_errors

View file

@ -1,31 +1,13 @@
From 3ddf8c6c94d3e14566c50d57a457c8d7eaf7bb3c Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Holcroft <jean-baptiste@holcroft.fr>
Date: Fri, 27 Oct 2017 13:21:44 +0200
Subject: [PATCH] Use sendmail
---
app/classes/Framadate/Services/MailService.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app/classes/Framadate/Services/MailService.php b/app/classes/Framadate/Services/MailService.php diff --git a/app/classes/Framadate/Services/MailService.php b/app/classes/Framadate/Services/MailService.php
index b7c60dc..f292e7e 100644 index f99b1fe..111863d 100644
--- a/app/classes/Framadate/Services/MailService.php --- a/app/classes/Framadate/Services/MailService.php
+++ b/app/classes/Framadate/Services/MailService.php +++ b/app/classes/Framadate/Services/MailService.php
@@ -25,7 +25,7 @@ class MailService { @@ -82,7 +82,7 @@ class MailService {
function send($to, $subject, $body, $msgKey = null) { * @param PHPMailer $mailer
if ($this->smtp_allowed == true && $this->canSendMsg($msgKey)) { */
$mail = new PHPMailer(true); private function configureMailer(PHPMailer $mailer) {
- $mail->isSMTP(); - $mailer->isSMTP();
+ $mail->IsSendmail(); + $mailer->isSendmail();
// From
$mail->FromName = NOMAPPLICATION;
@@ -73,4 +73,3 @@ class MailService {
}
}
-
\ No newline at end of file
--
2.13.6
$available_options = [
'host' => 'Host',