- Initial revision of the classified-ads package written by Deds Castillo and Paul Doerwalds.- Some modifications and improvements by Roberto Mello.- Added Bugs and Features to the www/doc/index page.- Will be committing more changes soon.
Switching to the use of PostgreSQL's COPY command and Oracle's SQL*Loaderto load the data for this package. Much, much faster than a bazillionINSERT statements.
- Added site_node::rename proc- Enhanced get_children so it can return a specific element from the site_node array structure, e.g. node_id, instead of the url.
Added a hack to delete permissions for the application group, so we can delete the group when deleting the subsite instance. We really ought to make permissions cascade. but that's a much bigger fix.