WICKED_MODE_BLOCK = 11
(line 31)
Like display, but for a block.
WICKED_MODE_CONTENT = 10
(line 28)
Raw content mode.
WICKED_MODE_CREATE = 9
(line 25)
The ability to add a page.
WICKED_MODE_DIFF = 4
(line 16)
Diff two versions of the page.
WICKED_MODE_DISPLAY = 0
(line 4)
Display mode.
WICKED_MODE_EDIT = 1
(line 7)
The edit screen.
WICKED_MODE_HISTORY = 3
(line 13)
Display the page history.
WICKED_MODE_LOCKING = 7
(line 19)
Page can be locked.
WICKED_MODE_REMOVE = 2
(line 10)
Page can be removed.
WICKED_MODE_UNLOCKING = 8
(line 22)
Page can be unlocked.
WICKED_REGEXP_WIKIWORD = "(!?"."[A-Z\xc0-\xde]"."[A-Za-z0-9\xc0-\xfe]*"."[a-z0-9\xdf-\xfe]+"."[A-Z\xc0-\xde]"."[A-Za-z0-9\xc0-\xfe]*".")"."((\#"."[A-Za-z0-9\xc0-\xfe]"."("."[-_A-Za-z0-9\xc0-\xfe:.]*"."[-_A-Za-z0-9\xc0-\xfe]".")?)?)"
(line 34)
Our wiki word regexp (needed many places).
WICKED_VFS_ATTACH_PATH = '.horde/wicked/attachments'
(line 51)
Where we store our attachments in VFS.