mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 07:42:11 +09:00
Merge branch 'develop' of https://github.com/xpressengine/xe-core (1.8.14)
Conflicts: classes/context/Context.class.php modules/point/tpl/config.html
This commit is contained in:
commit
a22e69b7ec
59 changed files with 249 additions and 36 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<action name="procFileImageResize" type="controller" ruleset="imageResize" />
|
||||
<action name="procFileDelete" type="controller" />
|
||||
<action name="procFileDownload" type="controller" method="GET|POST" />
|
||||
<action name="procFileOutput" type="controller" />
|
||||
<action name="procFileOutput" type="controller" method="GET|POST" />
|
||||
<action name="procFileAdminDeleteChecked" type="controller" ruleset="deleteChecked" />
|
||||
<action name="procFileAdminInsertConfig" type="controller" ruleset="insertConfig" />
|
||||
<action name="procFileAdminInsertModuleConfig" type="controller" ruleset="fileModuleConfig" />
|
||||
|
|
|
|||
|
|
@ -56,3 +56,5 @@
|
|||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div class="admin-forum-container" data-chak-categories="XE설정:파일 업로드"></div>
|
||||
|
|
|
|||
|
|
@ -207,3 +207,5 @@ jQuery(function($){
|
|||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class="admin-forum-container" data-chak-categories="XE설정:파일첨부"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue