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

Various fixes to clean up the error log #663

Merged
merged 5 commits into from Jul 12, 2013
Merged

Various fixes to clean up the error log #663

merged 5 commits into from Jul 12, 2013

Commits on Jul 12, 2013

  1. ! prevent undefined index error log spam when likeDisplayLimit = 0

    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds committed Jul 12, 2013
    Configuration menu
    Copy the full SHA
    ba1a649 View commit details
    Browse the repository at this point in the history
  2. ! Not sure why, but it does occur so we need check for it or its a un…

    …defined index
    
    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds committed Jul 12, 2013
    Configuration menu
    Copy the full SHA
    c733fca View commit details
    Browse the repository at this point in the history
  3. ! missing the u modifier so this will be a problem with true utf8 str…

    …ings (no match, undefined index)
    
    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds committed Jul 12, 2013
    Configuration menu
    Copy the full SHA
    03b0550 View commit details
    Browse the repository at this point in the history
  4. ! index error caused by truncating the post pre-parsebbc for previews…

    …. Adds check on the last element we need since its implicit the earlier ones are there.
    
    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds committed Jul 12, 2013
    Configuration menu
    Copy the full SHA
    37c061b View commit details
    Browse the repository at this point in the history
  5. ! This is an example of why you should not be so clever with leaving …

    …()'s out ... invalid query
    
    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds committed Jul 12, 2013
    Configuration menu
    Copy the full SHA
    30f26d3 View commit details
    Browse the repository at this point in the history