Status/Requires testing
1752850: Job splitting
Status/Active
1751200: Date and time handling
Status/Closed
1751294: Navigation
Status/Closed
1751127: Access to sourcesafe2subversion
Status/Active
1751308: Team Lambdal Tap's public page?
1751225: About the team -- please introduce yourself here
Status/Closed
1751221: Team and tag names
Status/Closed
1750871: Ugly site
Status/Closed
1751186: Search broken
Status/New requirement
1750985: Project menu order and sub-projects
Status/Closed
1750879: Searching for an empty string is broken

Current status of Fost 4

Fost 4 release 4.09.09.36898

Many of the Fost 4 libraries are based directly on the older FOST.3 libraries many of which date back to old FOST 2 and even earlier code. This means that although some code (for example the new database abstractions) is still very new and experimental, other parts are very mature.

fost-base

Much of fost-base is already quite mature.

  • Command line parsing
  • Dynamic code loading
  • Nullable values
  • Multi-threading
  • Program exit cleanup
  • Settings database and INI file loading together with their Python bindings
  • Testing framework
  • Type coercion
  • Unicode handling

fost-internet

The low level APIs here are fairly stable and not expected to change. The network connection code probably will change at least once (the way that strings are sent on the connection will almost certainly gain an automatic \r\n appended to it).

fost-orm

This is a major redesign of the FOST.3 O/RM. Much of this is incomplete, although this web site (and others) are using functionality from the libraries, for example the ADO database drivers, the fostcache thread mapping and the static model framework for the instance factories.