• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


コミットメタ情報

リビジョン91f78137301de18faec2b05fe604d5c29ef1ec46 (tree)
日時2010-08-12 01:42:34
作者Rick Copeland <rcopeland@geek...>
コミッターRick Copeland

ログメッセージ

[#724] - disable all SFX admin apps pending security review

変更サマリ

差分

--- a/ForgeClassic/sfx/app_base.py
+++ b/ForgeClassic/sfx/app_base.py
@@ -25,7 +25,7 @@ class SFXBaseApp(Application):
2525 __version__ = version.__version__
2626 permissions = [ 'configure', 'admin']
2727 searchable=True
28- installable = True
28+ installable = False
2929 tool_label=''
3030 default_mount_label=''
3131 default_mount_point='sfx-app'
@@ -37,7 +37,7 @@ class SFXBaseApp(Application):
3737
3838 def __init__(self, project, config):
3939 Application.__init__(self, project, config)
40- self.admin = self.AdminController(self)
40+ # self.admin = self.AdminController(self)
4141
4242 def has_access(self, user, topic):
4343 return False