• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updates for comm archiving

    • -1
    • +1
    ./dotlrn-portlet/www/dotlrn-admin-portlet.adp
apparently we can't have a foreign key constraint on the package_id column of dotlrn_community_applets. i don't have time to look into why not right now so i am just removing the constraint

    • -3
    • +2
    ./dotlrn/sql/oracle/communities-create.sql
trying to standardize info files

    • -3
    • +2
    ./calendar-portlet/calendar-portlet.info
    • -1
    • +0
    ./dotlrn-calendar/dotlrn-calendar.info
added support for editing recurring events

    • -0
    • +11
    ./calendar/tcl/cal-item-procs-oracle.xql
    • -0
    • +10
    ./calendar/tcl/cal-item-procs-postgresql.xql
    • -0
    • +31
    ./calendar/tcl/calendar-display-procs-oracle.xql
    • -0
    • +32
    ./calendar/tcl/calendar-display-procs-postgresql.xql
    • -12
    • +66
    ./calendar/tcl/calendar-display-procs.tcl
added support for editing time intervals

    • -1
    • +31
    ./acs-events/sql/oracle/acs-events-create.sql
Update args for removeportlet and addportlet

    • -7
    • +14
    ./dotlrn/sql/oracle/applet-sc-create.sql
fixing bogus remove_applet args

    • -21
    • +23
    ./dotlrn-fs/tcl/dotlrn-fs-procs.tcl
changing communities data model

    • -14
    • +14
    ./dotlrn/sql/oracle/classes-create.sql
    • -14
    • +14
    ./dotlrn/sql/oracle/clubs-create.sql
    • -26
    • +36
    ./dotlrn/sql/oracle/communities-create.sql
    • -4
    • +4
    ./dotlrn/sql/oracle/community-memberships-packages-create.sql
spacing

    • -2
    • +1
    ./acs-subsite/www/user/password-update.tcl
Stuff for deleting subcommunities

    • -3
    • +3
    ./bboard-portlet/tcl/bboard-admin-portlet-procs.tcl
    • -10
    • +49
    ./dotlrn/tcl/community-procs.tcl
    • -3
    • +49
    ./dotlrn-bboard/tcl/dotlrn-bboard-procs.tcl
    • -2
    • +4
    ./dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl
    • -9
    • +16
    ./dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl
    • -3
    • +11
    ./dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl
    • -3
    • +13
    ./dotlrn-dotlrn/tcl/dotlrn-members-staff-procs.tcl
    • -12
    • +14
    ./dotlrn-faq/tcl/dotlrn-faq-procs.tcl
    • -6
    • +42
    ./dotlrn-fs/tcl/dotlrn-fs-procs.tcl
    • -10
    • +38
    ./dotlrn-news/tcl/dotlrn-news-procs.tcl
    • -2
    • +2
    ./dotlrn-portlet/tcl/dotlrn-admin-portlet-procs.tcl
    • -11
    • +11
    ./dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl
    • -3
    • +2
    ./dotlrn-portlet/tcl/dotlrn-members-staff-portlet-procs.tcl
    • -11
    • +11
    ./dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl
  1. … 8 more files in changeset.
don't make assumptions about what namespace we are upleveling to, when upleveling we must fully qualify the procs we are calling, for example we should say "set foo [uplevel {::set bar greble}]"

    • -32
    • +32
    ./acs-bootstrap-installer/tcl/00-proc-procs.tcl
outfox CVS

    • -0
    • +13
    ./acs-subsite/www/register/user-new.xql
removing temporarily to outfox CVS

    • -13
    • +0
    ./acs-subsite/www/register/user-new.xql
Ahhh...my missing conflict resolutions ...

    • -1
    • +2
    ./acs-subsite/www/user/password-update.tcl
Fixing apparent conflict from last merge

fixed key generation

Added some additional documentation supplied by Michael Yoon ...

    • -0
    • +38
    ./static-pages/www/doc/xml/installation.xml
fixed broken call to get_workspace_portal_id

Committed Vinod Kurup's patch #1502 which fixed a file-storage bug.

Merged with the 4.5 branch (oacs-4-5 tag "don-merge-1")

    • -1
    • +11
    ./acs-admin/www/apm/packages-install.tcl
    • -0
    • +2
    ./acs-api-browser/acs-api-browser.info
    • -0
    • +27
    ./acs-api-browser/www/tcl-doc-search.adp
    • -0
    • +33
    ./acs-api-browser/www/tcl-doc-search.tcl
    • -1
    • +7
    ./acs-api-browser/www/tcl-proc-view.adp
    • -185
    • +20
    ./acs-api-browser/www/tcl-proc-view.tcl
  1. … 44 more files in changeset.
minor fixes

    • -9
    • +8
    ./dotlrn/tcl/dotlrn-security-procs.tcl
A preliminary version of "ad_form"

    • -0
    • +419
    ./acs-tcl/tcl/form-processing-procs.tcl
    • -0
    • +10
    ./acs-tcl/tcl/form-processing-procs.xql
Fixed more date and currency bugs, for the most part

    • -9
    • +67
    ./acs-templating/tcl/currency-procs.tcl
    • -14
    • +39
    ./acs-templating/tcl/date-procs.tcl
    • -1
    • +21
    ./acs-templating/tcl/element-procs.tcl
confirm-button - useful in confirm pages used with the form builder and

especially the forthcoming "ad_form" wrapper proc.

coddo.adp and plain.adp are sample form templates

    • -0
    • +104
    ./acs-templating/resources/forms/coddo.adp
    • -0
    • +86
    ./acs-templating/resources/forms/plain.adp
file coddo.adp was initially added on branch oacs-4-5.

    • -0
    • +0
    ./acs-templating/resources/forms/coddo.adp
file plain.adp was initially added on branch oacs-4-5.

    • -0
    • +0
    ./acs-templating/resources/forms/plain.adp
file confirm-button.tcl was initially added on branch oacs-4-5.

    • -0
    • +0
    ./acs-templating/resources/forms/confirm-button.tcl
file confirm-button.adp was initially added on branch oacs-4-5.

    • -0
    • +0
    ./acs-templating/resources/forms/confirm-button.adp
removing some ns_log statements

    • -3
    • +1
    ./dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl
    • -2
    • +1
    ./dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl
    • -2
    • +1
    ./dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl
standardized portal::add_element_to_region and portal::add_element procs to take page_name instead of page_id; standardized add_self_to_page calls

    • -3
    • +3
    ./bboard-portlet/sql/oracle/bboard-admin-portlet-create.sql
    • -29
    • +27
    ./bboard-portlet/tcl/bboard-admin-portlet-procs.tcl
    • -34
    • +31
    ./bboard-portlet/tcl/bboard-portlet-procs.tcl
    • -9
    • +10
    ./bboard-portlet/www/bboard-admin-portlet.tcl
    • -3
    • +3
    ./bboard-portlet/www/bboard-portlet.tcl
    • -18
    • +19
    ./calendar-portlet/tcl/calendar-admin-portlet-procs.tcl
    • -25
    • +27
    ./calendar-portlet/tcl/calendar-full-portlet-procs.tcl
    • -24
    • +25
    ./calendar-portlet/tcl/calendar-portlet-procs.tcl
    • -6
    • +7
    ./dotlrn/tcl/dotlrn-main-portlet-procs.tcl
    • -2
    • +2
    ./dotlrn/tcl/dotlrn-security-procs.tcl
  1. … 40 more files in changeset.