[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch master updated (b77ac34d8 -> 4bf2ca815
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] branch master updated (b77ac34d8 -> 4bf2ca815) |
Date: |
Sun, 17 Sep 2023 15:06:10 -0400 (EDT) |
sparkyx pushed a change to branch master
in repository noalyss.
from b77ac34d8 TEST : for testing patch files
new 991a499dd PHP8.1 deprecated
new 3f784b246 compatibility PHP8.1
new 546fe2f3f Bug cannot update description in FOLLOW->event
new 9b3f10d30 Merge branch 'patch-230902'
new 1c727f960 Default currency
new debfa65ed correct global g_parameter
new 3d8265f89 Comptability PHP8.1
new 1c99430ec Remove dead code
new 4bf2ca815 task #2297: Suppression $_REQUEST dossier.class.php
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
html/direct.php | 7 +-
include/ajax/ajax_follow_up.php | 4 +-
include/class/acc_ledger_sale.class.php | 9 +-
include/class/acc_ledger_search.class.php | 3 +-
include/class/dossier.class.php | 56 ++---
include/constant.php | 2 +-
include/export/export_fiche_balance_pdf.php | 75 +++----
include/export/export_fiche_pdf.php | 233 ---------------------
include/lib/pdf_core.class.php | 4 +-
include/sql/patch/upgrade189.sql | 6 +
include/template/ledger_search.php | 2 +-
include/template/module.php | 4 +-
include/template/profile_menu_display_module.php | 2 +-
include/template/stock_histo.php | 4 +-
include/template/stock_summary_table.php | 2 +-
.../class/{dossier.Test.php => dossierTest.php} | 33 +++
16 files changed, 120 insertions(+), 326 deletions(-)
delete mode 100644 include/export/export_fiche_pdf.php
create mode 100644 include/sql/patch/upgrade189.sql
rename unit-test/include/class/{dossier.Test.php => dossierTest.php} (63%)
- [Noalyss-commit] [noalyss] branch master updated (b77ac34d8 -> 4bf2ca815),
dwm <=
- [Noalyss-commit] [noalyss] 07/09: Comptability PHP8.1, dwm, 2023/09/17
- [Noalyss-commit] [noalyss] 01/09: PHP8.1 deprecated, dwm, 2023/09/17
- [Noalyss-commit] [noalyss] 05/09: Default currency, dwm, 2023/09/17
- [Noalyss-commit] [noalyss] 06/09: correct global g_parameter, dwm, 2023/09/17
- [Noalyss-commit] [noalyss] 02/09: compatibility PHP8.1, dwm, 2023/09/17
- [Noalyss-commit] [noalyss] 08/09: Remove dead code, dwm, 2023/09/17
- [Noalyss-commit] [noalyss] 03/09: Bug cannot update description in FOLLOW->event, dwm, 2023/09/17
- [Noalyss-commit] [noalyss] 04/09: Merge branch 'patch-230902', dwm, 2023/09/17
- [Noalyss-commit] [noalyss] 09/09: task #2297: Suppression $_REQUEST dossier.class.php, dwm, 2023/09/17