Notes |
|
(0019117)
|
hgbot
|
2009-08-20 15:37
|
|
Repository: erp/devel/pi
Changeset: fdebd666abc967ed5b269abd1f14c40545f5ff24
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Thu Aug 20 15:36:29 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/fdebd666abc967ed5b269abd1f14c40545f5ff24 [^]
Fixed 10340: Change the to display the openbravo logo (either community or ops logo)
- Remove changing logo css class by javascript
- Load image not directly but via a servlet returning the 'correct' logo based on instance activation status (cached)
- Add helper to alert user to clean cache once when instance activation status changes
- Add this helper to Login page and Instance management page
---
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src/org/openbravo/erpCommon/ad_forms/InstanceManagement.html
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/utils.js
M web/skins/Default/Openbravo_ERP_250.css
A src/org/openbravo/erpCommon/obps/CheckCleanCache.java
A src/org/openbravo/erpCommon/obps/GetOpsLogo.java
---
|
|
|
(0019132)
|
hgbot
|
2009-08-20 17:47
|
|
Repository: erp/devel/pi
Changeset: d5506fd603d1f6dfe76bc801e631b90543e34302
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Thu Aug 20 17:43:15 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d5506fd603d1f6dfe76bc801e631b90543e34302 [^]
Issue 10340: Increase the revision number to force one clear cache after change to javascript
---
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/utils.js
---
|
|
|
(0019147)
|
hgbot
|
2009-08-20 19:28
|
|
Repository: erp/devel/pi
Changeset: ccbf0080750b7f43b9bfa5b2eefeabb9b3f93181
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Thu Aug 20 19:28:08 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ccbf0080750b7f43b9bfa5b2eefeabb9b3f93181 [^]
Issue 10340: Only display alert popup once when both conditions are true
Alert was shown twice if js-files uptodate check and instance active status
check triggered at the same time.
---
M src/org/openbravo/erpCommon/security/Login_F1.html
---
|
|
|
(0019151)
|
hgbot
|
2009-08-20 20:13
|
|
Repository: erp/devel/pi
Changeset: 6e7aeed85875390788cd8c912bac384f0309745d
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Thu Aug 20 20:12:44 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/6e7aeed85875390788cd8c912bac384f0309745d [^]
Issue 10340: Rename GetOpsLogo.png request by GetOpenbravoLogo.png as it better matches its use
---
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src/org/openbravo/erpCommon/obps/ActivationKey.java
M web/skins/Default/Openbravo_ERP_250.css
A src/org/openbravo/erpCommon/obps/GetOpenbravoLogo.java
R src/org/openbravo/erpCommon/obps/GetOpsLogo.java
---
|
|