[opendebitdeboisson-commits] r398 - in trunk: . app obj

0 views
Skip to first unread message

fmi...@hephaestos.ovh.adullact.org

unread,
Apr 7, 2020, 6:04:47 PM4/7/20
to openmairie-ope...@googlegroups.com
Author: fmichon
Date: 2020-04-08 00:04:44 +0200 (Wed, 08 Apr 2020)
New Revision: 398

Removed:
trunk/app/php/
Modified:
trunk/
trunk/EXTERNALS.txt
trunk/HISTORY.txt
trunk/obj/opendebitdeboisson.class.php
Log:
* Evolution : Mise a jour du framework openMairie > v4.9.6.


Index: trunk
===================================================================
--- trunk 2020-04-01 23:02:14 UTC (rev 397)
+++ trunk 2020-04-07 22:04:44 UTC (rev 398)

Property changes on: trunk
___________________________________________________________________
Modified: svn:externals
## -3,6 +3,6 ##
#

# framework openmairie
-core https://scm.adullact.net/anonscm/svn/openmairie/openmairie_exemple/tags/4.9.5/core
-lib https://scm.adullact.net/anonscm/svn/openmairie/openmairie_exemple/tags/4.9.5/lib
-php https://scm.adullact.net/anonscm/svn/openmairie/openmairie_exemple/tags/4.9.5/php
+core https://scm.adullact.net/anonscm/svn/openmairie/openmairie_exemple/tags/4.9.6/core
+lib https://scm.adullact.net/anonscm/svn/openmairie/openmairie_exemple/tags/4.9.6/lib
+php https://scm.adullact.net/anonscm/svn/openmairie/openmairie_exemple/tags/4.9.6/php
Modified: trunk/EXTERNALS.txt
===================================================================
--- trunk/EXTERNALS.txt 2020-04-01 23:02:14 UTC (rev 397)
+++ trunk/EXTERNALS.txt 2020-04-07 22:04:44 UTC (rev 398)
@@ -3,6 +3,6 @@
#

# framework openmairie
-core https://scm.adullact.net/anonscm/svn/openmairie/openmairie_exemple/tags/4.9.5/core
-lib https://scm.adullact.net/anonscm/svn/openmairie/openmairie_exemple/tags/4.9.5/lib
-php https://scm.adullact.net/anonscm/svn/openmairie/openmairie_exemple/tags/4.9.5/php
+core https://scm.adullact.net/anonscm/svn/openmairie/openmairie_exemple/tags/4.9.6/core
+lib https://scm.adullact.net/anonscm/svn/openmairie/openmairie_exemple/tags/4.9.6/lib
+php https://scm.adullact.net/anonscm/svn/openmairie/openmairie_exemple/tags/4.9.6/php

Modified: trunk/HISTORY.txt
===================================================================
--- trunk/HISTORY.txt 2020-04-01 23:02:14 UTC (rev 397)
+++ trunk/HISTORY.txt 2020-04-07 22:04:44 UTC (rev 398)
@@ -4,11 +4,7 @@
2.1.1 (unreleased)
------------------

-* Évolution : Mise à jour du framework openMairie > v4.9.5.
- - Mise à jour de la librairie tcpdf > 6.3.5.
- - Mise à jour de la librairie db > 1.9.3.
- - Mise à jour de la librairie pear > 1.10.7.
- - Mise à jour de la librairie fpdf > 1.8.2.
+* Évolution : Mise à jour du framework openMairie > v4.9.6.
Ticket #????.

* Tests : Réorganisation des tests phpunit pour support à la fois PHP7.0 & PHP7.1+.

Modified: trunk/obj/opendebitdeboisson.class.php
===================================================================
--- trunk/obj/opendebitdeboisson.class.php 2020-04-01 23:02:14 UTC (rev 397)
+++ trunk/obj/opendebitdeboisson.class.php 2020-04-07 22:04:44 UTC (rev 398)
@@ -19,6 +19,12 @@
define("PATH_OPENMAIRIE", getcwd()."/../core/");

/**
+ * TCPDF specific config
+ */
+define("K_TCPDF_EXTERNAL_CONFIG", true);
+define("K_TCPDF_CALLS_IN_HTML", true);
+
+/**
* Dépendances PHP du framework
* On modifie la valeur de la directive de configuration include_path en
* fonction pour y ajouter les chemins vers les librairies dont le framework
@@ -28,11 +34,11 @@
get_include_path().PATH_SEPARATOR.implode(
PATH_SEPARATOR,
array(
- getcwd()."/../app/php/pear",
- getcwd()."/../app/php/db",
- getcwd()."/../app/php/fpdf",
+ getcwd()."/../php/pear",
+ getcwd()."/../php/db",
+ getcwd()."/../php/fpdf",
getcwd()."/../php/phpmailer",
- getcwd()."/../app/php/tcpdf",
+ getcwd()."/../php/tcpdf",
)
)
);

Reply all
Reply to author
Forward
0 new messages