[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch unstable updated (451b9cb7c -> 99fbccd
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] branch unstable updated (451b9cb7c -> 99fbccdf1) |
Date: |
Fri, 9 Aug 2024 15:18:11 -0400 (EDT) |
sparkyx pushed a change to branch unstable
in repository noalyss.
from 451b9cb7c documentation
new b73742401 Bug : fix : ITVA does not change the label
new b95578850 CFGMENU : cosmetic
new 372b83e10 CFGPRO : detail menu : add button close
new 018b727c7 cfgplugin : activate plugin with simple click not
confirmation needed
new a596b020c HtmlInput::get_node_attribute protect the attribute with
htmlentity
new b1896b410 CMCARD : template of card, drag'n drop to order the
attributes
new a618ef4a4 Change menu code , replace CFG by C0 or C1 , new standard
new b5e0fa4a8 Fix : gettext for empty string calls the file header
new 99fbccdf1 Code clean : remove debug info
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/ajax_misc.php | 13 ++--
html/direct.php | 2 +-
html/js/ajax_fiche.js | 14 +++--
html/js/noalyss_script.js | 51 ++++++++++++++--
include/acc_currency_cfg.inc.php | 2 +-
include/ajax/ajax_accounting.php | 2 +-
...jax_tax_detail.php => ajax_activate_plugin.php} | 60 +++++++++----------
include/ajax/ajax_add_menu.php | 2 +-
include/ajax/ajax_admin.php | 2 +-
include/ajax/ajax_currency.php | 4 +-
include/ajax/ajax_display_submenu.php | 4 +-
include/ajax/ajax_document_state.php | 4 +-
include/ajax/ajax_get_menu_detail.php | 11 +++-
include/ajax/ajax_get_profile.php | 2 +-
include/ajax/ajax_remove_submenu.php | 2 +-
include/ajax/ajax_tag_group.php | 2 +-
include/ajax/ajax_tag_save.php | 2 +-
include/ajax/ajax_tag_set_group.php | 2 +-
include/ajax/ajax_template_cat_category.php | 10 +++-
include/ajax/ajax_user_security.php | 4 +-
include/cfgfiche.inc.php | 3 +
include/cfgplugin.inc.php | 69 +++++++---------------
include/class/acc_currency.class.php | 2 +-
include/class/acc_ledger.class.php | 2 +-
include/class/acc_ledger_fin.class.php | 2 +-
include/class/extension.class.php | 21 ++++++-
include/class/fiche_def.class.php | 41 +++++++++----
include/class/template_card_category.class.php | 46 ++++++++++++---
include/class/tva_rate_mtable.class.php | 2 +-
include/contact_option_ref.inc.php | 2 +-
include/export/export_document_template.php | 2 +-
include/lib/ac_common.php | 2 +-
include/lib/html_input.class.php | 2 +-
include/lib/itva_popup.class.php | 2 +-
include/menu.inc.php | 2 +-
include/user_detail.inc.php | 2 +-
scenario/cfgpcm-ajout-poste.php | 4 +-
scenario/cfgpcmn.php | 4 +-
scenario/menu-cfgled.php | 4 +-
scenario/menu-cfgpcmn.php | 4 +-
sql/upgrade.sql | 23 ++++++++
41 files changed, 280 insertions(+), 156 deletions(-)
copy include/ajax/{ajax_tax_detail.php => ajax_activate_plugin.php} (50%)
- [Noalyss-commit] [noalyss] branch unstable updated (451b9cb7c -> 99fbccdf1),
dwm <=
- [Noalyss-commit] [noalyss] 01/09: Bug : fix : ITVA does not change the label, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 03/09: CFGPRO : detail menu : add button close, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 02/09: CFGMENU : cosmetic, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 04/09: cfgplugin : activate plugin with simple click not confirmation needed, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 06/09: CMCARD : template of card, drag'n drop to order the attributes, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 07/09: Change menu code , replace CFG by C0 or C1 , new standard, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 08/09: Fix : gettext for empty string calls the file header, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 09/09: Code clean : remove debug info, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 05/09: HtmlInput::get_node_attribute protect the attribute with htmlentity, dwm, 2024/08/09