/[Apache-SVN]
ViewVC logotype

Revision 1758389


Jump to revision: Previous Next
Author: pranayp
Date: Tue Aug 30 13:37:27 2016 UTC (7 years, 6 months ago)
Changed paths: 48
Log Message:
[OFBIZ-7311] - Applied the patch from the ticket. Removing the unused references of the maincss.css from source code, following is done-
1) Removed 'maincss.css' entry from 'allowedPaths' param of from web.xml
Reason: Since, there is no file like 'maincss.css' exist under any includes directory. 
2) Removed the unused references of maincss.css from FTLs, code
<link rel="stylesheet" href="${StringUtil.wrapString(baseUrl!)}/images/maincss.css" type="text/css"/> 
has been removed.
Reason: This is an interesting thing, these FTLs were using the maincss.css located under the images directory.
When I look the history of these files, following were my findings,
The 'maincss.css' file under the 'images' directory exist in release4.0 
http://svn.apache.org/repos/asf/ofbiz/branches/release4.0/framework/images/webapp/images/
after this release, this files no longer exist there.
3) Also, I have updated one file 'InventoryNoticeEmail.ftl' and used the basic HTML code to style, instead of using style defined in 'maincss.css' which were exist in release-4.0
4) Updated some references from 'maincss.css' to style.css in comments.
5) Also removed the entry of including '/images/maincss.css' and '/images/mainrtl.css' in SimpleDecorator
Since, these files no longer exist after release-4.0.

Thanks Wai for reviewing the work and thanks Swapnil M Mane for the contribution.


Changed paths

Path Details
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/ap/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/ar/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/applications/content/webapp/content/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/applications/order/template/request/AddedNoteCustRequestNotification.ftl modified , text changed
Directoryofbiz/trunk/applications/order/template/request/CompletedCustRequestNotification.ftl modified , text changed
Directoryofbiz/trunk/applications/order/template/request/CreateCustRequestNotification.ftl modified , text changed
Directoryofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/applications/party/template/email/AccountActivatedNotification.ftl modified , text changed
Directoryofbiz/trunk/applications/party/template/email/ChangePersonalInfoNotification.ftl modified , text changed
Directoryofbiz/trunk/applications/party/template/email/CreatePartyNotification.ftl modified , text changed
Directoryofbiz/trunk/applications/party/template/email/VerifyEmailAddressNotification.ftl modified , text changed
Directoryofbiz/trunk/applications/product/webapp/catalog/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/applications/workeffort/webapp/ical/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/framework/common/template/includes/Simple.ftl modified , text changed
Directoryofbiz/trunk/framework/common/widget/CommonScreens.xml modified , text changed
Directoryofbiz/trunk/framework/resources/templates/web.xml modified , text changed
Directoryofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/assetmaint/webapp/ismgr/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/bi/webapp/bi/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/webapp/ordermgr/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/ecommerce/template/email/ContactListUnsubscribeVerifyEmail.ftl modified , text changed
Directoryofbiz/trunk/specialpurpose/ecommerce/template/email/ContactListVerifyEmail.ftl modified , text changed
Directoryofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/exampleext/webapp/exampleext/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/oagis/templates/email/InventoryNoticeEmail.ftl modified , text changed
Directoryofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml modified , text changed
Directoryofbiz/trunk/themes/flatgrey/webapp/flatgrey/stylertl.css modified , text changed
Directoryofbiz/trunk/themes/rainbowstone/webapp/rainbowstone/stylertl.css modified , text changed
Directoryofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/stylertl.css modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26