Go to the source code of this file.
| _skinfiles_createdir | ( | ) |
Definition at line 673 of file nucleus/plugins/skinfiles/index.php.
References requestVar(), sfExpandDirectory(), sfIllegalFilename(), sfShowDirectory(), and sfValidPath().
| _skinfiles_createfile | ( | ) |
Definition at line 1319 of file nucleus/plugins/skinfiles/index.php.
References requestVar(), sfExpandDirectory(), sfIllegalFilename(), sfShowDirectory(), and sfValidPath().
| _skinfiles_deldir | ( | ) |
Definition at line 728 of file nucleus/plugins/skinfiles/index.php.
References $manager, $pluginUrl, requestVar(), sfDirectoryIsEmpty(), sfDisplayPath(), sfExpandDirectory(), sfRelativePath(), and sfValidPath().
| _skinfiles_deldir_process | ( | ) |
Definition at line 768 of file nucleus/plugins/skinfiles/index.php.
References $manager, $pluginUrl, requestVar(), sfDirectoryIsEmpty(), sfExpandDirectory(), sfShowDirectory(), and sfValidPath().
| _skinfiles_delfile | ( | ) |
Definition at line 1375 of file nucleus/plugins/skinfiles/index.php.
References $manager, $pluginUrl, requestVar(), sfDisplayPath(), sfExpandDirectory(), sfIcon(), sfRelativePath(), and sfValidPath().
| _skinfiles_delfile_process | ( | ) |
Definition at line 1414 of file nucleus/plugins/skinfiles/index.php.
References $manager, $pluginUrl, requestVar(), sfExpandDirectory(), sfShowDirectory(), and sfValidPath().
| _skinfiles_download | ( | ) |
Definition at line 929 of file nucleus/plugins/skinfiles/index.php.
References $manager, $pluginUrl, exit, requestVar(), serverVar(), sfExpandDirectory(), and sfValidPath().
| _skinfiles_editfile | ( | ) |
Definition at line 1115 of file nucleus/plugins/skinfiles/index.php.
References $manager, $pluginUrl, requestVar(), sfAllowEditing(), sfDisplayPath(), sfExpandDirectory(), sfIcon(), sfRelativePath(), and sfValidPath().
Referenced by _skinfiles_editfile_process().
| _skinfiles_editfile_process | ( | ) |
Definition at line 1160 of file nucleus/plugins/skinfiles/index.php.
References _skinfiles_editfile(), postVar(), requestVar(), sfAllowEditing(), sfExpandDirectory(), sfShowDirectory(), and sfValidPath().
| _skinfiles_emptydir | ( | ) |
Definition at line 810 of file nucleus/plugins/skinfiles/index.php.
References $manager, $pluginUrl, requestVar(), sfDisplayPath(), sfExpandDirectory(), sfRelativePath(), and sfValidPath().
| _skinfiles_emptydir_process | ( | ) |
Definition at line 880 of file nucleus/plugins/skinfiles/index.php.
References $manager, $pluginUrl, requestVar(), sfExpandDirectory(), sfShowDirectory(), and sfValidPath().
| _skinfiles_exif_prepare | ( | $ | value | ) |
Definition at line 1100 of file nucleus/plugins/skinfiles/index.php.
Referenced by _skinfiles_viewfile().
| _skinfiles_rendir | ( | $ | preset = '' |
) |
Definition at line 561 of file nucleus/plugins/skinfiles/index.php.
References $manager, $pluginUrl, requestVar(), sfDisplayPath(), sfExpandDirectory(), sfRelativePath(), and sfValidPath().
Referenced by _skinfiles_rendir_process().
| _skinfiles_rendir_process | ( | ) |
Definition at line 601 of file nucleus/plugins/skinfiles/index.php.
References $manager, $pluginUrl, _skinfiles_rendir(), requestVar(), sfExpandDirectory(), sfIllegalFilename(), sfShowDirectory(), and sfValidPath().
| _skinfiles_renfile | ( | $ | preset = '' |
) |
Definition at line 1206 of file nucleus/plugins/skinfiles/index.php.
References $manager, $pluginUrl, requestVar(), sfDisplayPath(), sfExpandDirectory(), sfIcon(), sfRelativePath(), and sfValidPath().
Referenced by _skinfiles_renfile_process().
| _skinfiles_renfile_process | ( | ) |
Definition at line 1246 of file nucleus/plugins/skinfiles/index.php.
References $manager, $pluginUrl, _skinfiles_renfile(), requestVar(), sfExpandDirectory(), sfIllegalFilename(), sfShowDirectory(), and sfValidPath().
| _skinfiles_uploadfile | ( | ) |
Definition at line 1454 of file nucleus/plugins/skinfiles/index.php.
References $CONF, $manager, $pluginUrl, postFileInfo(), requestVar(), sfExpandDirectory(), sfIllegalFilename(), sfShowDirectory(), and sfValidPath().
| _skinfiles_viewfile | ( | ) |
Definition at line 975 of file nucleus/plugins/skinfiles/index.php.
References $manager, $pluginUrl, _skinfiles_exif_prepare(), requestVar(), sfAllowViewing(), sfDisplayPath(), sfExpandDirectory(), sfFullUrl(), sfIcon(), sfIsFileType(), sfRelativePath(), and sfValidPath().
| sfAllowEditing | ( | $ | file | ) |
Definition at line 246 of file nucleus/plugins/skinfiles/index.php.
References sfIsFileType().
Referenced by _skinfiles_editfile(), _skinfiles_editfile_process(), and sfShowDirectory().
| sfAllowViewing | ( | $ | file | ) |
Definition at line 250 of file nucleus/plugins/skinfiles/index.php.
References sfIsFileType().
Referenced by _skinfiles_viewfile(), and sfShowDirectory().
| sfDirectoryIsEmpty | ( | $ | dir | ) |
Definition at line 324 of file nucleus/plugins/skinfiles/index.php.
Referenced by _skinfiles_deldir(), _skinfiles_deldir_process(), and sfShowDirectory().
| sfDisplayPath | ( | $ | relative | ) |
Definition at line 255 of file nucleus/plugins/skinfiles/index.php.
References $pluginUrl.
Referenced by _skinfiles_deldir(), _skinfiles_delfile(), _skinfiles_editfile(), _skinfiles_emptydir(), _skinfiles_rendir(), _skinfiles_renfile(), _skinfiles_viewfile(), and sfShowDirectory().
| sfExpandDirectory | ( | $ | path | ) |
Definition at line 189 of file nucleus/plugins/skinfiles/index.php.
References $rootDirectory, and sfRealPath().
Referenced by _skinfiles_createdir(), _skinfiles_createfile(), _skinfiles_deldir(), _skinfiles_deldir_process(), _skinfiles_delfile(), _skinfiles_delfile_process(), _skinfiles_download(), _skinfiles_editfile(), _skinfiles_editfile_process(), _skinfiles_emptydir(), _skinfiles_emptydir_process(), _skinfiles_rendir(), _skinfiles_rendir_process(), _skinfiles_renfile(), _skinfiles_renfile_process(), _skinfiles_uploadfile(), _skinfiles_viewfile(), and sfShowDirectory().
| sfFullUrl | ( | $ | path | ) |
Definition at line 209 of file nucleus/plugins/skinfiles/index.php.
References $rootDirectory, and $rootUrl.
Referenced by _skinfiles_viewfile().
| sfIcon | ( | $ | file | ) |
Definition at line 279 of file nucleus/plugins/skinfiles/index.php.
References $pluginUrl.
Referenced by _skinfiles_delfile(), _skinfiles_editfile(), _skinfiles_renfile(), _skinfiles_viewfile(), and sfShowDirectory().
| sfIllegalFilename | ( | $ | name | ) |
Definition at line 320 of file nucleus/plugins/skinfiles/index.php.
Referenced by _skinfiles_createdir(), _skinfiles_createfile(), _skinfiles_rendir_process(), _skinfiles_renfile_process(), and _skinfiles_uploadfile().
| sfIsFileType | ( | $ | type, | |
| $ | file | |||
| ) |
Definition at line 240 of file nucleus/plugins/skinfiles/index.php.
References $filetypes.
Referenced by _skinfiles_viewfile(), sfAllowEditing(), and sfAllowViewing().
| sfRealPath | ( | $ | path | ) |
Definition at line 198 of file nucleus/plugins/skinfiles/index.php.
Referenced by sfExpandDirectory().
| sfRelativePath | ( | $ | path | ) |
Definition at line 231 of file nucleus/plugins/skinfiles/index.php.
References $rootDirectory.
Referenced by _skinfiles_deldir(), _skinfiles_delfile(), _skinfiles_editfile(), _skinfiles_emptydir(), _skinfiles_rendir(), _skinfiles_renfile(), _skinfiles_viewfile(), and sfShowDirectory().
| sfShowDirectory | ( | $ | default = '' |
) |
Definition at line 351 of file nucleus/plugins/skinfiles/index.php.
References $CONF, $manager, $pluginUrl, $rootDirectory, requestVar(), sfAllowEditing(), sfAllowViewing(), sfDirectoryIsEmpty(), sfDisplayPath(), sfExpandDirectory(), sfIcon(), sfRelativePath(), and sfValidPath().
Referenced by _skinfiles_createdir(), _skinfiles_createfile(), _skinfiles_deldir_process(), _skinfiles_delfile_process(), _skinfiles_editfile_process(), _skinfiles_emptydir_process(), _skinfiles_rendir_process(), _skinfiles_renfile_process(), and _skinfiles_uploadfile().
| sfValidPath | ( | $ | path | ) |
Definition at line 222 of file nucleus/plugins/skinfiles/index.php.
References $rootDirectory.
Referenced by _skinfiles_createdir(), _skinfiles_createfile(), _skinfiles_deldir(), _skinfiles_deldir_process(), _skinfiles_delfile(), _skinfiles_delfile_process(), _skinfiles_download(), _skinfiles_editfile(), _skinfiles_editfile_process(), _skinfiles_emptydir(), _skinfiles_emptydir_process(), _skinfiles_rendir(), _skinfiles_rendir_process(), _skinfiles_renfile(), _skinfiles_renfile_process(), _skinfiles_uploadfile(), _skinfiles_viewfile(), and sfShowDirectory().
| $action = requestVar('action') |
Bypass admin area for downloads
Definition at line 75 of file nucleus/plugins/skinfiles/index.php.
| $actions |
Initial value:
array (
'renfile', 'renfile_process', 'delfile', 'delfile_process',
'editfile', 'editfile_process', 'uploadfile', 'createfile', 'viewfile',
'rendir', 'rendir_process', 'deldir', 'deldir_process',
'emptydir', 'emptydir_process', 'createdir'
)
Definition at line 153 of file nucleus/plugins/skinfiles/index.php.
Referenced by ADMIN::action_skinedittype(), ITEMACTIONS::highlightAndParse(), SKIN::parse(), ACTIONS::parse_comments(), COMMENTS::showComments(), and BLOG::showUsingQuery().
| $filetypes |
Initial value:
array (
'text' => array ('inc', 'txt', 'css', 'js', 'php'),
'html' => array ('htm', 'html'),
'img' => array ('png', 'gif', 'jpg', 'jpeg', 'bmp', 'ico', 'swf'),
)
Definition at line 64 of file nucleus/plugins/skinfiles/index.php.
Referenced by sfIsFileType().
| $langfile = $language.'.php' |
Definition at line 34 of file nucleus/plugins/skinfiles/index.php.
| $language = ereg_replace( '[\\|/]', '', getLanguageName()) |
Definition at line 33 of file nucleus/plugins/skinfiles/index.php.
Referenced by NP_SkinFiles::init(), NP_Ping::init(), mb_language(), selectLanguage(), and ticketForPlugin().
| $oPluginAdmin = new PluginAdmin('SkinFiles') |
Create admin area
Definition at line 44 of file nucleus/plugins/skinfiles/index.php.
| $pluginUrl = $oPluginAdmin->plugin->getAdminURL() |
Definition at line 62 of file nucleus/plugins/skinfiles/index.php.
Referenced by _skinfiles_deldir(), _skinfiles_deldir_process(), _skinfiles_delfile(), _skinfiles_delfile_process(), _skinfiles_download(), _skinfiles_editfile(), _skinfiles_emptydir(), _skinfiles_emptydir_process(), _skinfiles_rendir(), _skinfiles_rendir_process(), _skinfiles_renfile(), _skinfiles_renfile_process(), _skinfiles_uploadfile(), _skinfiles_viewfile(), sfDisplayPath(), sfIcon(), and sfShowDirectory().
| $rootDirectory = sfRealPath($DIR_SKINS) |
Setup main variables
Definition at line 60 of file nucleus/plugins/skinfiles/index.php.
Referenced by sfExpandDirectory(), sfFullUrl(), sfRelativePath(), sfShowDirectory(), and sfValidPath().
| $rootUrl = $CONF['SkinsURL'] |
| $strRel = '../../../' |
Definition at line 29 of file nucleus/plugins/skinfiles/index.php.
Definition at line 38 of file nucleus/plugins/skinfiles/index.php.
Definition at line 51 of file nucleus/plugins/skinfiles/index.php.
1.5.5