Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecations and warnings fixes for I18n Navigation #1

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Apr 5, 2019

  1. Deprecation fix

    Fix for deprecation notice:
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; I18nNavigationItem has a deprecated constructor
    Every0ne authored Apr 5, 2019
    Configuration menu
    Copy the full SHA
    2b13668 View commit details
    Browse the repository at this point in the history
  2. Deprecations and warnings fixes

    Fixes:
    - Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; I18nNavigationItem has a deprecated constructor
    - Warning: count(): Parameter must be an array or an object that implements Countable
    - Warning: Invalid argument supplied for foreach()
    Every0ne authored Apr 5, 2019
    Configuration menu
    Copy the full SHA
    fae1932 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Configuration menu
    Copy the full SHA
    eb34fe1 View commit details
    Browse the repository at this point in the history
  2. Fix for undefined 'filter' index.

    Fix for:
    Notice: Undefined index: filter in i18n_navigation/frontend.class.php
    when i18n Special Pages plugin is enabled.
    Every0ne committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    269f7a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a87eb13 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from Every0ne/master

    Fix for undefined 'filter' index
    Every0ne authored Apr 22, 2019
    Configuration menu
    Copy the full SHA
    7a904d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. jQuery UI Sortable update

    Fixes jQuery errors and navigation reordering by drag&drop in GS 3.4,
    breaks compatibility with GS 3.3.15.
    Every0ne committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    14ec55f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Configuration menu
    Copy the full SHA
    acaa09f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d26568a View commit details
    Browse the repository at this point in the history