[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch master updated (edfa6f2 -> df17810)
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] branch master updated (edfa6f2 -> df17810) |
Date: |
Wed, 02 Dec 2015 14:20:00 +0000 |
sparkyx pushed a change to branch master
in repository noalyss.
from edfa6f2 Adapt login page for mobile
new bc59ff3 Check if the server has the module gettext , if not
return immediately in the function set_language
new a8d910b remove test for user "plugin-only" they don't exist
anymore
new 25129bb Adapt for mobile, hide elt when needed
new 7572b02 Task #1231 - Cohérence listes CSV Journaux #1231 Add
class for CSV
new df17810 Task #1231 - Cohérence listes CSV Journaux #1231 Rewrite
code for export CSV for ANC part
The 5 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/style-classic.css | 71 ++++++++--
html/user_login.php | 10 +--
include/class/class_anc_acc_list.php | 70 ++++++-----
include/class/class_anc_balance_double.php | 36 +++---
include/class/class_anc_balance_simple.php | 21 ++--
include/class/class_anc_group.php | 19 ++--
include/class/class_anc_listing.php | 25 ++--
include/class/class_anc_table.php | 43 ++++---
include/export/export_anc_acc_list_csv.php | 5 +-
include/export/export_anc_balance_double_csv.php | 6 +-
include/export/export_anc_balance_group_csv.php | 5 +-
include/export/export_anc_balance_simple_csv.php | 4 +-
include/export/export_anc_list_csv.php | 5 +-
include/export/export_anc_table_csv.php | 5 +-
include/lib/ac_common.php | 7 +
include/lib/class_noalyss_csv.php | 150 ++++++++++++++++++++++
16 files changed, 336 insertions(+), 146 deletions(-)
create mode 100644 include/lib/class_noalyss_csv.php
- [Noalyss-commit] [noalyss] branch master updated (edfa6f2 -> df17810),
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 01/05: Check if the server has the module gettext , if not return immediately in the function set_language, Dany De Bontridder, 2015/12/02
- [Noalyss-commit] [noalyss] 03/05: Adapt for mobile, hide elt when needed, Dany De Bontridder, 2015/12/02
- [Noalyss-commit] [noalyss] 04/05: Task #1231 - Cohérence listes CSV Journaux #1231 Add class for CSV, Dany De Bontridder, 2015/12/02
- [Noalyss-commit] [noalyss] 02/05: remove test for user "plugin-only" they don't exist anymore, Dany De Bontridder, 2015/12/02
- [Noalyss-commit] [noalyss] 05/05: Task #1231 - Cohérence listes CSV Journaux #1231 Rewrite code for export CSV for ANC part, Dany De Bontridder, 2015/12/02