noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (25a649a -> 8bd21d9)


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (25a649a -> 8bd21d9)
Date: Wed, 09 Sep 2015 08:26:57 +0000

sparkyx pushed a change to branch master
in repository noalyss.

      from  25a649a   Force the reload to avoid the cache : problem with apache 
2.4 and cache
       new  d74060a   remove comment
       new  79bd6ec   Esthetic
       new  e289606   Bug : when trying to access a event the user can't 
access, the javascript failed
       new  e3db0d3   Event : fix position of the modal window + filter on the 
last event
       new  de04ef1   Esthetic + the parent template is mandatory
       new  5bbe7ff   Add exception when trying to insert a new operation
       new  02dc627   Ethetic button confirm and alert
       new  212ce34   esthetic
       new  afb61ce   duplicate in navigator
       new  c41d3e3   Esthetic + upgrade db
       new  d52d750   Esthetic
       new  f905c66   avoid problem with cache for static file
       new  dfd16a8   Manuel and reduce size logo
       new  e6f980c   bug in redirect
       new  c56b744   bug in redirect
       new  8d6b911   order by receipt number in dashboard
       new  6cf6a48   When creating a new event from dashboard then the event 
date is the remind date
       new  9c92568   Update the template for the config file
       new  9b4e470   remove margin in tabs_
       new  87640c3   Bug#1170 : button with wrong redirect
       new  466a4ef   Bug#1166 : in No VAT mode , the amount is divided by 
1000, due to an excedent of nbm
       new  f1d635b   Script SQL à ajouter
       new  6d3a830   beter size for subject
       new  cb630f2   Update documentation
       new  169f608   insert contact
       new  81e80f2   update translation
       new  089e593   Better debugging : add a button to show the request 
$_POST and $_GET
       new  60f7320   Changed par Yann Coster
       new  fa1f46c   Bug#1158  : sign and side of Analytic accountancy
       new  eea2fb6   comment
       new  1bc15c8   Fix issue : cannot zoom an operation after saving it.
       new  5f6a6c0   translation
       new  c2646d2   Task#1173 : create a empty database to restaure in 
command line
       new  875102f   increase size of font in box
       new  ba4b75f   Esthetic : message is nothing found in menu
       new  28c5158   Missing file
       new  08e9239   Use the profile instead of the login name in the view
       new  26a0796   translation
       new  936b14b   Add the side D/C to aged balance
       new  53b7802   Remove ENABLE_CACHE + DB Upgrade
       new  df93087   database upgrade
       new  978536b   Remove ENABLE_CACHE
       new  6a91734   set version
       new  98290bc   database upgrade
       new  709141e   database upgrade : if empty, skipped
       new  24fe64c   drop view before recreating it
       new  4b636d7   avoid duplicate
       new  5a2a59d   drop view before recreating it
       new  148b86a   translation
       new  b465275   Fix SQL upgrade
       new  8eb932c   Correct Add category
       new  23c36ac   translation
       new  a296c4b   Translation
       new  7dee6e8   translation + indent
       new  d14469d   translation
       new  f8782e3   translation
       new  cb3f5b6   translation
       new  60e3d8f   translation
       new  d3584d8   set_reconcile  : Not error when there is no checkbox to 
get
       new  cb12528   Set properly the error log
       new  c1a4045   Set properly the error log
       new  d42307d   Set properly the error log
       new  593e7e0   Set properly the error log
       new  69b6bd7   improve translation Show sum
       new  8bd21d9   Show sum

The 65 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:
 doc/manuel-fr.odt                         |  Bin 106127 -> 106125 bytes
 doc/manuel-fr.pdf                         |  Bin 473787 -> 474673 bytes
 html/admin/setup.php                      |    8 +-
 html/admin/sql/patch/upgrade119.sql       |    5 +
 html/admin/sql/patch/upgrade120.sql       |  280 ++++++
 html/ajax_card.php                        |    5 +-
 html/ajax_ledger.php                      |    6 +-
 html/direct.php                           |    5 +-
 html/do.php                               |   48 +-
 html/document/fr_be/bnb.form              |   16 +-
 html/document/fr_be/bnb.rtf               |  686 +++++++++++-----
 html/image/logo6820.png                   |  Bin 189684 -> 94032 bytes
 html/index.php                            |    2 +-
 html/js/anc_script.js                     |    6 +-
 html/js/card.js                           |    4 +-
 html/js/gestion.js                        |    2 +-
 html/js/scripts.js                        |   10 +-
 html/lang/en_US/LC_MESSAGES/messages.po   | 1319 +++++++++++++++++++++--------
 html/lang/messages.po                     | 1237 ++++++++++++++++++++-------
 html/lang/nl_NL/LC_MESSAGES/messages.po   | 1287 +++++++++++++++++++++-------
 html/menuarrow.gif                        |  Bin 0 -> 68 bytes
 html/recherche.php                        |    2 +-
 html/style-classic.css                    |   26 +-
 html/style-mandarine.css                  |   37 +-
 include/ac_common.php                     |   11 +-
 include/ajax_create_menu.php              |    6 +-
 include/ajax_gestion.php                  |    1 +
 include/ajax_navigator.php                |    2 +-
 include/ajax_view_action.php              |    5 +-
 include/anc_od.inc.php                    |    2 +-
 include/card_attr.inc.php                 |    2 +-
 include/cfgfiche.inc.php                  |    5 +-
 include/class_acc_ledger.php              |    4 +-
 include/class_acc_ledger_sold.php         |    2 +-
 include/class_anc_account.php             |    3 +-
 include/class_anc_operation.php           |   32 +-
 include/class_database.php                |    4 +
 include/class_fiche.php                   |  856 ++++++++++---------
 include/class_fiche_def.php               |   43 +-
 include/class_follow_up.php               |   28 +-
 include/class_pre_operation.php           |   16 +-
 include/class_user.php                    |    5 +-
 include/compta_ach.inc.php                |   76 +-
 include/compta_ven.inc.php                |   78 +-
 include/config.inc                        |   38 +-
 include/config_file.php                   |    2 -
 include/constant.php                      |   17 +-
 include/database.item.php                 |   15 +-
 include/default_menu.inc.php              |    2 +-
 include/dossier.inc.php                   |  164 +++--
 include/history_operation.inc.php         |    2 +-
 include/impress_poste.inc.php             |    2 +-
 include/menu.inc.php                      |    6 +-
 include/profile.inc.php                   |    2 +-
 include/template/action_display_short.php |    2 +-
 include/template/balance_aged_result.php  |   51 +-
 include/template/dashboard.php            |   26 +-
 include/template/detail-action.php        |   12 +-
 include/template/fiche_def_input.php      |   15 +-
 include/template/ledger_detail_top.php    |    8 +-
 include/template/menu_detail.php          |    2 +-
 include/user_common.php                   |    3 +
 sql/upgrade.sql                           |  275 ++++++-
 63 files changed, 4941 insertions(+), 1875 deletions(-)
 create mode 100644 html/admin/sql/patch/upgrade119.sql
 create mode 100644 html/admin/sql/patch/upgrade120.sql
 create mode 100644 html/menuarrow.gif



reply via email to

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