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

Enable 404 Error Handling for Userfunc #583

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

Commits on Dec 14, 2017

  1. Enable 404 Error Handling for Userfunc

    Because of some old content in the Google Index i tried to get a 404 Error for no longer existing subpages configured via userfunc in the fixedPostVars.
    So I update the UrlDecoder Class and added the following to the realurl configuration:
    GETvar' => 'myVar',
    'enable404forInvalidAlias' => 1,
    'userFunc' => ....
    
    If there was already an existing way to do this, I'm sorry I wasn't able to find it. :)
    jmtpix committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    ef5c249 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. Userfunc Encoding Return Value

    If you try to encode, for example a hidden translation of something in your own extension, it is useful to reset it to the previous value.
    Before I changed this file, the requested uid was returned.
    jmtpix committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    efedc86 View commit details
    Browse the repository at this point in the history
  2. Update UrlEncoder.php

    That was wrong I'm sorry - with my change i got wrong entries for the previous value.
    jmtpix committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    41b0ebb View commit details
    Browse the repository at this point in the history