parent
36f8a91ae6
commit
00a08236fc
|
@ -4,8 +4,8 @@
|
|||
|
||||
| Version | Supported |
|
||||
| ------------------- | ------------------ |
|
||||
| release-8.1 | :white_check_mark: |
|
||||
| master a.k.a. 8.1z | :white_check_mark: |
|
||||
| release-8.2 | :white_check_mark: |
|
||||
| master a.k.a. 8.2z | :white_check_mark: |
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
|
|
|
@ -64,11 +64,11 @@ public final class Adempiere
|
|||
/** Timestamp */
|
||||
static public final String ID = "$Id: Adempiere.java,v 1.8 2006/08/11 02:58:14 jjanke Exp $";
|
||||
/** Main Version String */
|
||||
static public String MAIN_VERSION = "Release 8.1";
|
||||
static public String MAIN_VERSION = "Release 8.2";
|
||||
/** Detail Version as date Used for Client/Server */
|
||||
static public String DATE_VERSION = "2020-11-03";
|
||||
static public String DATE_VERSION = "2020-12-20";
|
||||
/** Database Version as date Compared with AD_System */
|
||||
static public String DB_VERSION = "2020-11-03";
|
||||
static public String DB_VERSION = "2020-12-20";
|
||||
|
||||
/** Product Name */
|
||||
static public final String NAME = "iDempiere\u00AE";
|
||||
|
@ -242,7 +242,7 @@ public final class Adempiere
|
|||
if (s_ImplementationVendor != null)
|
||||
return;
|
||||
|
||||
Package adempierePackage = Package.getPackage("org.compiere");
|
||||
Package adempierePackage = Adempiere.class.getClassLoader().getDefinedPackage("org.compiere");
|
||||
s_ImplementationVendor = adempierePackage.getImplementationVendor();
|
||||
s_ImplementationVersion = adempierePackage.getImplementationVersion();
|
||||
if (s_ImplementationVendor == null)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Package: idempiere
|
||||
Version: 8.1
|
||||
Version: 8.2
|
||||
Section: web
|
||||
Priority: extra
|
||||
Architecture: all
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
|
||||
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere (OSGi+ADempiere) 8.1 RC Page!<br>
|
||||
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere (OSGi+ADempiere) 8.2 Phong Page!<br>
|
||||
|
||||
</font></td>
|
||||
|
||||
|
|
|
@ -77,12 +77,6 @@ Author URI: http://www.bmlaurus.com
|
|||
</a>
|
||||
<div class="main-txt-btn"><%=Prop.getProperty(Prop.SUPPORTREQUEST_TEXT)%></div>
|
||||
</li>
|
||||
<li id ="main-docuBtns-btnIrc">
|
||||
<a href="<%=Prop.getProperty(Prop.IRC_LINK)%>" target="_blank">
|
||||
<img name="img_irc" src="<%=Prop.getImage("img_irc.png")%>" border="0" />
|
||||
</a>
|
||||
<div class="main-txt-btn"><%=Prop.getProperty(Prop.IRC_TEXT)%></div>
|
||||
</li>
|
||||
<li id ="main-requestBtns-btnReq">
|
||||
<a href="<%=Prop.getProperty(Prop.WEBSTORE_LINK)%>" target="_blank">
|
||||
<img name="img_webstore" src="<%=Prop.getImage("img_webstore.png")%>" border="0" />
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 84 KiB |
|
@ -72,22 +72,22 @@ div.body{
|
|||
justify-content: center;
|
||||
}
|
||||
#main-docuBtns ul {
|
||||
margin: 0px auto;
|
||||
margin: 60px auto;
|
||||
padding:28px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
align-content: center;
|
||||
align-content: flex-end;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
height: 450px;
|
||||
height: 400px;
|
||||
width: 700px;
|
||||
}
|
||||
#main-docuBtns ul li {
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
height:120px;
|
||||
width:130px;
|
||||
height:114px;
|
||||
width:106px;
|
||||
padding: 9px 0;
|
||||
text-align:center;
|
||||
background-color: #fff;
|
||||
|
|
|
@ -90,7 +90,7 @@ public final class Prop implements Serializable {
|
|||
public static final String SOC_7 = "Social7";
|
||||
|
||||
/**Defaults*/
|
||||
private static final String CREDITS = "Welcome to the iDempiere (OSGi+ADempiere) 8.1 RC Page!";
|
||||
private static final String CREDITS = "Welcome to the iDempiere (OSGi+ADempiere) 8.2 Phong Page!";
|
||||
private static String LOGO_URL = null;
|
||||
|
||||
|
||||
|
|
|
@ -52,5 +52,5 @@ CustomImagePath = NONE
|
|||
ClientName = iDempiere Application Home
|
||||
|
||||
#Custom Credits & Copyright tail
|
||||
Credits = Welcome to iDempiere 8.1 RC
|
||||
Credits = Welcome to iDempiere 8.2 Phong
|
||||
Copyriright = || by <a href="http://www.idempiere.org" target="blank">iDempiere Community</a>
|
||||
|
|
Loading…
Reference in New Issue