noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (cbc0d3fb7 -> 1cb2e43b3


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (cbc0d3fb7 -> 1cb2e43b3)
Date: Mon, 22 Aug 2022 12:21:52 -0400 (EDT)

sparkyx pushed a change to branch master
in repository noalyss.

    from cbc0d3fb7 Bug: Fails when p_callback_true is false
     new 4486d5276 Task #0002182: Bouton fiche avec nouvelle icone + 
possibilité d'ajouter des fiches
     new bc5355dfa Tache 0001743: Une couleur par dossier
     new dfefdacac Tache 0001743: Une couleur par dossier , ajout title boite 
dialogue
     new 8688a4438 Task #0002164: Renommage de ces pièces pour faire le lien 
entre la pièce et l'opération
     new 4276b63fd Tache 0001743: couleur , correction ligne paire
     new 9fc6cb145 Tache 0001743 : couleur sont dans un menu séparé, 
amélioration de l'ergonomie + test phpunit
     new f895d4cb0 Fix bug in test me function
     new d53a7bd40 Code cleaning
     new 34528ddaf Fix bug : clean_filename removed the dot (extension)
     new 2d5d35867 Cosmetic : center the close button in dg box
     new dfaa420f4 Estetic : progress bar color
     new 884c365be Translation and cleansing
     new ebd93a1e6 Tache #0001743  : rephrase
     new 1cb2e43b3 Cosmetic : don't go if nothing is asked

The 14 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/font/fontello/config.json                 |   36 +
 html/css/font/fontello/css/fontello-codes.css      |    8 +-
 html/css/font/fontello/css/fontello-embedded.css   |   37 +-
 html/css/font/fontello/css/fontello-ie7-codes.css  |    8 +-
 html/css/font/fontello/css/fontello-ie7.css        |   14 +-
 html/css/font/fontello/css/fontello.css            |   41 +-
 html/css/font/fontello/demo.html                   |  843 ++-
 html/css/font/fontello/font/fontello.eot           |  Bin 36336 -> 38472 bytes
 html/css/font/fontello/font/fontello.svg           |   16 +-
 html/css/font/fontello/font/fontello.ttf           |  Bin 36168 -> 38304 bytes
 html/css/font/fontello/font/fontello.woff          |  Bin 22052 -> 23172 bytes
 html/css/font/fontello/font/fontello.woff2         |  Bin 18436 -> 19376 bytes
 html/css/font/fontello/fontello.eot                |  Bin 35304 -> 38472 bytes
 html/css/font/fontello/fontello.svg                |   34 +-
 html/css/font/fontello/fontello.ttf                |  Bin 35136 -> 38304 bytes
 html/css/font/fontello/fontello.woff               |  Bin 21500 -> 23172 bytes
 html/css/font/fontello/fontello.woff2              |  Bin 17964 -> 19376 bytes
 html/css/style-classic7.css                        |    6 +-
 html/image/default-screen.png                      |  Bin 0 -> 166837 bytes
 html/js/noalyss_script.js                          |    7 +-
 html/lang/en_US/LC_MESSAGES/messages.po            | 2848 +++++++-
 html/lang/messages.po                              | 6996 ++++++++++++++++++--
 html/lang/nl_NL/LC_MESSAGES/messages.po            | 2799 +++++++-
 include/ajax/ajax_card.php                         |   14 +-
 include/class/acc_ledger.class.php                 |    2 +-
 include/class/noalyss_appearance.class.php         |  328 +
 include/company.inc.php                            |   45 +-
 include/constant.php                               |    6 +-
 include/database.item.php                          |   42 +-
 include/export/export_receipt.php                  |   15 +-
 include/lib/ac_common.php                          |   15 +-
 include/lib/icolor.class.php                       |   48 +
 include/lib/icon_action.class.php                  |   15 +
 include/lib/itext.class.php                        |    1 +
 include/lib/user_common.php                        |    2 +-
 include/noalyss-color.inc.php                      |   72 +
 include/param_sec.inc.php                          |    2 +-
 include/sql/patch/upgrade174.sql                   |   21 +
 include/sql/patch/upgrade175.sql                   |    7 +
 include/template/module.php                        |   10 +-
 scenario/icon_actionTest.php                       |    9 +
 unit-test/include/class/ficheTest.php              |    3 +-
 unit-test/include/class/noalyssAppearanceTest.php  |   67 +
 .../include/class/upgrade176.sql                   |    0
 unit-test/include/class/userTest.php               |    7 +-
 45 files changed, 12744 insertions(+), 1680 deletions(-)
 create mode 100644 html/image/default-screen.png
 create mode 100644 include/class/noalyss_appearance.class.php
 create mode 100644 include/lib/icolor.class.php
 create mode 100644 include/noalyss-color.inc.php
 create mode 100644 include/sql/patch/upgrade174.sql
 create mode 100644 include/sql/patch/upgrade175.sql
 create mode 100644 unit-test/include/class/noalyssAppearanceTest.php
 copy include/sql/account_repository/view.sql => 
unit-test/include/class/upgrade176.sql (100%)



reply via email to

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