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

Fix for #6904 --> Fixed the check on published content languages. #7130

Closed
wants to merge 7 commits into from

Commits on Jun 6, 2015

  1. Fix for joomla#6904

    smz committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    5a50bf7 View commit details
    Browse the repository at this point in the history
  2. Added check against MultilangstatusHelper::getHomepages()

    This is probably OK and in any case it will do no harm...
    smz committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    327cbfa View commit details
    Browse the repository at this point in the history
  3. ouch!

    smz committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    1340c6c View commit details
    Browse the repository at this point in the history
  4. Added check if language folder exist

    per @infograf768 request, added check:
    !JFolder::exists(JPATH_SITE . '/language/' . $lang_code)
    smz committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    257510d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2015

  1. Per @infograf768 request

    smz committed Jun 7, 2015
    Configuration menu
    Copy the full SHA
    ad26ee3 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2015

  1. Fixed a comment

    smz committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    787640e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2015

  1. Removed a comment

    smz committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    73bdd37 View commit details
    Browse the repository at this point in the history