This repository was archived by the owner on Sep 12, 2022. It is now read-only.
forked from fbrnc/Aoe_ClassPathCache
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from AOEpeople/change-codepool
Change codepool and reformat code to PSR-1/PSR-2
- Loading branch information
Showing
14 changed files
with
871 additions
and
851 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0"?> | ||
<config> | ||
<modules> | ||
<Aoe_ClassPathCache> | ||
<version>0.5.0</version> | ||
</Aoe_ClassPathCache> | ||
</modules> | ||
<global> | ||
<helpers> | ||
<aoe_classpathcache> | ||
<class>Aoe_ClassPathCache_Helper</class> | ||
</aoe_classpathcache> | ||
</helpers> | ||
</global> | ||
<frontend> | ||
<routers> | ||
<aoe_classpathcache> | ||
<use>standard</use> | ||
<args> | ||
<module>Aoe_ClassPathCache</module> | ||
<frontName>aoeclasspathcache</frontName> | ||
</args> | ||
</aoe_classpathcache> | ||
</routers> | ||
</frontend> | ||
<adminhtml> | ||
<layout> | ||
<updates> | ||
<aoe_classpathcache> | ||
<file>aoe_classpathcache/aoe_classpathcache.xml</file> | ||
</aoe_classpathcache> | ||
</updates> | ||
</layout> | ||
</adminhtml> | ||
</config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
18 changes: 8 additions & 10 deletions
18
app/design/adminhtml/default/default/layout/aoe_classpathcache/aoe_classpathcache.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<layout> | ||
|
||
<adminhtml_cache_index> | ||
<reference name="cache.additional"> | ||
<block type="core/template" name="aoe_classpathcache" template="aoe_classpathcache/aoe_classpathcache.phtml" after="-"></block> | ||
</reference> | ||
</adminhtml_cache_index> | ||
|
||
</layout> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<layout> | ||
<adminhtml_cache_index> | ||
<reference name="cache.additional"> | ||
<block type="core/template" name="aoe_classpathcache" template="aoe_classpathcache/aoe_classpathcache.phtml" after="-"/> | ||
</reference> | ||
</adminhtml_cache_index> | ||
</layout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.