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

Visual fixes #9

Open
chajr opened this issue Oct 30, 2014 · 0 comments
Open

Visual fixes #9

chajr opened this issue Oct 30, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@chajr
Copy link
Member

chajr commented Oct 30, 2014

Change some styles for dark version

@chajr chajr added the change label Oct 30, 2014
@chajr chajr self-assigned this Oct 30, 2014
@chajr chajr added this to the 0.1.0 milestone Oct 30, 2014
chajr added a commit that referenced this issue Oct 30, 2014
This version introduces multiple enhancements:

changes some methods to static
rebuild some methods
added default messages methods
updated example
added some styles

Details of additions/deletions below:
--------------------------------------------------------------

Modified:   Debug/DebugBar.php
            -- Added --
                MESSAGES
                TIME
                addInfo
                addWarning
                addError
                addSuccess
                _addMessage
                startMeasure
                stopMeasure
                measure
                _measure
            -- Updated --
                $_debugBar changed to static
                $_debugBarRenderer changed to static
                __construct, removed some unused code
                _addExtendedAssets
                renderHead changed to static
                render changed to static
                setCollector usage of static methods
                __call changed to __callStatic
            -- Removed --
                $assetsUrl

Modified:   examples/debugbar.php
            -- Updated --
                changed usage of debug bar methods to static

Modified:   Debug/Assets/dark.css
            -- Added --
                added some styles for messages
chajr added a commit that referenced this issue Nov 1, 2014
This version introduces multiple enhancements:

timeline hover
style refactor

Details of additions/deletions below:
--------------------------------------------------------------

Modified:   Debug/Assets/dark.css
            -- Updated --
                timeline hover
                style refactor
chajr added a commit that referenced this issue Nov 1, 2014
, #9, #5)

This version introduces multiple enhancements:

removed benchmark class, functionality was replaced by DebugBar
added some new functionalities (Zend\Debug::dump, exceptions, memory usage in timeline)
allow to give object as collector in DebugBar
some style changes

Details of additions/deletions below:
--------------------------------------------------------------

Added:      Debug/Collectors/TimeCollector.php
            -- Added --
                extends time data collector functionality

Modified:   Debug/Debugger.php
            -- Added --
                allow to lunch some basic collector classes

Modified:   examples/debugbar.php
            -- Added --
                some examples

Modified:   composer.json
            -- Added --
                zendframework/zend-escaper in 2.* version

Modified:   Debug/Assets/dark.css
            -- Updated --
                some style changes and new styles for debugbar dark version

Modified:   Debug/DebugBar.php
            -- Added --
                usage of some new classes
                EXCEPTION
                dump handle Zend\Debug::dump() function
                addException Adds an exception to be profiled in the debug bar
            -- Updated --
                __construct changed basic debugbar class from DebugBar\StandardDebugBar to ClassBenchmark\Debug\Debugger
                setCollector name variable can be an instance of lunched data collector object

Removed:    Performance/Benchmark.php
            -- Removed --
                unused class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant