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

Added panel sorter #565

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

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    886f0e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    086c977 View commit details
    Browse the repository at this point in the history
  3. removed Helpers::fixStack()

    xdebug_get_function_stack() is available only if xdebug.mode=develop is set.
    Inside a shutdown handler, it returns the complete callstack only when called from the CLI.
    When used in a browser, the callstack is printed out and the function then does not return it.
    The callstack output can be disabled using html_errors=0, but the function still won't return it.
    dg committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a92e70a View commit details
    Browse the repository at this point in the history
  4. BlueScreen: displays real arguments and local variables using xdebug …

    …[WIP]
    
    - requires xdebug 3.3 and xdebug.mode=develop
    - stores information only for the last 8 exceptions, so we don't want to generate new exceptions during rendering
    dg committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b5d26b3 View commit details
    Browse the repository at this point in the history
  5. opened 3.0-dev

    dg committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    282fbf8 View commit details
    Browse the repository at this point in the history
  6. uses PascalCase constants

    dg committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    3d9e273 View commit details
    Browse the repository at this point in the history
  7. removed bridge for Latte

    dg committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    01037c7 View commit details
    Browse the repository at this point in the history
  8. Logger: added typehints

    dg committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    37ebfd3 View commit details
    Browse the repository at this point in the history
  9. css: uses nesting

    dg committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    e26bb83 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Added panel sorter

    patrickkusebauch committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a59b200 View commit details
    Browse the repository at this point in the history