• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
moved unported Oracle query out to xql files

    • -0
    • +52
    /openacs-4/packages/dotlrn/www/spam-oracle.xql
    • -45
    • +3
    /openacs-4/packages/dotlrn/www/spam.tcl
file spam-oracle.xql was initially added on branch dotlrn-1-0.

    • -0
    • +0
    /openacs-4/packages/dotlrn/www/spam-oracle.xql
file spam-postgresql.xql was initially added on branch dotlrn-1-0.

    • -0
    • +0
    /openacs-4/packages/dotlrn/www/spam-postgresql.xql
remove deleted upgrade files from .info manifest

don't query for context bar on every hit since data is cached in site_node nsvs. No need for query files so removed. fixes bug 207/patch 65 Peter Marklund

Adds a -exact flag to site_node::get_from_url and better doc bug

204/patch 64 Randy o'Meara.

Adds site_nodes.name to node array (so you don't have to munge it from

the url).

support procs for printer friendly view fixes bug 205 patch from Samir Joshi

file printer-view-procs.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/wp-slim/tcl/printer-view-procs.tcl
file printer-view-procs.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/wp-slim/tcl/printer-view-procs.xql
adds return_url to logout.tcl bug 198/patch 62 Mark Auflick

Fixed bug with prepopulating content: Content is now of type richtext, and the value should be set using template::util::richtext::acquire.

quote subject

html quote subject

fix postgresisms bug 200 and bug 201

change supported oracle version to 8.1.6

Finish up subject html quoting

Merged html quoting in subject field.

Fixed call to site_node_closest_ancestor_package_url

    • -2
    • +2
    /openacs-4/packages/news/www/index.tcl
Fixed called to site_node_closest_ancestor_package_url

    • -2
    • +2
    /openacs-4/packages/news/www/index.tcl
file upgrade-0.2d-0.3d.sql was initially added on branch oacs-4-6.

file upgrade-0.3d-0.4d.sql was initially added on branch oacs-4-6.

adds indexes for foreign keys, bumps to version 0.4d, upgrade scripts added

Changed e-mail address

Fixed link to daemontools.

file upgrade-0.3d-0.4d.sql was initially added on branch oacs-4-6.

adds user_id and parent_id indexes in forums_messages, bump version to 0.4d, upgrade scripts

    • -2
    • +4
    /openacs-4/packages/forums/forums.info
tacks an arg on to sb_get_indexes so that you can have it generate the primary key index as well. Kludge though.

merge Barts fix for duplicate content_module__new from head

adding before-uninstall, before-uninstantiate, and before-unmount Tcl callbacks for packages

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.