noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (07f215d -> 0fbb377)


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (07f215d -> 0fbb377)
Date: Mon, 30 Aug 2021 10:11:56 -0400 (EDT)

sparkyx pushed a change to branch master
in repository noalyss.

    from 07f215d  PHPUNIT : fiche adapt to Postgresql 10.0
     new 6abc629  Bug : export currency in CSV bad column name
     new 9d3e6db  Fix code + add phpunit
     new f1ea561  Bug : fiche account not created automatically when empty , 
improve test
     new 7df4ad0  Cosmetic
     new c6288ce  Add a button search_card
     new e6e1bf2  Bug : fix security , clean completely the session and prevent 
to set the menu public to an user
     new 90f8169  Code cleaning ; partial rewrite of user management
     new 6a6a012  Bug fix : duplicate operation last date was not proposed
     new 43f3535  security
     new deed233  Cosmetic : export PDF of an operation, set decimal to 2 and 
add info
     new 39991dd  Typo correct  profile
     new aefd06d  Apply patch when creating a DB
     new 0fbb377  cosmetic

The 13 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/css/style-classic7.css                        |  23 +-
 html/export.php                                    |   2 +-
 html/js/card.js                                    |   5 +-
 html/login.php                                     |   5 +-
 html/logout.php                                    |  17 +-
 include/ajax/ajax_get_profile.php                  |   3 +
 include/ajax/ajax_user_security.php                |   4 +-
 include/class/card_property.class.php              |   6 +-
 include/class/fiche.class.php                      |   7 +-
 include/class/lettering.class.php                  |  23 +-
 include/class/pdf_operation.class.php              |  56 +++--
 include/class/periode.class.php                    |   4 +-
 include/class/print_operation_currency.class.php   |   2 +-
 include/class/user.class.php                       |  21 +-
 include/compta_ach.inc.php                         |   8 +-
 include/compta_fin.inc.php                         |  11 +-
 include/compta_ven.inc.php                         |  12 +-
 include/constant.php                               |   2 +-
 include/database/profile_sql.class.php             |   2 +
 include/dossier.inc.php                            |  13 +-
 include/fiche.inc.php                              |  13 +-
 include/lib/ac_common.php                          |   2 +-
 include/operation_ods_new.inc.php                  |  10 +-
 include/param_sec.inc.php                          |   4 +-
 include/profile.inc.php                            |  28 ++-
 include/sql/patch/upgrade162.sql                   |   6 +
 include/sql/patch/upgrade166.sql                   | 120 +++++++++
 include/sql/patch/upgrade167.sql                   |   7 +
 include/template/module.php                        |  30 +++
 include/template/profile.php                       |   4 +
 include/user.inc.php                               |  83 ++++++-
 include/user_detail.inc.php                        |  72 ------
 ..._account.classTest.php => acc_account.Test.php} |  26 ++
 unit-test/include/class/acc_letter.Test.php        | 268 +++++++++++++++++++++
 unit-test/include/class/fiche.Test.php             | 181 +++++++++++++-
 unit-test/include/class/user.Test.php              |  26 ++
 36 files changed, 917 insertions(+), 189 deletions(-)
 create mode 100644 include/sql/patch/upgrade166.sql
 create mode 100644 include/sql/patch/upgrade167.sql
 rename unit-test/include/class/{acc_account.classTest.php => 
acc_account.Test.php} (88%)
 create mode 100644 unit-test/include/class/acc_letter.Test.php



reply via email to

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