[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch unstable updated (ffa6cb848 -> ae29565
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] branch unstable updated (ffa6cb848 -> ae29565cf) |
Date: |
Sat, 31 Aug 2024 17:49:17 -0400 (EDT) |
sparkyx pushed a change to branch unstable
in repository noalyss.
from ffa6cb848 Cosmetic : loading of widget
add a026155f1 Merge branch 'unstable' of gitlab.com:noalyss/noalyss into
unstable
add d58e687d7 Bug : fix create event from AGENDA
add 2ea8e7c30 GESTION : operation add receipt number
add 4ab869832 Cosmetic
add 8182e5567 Typo
add 631063b9a Limit search thanks user's preferences
add 3b6cdfb9f Fix : error when empty
add 81fde6775 set the search_path
add 062ed82fe Database : correct the scripts for creating DB and adapt to
postgreSQL 12
add 4987bb64e upgrade199 : Correct SQL
add a6a948d30 set version 9.3
add 801ff0c49 Task #2372 : Change AD
add fc68535f1 Widget : event fix date description , set interval to 14 days
add 757bd43cd Widget : button zoom, cosmetic
add 675c5e948 C0SEC : add a search for the table of users
add 90bd1a19b cosmetic
add 2a4374adc Merge branch 'unstable' into pre-stable
add 1308c2351 cosmetic
add ae29565cf cosmetic
No new revisions were added by this update.
Summary of changes:
html/ajax_misc.php | 2 +-
html/css/style-classic7.css | 33 +-
html/image/logo9000.png | Bin 33905 -> 34055 bytes
html/install.php | 76 +-
html/js/gestion.js | 2 +-
html/js/noalyss_script.js | 65 +-
html/js/todo_list.js | 4 +-
include/admin_repo.inc.php | 2 +-
include/ajax/{ajax_poste.php => ajax_account.php} | 0
include/ajax/ajax_boxcard_search.php | 8 +-
include/ajax/ajax_preference.php | 2 +-
include/ajax/ajax_tva_parameter.php | 2 +-
include/balance.inc.php | 4 +-
include/class/database.class.php | 1 +
include/class/follow_up.class.php | 1 +
include/class/package_template.class.php | 29 +-
include/constant.php | 2 +-
include/dashboard.inc.php | 2 +-
include/export/export_fiche_balance_pdf.php | 4 +-
include/impress_bilan.inc.php | 4 +-
include/impress_jrn.inc.php | 4 +-
include/impress_rapport.inc.php | 4 +-
include/lib/html_input.class.php | 6 +-
include/lib/iposte.class.php | 2 +-
include/param_sec.inc.php | 4 +-
include/sql/account_repository/constraint.sql | 41 -
include/sql/account_repository/data.sql | 52 +-
include/sql/account_repository/index.sql | 8 +-
include/sql/account_repository/make-sql | 34 +-
include/sql/account_repository/schema.sql | 137 +-
include/sql/account_repository/sequence.sql | 18 +-
include/sql/account_repository/table.sql | 26 +-
include/sql/mod1/comment.sql | 495 ++-
include/sql/mod1/constraint.sql | 908 ++--
include/sql/mod1/data.sql | 3466 ++++++++-------
include/sql/mod1/function.sql | 1004 +++--
include/sql/mod1/index.sql | 67 +-
include/sql/mod1/make-sql | 26 -
include/sql/mod1/schema.sql | 4608 +++++++++++++++-----
include/sql/mod1/sequence.sql | 443 +-
include/sql/mod1/table.sql | 434 +-
include/sql/mod1/view.sql | 757 +++-
include/sql/mod2/data.sql | 2699 +++++++-----
include/sql/mod2/make-sql | 27 +-
include/sql/patch/upgrade199.sql | 21 +-
include/template/account_result.php | 1 -
include/template/card_result.php | 1 -
include/template/follow_up-display.php | 13 +-
include/template/module.php | 5 +-
.../status_operation_event-main_display.php | 1 +
include/widget/agenda/agenda.php | 2 +-
include/widget/ajax.php | 6 +-
include/widget/bookmark/bookmark.php | 4 +-
include/widget/event/event-display.php | 3 +-
include/widget/event/event.php | 6 +-
include/widget/event/install.php | 2 +-
include/widget/invoice/invoice.php | 60 +-
include/widget/last_event/last_event.php | 3 +-
include/widget/mini_report/mini_report.php | 4 +-
include/widget/todo_list/install.php | 2 +-
include/widget/todo_list/todo_list.php | 2 +-
include/widget/widget.php | 33 +-
62 files changed, 10304 insertions(+), 5378 deletions(-)
rename include/ajax/{ajax_poste.php => ajax_account.php} (100%)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Noalyss-commit] [noalyss] branch unstable updated (ffa6cb848 -> ae29565cf),
dwm <=