Skip to content

Commit

Permalink
Changed namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed May 12, 2018
1 parent 0c2bae6 commit e3b2704
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
StackExchange_AllowSymlink Magento Module
===

**Q:** How to enable symlinks after SUPEE-9767 V2 install?

> Its seems SUPEE-9767v2 has disabled and removed the option in "Advanced -> Developer -> Template settings", that would allow us to enable/disable symlinks.
>
> What is the other way to enable symlinks after V2 patch install?
**Source:** https://magento.stackexchange.com/questions/184184/how-to-enable-symlinks-after-supee-9767-v2-install
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "sr/sr-allowsymlink",
"name": "stackexchange/stackexchange-allowsymlink",
"type": "magento-module",
"description": "Brings back Allow Symlonk option after SUPEE-9767 V2",
"homepage": "https://github.com/sreichel/magento-Sr-AllowSymlink",
"description": "Brings back 'Allow Symlink' option after SUPEE-9767 V2",
"homepage": "https://magento.stackexchange.com/questions/184184/how-to-enable-symlinks-after-supee-9767-v2-install/184185#184185",
"authors": [
{
"name": "Sven Reichel",
Expand Down
4 changes: 2 additions & 2 deletions modman
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src/app/code/community/Sr/AllowSymlink app/code/community/Sr/AllowSymlink/
src/app/etc/modules/Sr_AllowSymlink.xml app/etc/modules/Sr_AllowSymlink.xml
src/app/code/community/StackExchange/AllowSymlink app/code/community/StackExchange/AllowSymlink/
src/app/etc/modules/StackExchange_AllowSymlink.xml app/etc/modules/StackExchange_AllowSymlink.xml
8 changes: 0 additions & 8 deletions src/app/code/community/Sr/AllowSymlink/etc/config.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
<modules>
<StackExchange_AllowSymlink>
<version>1.2.0</version>
</StackExchange_AllowSymlink>
</modules>
</config>
10 changes: 0 additions & 10 deletions src/app/etc/local.SUPEE-9767.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<config>
<modules>
<Sr_AllowSymlink>
<StackExchange_AllowSymlink>
<active>true</active>
<codePool>community</codePool>
<depends>
<Mage_Core />
</depends>
</Sr_AllowSymlink>
</StackExchange_AllowSymlink>
</modules>
</config>

0 comments on commit e3b2704

Please sign in to comment.