Class Summary | |
---|---|
Diff | Ross Scrivener http://scrivna.com PHP file diff implementation Much credit goes to... |
Document | This class represents a document. |
DocumentPermissions | This class holds permissions on an Document for a user group. |
FoTopic | This class represents a topic. |
ForumModule | This is class implements the forum module. |
GeSHiSupportModule | This is class implements the log manager (logm) module. |
LogManagerModule | This is class implements the log manager (logm) module. |
MessageBox | This class generates a message box |
PageMenu | Helps to create a page menu. |
PreparsedControlModule | This is class implements the preparse control (ppfm) module. |
Search | This class provides search capabilities. |
User | This class represents a system user. |
UserSelfServiceModule | This is class implements the user self service (ussm) module. |
__Module | This is the base class for extension modules. |
Function Summary | |
---|---|
_createHistory | Creates a history file for a wiki entry. |
_format_class | Formats flagged area. |
_format_html | Formats HTML-enabled area. |
_geshi_parse | Translates table flags into CSS classes. |
_getArea | Returns the text area between markup-tags given. |
_getCellFlags | Gets cell flags for flagging tables. |
_getHistory | Gets the history file. |
_getMask | Returns a unique mask string not contained in the input string. |
_getPrevious | Gets the file previous to a file from history. |
_getText | Gets a file from history. |
_gzdecode | Uncompresses a zlib-compressed string. |
_lang | Returns the language file for a given source file. |
_nextStop | Returns the position of the next stop character. |
_parseBraced | Parses braced areas into their HTML representations. |
_parseHeadings | Parses headings. |
_parseList | Parses ordered and unordered lists. |
_parseRawLinks | Parses raw links. |
_parseTables | Parses tables @param $input Input string. |
_renameHistory | Renames history file. |
_table_flags | Translates table flags into CSS classes. |
_writeHistory | Writes into a wiki entry history file. |
allowEdit | Returns if the current user has edit privileges. |
allowRead | Returns if the current user has read privileges. |
currentUser | Returns the current user. |
formatSource | Formats source code. |
fromTitle | Formats system-complient wiki title into textual wiki title. |
getStartTopic | Returns the start topic. |
getTopic | Returns the topic. |
getUser | Returns a user object by its user ID. |
getUserByEMail | Returns a user object by its e-mail address. |
getUserNames | Returns an array containing all user objects on the system. |
getUsers | Returns an array containing all user objects on the system. |
isAdmin | Returns if the current user has superuser privileges. |
jwrite | Returns a link to collapse/expand the side bar. |
logon | Allows a user to log in to the system. |
logout | Logs out a user. |
toTitle | Formats input string as a file system-complient wiki title. |
userExists | Returns if a user exists. |
wikiParse | Parses wiki markup text @param $input Text. |
Global Summary | |
---|---|
Enables extended markups. | |
E_ALREADY_EXISTS | Error constant for already existing documents. |
E_EXCEPTION | Error flag for unknown type of exception. |
E_FILE_ERROR | Error flag for file system-related error. |
E_INSUFFICIENT_PRIVILEGES | Error flag for unknown type of exception. |
E_INVALID_LOGON | Error flag for invalid logon attempt. |
E_INVALID_PASSWORD | Error flag for invalid password. |
E_INVALID_USERNAME | Error flag for invalid user ID. |
E_OK | Error constant for no error. |
E_TITLE_EMPTY | Error constant for empty wiki title. |
FORUM_MENU_REGISTER | Allows to add a forum link to the main menu. |
GLOBALS | |
MOD_MODE_AFTER_PARSE | Module is to be applied on parsed wiki text. |
MOD_MODE_BEFORE_PARSE | Module is to be applied on unparsed wiki text. |
MOD_MODE_NO_PARSE | Module is not to be applied on wiki text. |
MOD_MODE_PARSE | Module is called in link parse process. |
MOD_MODE_PARSE_LINKS | Module is called in link parse process. |
MSG_ERROR | WeakWiki (WeakWiki GUI support library: gui.library.php) Copyright (C) 2010 Alexander Lang This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. |
MSG_SUCCESS | |
OP_ADMIN | Flags aa administrative operation. |
OP_EDIT | Flags a write operation (edit). |
OP_HISTORY | Flags a history operation. |
OP_READ | Flags a read operation. |
OP_SOURCE | Flags a source operation. |
OP_WRITE | Flags a write operation (edit). |
PERM_DEFAULT_ADMIN | Default permissions for superusers. |
PERM_DEFAULT_EDIT | Default permissions for editor level users. |
PERM_DEFAULT_READ | Default permissions for reader level users. |
PERM_DEFAULT_UNKNOWN | Default permissions for unknown users. |
SEARCH_DEFAULT | Flags a default search. |
SEARCH_FULLTEXT | Flags a full text search. |
UL_ADMIN | Superuser permission level. |
UL_EDIT | Editor permission level. |
UL_READ | Reader permission level. |
UL_UNKNOWN | Permission level for users currently not logged in. |
USSM_ALLOW_WRITE | |
USSM_EMAIL_ADDHEADERS | |
USSM_EMAIL_BODY | |
USSM_EMAIL_SIGNATURE | |
USSM_EMAIL_TITLE | |
USSM_MENU_REGISTER | |
USSM_PASSWD_EMAIL_BODY | |
USSM_PASSWD_EMAIL_TITLE | |
USSM_PASSWORD_RESET | |
USSM_REGISTER_USERS | WeakWiki (WeakWiki User Self Service (ussm) module: ussm.module.php) Copyright (C) 2010 Alexander Lang This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. |
USSM_VERIFY_EMAIL | |
WIKI_EDIT | Flags a document change. |
WIKI_NEW | Flags a document creation. |
_BREAKL | WeakWiki (WeakWiki zlib history implementation: history.zlib.php) Copyright (C) 2010 Alexander Lang This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. |
_DATA_SEP | |
_FORUM_PATH | Path to the forum files. |
_FORUM_START | Forum start topic. |
_FO_DEFAULT_PERMISSIONS | |
_GET | WeakWiki (WeakWiki main UI file: wiki.php) Copyright (C) 2010 Alexander Lang This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. |
_HEADINGS_MAX_DEPTH | Depth for headings. |
_INSTANCE_NAME | Wiki instance name. |
_LIST_MAX_DEPTH | Depth for lists. |
_M_HMODULE_NONE | No history module should be used. |
_M_HMODULE_ZLIB | The zlib history module should be used. |
_PASSWD_DUMMY | Password dummy. |
_PATH_CONTENT | Path to content directory. |
_PATH_HISTORY | Path to history directory. |
_PATH_IMAGES | Path to image directory. |
_PATH_PREPARSED | Path to content directory. |
_PATH_UPLOAD | Path to upload directory. |
_PATH_USERS | Path to user control directory. |
_POST | |
_SEP | WeakWiki (WeakWiki Forum module support library: forum.support.include.php) Copyright (C) 2010 Alexander Lang This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. |
_SERVER | |
_SESSION | |
_UC_CHANGE_PASSWD | Flags a password change. |
_UC_CREATE | Flags a user creation operation. |
_UC_DESERIALIZE | Flags the $uid parameter to be interpreted as serialized user object. |
_UC_FAST | Flags password handling is not required for serialization. |
_UC_FULL | Flags password handling is required for serialization. |
_UC_HASHED | Flags password handling is required for serialization. |
_UC_READ | Flags the $uid parameter to be interpreted as user name and read data from user file. |
_UC_SELF | Flags a read operation on the current object's data. |
_UC_SESSION | Flags the user object to be created from session data. |
_UC_UPDATE | Flags an update operation. |
_UNAME_ALLOWED | Allowed characters for user names. |
_VALUE_SEP | |
_VERSION | Current Version. |
_WIKI_COMMAND | Wiki command. |
_WIKI_LOGO | Wiki logo. |
_WIKI_MAIN | Title of the main page (start or home page). |
_WIKI_PATH | Wiki path. |
_WIKI_SIDEBAR | Title of the sidebar page. |
_WIKI_SIDEBAR_COLLAPSED | Title of the collapsed sidebar page. |
_WIKI_SIDEBAR_WIDTH | Wiki sidebar width. |
_WIKI_SPECIAL_CHARACTERS | Special characters. |
_WIKI_TITLE | Wiki title. |
a | |
action | |
collapsed | |
comment | |
ctime | |
d | |
diff | |
e | |
edit | |
empty | |
error | WeakWiki (WeakWiki ussm include file: ussm.include.php) Copyright (C) 2010 Alexander Lang This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. |
f | |
file | |
files | |
fname | |
form | |
hl | |
i | |
keepopen | |
l | |
link | |
lvl | |
m | |
mod | |
mode | |
n | |
new | |
op | WeakWiki (WeakWiki Forum module include file: forum.include.php) Copyright (C) 2010 Alexander Lang This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. |
p | |
page | |
password | |
pm | |
rpassword | |
spc | |
this | |
time | |
tit | |
title | |
txt | |
u | |
ucode | |
uid | |
v |