Skip to content

Commit

Permalink
- Remove hints detection in commandController
Browse files Browse the repository at this point in the history
- Fix: Simplify .gitignore file [#10]
  • Loading branch information
jmelnick committed May 11, 2011
1 parent 56db61d commit 6a7fc97
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 38 deletions.
42 changes: 13 additions & 29 deletions .gitignore
@@ -1,30 +1,14 @@
app/code/core/
app/design/adminhtml/
app/design/frontend/base/
app/design/frontend/default/
app/design/install/
app/etc/
app/.htaccess
app/locale/
app/Mage.php
lib/
downloader/
errors/
var/
media/
shell/
skin/
js/
.*
/*
/*.*

LICENSE*
RELEASE_NOTES.txt
app/code/community/
cron.*
favicon.ico
includes/
index.*
install.php
php.ini.sample
pkginfo/
pear
!/app/code/community/Dmedia/Devel
!/app/code/local/Mage/Core/Block/Template.php
!/app/design/frontend/default/default/layout/devel
!/app/design/frontend/default/default/template/devel
!/app/design/adminhtml/default/default/layout/devel
!/app/design/adminhtml/default/default/template/devel
!/app/etc/module/Dhmedia_Devel.xml
!/lib/krumo
!/js/codemirror
!/README.md
!/.gitignore
Expand Up @@ -50,15 +50,6 @@ public function reindexAction()
public function hintsonAction()
{
$this->setHints(true);

/*
* Add devel_check_hints_on param to return url
*/
$this->getRequest()->setParam('return',
$this->getRequest()->getParam('return') .
(strpos($this->getRequest()->getParam('return'), '?') ? '&' : '?') .
'devel_check_hints_on=1'
);
}

public function hintsoffAction()
Expand Down

0 comments on commit 6a7fc97

Please sign in to comment.