noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (25be6b6 -> eeef5d2)


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (25be6b6 -> eeef5d2)
Date: Wed, 26 Dec 2018 04:29:48 -0500 (EST)

sparkyx pushed a change to branch master
in repository noalyss.

      from  25be6b6   PHP 7.2 : fix incomptability
       new  ceed7d2   Backport from 7.1 SQL for currency
       new  278f402   adapt to 7.2  ,error with count
       new  845c0b2   adapt to 7.2  ,error with sizeof
       new  7b32e5a   Improve waiting box
       new  81d4223   Bug : cannot set group
       new  e4d20b2   adapt to 7.2  ,init
       new  553a2d9   Bug : ajax fails if wait_box does not exist
       new  cfac373   Merge branch 'master' of gitlab.noalyss.eu:noalyss/noalyss
       new  602207a   CSS : cosmetic a.mtitle:hover
       new  013727b   javascript : small bug in alert_box , callback function 
is not defined
       new  d7e06af   Improve cosmetic
       new  d5449d6   Translate
       new  a8e6b69   adapt to 7.2 : array
       new  6654106   css cosmetic background for selected style-classic7
       new  d8c24d9   typo
       new  14ea453   http_input : fix bug with array
       new  3a534aa   Document : replace properly value in the OOo file
       new  a1789c6   css : force a.inline to be inline !
       new  085a670   CSS : print number align to right
       new  e335451   Document::replace_value handle space before numeric
       new  59eb0ce   cosmetic
       new  2d0da8b   Exception rethrow
       new  48cad5f   translate
       new  d166d35   Analytic accountancy : fix bug
       new  f0220f5   Currency : SQL quant_fin is adapted
       new  58d6b51   Version DB 131
       new  4848d75   Quant_Fin : set the j_id when an operation is recorded
       new  2d23ca4   reverse for quant_fin
       new  2334329   Background color
       new  47cab29   acc_ledger_fin . translation
       new  bd7ba3d   Indentation
       new  c61b6e9   change background
       new  8e7dc4f   Database upgrade 131
       new  7faeb86   predefined operation , invalid value for database::setp
       new  5e46bc3   predefined operation , find a label for an accounting thx 
its value, the pk is now an numeric id
       new  81df6ed   Pre_Operation : add attribut
       new  3efb890   cfgcurrency : file for the new version : if the file to 
include does not exist then display a warning and exit
       new  112f648   cfgcurrency : file for the new version : if the file to 
include does not exist then display a warning and exit look also into 
NOALYSS_INCLUDE
       new  836ac70   cfgcurrency : file for the new version : if the file to 
include does not exist then display a warning and exit look also into 
NOALYSS_INCLUDE
       new  a4fc796   Doc + typo
       new  c373d5d   PHP 7.2 : sizeof attribut
       new  1d43ba1   Merge branch 'master' of gitlab.noalyss.eu:noalyss/noalyss
       new  3f53de4   gitlab #3 Manage Table issue with the type SELECT, cannot 
reproduce bug Back to old version to fix issue with the type "SELECT" from the 
menu Syndicat.tools->section
       new  eeef5d2   Merge branch 'master' of gitlab.noalyss.eu:noalyss/noalyss

The 44 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:
 dev/extract_text.sh                       |    5 +-
 html/do.php                               |    3 +
 html/js/scripts.js                        |   13 +-
 html/lang/en_US/LC_MESSAGES/messages.po   |  815 +++---
 html/lang/messages.po                     | 4479 ++++++++++++++++++++++-------
 html/lang/nl_NL/LC_MESSAGES/messages.po   |  807 +++---
 html/style-classic7.css                   |   21 +-
 html/style-print.css                      |    3 +
 html/user_login.php                       |    2 +-
 include/ajax/ajax_anc_accounting.php      |    2 +
 include/class/acc_ledger.class.php        |    6 +-
 include/class/acc_ledger_fin.class.php    |   57 +-
 include/class/document.class.php          |   87 +-
 include/class/fiche.class.php             |    5 +-
 include/class/pre_op_advanced.class.php   |    2 +-
 include/class/pre_operation.class.php     |    1 +
 include/constant.php                      |    3 +-
 include/lib/ac_common.php                 |   12 +-
 include/lib/http_input.class.php          |    4 +-
 include/lib/iselect.class.php             |   16 +
 include/lib/manage_table_sql.class.php    |   33 +-
 include/profile.inc.php                   |   24 +-
 include/sql/patch/upgrade129.sql          |  109 +
 include/sql/patch/upgrade130.sql          |   46 +
 include/sql/patch/upgrade131.sql          |  180 ++
 include/template/ledger_detail_bottom.php |    4 +-
 sql/upgrade.sql                           |   55 -
 27 files changed, 4739 insertions(+), 2055 deletions(-)
 create mode 100644 include/sql/patch/upgrade129.sql
 create mode 100644 include/sql/patch/upgrade130.sql
 create mode 100644 include/sql/patch/upgrade131.sql



reply via email to

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