noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (e133e0ca8 -> 75d59f1b5


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (e133e0ca8 -> 75d59f1b5)
Date: Sun, 16 Oct 2022 17:26:12 -0400 (EDT)

sparkyx pushed a change to branch master
in repository noalyss.

    from e133e0ca8 Improve DEBUG
     new 83fcf9487 Improve DEBUG
     new 124f7acd4 Cosmetic
     new 4ffde0c1b Code cleaning pg_fetch_array
     new e1dddeb65 Cosmetic : warning
     new e73db821d add magic function toString
     new e9d5aaf10 typo
     new 64a7b20df Task #0001755: Dans Administration - dossier - «Sauvegarde» 
et non «Backup»
     new 50dcb029f Development : new tools for debugging in the new class 
\Noalyss\Dbg (dbg.php);
     new b382455dd New Icon_Action for hidding or showing a DIV
     new 570e3c53a - Override the function __toString to comply with xdebug - 
Correct bug in input_switch.class.php when there is several input_switch - 
FicheDef the insertAttribut can have an order, usefull when installing new 
category + attribute
     new 840cd82f3 - Override the function __toString to comply with xdebug - 
function Card_Property::input ; the build of the HtmlInput is done is a 
separated function Card_Property::build_input to ease the override of the input 
function
     new 4fb5154fa Development : tools for debugging, add button for the 
$_REQUEST and correct a bug in dbg.php
     new 75d59f1b5 merge

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/admin-noalyss.php                            |  10 +
 html/do.php                                       |   6 +-
 html/install.php                                  |   9 +-
 html/js/noalyss_script.js                         |  20 +-
 html/user_login.php                               |   6 +-
 include/admin_repo.inc.php                        |   2 +-
 include/audit_log.php                             |   1 +
 include/category_card.inc.php                     |   2 +-
 include/class/card_attribut_mtable.class.php      |   2 +-
 include/class/card_property.class.php             | 292 ++++++++++++----------
 include/class/dossier.class.php                   |   4 +-
 include/class/fiche.class.php                     |   7 +-
 include/class/fiche_def.class.php                 |  24 +-
 include/class/noalyss_parameter_folder.class.php  |  31 +++
 include/class/periode.class.php                   |   2 +-
 include/class/user.class.php                      |   4 +
 include/constant.php                              |   5 +-
 include/dossier.inc.php                           |   6 +-
 include/lib/ac_common.php                         |  76 +-----
 include/lib/database_core.class.php               |   7 +-
 include/lib/dbg.php                               | 123 +++++++++
 include/lib/http_input.class.php                  |   4 +
 include/lib/icon_action.class.php                 |  15 ++
 include/lib/input_switch.class.php                |   9 +-
 include/lib/manage_table_sql.class.php            |  26 +-
 include/modele.inc.php                            |   1 +
 include/restore.inc.php                           |   1 +
 include/template/acc_ledger-input_extra_info.php  |   2 +-
 include/template/card_multiple_display_option.php |   3 +-
 include/template/mobile-display_menu.php          |   5 +-
 include/upgrade-core.php                          |   2 +-
 include/upgrade-plugin.php                        |   2 +-
 include/upgrade-template.php                      |   2 +-
 include/upgrade.inc.php                           |   2 +-
 include/user.inc.php                              |   1 +
 scenario/icon_actionTest.php                      |   8 +-
 scenario/test_manage_table_sql.php                |   6 +-
 unit-test/include/class/Fiche_DefTest.php         |   2 +-
 unit-test/include/lib/ac_commonTest.php           |   9 +-
 39 files changed, 481 insertions(+), 258 deletions(-)
 create mode 100644 include/lib/dbg.php



reply via email to

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