Status/RoadMap

We already have good modules, but some things have been proposed.
We underuse links in many modules : For example there's no link to whole MyPages in the module, and we could also use "whole list" (sorted by modif date) for all "last" modules.

TikiTeam

Who is working here generally? Link UserPage.

Trackers

RFEs

General
{SF(aid=>708791,tag=>rfe)}{SF}
{SF(aid=>727372,tag=>rfe)}{SF}
{SF(aid=>835812,tag=>rfe)}{SF}
Improvements to specific modules
{SF(aid=>744136,tag=>rfe)}{SF}
{SF(aid=>640394,tag=>rfe)}{SF}
{SF(aid=>790643,tag=>rfe)}{SF}
{SF(aid=>790802,tag=>rfe)}{SF}
{SF(aid=>790925,tag=>rfe)}{SF}
{SF(aid=>795632,tag=>rfe)}{SF}

Bugs

{SF(aid=>805990)}{SF}
{SF(aid=>835233)}{SF}

Competition and standards

List of other products with similar/interesting/related features.

Here I would like to see some "editorial" content. How do our features compare to others?

CVS Doc section

This is where new features being developed and only in CVS are documented. When the CVS becomes RC/official release, the info in the CVS docs is transferred to update the official docs (FeatureXDoc).

Discussion/participation

I wrote a small Calculator as a UserModule:

Copy to clipboard
<center> <form name="calculator"> <input name="expression" type="text" size="25"/><br/> <input type="button" value=" = " onClick="document.calculator.result.value=eval(document.calculator.expression.value)"> <input name="result" type="text" size="20"/> </form> </center>

If this is the wrong place for contribution of this kind, beat me wink ...
butonic


-