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

Commits for review: Add php Error Reporting Functionality to PMA #1207

Closed
wants to merge 21 commits into from

Commits on May 9, 2014

  1. Add script that will report all the errors of current-script-run. Thi…

    …s script is intended to be used same as common.inc.php, but at the end of each script.
    
    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed May 9, 2014
    Copy the full SHA
    7bdad8e View commit details
    Browse the repository at this point in the history
  2. Include error reporitng script at the end of index.php. Corrosponding…

    … error local & temporary log file.
    
    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed May 9, 2014
    Copy the full SHA
    b137255 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2014

  1. Add standard pma code for the library files. Add comments explaining …

    …file usage.
    
    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed May 12, 2014
    Copy the full SHA
    0cc6c30 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2014

  1. Add another parameter to existing js error reporting code.

    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed May 23, 2014
    Copy the full SHA
    44ee4d8 View commit details
    Browse the repository at this point in the history
  2. Report errors based on user preference. All the cases taken care of.

    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed May 23, 2014
    Copy the full SHA
    74f61dc View commit details
    Browse the repository at this point in the history
  3. Add appropriate msgs & js functions to handle user actions.

    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed May 23, 2014
    Copy the full SHA
    80d86e0 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2014

  1. Fix Syntax errors.

    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed May 24, 2014
    Copy the full SHA
    0f46e06 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2014

  1. Make "Ignore All" button work on login page.

    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed May 25, 2014
    Copy the full SHA
    e956817 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2014

  1. Remove unnecessary file.

    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed May 26, 2014
    Copy the full SHA
    29345e1 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2014

  1. Send only(without HTML) error message string.

    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed May 27, 2014
    Copy the full SHA
    0215f1a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2014

  1. Send only backtrace (not displayBacktrace). Change getBacktrace to re…

    …turn first 'X' frames. Send stackhash too.
    
    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed May 28, 2014
    Copy the full SHA
    d08ef1d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2014

  1. Fix failing existing PHPUnit tests.

    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed Jun 3, 2014
    Copy the full SHA
    56ee831 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary code. A deliberate error & local error-reporting-s…

    …erver URL.
    
    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed Jun 3, 2014
    Copy the full SHA
    27bd1f3 View commit details
    Browse the repository at this point in the history
  3. Improve Error Message.

    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed Jun 3, 2014
    Copy the full SHA
    628280b View commit details
    Browse the repository at this point in the history
  4. Include error reporting script at the end of all the 'relevant' scripts.

    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed Jun 3, 2014
    Copy the full SHA
    c6e582f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2014

  1. Stop false alarms (displaying prompts-reporting form and reporting fo…

    …r 'false' (user warnings) errors).
    
    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed Jun 5, 2014
    Copy the full SHA
    0ec4a2d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2014

  1. Move error reporting code to a separate function 'PMA_Error_Handler::…

    …reportError()'. Hook it in 'PMA_Footer::getErrorMessages()'.
    
    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed Jun 7, 2014
    Copy the full SHA
    bef9527 View commit details
    Browse the repository at this point in the history
  2. Remove included 'common_error_reporting.php' script and its inclusion…

    … from all the scripts.
    
    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed Jun 7, 2014
    Copy the full SHA
    0491058 View commit details
    Browse the repository at this point in the history
  3. Make automatic php error report submission ('sendErrorReport'='always…

    …') aysnchronous. Stop infinite auto error reporting loop.
    
    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed Jun 7, 2014
    Copy the full SHA
    d25a83c View commit details
    Browse the repository at this point in the history
  4. Display appropriate msg while automatically submitting php error report.

    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed Jun 7, 2014
    Copy the full SHA
    8e66074 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2014

  1. Fix coding style issues.

    Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
    JayNakrani committed Jun 8, 2014
    Copy the full SHA
    1fd02dc View commit details
    Browse the repository at this point in the history