[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch master updated (12d6119 -> 59e76cb)
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] branch master updated (12d6119 -> 59e76cb) |
Date: |
Thu, 11 Sep 2014 17:07:09 +0000 |
sparkyx pushed a change to branch master
in repository noalyss.
from 12d6119 Update translation
new b5cef98 Formatage code
new 132e44e Securité : amélioration pour les backups
new a51259a Replace message error_box
new a0d022a Reformat code
new bc630ba Replace PhpCompta_SQL by NOALYSS_SQL Add the method in
NOALYSS_SQL collect_objects
new 59e76cb Database::make_array ajoute un paramètre dans le cas où
le SQL admet une condition
The 6 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/backup.php | 13 +-
html/js/anc_script.js | 447 ++++++++++++---------
html/js/scripts.js | 4 +-
include/adm.inc.php | 4 +-
include/ajax_add_menu.php | 8 +-
include/ajax_get_menu_detail.php | 4 +-
include/bank.inc.php | 4 +-
include/class_database.php | 785 ++++++++++++++++++++----------------
include/class_default_menu_sql.php | 4 +-
include/class_iselect.php | 1 +
include/class_noalyss_sql.php | 329 +++++++++++++++
include/class_phpcompta_sql.php | 290 -------------
include/class_profile_sql.php | 4 +-
include/class_stock_goods_sql.php | 6 +-
include/class_stock_sql.php | 4 +-
include/class_tag_sql.php | 4 +-
16 files changed, 1041 insertions(+), 870 deletions(-)
create mode 100644 include/class_noalyss_sql.php
delete mode 100644 include/class_phpcompta_sql.php
- [Noalyss-commit] [noalyss] branch master updated (12d6119 -> 59e76cb),
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 06/06: Database::make_array ajoute un paramètre dans le cas où le SQL admet une condition, Dany De Bontridder, 2014/09/11
- [Noalyss-commit] [noalyss] 05/06: Replace PhpCompta_SQL by NOALYSS_SQL Add the method in NOALYSS_SQL collect_objects, Dany De Bontridder, 2014/09/11
- [Noalyss-commit] [noalyss] 03/06: Replace message error_box, Dany De Bontridder, 2014/09/11
- [Noalyss-commit] [noalyss] 01/06: Formatage code, Dany De Bontridder, 2014/09/11
- [Noalyss-commit] [noalyss] 02/06: Securité : amélioration pour les backups, Dany De Bontridder, 2014/09/11
- [Noalyss-commit] [noalyss] 04/06: Reformat code, Dany De Bontridder, 2014/09/11