-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
190 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
<?php | ||
|
||
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ | ||
|
||
/** | ||
* Configuration file for FullCard plugin | ||
* | ||
* PHP version 5 | ||
* | ||
* Copyright © 2011-2014 The Galette Team | ||
* Copyright © 2003-2024 The Galette Team | ||
* | ||
* This file is part of Galette (http://galette.tuxfamily.org). | ||
* This file is part of Galette (https://galette.eu). | ||
* | ||
* Galette is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -23,16 +17,8 @@ | |
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Galette. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* @category Plugins | ||
* @package GaletteFullcard | ||
* | ||
* @author Johan Cwiklinski <[email protected]> | ||
* @copyright 2011-2014 The Galette Team | ||
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version | ||
* @version SVN: $Id$ | ||
* @link http://galette.tuxfamily.org | ||
* @since Available since 0.7dev - 2011-06-01 | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
define('FULLCARD_SMARTY_PREFIX', 'plugins_fullcard'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
<?php | ||
|
||
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ | ||
|
||
/** | ||
* Configuration file for FullCard plugin | ||
* | ||
* PHP version 5 | ||
* | ||
* Copyright © 2011-2023 The Galette Team | ||
* Copyright © 2003-2024 The Galette Team | ||
* | ||
* This file is part of Galette (https://galette.eu). | ||
* | ||
|
@@ -23,24 +17,17 @@ | |
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Galette. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* @category Plugins | ||
* @package GaletteFullcard | ||
* | ||
* @author Johan Cwiklinski <[email protected]> | ||
* @copyright 2011-2023 The Galette Team | ||
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version | ||
* @version SVN: $Id$ | ||
* @link https://galette.eu | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
$this->register( | ||
'Galette Fullcard', //Name | ||
'Full member card as PDF', //Short description | ||
'Johan Cwiklinski', //Author | ||
'2.0.0', //Version | ||
'1.0.0', //Galette compatible version | ||
'2.1.0', //Version | ||
'1.1.0', //Galette compatible version | ||
'fullcard', //routing name | ||
'2023-12-07', //Release date | ||
'2024-06-08', //Release date | ||
[] //Permissions needed | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
<?php | ||
|
||
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ | ||
|
||
/** | ||
* Preferences override file for FullCard plugin | ||
* | ||
* PHP version 5 | ||
* | ||
* Copyright © 2016 The Galette Team | ||
* Copyright © 2003-2024 The Galette Team | ||
* | ||
* This file is part of Galette (http://galette.tuxfamily.org). | ||
* This file is part of Galette (https://galette.eu). | ||
* | ||
* Galette is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -23,18 +17,10 @@ | |
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Galette. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* @category Plugins | ||
* @package GaletteFullcard | ||
* | ||
* @author Johan Cwiklinski <[email protected]> | ||
* @copyright 2016 The Galette Team | ||
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version | ||
* @version SVN: $Id$ | ||
* @link http://galette.tuxfamily.org | ||
* @since Available since 0.8.3 - 2016-10-15 | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
$_preferences = array( | ||
'pref_adhesion_form' => '\GaletteFullcard\PdfFullcard' | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
<?php | ||
|
||
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ | ||
|
||
/** | ||
* Fullcard routes | ||
* | ||
* PHP version 5 | ||
* | ||
* Copyright © 2016 The Galette Team | ||
* Copyright © 2003-2024 The Galette Team | ||
* | ||
* This file is part of Galette (http://galette.tuxfamily.org). | ||
* This file is part of Galette (https://galette.eu). | ||
* | ||
* Galette is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -23,18 +17,10 @@ | |
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Galette. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* @category Plugins | ||
* @package GaletteMaps | ||
* | ||
* @author Johan Cwiklinski <[email protected]> | ||
* @copyright 2016 The Galette Team | ||
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version | ||
* @version SVN: $Id$ | ||
* @link http://galette.tuxfamily.org | ||
* @since 0.9dev 2016-03-02 | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
use GaletteFullcard\PdfFullcard; | ||
use Galette\Entity\Adherent; | ||
use Analog\Analog; | ||
|
Oops, something went wrong.