Fórumok

Calendar 6.2 error 404 (LPS-40425) fix for CE

Niraj Patel, módosítva 9 év-val korábban

Calendar 6.2 error 404 (LPS-40425) fix for CE

New Member Bejegyzés: 1 Csatlakozás dátuma: 2010.03.26. Legújabb bejegyzések
Error : https://issues.liferay.com/browse/LPS-40425

Found that issue is fixed for EE. Could anyone share fix for CE?
thumbnail
David H Nebinger, módosítva 9 év-val korábban

RE: Calendar 6.2 error 404 (LPS-40425) fix for CE

Liferay Legend Bejegyzések: 14919 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
Usually the bug will indicate the git code for the source checkin in github. You have to pull it from github, apply it to the local source copy (sometimes it will go right in, other times it will be dependent upon previous patches that you have to track down and apply), then build your new portal and/or plugin.
thumbnail
Bijan Vakili, módosítva 9 év-val korábban

RE: Calendar 6.2 error 404 (LPS-40425) fix for CE

Expert Bejegyzések: 375 Csatlakozás dátuma: 2009.03.10. Legújabb bejegyzések
Niraj,
Here are steps to resolve this:

1. Per LPS-40772 ( https://issues.liferay.com/browse/LPS-40772 )
Update the file as shown in this commit:
portal-impl/src/com/liferay/portal/util/AggregateUtil.java
https://github.com/brianchandotcom/liferay-portal/compare/0a18822c18...80b31db806

Best way to do this is through ext plugin; though you can just grab attached class as well (and put it in portal-impl.jar; though this may become maintenance nightmare.)

2. Per AUI-1159 ( https://issues.liferay.com/browse/AUI-1159 )
Update the following theme files as well:
ROOT/html/js/aui/calendarnavigator/assets/calendarnavigator-core.css
ROOT/html/js/aui/calendarnavigator/assets/skins/night/calendarnavigator-skin.css
ROOT/html/js/aui/calendarnavigator/assets/skins/sam/calendarnavigator-skin.css
ROOT/html/js/aui/calendarnavigator/calendarnavigator.js

See the following commit for the change; and I've attached these files as well here.
https://github.com/liferay/yui3/commit/d4220bb

Good luck and let me know if have question.
Also note about the IRC room:
http://webchat.freenode.net/?channels=liferay&uio=d4
As mentioned in James Falkner's post here: https://www.liferay.com/community/welcome/participate


Update
Created the ext plugin and the hook.
https://github.com/bmvakili/liferay-plugins/commits/lps-40772-ext-aui-1159-hook