noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (490aeb1 -> ecc3b53)


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (490aeb1 -> ecc3b53)
Date: Fri, 1 Jun 2018 17:02:47 -0400 (EDT)

sparkyx pushed a change to branch master
in repository noalyss.

      from  490aeb1   update doc
      adds  a1f4321   cosmetic
      adds  f18d11a   TVA with one account : fix small bugs if account no given
      adds  04744d3   Update warning message about install.php
      adds  9e0d6ab   Bug : typo in show box
      adds  803dacc   Export Card Balance : bug , credit and debit used as a 
number
      adds  77b1402   Protect function nb , return the string if the parameter 
is not a float
      adds  8eb4c6e   New version of libreoffice use the numeric in another way
      adds  eaca444   Create invoice : New version of libreoffice use the 
numeric in another way
       new  7672722   Missing class : missing class for acc_ledger
       new  4f9be53   Bug 1600 : alphanumeric accounting must be case 
insensitive
       new  ff98ba8   html_page_start : protect query, improve code
       new  03497b9   Action_Code : add validate, cancel and modify icon
       new  fc84867   Display the balance difference
       new  64749aa   Bug in QUANT_PURCHASE , dp_dep_priv is not saved
       new  6eb2e07   integrate fix for bug in insert_quant_purchase which 
cannot save private fee Conflicts:   include/sql/patch/upgrade128.sql
       new  3fcfd11   Add upgrade128.sql
       new  5feb8f2   Upgrade 128.sql
       new  05fd1bd   Security : direct injection
       new  ecc3b53   Fix : security fixes see rapport exakat (Damien Seguy)

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 html/do.php                                 |   2 +-
 html/fid.php                                |   9 +-
 html/index.php                              |   8 +-
 html/js/scripts.js                          |   2 +-
 html/lang/en_US/LC_MESSAGES/messages.po     | 522 +++++++++++++++++++---------
 html/lang/messages.po                       | 510 ++++++++++++++++++---------
 html/lang/nl_NL/LC_MESSAGES/messages.po     | 512 ++++++++++++++++++---------
 html/popup.php                              |  20 +-
 html/recherche.php                          |   7 +-
 include/action.common.inc.php               |  10 +-
 include/admin_repo.inc.php                  |   2 +-
 include/ajax/ajax_history.php               |   9 +-
 include/ajax/ajax_todo_list.php             |   6 +-
 include/anc_od.inc.php                      |   6 +-
 include/category_card.inc.php               |   4 +-
 include/class/acc_account.class.php         |   3 +-
 include/class/acc_bilan.class.php           |   5 +
 include/class/acc_ledger.class.php          |   1 +
 include/class/acc_ledger_purchase.class.php |  13 +-
 include/class/acc_ledger_search.class.php   |  41 +--
 include/class/acc_ledger_sold.class.php     |   2 +-
 include/class/acc_operation.class.php       |   2 +-
 include/class/document.class.php            |   7 +-
 include/class/fiche.class.php               |   4 +-
 include/constant.php                        |   2 +-
 include/database.item.php                   |   2 +-
 include/export/export_fiche_balance_csv.php |   4 +-
 include/lib/ac_common.php                   |   8 +-
 include/lib/html_input.class.php            |   2 +-
 include/lib/http_input.class.php            |   4 +-
 include/lib/icon_action.class.php           |  36 ++
 include/lib/noalyss_csv.class.php           |   6 +-
 include/sql/patch/upgrade128.sql            |  59 ++++
 sql/upgrade.sql                             |  64 +++-
 34 files changed, 1304 insertions(+), 590 deletions(-)
 create mode 100644 include/sql/patch/upgrade128.sql



reply via email to

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