• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Wrong name of the element in the 'focus' property.

reflect change in parameters to get_child_package_id

update to refelct move of site_nodes::get_child_package_id to

site_node_apm_integration::get_child_package_id

    • -2
    • +2
    /openacs-4/packages/dotlrn/www/spam.tcl
remove ad_system_name call from instant notification subject. left it in

batched notifications.

making name and summary consistent

moved site_node::new_with_package to site_node_apm_integration::new_site_node_and_package

    • -2
    • +2
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl
Added site-node-apm-integration-procs files

    • -0
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
forgot the -proc at the end of the filename

fixed namespace reference

moved stuff to global site_node_apm_integration namespace

using new site_node_apm_integration namespace

    • -2
    • +2
    /openacs-4/packages/forums/tcl/forums-procs.tcl
Added new site_node_apm_integration namespace. This ns is for procs that deal with both apm and site_nodes

added timezone basic stuff for syncing

only check for attachments if we have a connection.

Missed some Greenpeace dependencies in ad_form ...

Initial import of bboard migration scripts. this are slightly modified

for openacs.org, we will convert them to bboard->forums migration scripts

    • -0
    • +57
    /openacs.org-dev/www/bboard-migr/#index.html#
    • binary
    /openacs.org-dev/www/bboard-migr/bboard-migr.tar
    • -0
    • +90
    /openacs.org-dev/www/bboard-migr/cat-migr.tcl
    • -0
    • +4
    /openacs.org-dev/www/bboard-migr/drop-maps.sql
    • -0
    • +71
    /openacs.org-dev/www/bboard-migr/forum-migr.tcl
    • -0
    • +57
    /openacs.org-dev/www/bboard-migr/index.html
    • -0
    • +89
    /openacs.org-dev/www/bboard-migr/index.vuh
    • -0
    • +139
    /openacs.org-dev/www/bboard-migr/links-migr.tcl
    • -0
    • +29
    /openacs.org-dev/www/bboard-migr/maps.sql
    • -0
    • +122
    /openacs.org-dev/www/bboard-migr/msg-migr.tcl
    • binary
    /openacs.org-dev/www/bboard-migr/oacs-bboard-migrate-links.tar
    • -0
    • +89
    /openacs.org-dev/www/bboard-migr/subs-forum-migr.tcl
    • -0
    • +90
    /openacs.org-dev/www/bboard-migr/subs-thread-migr.tcl
    • -0
    • +82
    /openacs.org-dev/www/bboard-migr/user-migr.tcl
    • -0
    • +80
    /openacs.org-dev/www/bboard-migr/user-migr.tcl~
improved help text

updated info files to include postgres

Fixed some bugs. Committed to openacs-4-devel tree as well.

Drop ACS Service Contract stuff and also rows inserted into a couple notifications tables.

Fixed Data Change Violation error for PG 7.1.

In the "clone" method use fs::rename_folder instead of creating a new root folder.

pg port of dotlrn-news

pg port of news-portlet

pg port of dotlrn-faq

pg port of faq-portlet

pg port of faq

    • -0
    • +266
    /openacs-4/packages/faq/sql/postgresql/faq-create.sql
    • -0
    • +129
    /openacs-4/packages/faq/sql/postgresql/faq-drop.sql
incorrect parameter to acs_object__delete. was datasource_id, should be p_datasource_id

fixed typo - faq-portlet -> faq_portlet

add a -move flag to cr_create_content_file since most common use of

this command is to take an uploaded file from /tmp and put it into

the cr and for many machines /tmp is the same partition as the

repository which means no actual file copying is required.