- Shortened the timestamps to allow more space for the conversation.- Added links to the user accounts who's screen name matches their IRC nick.- Updated documentation to reflect new features.- Removed <pre> tags from XSL sheet as they misfired too often.
traverse the tcl and www trees and parse the .xql files found. No longer necessary to provide fully qualified query names in the .xql files. fixes bug 193
Fixes in rss-support:- bind the rss service contract implementation- provide a link on admin page to setup/manage rss feed- require rss-support package
Fixed problems with rss-support:- provide itself, so you can require it- auto-mount at /rss-support- added a few checks so it doesn't break so easily- made deletion work even if there's no channel title
As part of moving mounting of core packages from installer to bootstrapper I forgot to commit these changes to ad_verify_install. The proc should no longer check that acs-admin is mounted.
moving instantiation and mounting of all core packages (acs-lang, acs-admin, api-doc etc.) except acs-kernel and main site (retained because they are needed during install) from the acs-install.sql file to the Tcl proc apm_mount_core_packages that is invoked on first startup. Note that this unfortunately means that callbacks will not be invoked for the main site node and for the acs-kernel instance.
Applied Simon's patch to let you create a new entry with prefilled title and content. Good for 'post this to your web log' links. We should probably make a service contract for this at some point.
changing acs-subsite to use an after-mount callback instead of the old post_instantiation proc. Replacing call to site_node_mount_application (deprecated) with site_node::instantiate_and_mount