• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Backing out of unfinished work to make activity log use the CR.

Removed log statements that had accidentally been left in.

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

add RI Indexes, bump to version 0.4, upgrade script provided

adds acs_mail_links_body_id_idx

file upgrade-4.6.1-4.6.2.sql was initially added on branch oacs-4-6.

more foreign key indexes, bumps to 4.6.2, upgrade scripts included

file upgrade-4.6.1-4.6.2.sql was initially added on branch oacs-4-6.

adds indexes for fk constraint children, bumps version to 4.6.2, upgrades supplied

Added support for search_query, cancel_url, has_edit, actions

adding new proc exists_and_equal

adds fs_url to graphics/ link since folder-chunk used to display outside the file-storage package

Service contracts and implementations are working now.

    • -24
    • +170
    /openacs-4/packages/workflow/tcl/action-procs.tcl
    • -13
    • +81
    /openacs-4/packages/workflow/tcl/action-procs.xql
    • -31
    • +176
    /openacs-4/packages/workflow/tcl/case-procs.tcl
    • -10
    • +80
    /openacs-4/packages/workflow/tcl/case-procs.xql
    • -0
    • +92
    /openacs-4/packages/workflow/tcl/implementation-procs.tcl
    • -0
    • +30
    /openacs-4/packages/workflow/tcl/implementation-procs.xql
    • -146
    • +284
    /openacs-4/packages/workflow/tcl/install-procs.tcl
    • -15
    • +115
    /openacs-4/packages/workflow/tcl/role-procs.tcl
  1. … 4 more files in changeset.
Added Tcl API for defining contracts and registering implementations

fixes bug 136 and bug 196 query from Aldert Nooitgedagt

Bug #202: Moved the PG-specific query to the -poostgresql file

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