Export - CSV (All fields)
Export - CSV (Current fields)
LPS-70014
IncludeTag does not need to set/unset SERVLET_CONTEXT_INCLUDE_FILTER_STRICT attribute unless THEME_JSP_OVERRIDE_ENABLED is true.LPS-70012
Optimize ATagLPS-70010
Optimize PortalPreferencesImpl clone to avoid unncessary xml parsingLPS-70006
Avoid repeatedly formatting login form navigation pages at runtimeLPS-70005
Create a dedicated cached map for PortletConstants.DEFAULT_PREFERENCES in PortletPreferencesFactoryImpl to reduce traffic to the portal cacheLPS-69986
Improve IconHelpTag performanceLPS-69983
Use Collections.emptySet() whenever possible to speed up contains() checkingLPS-69982
Optimize PasswordEncryptorLPS-69976
Optimize user profile friendly url handling logicLPS-69975
Avoid getting http method in NtlmPostFilter.isFilterEnabled(), unless it is really neededLPS-69974
Inline BrowserSnifferImpl.isAndroid() to avoid getting userAgent twiceLPS-69972
Avoid creating unnecessary LayoutType object in PortalImpl.getBrowsableLayout(Layout)LPS-69970
Avoid calling org.osgi.util.tracker.ServiceTracker.getTrackingCount() whenever possible to avoid concurrent bottleneckLPS-69957
Do synchronized refresh to prevent concurrent refreshing deadlock between FileInstall and ModuleFrameworkImplLPS-69954
RefreshURL doesn't include p_p_auth tokenLPS-69950
There is no remind when @ a user in message board.LPS-69939
Remove unused scopedAttributes supportLPS-69938
Refactor DefaultControlPanelEntryFactory to do ServiceProxyFactory reference injectionLPS-69936
When trying to download web contents converted by libreoffice from the asset publisher, an error ocurs.LPS-69930
Avoid to use heavy clone just to change static settings, use PortletWrapper instead.LPS-69929
Optimize PublicRenderParameterConfiguration to avoid duplicated publicRenderParameterName lookupsLPS-69927
OutputTag should not create dummy empty OutputData just for a lookupLPS-69923
JspServlet's _contextAdapterMethods is all internally used, no need to unmodifiableMap wrap it.LPS-69922
Optimize FinderPath to avoid encoding arguments twiceLPS-69919
Portlet Always Writes to the Local Database, even if it is Configured to Write to an External DatabaseLPS-69908
CDNs may have trouble serving content with Cache-Control: no-cache="Set-Cookie"LPS-69903
Optimize org.eclipse.equinox.http.servlet.internal.servlet.HttpServletRequestWrapperImpl to shortcut as early as possible for attribute getting and avoid using java.util.StackLPS-69900
Improve ProductNavigationControlMenuTag performanceLPS-69899
As a developer, I would like compatibility modules for taglibs and JSP filesLPS-69898
Stop FileInstall from zipping up override folder tp try to install it.LPS-69891
When trying to download documents converted by libreoffice from the asset publisher, an error ocurs.LPS-69885
Improve NavigationTag performanceLPS-69884
Cancel button doesn't work when edited resource's calendarLPS-69883
Avoid the duplicated HttpServiceRuntimeImpl attributes unmodifiable wrappingLPS-69882
Optimize org.eclipse.equinox.http.servlet.internal.util.Path to avoid duplicated path string indexing and splittingLPS-69881
Assigning a Parent Organization to a non-immediate child will cause an infinite loopLPS-69880
Optimize org.eclipse.equinox.http.servlet.internal.context.ContextController to avoid creating HttpSessionEvent unless there is any HttpSessionListener registeredLPS-69878
Field groupKey in Group table isn't create properly after upgrading to Liferay 7/DXPLPS-69875
NullPointerException during LAR importLPS-69866
Journal taglib module cannot be deployed as default pluginLPS-69863
Custom SQL UserFinder.findByC_FN_MN_LN_SN_EA_S retrieves unnecesary columns from databaseLPS-69862
Initialization bug when deploying modules with MBDisplayContextFactory or WikiDisplayContextFactoryLPS-69852
SchedulerException is thrown when scheduling a job with a trigger interval that is less than zeroLPS-69840
Avoid AOP creation for ThemeLocalServiceLPS-69839
Optimize PortalWebResourcesUtilLPS-69831
DM: preview PDF files shows a loading indicator in its thubnailsLPS-69824
Potentially unreleased resource on ClpSerializerLPS-69809
Inline simple end.jspLPS-69801
Unable to add default values if a web content structure has nested fields and the company default locale is not en_USLPS-69799
CORS error when site virtualhost is a subdomain of portal virtualhostLPS-69797
Demo Data Creator for Document Library (Folders and Images)LPS-69792
CKEditor in MB boards should allow select files from DMLPS-69783
Announcement date is not rendered correctlyLPS-69780
Optimize ChannelHubManagerImpl to skip all cluster operations when ClusterExecutor is disabledLPS-69773
Change IncludeTag's logger level to ERRORLPS-69772
Usability improvement if content for announcement is emptyLPS-69753
Reduce calls to heavy ServletContext.getContextPath()LPS-69752
Optimize MentionsTopHeadDynamicInclude, DDMFormRendererTopHeadDynamicInclude and AlloyEditorAccessibilityDynamicIncludeLPS-69751
Create portal properties to configure default init parameters for liferay jasper jsp servletLPS-69750
Further improve HtmlImpl.escape(String, int) performanceLPS-69739
Invite Members invitation email refers to Social OfficeLPS-69736
Optimize SPAUtilLPS-69735
Optimize top_js.jspfLPS-69730
Improvement to javadoc generated by ServiceBuilderLPS-69722
Embedded images in Wiki page content not displayed properly when copying pageLPS-69721
After adding an image, the focus is on the beginning of the content.LPS-69708
Creates new Item Selector Return Type for SitesLPS-69707
Optimize AuthenticatedSessionManagerImplLPS-69704
Document Library Conversion Links are InvalidLPS-69699
Alloyeditor placeholder stylesLPS-69693
Disable heading text formatting in Wiki editor for CreoleLPS-69688
Improve UserPortraitTag performanceLPS-69679
Catastrophic initialization failure error deploying custom portlet after Fix Pack 8LPS-69670
Improve UserImpl.isSetupComplete performanceLPS-69669
AuthVerifier configurations generate multiple unnecessary OSGI configuration change events during startupLPS-69668
Need to provide facilities to configure the number of threads for background tasksLPS-69666
Unable to import Article with SeparatorLPS-69664
Message Board parent category shows incorrect subcategory count after moving subcategory to recycle binLPS-69663
Cannot copy page attachments when copying a wiki pageLPS-69656
Announcements portlet not upgraded correctlyLPS-69647
Assign Organization Roles popup has no paddingLPS-69644
Add snapshot class to speed up invocation to OSGi configurable proxy.LPS-69643
Add Panel Search Bar is not properly styled in Styled ThemeLPS-69642
Update Lexicon to v1.0.14LPS-69638
Wiki -> Details "created by" and "last updated by" is the sameLPS-69631
Optimize EventsProcessorUtil and InstancePoolLPS-69630
Activities portlet shows "activity-journal-article-add-web-content" when adding a new articleLPS-69628
PortalLifecycleUtil does not need to call HotDeployUtil.registerDependentPortalLifecycle() if the incoming PortalLifecycle is known to be a portal oneLPS-69627
Optimize MaintenanceUtil and PortalSessionContextLPS-69622
Patch to fix org.eclipse.equinox.http.servlet.internal.context.ProxyContext global locking bottleneckLPS-69620
User cannot use Assign Form dropdown menu while creating a Kaleo Forms processLPS-69619
Some characters are displayed as HTML in a Calendar Event's description field when the event is created through Related AssetsLPS-69589
Activities portlet does not display Twitter activities correctlyLPS-69588
Rename BaseTinyMCEEditorConfigConfigurator to BaseTinyMCEEditorConfigContributorLPS-69578
Wiki can't add content for FrontPageLPS-69572
When scheduler is disabled, all related components should not be activatedLPS-69553
Certain PortalInstanceLifecycleListeners should only execute once within cluster environmentLPS-69552
When click suborganization site link, error display "Document Selector is temporarily unavailable"LPS-69542
Edit Permissions Window Lacks a Search BarLPS-69535
Poor Performance in edit_permissions.jsp when Loading Roles
{"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