forked from Spoje-NET/php-abraflexi
-
Notifications
You must be signed in to change notification settings - Fork 0
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
242 changed files
with
676 additions
and
311 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
php-abraflexi (2.2) UNRELEASED; urgency=medium | ||
php-abraflexi (2.3) UNRELEASED; urgency=medium | ||
|
||
[ Vítězslav Dvořák ] | ||
* ease-core based | ||
|
@@ -20,8 +20,9 @@ php-abraflexi (2.2) UNRELEASED; urgency=medium | |
* Update fro AbraFlexi 2020.3.0.1 | ||
* Update for FlexiBee 2020.3.0.3 | ||
* Update for AbraFlexi 2020.3.0.10 | ||
* Attachment saving optimization | ||
|
||
-- CyberVitexus <[email protected]> Mon, 04 Jan 2021 03:44:26 +0100 | ||
-- CyberVitexus <[email protected]> Wed, 17 Feb 2021 08:19:44 +0100 | ||
|
||
flexipeehp (1.12) experimental; urgency=medium | ||
|
||
|
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,4 +1,4 @@ | ||
php-abraflexi_2.2_all.buildinfo - optional | ||
php-spojenet-abraflexi-dev_2.2_all.deb web optional | ||
php-spojenet-abraflexi-doc_2.2_all.deb doc optional | ||
php-spojenet-abraflexi_2.2_all.deb web optional | ||
php-abraflexi_2.3_amd64.buildinfo - optional | ||
php-spojenet-abraflexi-dev_2.3_all.deb web optional | ||
php-spojenet-abraflexi-doc_2.3_all.deb doc optional | ||
php-spojenet-abraflexi_2.3_all.deb web optional |
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,3 +1,5 @@ | ||
src/AbraFlexi/*.php /usr/share/php/AbraFlexi | ||
debian/composer.json /usr/share/php/AbraFlexi | ||
static/* /usr/share/php/AbraFlexi/static | ||
debian/composer.json /usr/share/php/AbraFlexi | ||
static/* /usr/share/php/AbraFlexi/static | ||
tools/* /usr/share/php/AbraFlexi/tools | ||
debian/bootstrap.php /usr/share/php/AbraFlexi/tools |
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,10 +1,11 @@ | ||
#!/usr/bin/env php | ||
<?php | ||
|
||
/** | ||
* FlexiPeeHP - Test in Debian. | ||
* | ||
* @author Vítězslav Dvořák <[email protected]> | ||
* @copyright 2017 Spoje.Net | ||
* @copyright 2017-2021 Spoje.Net | ||
*/ | ||
$autoload = '/tmp/flexipeehpdebiantest/autoload.php'; | ||
if (file_exists($autoload)) { | ||
|
@@ -20,7 +21,7 @@ | |
$config = './config.json'; | ||
} | ||
|
||
\Ease\Shared::instanced()->loadConfig($config,true); | ||
\Ease\Shared::instanced()->loadConfig($config, true); | ||
|
||
$tester = new \FlexiPeeHP\Company(); | ||
|
||
|
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
Oops, something went wrong.