--- webgen-metainfo: inMenu: true title: Project Status --- The following category defines all milestones for webgen: ###### Milestones ###### * Apr07 (2007-04-30) Bug fixes and small enhancements - include submitted plugins - fix issues that have arisen since the last release This release gets a little bit delayed since I do not have enough time in April, will be released in May! * Feb07 (2007-02-28) Bug fixes and small enhancements - include patches/requests created since 0.4.1 release - add support for sipttra (Simple Plain Text Tracker) files * F: Ideas and todo items for future versions This milestone holds all ideas/todo items/requests which are implemented some time in the future. Categories for implementation issues: ###### Implementation (open) ###### * T002 [F] add localization support for all files See also FR#7891 * T003 [F] add additional tests for sipttra implementation * T023 [F] Add the possibility to add a prefix to webgen tags If the prefix is wg then a tag should look like \\{wg:menu:} or \\{wg:relocatable: default.css} ## Implementation (closed) ## * T004 [Feb07] use HTML as default format for templates See also FR#7893 * T006 [Feb07] add parameter for not showing index files in breadcrumb trail See also PATCH#7942 * T007 [Feb07] implement a plugin for storing/accessing global variables * T001 [Feb07] add support for sipttra files * T017 [Apr07] add the parameters from MenuStyle/Vertical to MenuStyle/Horizontal added @startLevel@ and @maxLevels@ parameters to MenuStyle/Horizontal - the other parameters from MenuStyle/Vertical aren't useful for MenuStyle/Horizontal * T018 [Apr07] add the submitted plugins from Andrea Censi and Jeremy Hinegardner Also see FR#9707, Added Tag/HtmlMetaInfo from Andrea Censi, Tag/News from Jeremy Hinegardner, ContentConverter/Maruku from Andrea Censi ###### Bugs (open) ###### ## Bugs (closed) ## * T005 [Feb07] check all styles for correctly selected menu items style issues because of new span element when File/DefaultHandler:linkToCurrentPage is false * T009 [Feb07] PluginManager#init: log typo for "creating plugin of class..." * T012 [Feb07] update copyright notices for included website templates See also Bug#8725 * T008 [Feb07] PluginLoader shouldn't load plugins that are already loaded in the DEFAULT_WRAPPER_MODULE When site plugins use the load_plugin command to load plugins that are shipped with webgen and loaded by default, some plugins don't work correctly as plugin classes get defined twice with different oids. * T013 [Feb07] fix TreeWalker Make TreeWalker work as in 0.3.8 again, name it 'Misc/TreeWalker' and call it after building and before writing tree * T016 [Apr07] fix order of data directory discovery webgen searches now for a local directory first, then for a global one * T020 [Apr07] File/TemplateHandler should not use the default metainfo from File/PageHandler * T022 [Apr07] Remove plain website style due to incompatible license * T021 [Apr07] Problem with templates/example sites not working out of the box due to missing Textile support Either * Update templates to not use Textile sothat they work out of the box or * include redcloth as dependency Since not using Textile makes the templates/examples not very 'nice' to view, redcloth is now a dependency of webgen. * T019 [Apr07] normalize EOL encoding to \n so that page files with any EOL encoding work properly \r and \r\n are now converted to \n sothat the $ operator for regular expressions works correctly Category for documentation issues: ###### Documentation (open) ###### * T014 [F] add plugin developer documentation - document how to write various plugins (file handler, tag, CLI command, ...) - caveat when using classes in modules ## Documentation (closed) ## * T010 [Feb07] add some example sites It was requested that one should be able to download some zipped examples sites from the examples section showing basic use cases for webgen. * T011 [Feb07] add example section for sipttra style files * T015 [Feb07] add a resource reference page with the table of resources