noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch stable updated (49701a972 -> 4f274cc84


From: dwm
Subject: [Noalyss-commit] [noalyss] branch stable updated (49701a972 -> 4f274cc84)
Date: Thu, 29 Feb 2024 16:38:32 -0500 (EST)

sparkyx pushed a change to branch stable
in repository noalyss.

    from 49701a972 Merge branch 'master' of git.sv.gnu.org:/srv/git/noalyss
     add ec288f676 PHP8.1 compatibility
     add e26f1ee29 PHP8.1 compatibility
     add 1c6fcf056 If card already used in accountancy, cannot changed the 
quickcode
     add b5213f330 QCODE : remove trigger update on jrnx
     add 8c3cbda94 FOLLOWUP : change destinataire et concerne, supprime filtre 
sur "concerne"
     add 85f19810a Bug : verification ne fonctionne pas avec MY_REPORT=N
     add 4496e0970 Saved search for accountancy replace filter by "Saved search"
     add ea2b77465 Code Improve : Extension , Fix : php8.1
     add 01489d7aa Merge
     add 39eb388b0 Follow-Up : list with a filter
     add 303edf25a Put a cache for noalyss version
     add 9cdef09d8 documentation
     add a124cf0a0 Cache : create a class for managing cache
     add 245ed7474 Tache #2342: Version de NOALYSS : donné quand on tag une 
version
     add 3683aaa53 Extention : retrieve version of  extension thx to his 
plugin_code
     add 7ad7471c7 Final test
     new 8e7d3e58b Version 9200
     new f8abbfedd with the plugin , there are several autoloader
     new 4f274cc84 FOLLOWUP Card: show 20 last action, even closed

The 3 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                                 |   2 +
 html/index.php                                     |   2 +-
 html/js/acc_ledger.js                              |  22 +++++
 html/js/noalyss_script.js                          |   6 +-
 html/user_login.php                                |   4 +-
 include/ajax/ajax_follow_up.php                    |   5 +-
 include/ajax/ajax_search_filter.php                |  29 ++++--
 include/class/acc_bilan.class.php                  |   6 +-
 include/class/acc_ledger_sale.class.php            |   4 +-
 include/class/acc_ledger_search.class.php          |  52 ++++++++++-
 include/class/card_property.class.php              |   9 +-
 include/class/extension.class.php                  |  62 ++++++++++--
 include/class/follow_up.class.php                  |   7 +-
 include/class/mobile.class.php                     |   5 +-
 include/constant.php                               |  28 +++---
 include/history_operation.inc.php                  |  47 +++++-----
 include/lib/ac_common.php                          |  19 ++--
 include/lib/dbg.php                                |  67 ++++++++++++-
 include/lib/file_cache.class.php                   |  77 +++++++++++++++
 include/lib/function_javascript.php                |   3 +-
 include/sql/patch/upgrade195.sql                   |   8 ++
 .../acc_ledger_search-display_list_filter.php      | 103 ++++++++++++++++++++
 include/template/follow_up-display.php             |   2 +-
 include/template/follow_up-view_list.php           |   3 +-
 include/template/follow_up_filter-display_list.php |   2 +-
 include/verif_bilan.inc.php                        |  17 +++-
 sql/reverse.sql                                    |   1 -
 sql/upgrade.sql                                    |   1 +
 unit-test/include/class/acc_ledger_saleTest.php    |  14 ++-
 unit-test/include/class/acc_ledger_searchTest.php  |   2 +-
 unit-test/include/class/anc_grandlivre.Test.php    |  33 -------
 unit-test/include/class/anc_operation.Test.php     |  34 -------
 unit-test/include/class/contactTest.php            |   8 +-
 unit-test/include/class/data/plugin.xml            |  86 +++++++++++++++++
 ...ackage_repositoryTest.php => extensiontest.php} | 104 +++++++--------------
 unit-test/include/class/pdf_anc_acc_listTest.php   |   2 +-
 unit-test/include/lib/file_cacheTest.php           |  68 ++++++++++++++
 unit-test/include/lib/noalyss_sqlTest.php          |   3 +
 38 files changed, 712 insertions(+), 235 deletions(-)
 create mode 100644 include/lib/file_cache.class.php
 create mode 100644 include/sql/patch/upgrade195.sql
 create mode 100644 include/template/acc_ledger_search-display_list_filter.php
 delete mode 100644 unit-test/include/class/anc_grandlivre.Test.php
 delete mode 100644 unit-test/include/class/anc_operation.Test.php
 create mode 100644 unit-test/include/class/data/plugin.xml
 copy unit-test/include/class/{package_repositoryTest.php => extensiontest.php} 
(50%)
 create mode 100644 unit-test/include/lib/file_cacheTest.php



reply via email to

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