Skip to content

Commit e3b2704

Browse files
committed
Changed namespace
1 parent 0c2bae6 commit e3b2704

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
StackExchange_AllowSymlink Magento Module
2+
===
3+
4+
**Q:** How to enable symlinks after SUPEE-9767 V2 install?
5+
6+
> Its seems SUPEE-9767v2 has disabled and removed the option in "Advanced -> Developer -> Template settings", that would allow us to enable/disable symlinks.
7+
>
8+
> What is the other way to enable symlinks after V2 patch install?
9+
10+
**Source:** https://magento.stackexchange.com/questions/184184/how-to-enable-symlinks-after-supee-9767-v2-install

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "sr/sr-allowsymlink",
2+
"name": "stackexchange/stackexchange-allowsymlink",
33
"type": "magento-module",
4-
"description": "Brings back Allow Symlonk option after SUPEE-9767 V2",
5-
"homepage": "https://github.com/sreichel/magento-Sr-AllowSymlink",
4+
"description": "Brings back 'Allow Symlink' option after SUPEE-9767 V2",
5+
"homepage": "https://magento.stackexchange.com/questions/184184/how-to-enable-symlinks-after-supee-9767-v2-install/184185#184185",
66
"authors": [
77
{
88
"name": "Sven Reichel",

modman

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
src/app/code/community/Sr/AllowSymlink app/code/community/Sr/AllowSymlink/
2-
src/app/etc/modules/Sr_AllowSymlink.xml app/etc/modules/Sr_AllowSymlink.xml
1+
src/app/code/community/StackExchange/AllowSymlink app/code/community/StackExchange/AllowSymlink/
2+
src/app/etc/modules/StackExchange_AllowSymlink.xml app/etc/modules/StackExchange_AllowSymlink.xml

src/app/code/community/Sr/AllowSymlink/etc/config.xml

-8
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<config>
3+
<modules>
4+
<StackExchange_AllowSymlink>
5+
<version>1.2.0</version>
6+
</StackExchange_AllowSymlink>
7+
</modules>
8+
</config>

src/app/etc/local.SUPEE-9767.xml

-10
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0"?>
22
<config>
33
<modules>
4-
<Sr_AllowSymlink>
4+
<StackExchange_AllowSymlink>
55
<active>true</active>
66
<codePool>community</codePool>
77
<depends>
88
<Mage_Core />
99
</depends>
10-
</Sr_AllowSymlink>
10+
</StackExchange_AllowSymlink>
1111
</modules>
1212
</config>

0 commit comments

Comments
 (0)