moving the mounting of core packages from the bootstrapper to the installer. To enable this I am setting up a more complete Tcl environment before installation of those packages by sourcing procs in acs-subsite and certain init files in acs-tcl as well as redefining ad_conn. This also means that core packages have a more complete environment when/if they use post-instantiation procs.
Adding missing piece to the db upgrade of acs-kernel 4.6.1-4.7d - the callbacks were not being copied when upgrading a package through the edit package page. Changing to create or replace syntax for functions in PG (works in 7.2 and 7.1 is deprecated)
- Took out extra call to apm_package_load status- allowed calling file-watch with more than one file_id- offer a 'watch all above files' link when reloading a package- restructured the version-view page to display links more logically
Correcting apm_package_install proc. It should only instantiate, mount, and invoke after-install callback after an initial install, not after an upgrade. We'll add an after-upgrade callback as well when we need that.
- 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.
- 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.