Skip to content
Permalink
branch_10_5_x
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Feb 15, 2021

  1. 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.
    dSeidel committed Feb 15, 2021

Commits on May 27, 2020

Commits on Jun 25, 2019

Commits on Jun 3, 2019

  1. 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
    gWestenberger committed Jun 3, 2019

Commits on May 8, 2019

Commits on Apr 29, 2019

  1. Fixed problem where selecting files in the explorer table would cause

    the scroll position to jump in Chrome.
    gWestenberger committed Apr 29, 2019

Commits on Mar 21, 2019

Commits on Jan 17, 2019

  1. Fixed problem where choice option would not be displayed on add butto…

    …ns of moved choice elements in the editor.
    gWestenberger committed Jan 17, 2019

Commits on Dec 17, 2018

  1. 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
    mEmmerich authored and dSeidel committed Dec 17, 2018

Commits on Sep 30, 2018

Commits on Sep 28, 2018

  1. CmsSolrQuery: Added method "setReturnFields" that will add the minimally

    required return fields to the requested ones.
    dSeidel committed Sep 28, 2018
  2. cms:search: fixed bug with checking/unchecking facet items via search

    state parameters, added test case for the fix.
    dSeidel committed Sep 28, 2018

Commits on Aug 17, 2018

  1. 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
    gWestenberger committed Aug 17, 2018
Older