GSoC/GCI Archive
Google Code-in 2011 MoinMoin Wiki

make a simple, pretty subitems theme widget (modify)

completed by: qxcv

mentors: Bastian Blank, Reimar Bauer, Prashant Kumar, Thomas Waldmann, Eugene Syromyatnikov

Abstract

This is a followup task for the "make a simple, pretty subitems theme widget (show)" task.

We need a similar subitems widget as the one for show view also for the modify (editor) view.

For the "modify" view, it should not link to the subitems, but use javascript to insert link or transclusion markup for the subitem into the editor textarea, so users can easily do that with just one click instead of having to remember the subitem name and type it in manually.

Details

Your task:

  • see existing subitems widget of "show" view, think about code reusage
  • implement the widget for "modify" view
  • integrate your widget into modify view
  • chose some style (check existing css) to make it look pretty
  • work closely together with moin devs, demonstrate and discuss stuff regularly

Deliverables: changesets

Skill Requirements

See tags. A bit of jinja2 templating needed to modify existing templates and implement the widget (as a j2 macro?).

You can discuss this issue in the MoinMoin wiki: http://moinmo.in/EasyToDo/make%20subitems%20theme%20widget%20%28modify%29