AgileWiki 3.4.2 (CowDb branch) |
|
|
AgileWiki is meant to create software systems
which are fluid, easily configured and can be
reorganized on-the-fly to meet ever changing
requirements. It includes a COW-based database,
the Rolonics programming paradigm, and semantic
inferencing.
License: Common Public License
Changes:
The PElement.addPathnameReference method was
calling MapApp.makeSymbolic, which does not work
for well-known names due to the side effect of
deleting the handle in the well-known table when a
well-known name is removed. These methods now call
addSymbolic, and the makeSymbolic methods (now
having no usages) have been dropped.
|