[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch devel updated (f8baa9b30 -> 5c6b3ccdb)
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] branch devel updated (f8baa9b30 -> 5c6b3ccdb) |
Date: |
Sun, 28 Jan 2024 09:05:23 -0500 (EST) |
sparkyx pushed a change to branch devel
in repository noalyss.
from f8baa9b30 merge
new e845cf922 Cosmetic : follow-up comment
new 0b88b9eb9 Reconnect if session expired
new d9912ff7e Bug : MY_REPORT was not respected
new fc95db277 remove access global var Cosmetic disconnect
new 2f0334d9a Task #0002327 Warning if saldo incorrect
new 6e627baa4 Task #2332: Suivi : ajout fichier lié aux commentaires
new 83c483cf8 Correct CSS
new b80c7f987 Improve tools debug
new 4a5298f4e Task #2326: Suivi : possibilité de charger plusieurs
documents
new 42e39e489 Correct merge
new 03e9073df Task #2332 : cosmetique cache liste fichiers
new 3b110ee49 Upgrade.sql devenu upgrade192.sql
new 5c6b3ccdb Task #2332 : cosmetique cache liste fichiers
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 | 5 +-
html/js/acc_ledger.js | 10 ++++
html/js/noalyss_script.js | 1 +
include/action.common.inc.php | 49 +++++++++--------
include/class/acc_account_ledger.class.php | 28 ++++++++++
include/class/document.class.php | 34 +++++++++---
include/class/fiche.class.php | 4 +-
include/class/follow_up.class.php | 12 ++++-
include/constant.php | 2 +-
include/customer.inc.php | 2 +-
include/lib/ac_common.php | 4 +-
include/lib/dbg.php | 2 +
include/lib/html_input.class.php | 3 +-
include/lib/ifile.class.php | 19 ++++++-
include/sql/patch/upgrade192.sql | 10 ++++
include/template/follow_up-display.php | 85 +++++++++++++++++++++---------
sql/upgrade.sql | 1 +
17 files changed, 201 insertions(+), 70 deletions(-)
create mode 100644 include/sql/patch/upgrade192.sql
- [Noalyss-commit] [noalyss] branch devel updated (f8baa9b30 -> 5c6b3ccdb),
dwm <=
- [Noalyss-commit] [noalyss] 04/13: remove access global var Cosmetic disconnect, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 09/13: Task #2326: Suivi : possibilité de charger plusieurs documents, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 10/13: Correct merge, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 05/13: Task #0002327 Warning if saldo incorrect, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 01/13: Cosmetic : follow-up comment, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 02/13: Reconnect if session expired, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 03/13: Bug : MY_REPORT was not respected, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 11/13: Task #2332 : cosmetique cache liste fichiers, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 12/13: Upgrade.sql devenu upgrade192.sql, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 07/13: Correct CSS, dwm, 2024/01/28