Revision history for HandlerInfo


Revision [1871]

Last edited on 2009-01-31 02:04:48 by BrianKoontz [Removed carriage return]

No Differences

Revision [1323]

Edited on 2008-11-01 23:23:06 by BrianKoontz [Removed HomePage link]
Deletions:
HomePage


Revision [1076]

Edited on 2008-03-21 23:58:56 by BrianKoontz [minor edit]
Additions:
CategoryEN
CategoryReview
Deletions:
CategoryEN CategoryReview


Revision [1071]

Edited on 2008-03-21 08:10:55 by DarTar [accessibility link]
Additions:
[skip to **[[http://docs.wikkawiki.org/HandlerInfo#hn_List_of_available_handlers | handler list]]**]
Deletions:
[skip to **[[http://docs.wikkawiki.org/UsingActions#hn_List_of_available_handlers | handler list]]**]


Revision [1070]

Edited on 2008-03-21 08:10:36 by DarTar [accessibility link]
Additions:
[skip to **[[http://docs.wikkawiki.org/UsingActions#hn_List_of_available_handlers | handler list]]**]


Revision [1069]

Edited on 2008-03-21 07:50:13 by DarTar [[m] wording]
Additions:
Wikka handlers provide functionality that generally acts on an entire page or affects the wiki as a whole in some way. You could say that handlers "handle" something for the user, such as [[PageDeletionInfo | deleting a page]], modifying [[ACLInfo | Access Control Lists (ACLs)]], or [[PageHistoryInfo | showing page history]].
|| **/revert** || [[RevertHandlerInfo | Reverts]] to revision immediately preceding the current version of page. {{since version="1.1.6.4" display="inline"}} ||
Deletions:
Wikka handlers provide functionality that generally acts on an entire page or affects the wiki as a whole in some way. You could say that handlers "handle" something for the user, such as [[PageDeletionInfo deleting a page]], modifying [[ACLInfo | Access Control Lists (ACLs)]], or [[PageHistoryInfo | showing page history]].
|| **/revert** || [[RevertHandlerInfo | Revert]] to revision immediately preceding current version of page. {{since version="1.1.6.4" display="inline"}} ||


Revision [1068]

Edited on 2008-03-21 07:48:27 by DarTar [[m] wording]
Additions:
Wikka handlers provide functionality that generally acts on an entire page or affects the wiki as a whole in some way. You could say that handlers "handle" something for the user, such as [[PageDeletionInfo deleting a page]], modifying [[ACLInfo | Access Control Lists (ACLs)]], or [[PageHistoryInfo | showing page history]].
|?|{font-size: 110%;background-color: #E9F9E9;padding: 5px;}Handlers distributed with WikkaWiki generating XHTML output (in alphabetical order)||
|?|{font-size: 110%;background-color: #E9F9E9;padding: 5px;}Handlers distributed with WikkaWiki generating output other than XHTML (in alphabetical order)||
Deletions:
Wikka handlers provide functionality that generally acts on an entire page or affects the wiki as a whole in some way. You could say that handlers "handle" something for the user, such as [[PageDeletionInfo | deleting a page]], modifying [[ACLInfo | Access Control Lists (ACLs)]], or [[PageHistoryInfo | showing page history]].
|?|{font-size: 110%;background-color: #E9F9E9;padding: 5px;}Handlers distributed with WikkaWiki that generates HTML documents (in alphabetical order)||
|?|{font-size: 110%;background-color: #E9F9E9;padding: 5px;}Handlers distributed with WikkaWiki that generates any document format other than HTML (in alphabetical order)||


Revision [1065]

Edited on 2008-03-21 07:41:17 by DotMG [Brrr, changing id]
Additions:
Wikka handlers provide functionality that generally acts on an entire page or affects the wiki as a whole in some way. You could say that handlers "handle" something for the user, such as [[PageDeletionInfo | deleting a page]], modifying [[ACLInfo | Access Control Lists (ACLs)]], or [[PageHistoryInfo | showing page history]].
|!|(i:page-handlers)||
|!|(i:xml-handlers)||
Deletions:
Wikka handlers provide functionality that generally acts on an entire page or affects the wiki as a whole in some way. You could say that handlers "handle" something for the user, such as [[PageDeletionInfo deleting a page]], modifying [[ACLInfo | Access Control Lists (ACLs)]], or [[PageHistoryInfo | showing page history]].
|!|(i:list)||
|!|(i:list)||


Revision [1064]

Edited on 2008-03-21 07:37:40 by DotMG [Using new table formatter to show lists]
Additions:
Wikka handlers provide functionality that generally acts on an entire page or affects the wiki as a whole in some way. You could say that handlers "handle" something for the user, such as [[PageDeletionInfo deleting a page]], modifying [[ACLInfo | Access Control Lists (ACLs)]], or [[PageHistoryInfo | showing page history]].
|!|(i:list)||
|?|{font-size: 110%;background-color: #E9F9E9;padding: 5px;}Handlers distributed with WikkaWiki that generates HTML documents (in alphabetical order)||
|| **/acls** || Handles the [[ACLInfo | Access Control List (ACL) functionality]]. You can access ACL settings by clicking the "Edit ACLs" link at the bottom of a page. The link is only visible if: --- 1) You are the page owner and you are logged in. --- 2) You are logged in as the admin user for the Wikka Wiki. The link doesn't appear if the page is owned by "nobody". Click the "Take ownership" link at the bottom of the screen to take ownership of the page before trying to modify the Access Control List.||
|| **/addcomment** || Handles some of the tasks associated with adding a new comment: e.g. managing comment related access control, posting new comments, displaying comment related error messages.||
|| **/backlinks** || Displays a list of internal pages linking to the current page.||
|| **/claim** || Handles tasks associated with [[PageOwnership | page ownership]]: e.g. determining access to the "take ownership" command, assigning page ownership, displaying confirmation/error messages.||
|| **/clone** || Clone the current page and save a copy of it as a new page.||
|| **/delcomment** || Handles tasks associated to the deletion of comments from the MySQL database: e.g. determining if a user is allowed to delete a specific comment.||
|| **/delete** || Handles tasks related to the [[PageDeletionInfo | deletion of pages]]: e.g. displaying the form that prompts the user for information about the deletion, displaying confirmation and error messages, determining if a user is allowed to delete a specific page.||
|| **/delete_referrer** || Handle tasks related to the removal of [[ReferrersInfo | referrers]].||
|| **/diff** || Determines and displays the differences between two revisions of a page, shows additions and deletions.||
|| **/edit** || Handles tasks associated with [[EditPageInfo | editing a page]]: displaying the edit form, validating input, showing page preview, checking to see if a user is allowed to edit a page, displaying confirmation and error messages, handling the storage of pages in the MySQL database.||
|| **/grabcode** || Download a code block as a file.||
|| **/history** || Shows the [[PageHistoryInfo | history]] of additions and deletions associated with each version of a page||
|| **/raw** || Displays the [[ShowCodeInfo | source code]] of a Wikka page as plain text.||
|| **/referrers** || Displays a list of sites linking to a page (also known as [[ReferrersInfo | referrers]]).||
|| **/referrers_sites** || Displays a list of domains containing links to a page. ||
|| **/revert** || [[RevertHandlerInfo | Revert]] to revision immediately preceding current version of page. {{since version="1.1.6.4" display="inline"}} ||
|| **/review_blacklist** || Displays a list of domains that have been removed from the [[ReferrersInfo | referrer]] list.||
|| **/revisions** || Handles task associated with page revisions. Shows all of the versions for a page and allows you to see the differences between any two versions of a page.||
|| **/show** || Handles tasks related to displaying pages and comments. Checks user access to pages. Allows users to create new pages.||
|| **/showcode** || Displays the [[ShowCodeInfo | source code]] of a Wikka page as a HTML document.||
|!|(i:list)||
|?|{font-size: 110%;background-color: #E9F9E9;padding: 5px;}Handlers distributed with WikkaWiki that generates any document format other than HTML (in alphabetical order)||
|| **/files.xml** || Handles file downloads and file deletion. ||
|| **/mindmap.mm** || shows an embedded mindmap as an xml - document||
|| **/recentchanges.xml** || Displays the XML feed of global recent changes on a WikkaWiki||
|| **/recentchanges.xml.mm**|| Displays a feed of global recent changes on a WikkaWiki as a mindmap ||
|| **/recentchanges_simple.xml.mm**|| Displays a feed of global recent changes on a WikkaWiki as a simple mindmap ||
|| **/revisions.xml** || Displays the XML feed of revisions of a page||
Deletions:
Wikka handlers provide functionality that generally acts on an entire page or affects the wiki as a whole in some way. You could say that handlers "handle" something for the user, such as [[PageDeletionInfo | deleting a page]], modifying [[ACLInfo | Access Control Lists (ACLs)]], or [[PageHistoryInfo | showing page history]].
{{since version="1.1.6.4" align="left"}}
- __acls__ - Handles the [[ACLInfo | Access Control List (ACL) functionality]]. You can access ACL settings by clicking the "Edit ACLs" link at the bottom of a page. The link is only visible if:
1) You are the page owner and you are logged in.
1) You are logged in as the admin user for the Wikka Wiki. The link doesn't appear if the page is owned by "nobody". Click the "Take ownership" link at the bottom of the screen to take ownership of the page before trying to modify the Access Control List.
- __addcomment__ - Handles some of the tasks associated with adding a new comment: e.g. managing comment related access control, posting new comments, displaying comment related error messages.
- __backlinks__ - Displays a list of internal pages linking to the current page.
- __claim__ - Handles tasks associated with [[PageOwnership | page ownership]]: e.g. determining access to the "take ownership" command, assigning page ownership, displaying confirmation/error messages.
- __clone__ - Clone the current page and save a copy of it as a new page.
- __delcomment__ - Handles tasks associated to the deletion of comments from the MySQL database: e.g. determining if a user is allowed to delete a specific comment.
- __delete__ - Handles tasks related to the [[PageDeletionInfo | deletion of pages]]: e.g. displaying the form that prompts the user for information about the deletion, displaying confirmation and error messages, determining if a user is allowed to delete a specific page.
- __delete_referrer__ - Handle tasks related to the removal of [[ReferrersInfo | referrers]].
- __diff__ - Determines and displays the differences between two revisions of a page, shows additions and deletions.
- __edit__ - Handles tasks associated with [[EditPageInfo | editing a page]]: displaying the edit form, validating input, showing page preview, checking to see if a user is allowed to edit a page, displaying confirmation and error messages, handling the storage of pages in the MySQL database.
- __grabcode__ - Download a code block as a file.
- __history__ - Shows the [[PageHistoryInfo | history]] of additions and deletions associated with each version of a page
- __raw__ - Displays the [[ShowCodeInfo | source code]] of a Wikka page as plain text.
- __referrers__ - Displays a list of sites linking to a page (also known as [[ReferrersInfo | referrers]]).
- __referrers_sites__ - Displays a list of domains containing links to a page.
- __revert__ - [[RevertHandlerInfo | Revert]] to revision immediately preceding current version of page.
- __review_blacklist__ - Displays a list of domains that have been removed from the [[ReferrersInfo | referrer]] list.
- __revisions__ - Handles task associated with page revisions. Shows all of the versions for a page and allows you to see the differences between any two versions of a page.
- __show__ - Handles tasks related to displaying pages and comments. Checks user access to pages. Allows users to create new pages.
- __showcode__ - Displays the [[ShowCodeInfo | source code]] of a Wikka page
- __files.xml__ - Handles file downloads and file deletion.
- __mindmap.mm__ - shows an embedded mindmap as an xml - document
- __recentchanges.xml__ - Displays the XML feed of global recent changes on a WikkaWiki
-__recentchanges.xml.mm__
-__recentchanges_simple.xml.mm__
- __revisions.xml__ - Displays the XML feed of revisions of a page


Revision [1041]

Edited on 2008-03-20 21:16:42 by BrianKoontz [minor edit]
Additions:
- __referrers_sites__ - Displays a list of domains containing links to a page.
- __revert__ - [[RevertHandlerInfo | Revert]] to revision immediately preceding current version of page.
Deletions:
- __referrers_sites__ - Displays a list of domains containing links to a page.
- __revert__ - [[RevertHandlerInfo | Revert]] to revision immediately preceding current version of page.


Revision [1040]

Edited on 2008-03-20 21:15:38 by BrianKoontz [updated since message]
Additions:
{{since version="1.1.6.4" align="left"}}
Deletions:
{{since version="1.1.6.0" align="left"}}


Revision [1039]

Edited on 2008-03-20 21:15:11 by BrianKoontz [updated for 1.1.6.4]
Additions:
- __revert__ - [[RevertHandlerInfo | Revert]] to revision immediately preceding current version of page.
Deletions:
""<div style="float:right; width: 46%; padding: 4px 8px 2px 8px; background-color:#FEE; border:1px solid #EDD"><img src="images/icons/24x24/gnome-settings.png" title="todo" alt="todo icon" /> This page needs to be updated to match <strong>Wikka 1.1.6.4</strong></div><br style="clear:right"/>""


Revision [623]

Edited on 2008-02-01 04:53:51 by YanB [Cat. Review. needs update 1.1.6.0 -> 4]
Additions:
""<div style="float:right; width: 46%; padding: 4px 8px 2px 8px; background-color:#FEE; border:1px solid #EDD"><img src="images/icons/24x24/gnome-settings.png" title="todo" alt="todo icon" /> This page needs to be updated to match <strong>Wikka 1.1.6.4</strong></div><br style="clear:right"/>""
===List of available handlers ===
{{since version="1.1.6.0" align="left"}}
CategoryEN CategoryReview
Deletions:
""<div style="float:right; width: 46%; padding: 4px 8px 2px 8px; background-color:#FEE; border:1px solid #EDD"><img src="images/icons/24x24/gnome-settings.png" title="todo" alt="todo icon" /> This page needs to be updated to match <strong>Wikka 1.1.6.2</strong></div><br style="clear:right"/>""
===List of available handlers (as of version 1.1.6.0)===
CategoryEN


Revision [389]

Edited on 2006-12-27 22:07:59 by YanB [cat.]
Additions:
HomePage
CategoryEN
Deletions:
[[WikkaDocumentation | Wikka Documentation]]
CategoryDocumentation


Revision [179]

The oldest known version of this page was created on 2006-07-29 09:10:38 by NilsLindenberg [cat.]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki