[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 09/15: Set Version 8.1 + logo + bug SQL scrip
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 09/15: Set Version 8.1 + logo + bug SQL script 151 |
Date: |
Fri, 5 Feb 2021 11:38:31 -0500 (EST) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 9b70b9dc5765a128be4a58d83f5038725cc9d765
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Feb 3 18:03:11 2021 +0100
Set Version 8.1 + logo + bug SQL script 151
---
doc/developper/Doxyfile | 2 +-
html/image/{logo8000.png => logo8100.png} | Bin 36368 -> 35588 bytes
html/index.php | 2 +-
html/install.php | 2 +-
html/style-classic7.css | 1 +
include/sql/patch/upgrade151.sql | 1 +
6 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/doc/developper/Doxyfile b/doc/developper/Doxyfile
index bbe2291..766c242 100644
--- a/doc/developper/Doxyfile
+++ b/doc/developper/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = noalyss
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = Version-7.2
+PROJECT_NUMBER = Version-8.1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/html/image/logo8000.png b/html/image/logo8100.png
similarity index 51%
rename from html/image/logo8000.png
rename to html/image/logo8100.png
index ee5fc4b..da1ccdf 100644
Binary files a/html/image/logo8000.png and b/html/image/logo8100.png differ
diff --git a/html/index.php b/html/index.php
index b6ce4cc..c8b8b65 100644
--- a/html/index.php
+++ b/html/index.php
@@ -191,7 +191,7 @@ if (isset ($_REQUEST['reconnect']) && isset
($_REQUEST['backurl'])) {
}
echo '
-<IMG SRC="image/logo8000.png" id="logo_id" alt="NOALYSS">
+<IMG SRC="image/logo8100.png" id="logo_id" alt="NOALYSS">
<form id="login_frm" action="login.php" method="post" name="loginform">'.
'<h1>Noalyss</h1>'.
$goto .
diff --git a/html/install.php b/html/install.php
index 7e4ff5d..a01059d 100644
--- a/html/install.php
+++ b/html/install.php
@@ -83,7 +83,7 @@
</head>
<body>
<p align="center">
- <IMG SRC="image/logo8000.png" style="width:
30%;z-index:-1;position:fixed;top:30%;margin-left: 20%;opacity: 0.2"
alt="NOALYSS">
+ <IMG SRC="image/logo8100.png" style="width:
30%;z-index:-1;position:fixed;top:30%;margin-left: 20%;opacity: 0.2"
alt="NOALYSS">
</p>
<h1>NOALYSS : comptabilité - accountancy </h1>
diff --git a/html/style-classic7.css b/html/style-classic7.css
index 3312064..5b9d185 100644
--- a/html/style-classic7.css
+++ b/html/style-classic7.css
@@ -2304,6 +2304,7 @@ div.bxbutton .icon
border:0px;
height: 18px;
color: #f0d19a;
+ font-size: 87%;
}
div.bxbutton .icon:hover
{
diff --git a/include/sql/patch/upgrade151.sql b/include/sql/patch/upgrade151.sql
index e182000..3ba6e77 100644
--- a/include/sql/patch/upgrade151.sql
+++ b/include/sql/patch/upgrade151.sql
@@ -2,6 +2,7 @@ begin;
-- improve vw_fiche_attr
alter table fiche add column f_enable char(1);
update fiche set f_enable=ad_value from fiche_detail as fd1 where
fd1.f_id=fiche.f_id and ad_id=54;
+update fiche set f_enable='1' where f_enable is null;
alter table fiche alter f_enable set not null;
alter table fiche add constraint f_enable_ck check (f_enable in ('0','1'));
comment on column fiche.f_enable is 'value = 1 if card enable , otherwise 0 ';
- [Noalyss-commit] [noalyss] branch master updated (ce0a8f8 -> 79ecb68), Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 01/15: Fix #0001277: <<header>> ne supporte pas caractères avec accent., Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 03/15: Cosmetic, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 02/15: SQL upgrade, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 06/15: Fix: bug in gettext function, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 05/15: New 0001893: Date remplacement auto des séparateurs, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 09/15: Set Version 8.1 + logo + bug SQL script 151,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 12/15: Compatibility PHP7.0, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 04/15: New : 0001890: Avertissement si la document à télécharger est trop gros, on ne peut soumettre le fichier, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 07/15: ICard Improve doc and test, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 08/15: New : Task #1894: Gestion : ajout un champs paramétrable pour videoconf, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 11/15: Fix : Menu problem when 2 duplicate menus, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 14/15: cosmetic : position inner_box on larger screen, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 10/15: Place of recover_link, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 15/15: We split Database in DatabaseCore and Database, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 13/15: Bug = if double click on a card returns nothing, Dany De Bontridder, 2021/02/05