branch_10_5_x
Name already in use
Commits on Feb 15, 2021
-
Updated build scripts/wrapper as little as necessary to compile and to
fit for current eclipse version. Note that java 8 (and not 11) is necessary for compilation of the gwt part. You can reach this in the eclipse configuration and for plain gradle by setting 'org.gradle.java.home' in the gradle.properties to a java 8 jdk.
Commits on May 27, 2020
Commits on Nov 4, 2019
Commits on Sep 17, 2019
Commits on Jul 4, 2019
Commits on Jun 27, 2019
Commits on Jun 25, 2019
Commits on Jun 3, 2019
-
Fixed potential deadlock caused by creating resources in an event
handler for the EVENT_RESOURCE_CREATED event when the latter was triggered by copying a resource. # Conflicts: # src/org/opencms/db/CmsDriverManager.java
Commits on May 15, 2019
Commits on May 8, 2019
Commits on Apr 29, 2019
-
Fixed problem where selecting files in the explorer table would cause
the scroll position to jump in Chrome.
Commits on Mar 21, 2019
Commits on Jan 17, 2019
-
Fixed problem where choice option would not be displayed on add butto…
…ns of moved choice elements in the editor.
Commits on Jan 10, 2019
Commits on Dec 17, 2018
-
Improved handling of additional parameters + TZ parameter.
- allowed to add parameters without solr value (to propagate the values via search state parameters) - fixed: additional parameters are correctly handled by search state parameters - fixed: automatically add "TZ" parameter with correct (Server) timezone Conflicts: src/org/opencms/jsp/search/controller/CmsSearchControllerCommon.java
-
Commits on Nov 14, 2018
Commits on Nov 6, 2018
Commits on Nov 5, 2018
Commits on Oct 31, 2018
Commits on Oct 1, 2018
Commits on Sep 30, 2018
Commits on Sep 28, 2018
-
cms:search tag: Fixed problem with explicitely setting "fl" parameter as
extra solr parameter.
-
CmsSolrQuery: Added method "setReturnFields" that will add the minimally
required return fields to the requested ones.
-
cms:search: fixed bug with checking/unchecking facet items via search
state parameters, added test case for the fix.
Commits on Aug 30, 2018
Commits on Aug 17, 2018
-
Fixed some bugs in user selection widget.
This fix is for two problems: - the problem where the server-side widget class was no longer compatible with the client-side widget class due to changed select widget option processing - the problem where the widget would store the 'nice name' of a user instead of just the user name