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

[enh] Upgrade to 1.1.10

This commit is contained in:
ljf 2019-10-07 19:15:02 +02:00
parent 4e5b50efef
commit e5e3250a76
5 changed files with 18 additions and 33 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.
**Shipped version:** 1.0.3
**Shipped version:** 1.1.10
## Screenshots

View file

@ -1,6 +1,6 @@
SOURCE_URL=https://git.framasoft.org/framasoft/framadate/framadate/repository/1.0.3/archive.tar.bz2
SOURCE_SUM=aa372ac8b7f0f7b0ad4ab973a5cfb7db5aa3b95a1ea584e3c57c8929d3766169
SOURCE_URL=https://framagit.org/framasoft/framadate/framadate/-/archive/1.1.10/framadate-1.1.10.tar.gz
SOURCE_SUM=ea9ab8bd713da17dc7e5d6ddd782ce704184a3189888ed837ba8e59ee7b6fa5f
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.bz2
SOURCE_FORMAT=tar.gz
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.",
"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",
"license": "CECILL-B",
"maintainer": {

View file

@ -12,6 +12,9 @@ source /usr/share/yunohost/helpers
#=================================================
# MANAGE SCRIPT FAILURE
#=================================================
ynh_clean_setup () {
read p
}
# Exit if an error occurs during the execution of the script
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
index b7c60dc..f292e7e 100644
index f99b1fe..111863d 100644
--- a/app/classes/Framadate/Services/MailService.php
+++ b/app/classes/Framadate/Services/MailService.php
@@ -25,7 +25,7 @@ class MailService {
function send($to, $subject, $body, $msgKey = null) {
if ($this->smtp_allowed == true && $this->canSendMsg($msgKey)) {
$mail = new PHPMailer(true);
- $mail->isSMTP();
+ $mail->IsSendmail();
@@ -82,7 +82,7 @@ class MailService {
* @param PHPMailer $mailer
*/
private function configureMailer(PHPMailer $mailer) {
- $mailer->isSMTP();
+ $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',