Skip to content

charles-vdulac/symfony-webDebugPanel-currentGitCommit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Show current git commit in sf web debug toolbar
Charles Vallantin Dulac <charles.vallantin-dulac@sporteasy.fr>

Setup :

In your project's lib/debug/ directory (you'll need to create this directory),
copy sfWebDebugPanelCurrentGitCommit.class.php file.

In your project's web/img directory, copy git.png file

In config/projectConfiguration.class.php, setup method, put this code to active module:

//Git debug tool bar
$this->dispatcher->connect('debug.web.load_panels', array(
   'acWebDebugPanelCurrentGitCommit',
   'listenToLoadDebugWebPanelEvent'
));

About

Show current git comit in symfony's web debug toolbar (Sf 1.3-1.4)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages