[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch master updated (ce0a8f8 -> 79ecb68)
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] branch master updated (ce0a8f8 -> 79ecb68) |
Date: |
Fri, 5 Feb 2021 11:38:27 -0500 (EST) |
sparkyx pushed a change to branch master
in repository noalyss.
from ce0a8f8 Merge branch 'dev-8-select-box'
new 3a194a9 Fix #0001277: <<header>> ne supporte pas caractères avec
accent.
new 099195e SQL upgrade
new 5459b10 Cosmetic
new a2a31c8 New : 0001890: Avertissement si la document à télécharger est
trop gros, on ne peut soumettre le fichier
new d13d29f New 0001893: Date remplacement auto des séparateurs
new 63ee59f Fix: bug in gettext function
new cd6ddfc ICard Improve doc and test
new ce18adb New : Task #1894: Gestion : ajout un champs paramétrable pour
videoconf
new 9b70b9d Set Version 8.1 + logo + bug SQL script 151
new 7fd114a Place of recover_link
new bd6775e Fix : Menu problem when 2 duplicate menus
new b29076e Compatibility PHP7.0
new 06d51c0 Bug = if double click on a card returns nothing
new ee54322 cosmetic : position inner_box on larger screen
new 79ecb68 We split Database in DatabaseCore and Database
The 15 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:
doc/developper/Doxyfile | 2 +-
html/ajax_misc.php | 2 +-
html/do.php | 21 +-
html/image/{logo8000.png => logo8100.png} | Bin 36368 -> 35588 bytes
html/index.css | 8 +-
html/index.php | 2 +-
html/install.php | 2 +-
html/js/card.js | 3 +-
html/js/infobulle.js | 6 +-
html/js/scripts.js | 55 +++++
html/style-classic7.css | 26 ++-
include/action.common.inc.php | 3 +-
include/ajax/ajax_card.php | 15 +-
include/ajax/ajax_ledger.php | 56 ++---
include/class/acc_bilan.class.php | 11 +-
include/class/acc_ledger.class.php | 2 +-
include/class/acc_ledger_fin.class.php | 2 +-
include/class/acc_ledger_purchase.class.php | 1 +
include/class/acc_ledger_sold.class.php | 1 +
.../class/action_document_type_mtable.class.php | 17 ++
include/class/document_option.class.php | 35 ++-
include/class/fiche.class.php | 4 +-
include/class/follow_up.class.php | 1 +
include/config.inc.example | 2 +
include/constant.php | 12 +-
include/database/attr_def_sql.class.php | 2 +-
include/database/contact_option_ref_sql.class.php | 2 +-
include/database/document_state_sql.class.php | 2 +-
include/database/document_type_sql.class.php | 2 +-
include/database/fiche_def_ref_sql.class.php | 2 +-
include/database/jrn_def_sql.class.php | 2 +-
include/database/jrn_periode_sql.class.php | 2 +-
include/database/menu_ref_sql.class.php | 2 +-
include/database/op_predef_sql.class.php | 2 +-
include/database/parm_periode_sql.class.php | 2 +-
include/database/payment_method_sql.class.php | 2 +-
include/database/poste_analytique_sql.class.php | 2 +-
include/database/tag_group_sql.class.php | 2 +-
include/database/tva_rate_sql.class.php | 2 +-
include/database/user_filter_sql.class.php | 2 +-
include/database/v_tva_rate_sql.class.php | 2 +-
include/lib/ac_common.php | 2 +
include/lib/icard.class.php | 49 +++-
include/lib/idate.class.php | 9 +-
include/lib/ifile.class.php | 46 +++-
include/lib/message_javascript.php | 2 +
include/operation_ods_confirm.inc.php | 1 +
include/sql/patch/upgrade151.sql | 253 +++++++++++++++++++++
include/sql/patch/upgrade152.sql | 7 +
.../template/action_document_type_mtable_input.php | 14 +-
include/template/detail-action.php | 24 +-
include/template/menu.php | 4 +-
scenario/HtmlInput.test.php | 45 ++++
sql/upgrade.sql | 211 -----------------
unit-test/create-dossier-test.sh | 2 +-
55 files changed, 667 insertions(+), 323 deletions(-)
rename html/image/{logo8000.png => logo8100.png} (51%)
create mode 100644 include/sql/patch/upgrade151.sql
create mode 100644 include/sql/patch/upgrade152.sql
- [Noalyss-commit] [noalyss] branch master updated (ce0a8f8 -> 79ecb68),
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 01/15: Fix #0001277: <<header>> ne supporte pas caractères avec accent., Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 03/15: Cosmetic, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 02/15: SQL upgrade, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 06/15: Fix: bug in gettext function, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 05/15: New 0001893: Date remplacement auto des séparateurs, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 09/15: Set Version 8.1 + logo + bug SQL script 151, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 12/15: Compatibility PHP7.0, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 04/15: New : 0001890: Avertissement si la document à télécharger est trop gros, on ne peut soumettre le fichier, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 07/15: ICard Improve doc and test, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 08/15: New : Task #1894: Gestion : ajout un champs paramétrable pour videoconf, Dany De Bontridder, 2021/02/05