µWeb alpha release First release for alpha-testing with a small userbase 92% 32 issues (30 closed — 2 open) Related issues Bug #786: uweb website - Content Bug #811: HEAD request returns the whole page (like a GET request) and not only headers. Bug #817: TemplateParser's "url" function is not Unicode safe Bug #819: Router does not support non-ASCII in paths Bug #837: TemplateParser does not allow dashes for indexes Bug #841: TemplateParser triggers TemplateKeyError if an "if" clause refers to a non-existing key, and no way to check if key exists before triggering if clause. Bug #854: TemplateLoop string representation fails Bug #855: templateparser crashen on missing index in eval replacement Bug #1015: _ValueOrPrimary returns Record objects Bug #1016: Operational errors when creating records are suppressed Feature #632: Break uWeb away from underdark package Feature #704: Build uweb website Feature #714: Login framework for µWeb Feature #738: DebuggingPageMaker needs a fallback error page for errors that occur in the error page Feature #739: Documentation for alpha release of µWeb Feature #751: Unittest coverage bepalen Feature #770: uWeb Documentation - Model Feature #771: uWeb Documentation - PageMaker Feature #772: uWeb Documentation - Response Feature #773: uWeb Documentation - Request Feature #774: uWeb Documentation - Standalone Feature #775: uWeb Documentation - Apache Feature #783: Simplify Response object, and provide Redirect Feature #785: Uweb website - templates Feature #787: uweb website - apache config generator Feature #788: uweb website - Discuss Feature #813: Document logging and logviewer Feature #853: TemplateLoops should work on functions and multiple variables Feature #884: Arguments on template functions Feature #916: Cache invalidation for templates loaded from file Feature #923: Model automatic loading should not work on None values Feature #1043: When retrieving related child objects, parent should be filled with known record
µWeb beta release Public beta release for µWeb 62% 14 issues (8 closed — 6 open) Related issues Bug #801: Underdark Login Framework relies on fixed fieldnames Bug #814: Underdark Login Framework - User creation and removal, password changes Bug #928: Resolving relations to VersionedRecord classes happens on Primary Key only Bug #929: MongoDB Records fail automated loading Bug #1383: Working directory management Bug #5065: affected rows is invalid for last page. Feature #778: VersionedRecord could work on table-level Feature #810: Underdark Login Framework documentation Feature #840: Model documentation updates Feature #851: Record classes should have hooks for verification before saving Feature #926: VersionedRecord's record key Feature #5245: investigate if we can migrate to 'pymysql' instead of the python-mysql libraries Documentation #1257: Documentation for uWeb application