noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (38c52bf -> 255124b)


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (38c52bf -> 255124b)
Date: Tue, 02 Jun 2015 22:29:01 +0000

sparkyx pushed a change to branch master
in repository noalyss.

      from  38c52bf   Task #1118 - Partage de notes via le Pense-bête #1118 : 
partage de note 1) la note ne peut être modifiée que par son propriétaire
       new  1c8ed72   Task #1118 - Partage de notes via le Pense-bête #1118 : 
partage de note Correction bug
       new  78b812c   Task #1123 - Visualisation/présentation de la balance: 
SOLDE #1123 : PRINTBAL ajout du solde quand on utilise les sous-niveaux
      adds  b319f83   Problème d'arrondi
      adds  4781927   Version 6.8.0.3
      adds  512741c   Version 6.8.0.3 in index
       new  5cb9350   Merge tag 'rel6803'
       new  bbfa1a7   Icon in the menu
       new  49f6bf5   Icon in the menu
       new  c0776af   #1118 : partage de note Esthétique Zoom des notes 
partagées
       new  26e46a4   Improve method HtmlInput::title_box
       new  44b4dec   #1118 : partage de note Ne peut partager note non sauvée
       new  fc40f24   #1118 : partage de note Esthétique zoom
       new  7d9872c   Database improve : new function get_affected returns the 
number of rows affected by the last query
       new  2f023ad   Remove table priv_user, the local admin and plugin user 
are obsolete
       new  7075058   Administration user  : Add  / remove right on folder in 
ajax
       new  b50bde6   Administration user  : add condition if no folder exists 
+ esthetic
       new  2ee973f   Administration user  : add condition if no folder exists 
+ esthetic
       new  1d177f5   Administration user  : esthetic + rewrite add user 
Correct bug : ajax_admin.js
       new  a74bbc8   Administration user  : esthetic
       new  4b7d3df   Administration user  : esthetic
       new  6c851b3   HtmlInput : add a new function to create an empty anchor
       new  31c0512   HtmlInput :: anchor_empty add a title
       new  214fe90   Message when no financial ledger are found
       new  4dd5c82   Message when no financial ledger are found
       new  43c4592   Fix bug in authentication for normal user
       new  603f502   Add email, change preference and administration for this
       new  dd4217c   Add email, change preference and administration for this
       new  05beb50   Remove obsolete file
       new  4a8e05a   fix bug with email user
       new  7041186   Documentation
       new  f1b361b   Esthetique
       new  8839aa3   Remove button (x) + center the text
       new  255124b   Esthetic

The 30 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/admin_repo.php                    |    1 +
 html/ajax_card.php                     |   10 +-
 html/ajax_misc.php                     |   35 ++++-
 html/ajax_todo_list.php                |   72 +++++++++-
 html/do.php                            |    6 +-
 html/index.php                         |    2 +-
 html/js/admin.js                       |  131 +++++++++++++++++
 html/js/scripts.js                     |    6 +
 html/js/todo_list.js                   |   22 ++-
 html/style-classic.css                 |  140 +++++++++++++++++-
 html/style-mobile.css                  |  167 +++++++++++++++++++++--
 html/user_login.php                    |    5 +-
 html/user_pref.php                     |   91 ------------
 include/ajax_admin.php                 |  165 ++++++++++++++++++++++
 include/ajax_preference.php            |    9 +-
 include/balance.inc.php                |   14 ++
 include/class_acc_ledger_fin.php       |    2 +-
 include/class_acc_ledger_purchase.php  |   13 +-
 include/class_acc_ledger_sold.php      |    2 +-
 include/class_database.php             |    7 +
 include/class_dossier.php              |   89 +++++++-----
 include/class_html_input.php           |   44 +++++--
 include/class_user.php                 |  184 ++++++++++++++----------
 include/compta_fin.inc.php             |   26 ++--
 include/constant.php                   |   11 +-
 include/dossier.inc.php                |    2 -
 include/export_balance_pdf.php         |   13 ++-
 include/extension.inc.php              |   55 -------
 include/param_sec.inc.php              |   14 +-
 include/template/folder_display.php    |   67 +++++++++
 include/template/todo_list_display.php |    3 +-
 include/user.inc.php                   |   68 ++++++----
 include/user_detail.inc.php            |  243 ++++++++++++++++----------------
 sql/upgrade.sql                        |    3 +-
 34 files changed, 1219 insertions(+), 503 deletions(-)
 create mode 100644 html/js/admin.js
 delete mode 100644 html/user_pref.php
 create mode 100644 include/ajax_admin.php
 delete mode 100644 include/extension.inc.php
 create mode 100644 include/template/folder_display.php



reply via email to

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