Export - CSV (All fields)
Export - CSV (Current fields)
FACES-3201
Exception when deploying some TCK portlets to Liferay 6.2FACES-3185
Enable the bridge to simulate the Liferay Portal convenience of getting the value of a namespaced request parameter without specifying the namespace in PlutoFACES-3183
Create Cache and CacheFactory utilitiesFACES-3181
synchronization is used incorrectly (double-checked locking etc.)FACES-3169
ExternalContext.encodeResourceURL(String url) does not permit relative URLs that do not contain ".."FACES-3168
NullPointerException thrown when null is passed to ExternalContext.getMimeType(String)FACES-3165
ExternalContextImpl.getResponseContentType() does not conform to Section 6.1.3.1 of the JSR 329 SpecFACES-3158
Component documentation incorrectly lists required, immediate, and readonly attributes as type java.lang.Boolean instead of booleanFACES-3157
The JSF API dependency is specified as <scope>compile</scope> instead of <scope>provided</scope>FACES-3140
Prevent the integration tests from being released by the maven-release-pluginFACES-3136
Setting required="true" for h:inputFile, bridge:inputFile, or alloy:inputFile has no effectFACES-3125
JavaDoc errors due to self-closing tags in generated documentationFACES-3119
Resource in Resource Library Contract not loaded due to view extension in URLFACES-3111
Deprecate BridgePortletContextFactory in the Liferay Faces Bridge APIFACES-3106
Disable initialization of namespaced PortletContext attributes in GenericFacesPortlet.init(PortletConfig) by defaultFACES-3099
NullPointerException in BodyRenderer if there is no head in the faceletFACES-3097
Refactor workaround for FACES-2819 in order to fix FACES-2837FACES-3093
Add Selenium tester for the FACES-1470-portletFACES-3089
Disable ACTION_PHASE -> ACTION_PHASE scope by defaultFACES-3087
Bridge unnecessarily creates a FacesContext during the EVENT_PHASE of the portlet lifecycleFACES-3084
Upgrade tests to test-selenium 0.3.1FACES-3076
Upgrade to Mojarra 2.1.29-09FACES-3074
BridgeDefaultViewNotSpecifiedException thrown when ResourceURL cacheability=FULLFACES-3069
ExternalContext.setResponseHeader(String name, String value) calls PortletResponse.addProperty(String name, String value) rather than PortletResponse.setProperty(String name, String value)FACES-3066
Bridge Impl README.md doesn't include all the necessary profiles for compiling portletsFACES-3055
The inputTextarea Size tester throws CSS error on liferay 6.2FACES-3052
Develop convenience scripts for executing the integration tests and run Pluto on port 9080FACES-3050
Not all TCK test runner shell scripts have commands that invoke the new test frameworkFACES-3049
Context relative path not specified for jsp:includeFACES-3048
Some TCK errors don't show the test page and test nameFACES-3046
Failure in TCK TestPage083 (dispatchUsesForwardTest) on Liferay Portal 7.0FACES-3044
RichFaces tester fails during month which contains 14th week of year (April)FACES-3042
Change of portlet mode is not detected by the bridge when ActionResponse.setPortletMode(portletMode) is called by the developerFACES-3039
Refactor BridgeRequestScope to better encapsulate whether or not the portlet container implements Post-Redirect-GetFACES-3037
Improve comments regarding the TCKFACES-3031
InlineScript causes NullPointerException when state is restoredFACES-3030
NullPointerException in BridgeImpl.destroy on Liferay PortalFACES-3027
Remove unnecessary h:form from jsf-export-pdf-portletFACES-3026
Upgrade to PrimeFaces 6.1FACES-3023
The source level in the 3.x branches of liferay-faces-bridge-api.git and liferay-faces-bridge-impl.git should be 1.6FACES-3020
HeaderRequestPhaseListener and RenderRequestPhaseListener perform synchronization on a non-final fieldFACES-3018
RichFaces JS fails and throws errorsFACES-3017
Selenium file upload fails on LinuxFACES-3016
File upload xpath error in IceFacesApplicantPortletTester.javaFACES-3014
JSF 2.3 incompatibility with rich:inputFileFACES-3012
The ace:fileEntry component fails to upload files for versions of ICEfaces prior to 4.2FACES-3011
RequestHeaderValuesMap does not add the "Faces-Request" header during an ICEfaces file upload with ace:fileEntryFACES-3010
Liferay Faces integration tests no longer set a default browserFACES-2999
Author tests for the Data category of the Alloy ShowcaseFACES-2998
Upgrade Bridge TCK tests to the new test frameworkFACES-2992
Test errors/failures in the showcase testers on JSF 2.1 branchesFACES-2988
Author test for the com.liferay.faces.issue.1433.portletFACES-2978
Bridge ExternalContextImpl.redirect(String url) assumes that the specified URL has has non-encoded query parametersFACES-2977
Develop tests for the Portlet and Bridge:InputFile category of the JSF Showcase (Portlet)FACES-2974
Some children of jsf <head> components are not written to the responseFACES-2973
Remove warning during testingFACES-2964
Remove "implements Serializable" and serialVersionUID from @RequestScoped beansFACES-2963
Upgrade to Liferay Faces Bridge Ext 5.0.1 / 4.0.1 / 3.0.1 / 2.0.1 / 1.0.1FACES-2962
Upgrade to Liferay Faces Util 3.1.0 / 2.1.0 / 1.1.0FACES-2954
Develop a workaround for JAVASERVERFACES-4192 in the bridge implementationFACES-2952
Primefaces applicant test will not click submit button due to nav bar not hidden when page scrolled downFACES-2950
Upgrade to Liferay Faces Showcase 3.0.1 / 2.0.1 / 1.0.1FACES-2947
Upgrade to Liferay Faces Alloy 3.0.1 / 2.0.1 / 1.0.1FACES-2946
Eliminate verbose error logging when javax.portlet.BaseURL.setSecure(boolean) is unsupportedFACES-2945
The ResourceImpl.toRequestPath() method should not encode the return valueFACES-2943
Entering zip code in jsf-cdi-applicant-portlet does not update the City and State/Province fieldsFACES-2938
Upgrade Bridge integration tests to the new test frameworkFACES-2936
icefaces ace:fileEntry fails to upload fileFACES-2932
The Liferay Faces demos should show the version of Bridge Ext in the browserFACES-2929
Rename ExceptionHandlerAjaxImpl.java to ExceptionHandlerBridgeImpl.java and ExceptionHandlerFactoryImpl.java to ExceptionHandlerFactoryBridgeImpl.javaFACES-2926
PrimeFaces core.js throws JavaScript TypeError: "localeKey is undefined" after ajax navigation when PRIMEFACES_MOBILE RenderKit is usedFACES-2922
Some PrimeFaces widgets do not load after ajax navigationFACES-2921
Add support for PrimeFaces Mobile RenderKitFACES-2920
inline <alloy:outputScript>s and <alloy:outputStylesheet>s cannot be rendered in the <head> section in Liferay PortalFACES-2910
NullPointerException thrown by BodyRendererBridgeImpl.java when the PrimeFaces mobile renderkit is specified in WEB-INF/faces-config.xmlFACES-2902
Integration tests for jsf-flows-portlet and jsf-html5-applicant-portlet should not be present in the 3.x branch of liferay-faces-bridge-impl.gitFACES-2901
Integration test failure when trying to detect 'Mojarra' in the rendered markup on WebLogic 12c (12.1.x)FACES-2900
bridge:inputFile should not have instant-ajax usage in Showcase for JSF 2.1FACES-2874
Multiple extensions are stripped off resource request pathFACES-2851
Report portlet and servlet container info in the demo portletsFACES-2837
Bridge TCK TestPage203 failure (JSF_ELTest) in Liferay Portal 6.2FACES-2827
The jsf-applicant-portlet renders "Thank you {0} for applying ..." rather than "Thank you for applying ..." after submitting the formFACES-2672
Remove mention of the Apache License associated with jboss-elFACES-2640
Author a new integration test for the jsf-jsp-applicant-portlet demoFACES-2605
Improve performance of com.liferay.faces.util.map.AbstractPropertyMap by reducing calls to getPropertyNames()FACES-2587
Icefaces ice: components throw UnsupportedOperationException: ICEfaces rendering required.FACES-2311
Factories and caches are not stored as attributes in the PortletContext/ServletContext
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0