noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] branch devel updated (fc3c105 -> 82808d2)


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch devel updated (fc3c105 -> 82808d2)
Date: Fri, 24 Dec 2021 08:49:38 -0500 (EST)

sparkyx pushed a change to branch devel
in repository noalyss.

    from fc3c105  Code improved : test and fix load functions
     add 613360b  Add new PHP Unit file
     add 135deaf  Fix bug for old version
     add 800b3d8  Missing file
     new a5ae681  Security : improve password check remove user->pass which was 
redundant with user->password
     new 947c882  cosmetic : error col align
     new ab13a65  PHP8 compatibility
     new 82808d2  Fix bug : the code was not updated after the renaming of 
CFGCARDCAT in CMCARD

The 4 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/securimage/securimage.php                     |  10 +-
 include/ajax/ajax_preference.php                   |  60 ++++---
 include/ajax/ajax_template_cat_card.php            |   2 +-
 include/ajax/ajax_template_cat_category.php        |   2 +-
 include/class/acc_account_ledger.class.php         |   7 +-
 include/class/acc_ledger.class.php                 |  14 +-
 include/class/acc_ledger_purchase.class.php        |   2 +-
 include/class/acc_report.class.php                 |  15 +-
 include/class/acc_tva.class.php                    |   6 +-
 include/class/card_property.class.php              |   2 +-
 include/class/database.class.php                   |   4 +-
 include/class/document.class.php                   |  44 ++---
 include/class/fiche.class.php                      |   9 +-
 include/class/follow_up.class.php                  |   1 -
 include/class/menu_ref.class.php                   |   8 +-
 include/class/pre_op_ach.class.php                 |  21 ++-
 include/class/pre_op_ven.class.php                 |   6 +-
 include/class/user.class.php                       |  70 ++++----
 include/lib/database_core.class.php                |  24 +--
 include/lib/impress.class.php                      |   8 +-
 include/lib/table_data_sql.class.php               |   8 +-
 include/param_sec.inc.php                          |   1 +
 include/sql/patch/upgrade171.sql                   |   5 +-
 .../periode-form_exercice_label.php}               |  76 ++++-----
 unit-test/include/class/acc_account.Test.php       |   2 +-
 .../include/class/acc_account_ledger.Test.php      |   4 +-
 unit-test/include/class/acc_balance.Test.php       |   4 +-
 unit-test/include/class/acc_bilan.Test.php         |   4 +-
 unit-test/include/class/acc_compute.Test.php       |   4 +-
 unit-test/include/class/acc_ledger.Test.php        |   8 +-
 unit-test/include/class/acc_ledger_fin.Test.php    |  18 +-
 unit-test/include/class/acc_ledger_historyTest.php |   4 +-
 .../class/acc_ledger_history_financial.Test.php    |   4 +-
 .../class/acc_ledger_history_generic.Test.php      |   4 +-
 .../class/acc_ledger_history_purchase.Test.php     |   4 +-
 .../include/class/acc_ledger_history_sale.Test.php |   4 +-
 unit-test/include/class/acc_ledger_info.Test.php   |   4 +-
 .../include/class/acc_ledger_purchase.Test.php     |  20 +--
 unit-test/include/class/acc_ledger_sale.Test.php   |  16 +-
 unit-test/include/class/acc_ledger_search.Test.php |   4 +-
 unit-test/include/class/acc_letter.Test.php        |  12 +-
 unit-test/include/class/acc_operation.Test.php     |   4 +-
 unit-test/include/class/acc_parm_code.Test.php     |   4 +-
 unit-test/include/class/acc_payment.Test.php       |   2 +-
 unit-test/include/class/anc_grandlivre.Test.php    |   4 +-
 unit-test/include/class/anc_group.Test.php         |  12 +-
 unit-test/include/class/anc_key.Test.php           |   8 +-
 unit-test/include/class/anc_key_sql.Test.php       |   4 +-
 unit-test/include/class/anc_operation.Test.php     |   4 +-
 unit-test/include/class/card_property.Test.php     |   4 +-
 unit-test/include/class/databaseTest.class.php     |   4 +-
 unit-test/include/class/document.Test.php          |  12 +-
 unit-test/include/class/dossier.Test.php           |   4 +-
 unit-test/include/class/fiche.Test.php             |   8 +-
 unit-test/include/class/fiche_def.Test.php         |   6 +-
 unit-test/include/class/followup_detail.Test.php   | 132 +++++++++++++++
 unit-test/include/class/forecast.Test.php          | 128 ++++++++++++++
 unit-test/include/class/impressTest.class.php      |   4 +-
 .../class/noalyss_parameter_folder.Test.php        |   2 +-
 unit-test/include/class/pdf_anc_acc_list.Test.php  |  12 +-
 unit-test/include/class/periode.Test.php           | 187 +++++++++++++++++++++
 unit-test/include/class/print_LedgerTest.php       |   4 +-
 .../class/print_ledger_detail.classTest.php        |   4 +-
 .../class/print_ledger_detail_item.classTest.php   |   4 +-
 .../include/class/print_ledger_fin.classTest.php   |   4 +-
 .../include/class/print_ledger_misc.classTest.php  |   4 +-
 .../class/print_ledger_simple.classTest.php        |   4 +-
 .../print_ledger_simple_without_vat.classTest.php  |   4 +-
 .../include/class/print_operation_currencyTest.php |  10 +-
 unit-test/include/class/tax_summary.Test.php       |   2 +-
 unit-test/include/class/todo_list.Test.php         | 141 ++++++++++++++++
 unit-test/include/class/user.Test.php              |  25 ++-
 .../databaseCore.Test.php}                         |  59 +++----
 unit-test/include/lib/table_sql.Test.php           |   4 +-
 74 files changed, 1012 insertions(+), 327 deletions(-)
 copy include/{ajax/ajax_mobile_device_menu.php => 
template/periode-form_exercice_label.php} (51%)
 create mode 100644 unit-test/include/class/followup_detail.Test.php
 create mode 100644 unit-test/include/class/forecast.Test.php
 create mode 100644 unit-test/include/class/periode.Test.php
 create mode 100644 unit-test/include/class/todo_list.Test.php
 copy unit-test/include/{class/print_ledger_detail.classTest.php => 
lib/databaseCore.Test.php} (52%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]