Global Summary | |
---|---|
final bool | Enables extended markups. |
final int | Error constant for already existing documents. |
final int | Error flag for unknown type of exception. |
final int | Error flag for file system-related error. |
final int | Error flag for unknown type of exception. |
final int | Error flag for invalid logon attempt. |
final int | Error flag for invalid password. |
final int | Error flag for invalid user ID. |
final int | Error constant for no error. |
final int | Error constant for empty wiki title. |
final bool | Allows to add a forum link to the main menu. |
mixed | |
final int | Module is to be applied on parsed wiki text. |
final int | Module is to be applied on unparsed wiki text. |
final int | Module is not to be applied on wiki text. |
final int | Module is called in link parse process. |
final int | Module is called in link parse process. |
final str | 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. |
final str | |
final str | Flags aa administrative operation. |
final str | Flags a write operation (edit). |
final str | Flags a history operation. |
final str | Flags a read operation. |
final str | Flags a source operation. |
final str | Flags a write operation (edit). |
final str | Default permissions for superusers. |
final str | Default permissions for editor level users. |
final str | Default permissions for reader level users. |
final str | Default permissions for unknown users. |
final int | Flags a default search. |
final int | Flags a full text search. |
final int | Superuser permission level. |
final int | Editor permission level. |
final int | Reader permission level. |
final int | Permission level for users currently not logged in. |
final bool | |
final str | |
final str | |
final str | |
final str | |
final bool | |
final str | |
final str | |
final bool | |
final bool | 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. |
final bool | |
final int | Flags a document change. |
final int | Flags a document creation. |
final str | 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. |
final mixed | |
final str | Path to the forum files. |
final str | Forum start topic. |
final str | |
mixed | 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. |
final int | Depth for headings. |
final str | Wiki instance name. |
final int | Depth for lists. |
final str | No history module should be used. |
final str | The zlib history module should be used. |
final int | Password dummy. |
final str | Path to content directory. |
final str | Path to history directory. |
final str | Path to image directory. |
final str | Path to content directory. |
final str | Path to upload directory. |
final str | Path to user control directory. |
mixed | |
final mixed | 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. |
mixed | |
mixed | |
final int | Flags a password change. |
final int | Flags a user creation operation. |
final int | Flags the $uid parameter to be interpreted as serialized user object. |
final int | Flags password handling is not required for serialization. |
final int | Flags password handling is required for serialization. |
final int | Flags password handling is required for serialization. |
final int | Flags the $uid parameter to be interpreted as user name and read data from user file. |
final str | Flags a read operation on the current object's data. |
final int | Flags the user object to be created from session data. |
final int | Flags an update operation. |
final str | Allowed characters for user names. |
final mixed | |
final str | Current Version. |
final str | Wiki command. |
final str | Wiki logo. |
final str | Title of the main page (start or home page). |
final str | Wiki path. |
final str | Title of the sidebar page. |
final str | Title of the collapsed sidebar page. |
final int | Wiki sidebar width. |
final str | Special characters. |
final str | Wiki title. |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | 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. |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | 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. |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed |
public final bool = true
Enables extended markups.
public final int E_ALREADY_EXISTS = 2
Error constant for already existing documents.
public final int E_EXCEPTION = 100
Error flag for unknown type of exception.
public final int E_FILE_ERROR = 103
Error flag for file system-related error.
public final int E_INSUFFICIENT_PRIVILEGES = 100
Error flag for unknown type of exception.
public final int E_INVALID_LOGON = 102
Error flag for invalid logon attempt.
public final int E_INVALID_PASSWORD = 101
Error flag for invalid password.
public final int E_INVALID_USERNAME = 104
Error flag for invalid user ID.
public final int E_OK
Error constant for no error.
public final int E_TITLE_EMPTY = 1
Error constant for empty wiki title.
public final bool FORUM_MENU_REGISTER = true
Allows to add a forum link to the main menu.
public mixed GLOBALS
public final int MOD_MODE_AFTER_PARSE = 4
Module is to be applied on parsed wiki text.
public final int MOD_MODE_BEFORE_PARSE = 2
Module is to be applied on unparsed wiki text.
public final int MOD_MODE_NO_PARSE
Module is not to be applied on wiki text.
public final int MOD_MODE_PARSE = 8
Module is called in link parse process.
public final int MOD_MODE_PARSE_LINKS = 16
Module is called in link parse process.
public final str MSG_ERROR = '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.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this
program; if not, see
public final str MSG_SUCCESS = 'success'
public final str OP_ADMIN = 'a'
Flags aa administrative operation.
public final str OP_EDIT = 'w'
Flags a write operation (edit).
public final str OP_HISTORY = 'h'
Flags a history operation.
public final str OP_READ = 'r'
Flags a read operation.
public final str OP_SOURCE = 's'
Flags a source operation.
public final str OP_WRITE = 'w'
Flags a write operation (edit).
public final str PERM_DEFAULT_ADMIN = 'rwxhs'
Default permissions for superusers.
public final str PERM_DEFAULT_EDIT = 'rwhs'
Default permissions for editor level users.
public final str PERM_DEFAULT_READ = 'rhs'
Default permissions for reader level users.
public final str PERM_DEFAULT_UNKNOWN = 'rhs'
Default permissions for unknown users.
public final int SEARCH_DEFAULT
Flags a default search.
public final int SEARCH_FULLTEXT = 128
Flags a full text search.
public final int UL_ADMIN = 8
Superuser permission level.
public final int UL_EDIT = 1
Editor permission level.
public final int UL_READ
Reader permission level.
public final int UL_UNKNOWN = -1
Permission level for users currently not logged in.
public final bool USSM_ALLOW_WRITE = true
public final str USSM_EMAIL_ADDHEADERS = 'From: WeakWiki registration <register@robnet.wmweb.at>'
public final str USSM_EMAIL_BODY = "Hi %NAME%!\nPlease follow the link below to activate your WeakWiki account!\n\n"
public final str USSM_EMAIL_SIGNATURE = "\n\nRegards, WeakWiki.\n\n\nThis e-Mail has been auto-generated by the WeakWiki User Self Service (ussm) Module.\n"
public final str USSM_EMAIL_TITLE = 'Activate your WeakWiki account'
public final bool USSM_MENU_REGISTER = true
public final str USSM_PASSWD_EMAIL_BODY = "Hi %NAME%!\nYou have chosen to reset your WeakWiki password. Your new password is: %PASSWD%.\n\n"
public final str USSM_PASSWD_EMAIL_TITLE = 'WeakWiki password has been reset'
public final bool USSM_PASSWORD_RESET = true
public final bool USSM_REGISTER_USERS = true
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.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this
program; if not, see
public final bool USSM_VERIFY_EMAIL = true
public final int WIKI_EDIT
Flags a document change.
public final int WIKI_NEW = 2
Flags a document creation.
public final str _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.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this
program; if not, see
public final mixed _DATA_SEP = '.' . chr(27
public final str _FORUM_PATH = './content/forum/'
Path to the forum files.
public final str _FORUM_START = '0.forum.topic'
Forum start topic.
public final str _FO_DEFAULT_PERMISSIONS = 'unknown=r;reader=rw;editor=rw;admin=rwa;'
public mixed _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.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this
program; if not, see
public final int _HEADINGS_MAX_DEPTH = 6
Depth for headings.
public final str _INSTANCE_NAME = 'WeakWiki'
Wiki instance name. Separates user administration from more than one instance on the same domain.
public final int _LIST_MAX_DEPTH = 6
Depth for lists.
public final str _M_HMODULE_NONE = './modules/history/history_none.php'
No history module should be used.
public final str _M_HMODULE_ZLIB = './modules/history/history_zlib.php'
The zlib history module should be used.
public final int _PASSWD_DUMMY
Password dummy.
public final str _PATH_CONTENT = './content/'
Path to content directory. Wiki pages will be put here.
public final str _PATH_HISTORY = './history/'
Path to history directory. This is where history and log files will be put and read from.
public final str _PATH_IMAGES = './images/'
Path to image directory. Images will be linked there if URL is not specified.
public final str _PATH_PREPARSED = './content/parsed/'
Path to content directory. Wiki pages will be put here.
public final str _PATH_UPLOAD = './upload/'
Path to upload directory. Uploads will go into this.
public final str _PATH_USERS = './users/'
Path to user control directory. User files will be there.
public mixed _POST
public final mixed _SEP = '/' . chr(27
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.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this
program; if not, see
public mixed _SERVER
public mixed _SESSION = $_SESSION['_cside']
public final int _UC_CHANGE_PASSWD = 1
Flags a password change.
public final int _UC_CREATE = 2
Flags a user creation operation.
public final int _UC_DESERIALIZE = -1
Flags the $uid parameter to be interpreted as serialized user object.
public final int _UC_FAST
Flags password handling is not required for serialization.
public final int _UC_FULL = 1
Flags password handling is required for serialization. Password is provided. If password is _PASSWD_DUMMY, password will be read.
public final int _UC_HASHED = 2
Flags password handling is required for serialization. Password is provided hashed. If (hashed) password is _PASSWD_DUMMY, password will be read.
public final int _UC_READ = -2
Flags the $uid parameter to be interpreted as user name and read data from user file.
public final str _UC_SELF = ""
Flags a read operation on the current object's data.
public final int _UC_SESSION = -4
Flags the user object to be created from session data.
public final int _UC_UPDATE
Flags an update operation.
public final str _UNAME_ALLOWED = "_.-$&()0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
Allowed characters for user names.
public final mixed _VALUE_SEP = ':' . chr(27
public final str _VERSION = '0.16.0'
Current Version.
public final str _WIKI_COMMAND = 'wiki.php'
Wiki command. Code will usually append URL command parameters to this.
public final str _WIKI_LOGO = 'WeakWiki Version %VERSION%'
Wiki logo. Shown left-hand in the main menu bar.
public final str _WIKI_MAIN = 'main'
Title of the main page (start or home page).
public final str _WIKI_PATH = 'wiki.php?title='
Wiki path. Code will usually append a page title to this.
public final str _WIKI_SIDEBAR = 'side'
Title of the sidebar page.
public final str _WIKI_SIDEBAR_COLLAPSED = 'side-collapsed'
Title of the collapsed sidebar page.
public final int _WIKI_SIDEBAR_WIDTH = 160
Wiki sidebar width. .
public final str _WIKI_SPECIAL_CHARACTERS = "=~+-*#/\\[]{}&.,;_'^"
Special characters. These may be escaped using "~".
public final str _WIKI_TITLE = 'WeakWiki'
Wiki title. Shown in the literally every page title.
public mixed a = new Document(_WIKI_SIDEBAR
public mixed action = "wiki"
public mixed collapsed = false
public mixed comment = ""
public mixed ctime = date("Y-m-d H:i:s"
public mixed d = new Document($title
public mixed diff = new Diff
public mixed e = new MessageBox(_L_WI_0010
public mixed edit = true
public mixed email = ""
public mixed empty = true
public mixed error = null
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.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this
program; if not, see
public mixed f = new Search
public mixed file = _FORUM_START
public mixed files = $this->getFiles
public mixed fname = ""
public mixed form = ""
public mixed hl = "New Topic"
public mixed i
public mixed keepopen = true
public mixed l = Array('internal_link'
public mixed link = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?action=ussm&page=verify&uid=" . $uid . "&id=" . $ucode . "&t=" . $time . "&n=" . $n
public mixed lvl
public mixed m = null
public mixed mod
public mixed mode = "wiki"
public mixed n = file_get_contents(_PATH_USERS . $_GET['uid'] . ".user.php"
public mixed new = "<a href=\"./wiki.php?action=admin&page=newuser\" class=\"fncl\">new</a>"
public mixed op = 'topic'
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.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this
program; if not, see
public mixed p = true
public mixed page = ""
public mixed password = "********"
public mixed pm = new PageMenu
public mixed rpassword = $_POST['rpassword']
public mixed spc
public mixed this
public mixed time = $_GET['t']
public mixed tit = ""
public mixed title = "main"
public mixed txt = ""
public mixed u
public mixed ucode = md5(time
public mixed uid = ""
public mixed v = $a->getHTML