Wiclear

You are here :

See the [TODO file|http://wiclear.free.fr/TODO] updated at each web site update (nearly each time I finish a coding session). This file is mostly in french though.

Other envisionned refactoring :
* date refactoring : create a class handling most conversion, and use it everywhere instead of having custom inline code (calendar in wikiblog plugin needs it)
* wiki controller : this should be broken into several smaller controller. Of course, client code should continue using an unique entry point : the wiki controller, but this one should delegates the actual impl to specific smaller controller. This work as already started with the creation of a NestedSetModeHelper.