Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: instantsoft/icms2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.17.0
Choose a base ref
...
head repository: instantsoft/icms2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.17.1
Choose a head ref
  • 8 commits
  • 49 files changed
  • 2 contributors

Commits on Dec 29, 2024

  1. Исправлены баги с функциями string_parse_list и string_explode_list;

    Массовая рассылка из админки с опциями выбора пресета типографа и замены переноса строк на тег br;
    Запоминание параметров последней рассылки;
    Убрано неправильное предупреждение формы "Изменения могут не сохраниться" при настройке полей;
    Подготовка 2.17.1.
    fuzegit committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    866d386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2243341 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. fix fieldList bug

    fuzegit committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    94d87ca View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. Line was backwards...

    madromas authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    b2dc053 View commit details
    Browse the repository at this point in the history
  2. Update comments.php

    madromas authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    9cb2c6e View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Правило доступа для смены владельца записи ТК;

    Исправлены уведомления подписчиков при комментировании гостями;
    Исправлен баг с цифрой гостя (PHP >= 8.3) при голосовании за записи ТК;
    Исправлены баги с полями "Список мультивыбор" и "Число", если они добавлены в свойствах;
    Мелкие правки.
    fuzegit committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    a2cbfb0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1524 from madromas/master

    Line was backwards...
    fuzegit authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    6bbd301 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. Поддержка redis для кэширования и сессий;

    Порция рефакторинга для кэширования;
    cmsCacheMemory переименован в cmsCacheMemcache;
    Для поля "Число", если включена опция "только целые числа", сохраняемое значение приводится к типу int вместо float;
    Исправлен поиск иконок с символом дефиса.
    fuzegit committed Jan 11, 2025
    Configuration menu
    Copy the full SHA
    3d29dc5 View commit details
    Browse the repository at this point in the history
Loading