admin
Table of Contents
Packages
Constants
- ADMIN_IMAGES_STEP = 5
- ALL_ALBUMS_RIGHTS = \VIEW_ALL_RIGHTS
- ALL_NEWS_RIGHTS = \VIEW_ALL_RIGHTS
- ALL_PAGES_RIGHTS = \VIEW_ALL_RIGHTS
- LIST_RIGHTS = \NO_RIGHTS
- MANAGED_OBJECT_RIGHTS_EDIT = 1
- MANAGED_OBJECT_RIGHTS_UPLOAD = 2
- MANAGED_OBJECT_RIGHTS_VIEW = 4
- OFFSET_PATH = 1
- used in sorting the images within and album
- OFFSET_PATH = 1
- This script is used to create dynamic albums from a search.
- OFFSET_PATH = 1
- admin-edit.php editing of albums.
- OFFSET_PATH = 1
- user_groups log--tabs
- OFFSET_PATH = 1
- provides the Options tab of admin
- OFFSET_PATH = 1
- provides the Plugins tab of admin
- OFFSET_PATH = 2
- This template is used to reload metadata from images. Running it will process the entire gallery, supplying an album name (ex: loadAlbums.php?album=newalbum) will only process the album named.
- OFFSET_PATH = 1
- provides the TAGS tab of admin
- OFFSET_PATH = 1
- Theme file editor
- OFFSET_PATH = 1
- provides the Themes tab of admin
- OFFSET_PATH = 1
- OFFSET_PATH = 1
- provides the Upload tab of admin
- OFFSET_PATH = 1
- provides the Options tab of admin
- OFFSET_PATH = 1
- admin.php is the main script for administrative functions.
- OFFSET_PATH = 2
- PLUGINS_PER_PAGE = \max(1, \getOption('plugins_per_page'))
- PLUGINS_PER_PAGE = \max(1, \getOption('plugins_per_page'))
- UPLOAD_ERR_BLOCKED = -2
- UPLOAD_ERR_QUOTA = -1
- Initialize globals for Admin
- USER_RIGHTS = \NO_RIGHTS
- USERS_PER_PAGE = \max(1, \getOption('users_per_page'))
- VIEW_ALL_RIGHTS = \ALL_ALBUMS_RIGHTS | \ALL_PAGES_RIGHTS | \ALL_NEWS_RIGHTS
- VIEW_FULLIMAGE_RIGHTS = \NO_RIGHTS
- VIEW_GALLERY_RIGHTS = \NO_RIGHTS
- VIEW_SEARCH_RIGHTS = \NO_RIGHTS
Functions
- processCommentBlock() : mixed
Constants
ADMIN_IMAGES_STEP
public
mixed
ADMIN_IMAGES_STEP
= 5
ALL_ALBUMS_RIGHTS
public
mixed
ALL_ALBUMS_RIGHTS
= \VIEW_ALL_RIGHTS
ALL_NEWS_RIGHTS
public
mixed
ALL_NEWS_RIGHTS
= \VIEW_ALL_RIGHTS
ALL_PAGES_RIGHTS
public
mixed
ALL_PAGES_RIGHTS
= \VIEW_ALL_RIGHTS
LIST_RIGHTS
public
mixed
LIST_RIGHTS
= \NO_RIGHTS
MANAGED_OBJECT_RIGHTS_EDIT
public
mixed
MANAGED_OBJECT_RIGHTS_EDIT
= 1
MANAGED_OBJECT_RIGHTS_UPLOAD
public
mixed
MANAGED_OBJECT_RIGHTS_UPLOAD
= 2
MANAGED_OBJECT_RIGHTS_VIEW
public
mixed
MANAGED_OBJECT_RIGHTS_VIEW
= 4
OFFSET_PATH
used in sorting the images within and album
public
mixed
OFFSET_PATH
= 1
OFFSET_PATH
This script is used to create dynamic albums from a search.
public
mixed
OFFSET_PATH
= 1
OFFSET_PATH
admin-edit.php editing of albums.
public
mixed
OFFSET_PATH
= 1
OFFSET_PATH
user_groups log--tabs
public
mixed
OFFSET_PATH
= 1
Tags
OFFSET_PATH
provides the Options tab of admin
public
mixed
OFFSET_PATH
= 1
OFFSET_PATH
provides the Plugins tab of admin
public
mixed
OFFSET_PATH
= 1
OFFSET_PATH
This template is used to reload metadata from images. Running it will process the entire gallery, supplying an album name (ex: loadAlbums.php?album=newalbum) will only process the album named.
public
mixed
OFFSET_PATH
= 2
OFFSET_PATH
provides the TAGS tab of admin
public
mixed
OFFSET_PATH
= 1
OFFSET_PATH
Theme file editor
public
mixed
OFFSET_PATH
= 1
Tags
OFFSET_PATH
provides the Themes tab of admin
public
mixed
OFFSET_PATH
= 1
OFFSET_PATH
public
mixed
OFFSET_PATH
= 1
OFFSET_PATH
provides the Upload tab of admin
public
mixed
OFFSET_PATH
= 1
OFFSET_PATH
provides the Options tab of admin
public
mixed
OFFSET_PATH
= 1
OFFSET_PATH
admin.php is the main script for administrative functions.
public
mixed
OFFSET_PATH
= 1
OFFSET_PATH
public
mixed
OFFSET_PATH
= 2
PLUGINS_PER_PAGE
public
mixed
PLUGINS_PER_PAGE
= \max(1, \getOption('plugins_per_page'))
PLUGINS_PER_PAGE
public
mixed
PLUGINS_PER_PAGE
= \max(1, \getOption('plugins_per_page'))
UPLOAD_ERR_BLOCKED
public
mixed
UPLOAD_ERR_BLOCKED
= -2
UPLOAD_ERR_QUOTA
Initialize globals for Admin
public
mixed
UPLOAD_ERR_QUOTA
= -1
USER_RIGHTS
public
mixed
USER_RIGHTS
= \NO_RIGHTS
USERS_PER_PAGE
public
mixed
USERS_PER_PAGE
= \max(1, \getOption('users_per_page'))
VIEW_ALL_RIGHTS
public
mixed
VIEW_ALL_RIGHTS
= \ALL_ALBUMS_RIGHTS | \ALL_PAGES_RIGHTS | \ALL_NEWS_RIGHTS
VIEW_FULLIMAGE_RIGHTS
public
mixed
VIEW_FULLIMAGE_RIGHTS
= \NO_RIGHTS
VIEW_GALLERY_RIGHTS
public
mixed
VIEW_GALLERY_RIGHTS
= \NO_RIGHTS
VIEW_SEARCH_RIGHTS
public
mixed
VIEW_SEARCH_RIGHTS
= \NO_RIGHTS
Functions
processCommentBlock()
processCommentBlock(mixed $commentBlock) : mixed
Parameters
- $commentBlock : mixed