noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch unstable updated (39eb388b0 -> e7d52dd


From: dwm
Subject: [Noalyss-commit] [noalyss] branch unstable updated (39eb388b0 -> e7d52dded)
Date: Thu, 29 Feb 2024 16:38:32 -0500 (EST)

sparkyx pushed a change to branch unstable
in repository noalyss.

    from 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 dc9dc64b9 with the plugin , there are several autoloader
     new e7d52dded FOLLOWUP Card: show 20 last action, even closed

The 2 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/index.php                                    |  2 +-
 html/js/noalyss_script.js                         |  6 +-
 html/user_login.php                               |  4 +-
 include/ajax/ajax_follow_up.php                   |  5 +-
 include/class/acc_ledger_sale.class.php           |  4 +-
 include/class/extension.class.php                 | 14 +++++
 include/class/follow_up.class.php                 |  5 +-
 include/class/mobile.class.php                    |  5 +-
 include/constant.php                              | 27 ++++----
 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 +++
 sql/reverse.sql                                   |  3 -
 sql/upgrade.sql                                   |  2 +-
 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/pdf_anc_acc_listTest.php  |  2 +-
 unit-test/include/lib/file_cacheTest.php          | 68 ++++++++++++++++++++
 unit-test/include/lib/noalyss_sqlTest.php         |  3 +
 24 files changed, 299 insertions(+), 116 deletions(-)
 create mode 100644 include/lib/file_cache.class.php
 create mode 100644 include/sql/patch/upgrade195.sql
 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/lib/file_cacheTest.php



reply via email to

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