Revision [9851]

This is an old revision of UnderDevelopment made by DarTar on 2005-07-05 18:00:19.

 

Under Development


See also:
 

This page lists all the code contributions and development pages by the CreditsPage Development Team that are likely to appear in future WikkaReleaseNotes releases. You can test the code following the instructions given on the development page.

Note: Features WikkaBetaFeatures installed on this server for testing are marked with an icon: beta feature.

Core and architecture


Single quotes for action parameters beta feature
A small change to the Action() method in wikka.php so that action parameters are recognized enclosed in either single or double quotes.
Development: ActionParsQuoting

Advanced FormOpen() beta feature
Enhanced FormOpen() method in wikka.php supporting all types of forms, and using makeId() to generate a unique id for a form.
Development: AdvancedFormOpen, GenerateUniqueId



Paged comments beta feature
Displays footer comments on more pages. The number of comments per page can be set from UserSettings.
Test: Click on the "display comments" link in the footer of a page containing several comments.
Development: PagedComments

Advanced Category action beta feature
Supports many different output formats and a new 'related pages' feature - installed as an alpha feature.
Development: AdvancedCategoryAction, ArrayToList, ArrayToColumns; see also CompatibilityCode and GenerateUniqueId
Test: Use {{category2}} with the new parameters on any page

Menulets beta feature
Mini-actions to be used as menu items (or as stand-alone plugins).
Development & test: WikkaMenulets

Menus
Allows to edit and modify Wikka menus.
Development: WikkaMenus

Backlinks handler beta feature
Display internal links to the current page.
Test: Append /backlinks to the URL of a page
Development: BacklinksHandler

Advanced Backlinks action beta feature
Advanced backlinks action with support for different output formats - installed as an alpha feature; the original backlinks action is unchanged for now.
Development: AdvancedBacklinksAction, ArrayToList, ArrayToColumns
Test Use {{backlinks2}} with the new parameters on any page

Grab code handler beta feature
Downloads code snippets from code blocks added to Wikka pages
Test: Click on the grab button at the bottom of a code block
Development: GrabCodeHandler

Fetch remote action
Connects to a distant Wikka server, fetch remote pages, and display them locally.
Development: IncludeRemote

 

Register action beta feature
An action for user registration distinct from the current (usersettings).
Test: RegisterActionTest
Development: RegisterAction

Login redirection beta feature
Registered users are automatically redirected on their first login to a page specified in the config file (on this server: WelcomeRegisteredUser).
Development: RedirectOnLogin

Administration

See also AdminModules
 

User Administration beta feature
Module for managing registered users.
Test: [admin-only] UserAdminTest
Development: UserAdmin

Page Administration beta feature
Module for managing pages
Test: [admin-only] PageAdminTest
Development: PageAdminAction

System beta feature
Displays information about the system Wikka is running on.
Test: SysInfo
Development: WikkaMenulets

Advanced referrer handling beta feature
New, advanced referrers handling with searching and filtering as well as an accessible form and results table (and more secure as well).
Test: Append /referrers to any page. (Only registered users can view and filter lists, only admins can blacklist domains or remove them from the blacklist.)
Development: AdvancedReferrersHandler

Security and spam fighting

 


Advanced referrer blacklisting beta feature
Adds searching and filtering functionality to referrers blacklisting.
Test: Append /referrers to any page. (Only registered users can view and filter lists, only admins can blacklist domains or remove them from the blacklist.)
Development: AdvancedReferrersHandler

Bad Behavior
Integrates the 3rd party BadBehavior package to prevents spambots from accessing your site by analyzing their actual HTTP requests and comparing them to profiles from known spambots.
Development: BadBehavior

Formatting and rendering


Improved formatter beta feature
New formatter code with many improved and advanced features.
Development: ImprovedFormatter. (See also: AdvancedFormatter)

Smart typographic ponctuations
Integrates the 3rd party SmartyPants engine to render typographically correct ponctuations.
Development: SmartyPants

Acronyms
Automatically parses the page for known acronyms and renders them as styled <acronym> elements with titles.
Development: AcronymFormatter

Link tails
Appends icons to links depending on the kind of method/link.
Development: LinkTails

Layout and stylesheets


Skins beta feature
Allows users to select, create, edit and modify their own WikkaSkins custom CSS stylesheet.
Test: TestSkin
Development pages: MySkin, WikkaSkinSelector, WikkaSkinEditor



CategoryDevelopment
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki