• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding def master replacements

    • -0
    • +92
    ./packages/dotlrn/www/dotlrn-default-master.adp
    • -0
    • +177
    ./packages/dotlrn/www/dotlrn-default-master.tcl
added parameter to allow resetting of password without the need to answer a question; cleaned up some of the code; removed unnecessary file

    • -2
    • +1
    ./packages/acs-subsite/acs-subsite.info

added node mapping code. not tested yet.

    • -0
    • +25
    ./packages/new-portal/tcl/portal-node-mapping-procs-oracle.xql
    • -0
    • +19
    ./packages/new-portal/tcl/portal-node-mapping-procs-postgresql.xql
    • -0
    • +60
    ./packages/new-portal/tcl/portal-node-mapping-procs.tcl
    • -0
    • +11
    ./packages/new-portal/tcl/portal-node-mapping-procs.xql
took out create or replace for PG 7.1 compatibility

syncing info file

checking in old updates to site

    • -1
    • +1
    ./packages/dotlrndoc/www/doc/dotlrn-faq.adp
    • -9
    • +0
    ./packages/dotlrndoc/www/doc/index.adp
i doubt these gifs are being used since they seem to actually be adp files ???

made ordering more intuitive

fixed ordering

fixed indentation bug and making sort consistent accross portlets

    • -3
    • +5
    ./packages/news-portlet/www/news-portlet.adp
portal admin updates

    • -0
    • +33
    ./packages/new-portal/www/admin/portal-admin-master.adp
small fixes, updated www/admin a bit

    • -4
    • +2
    ./packages/new-portal/tcl/portal-procs.tcl
    • -1
    • +1
    ./packages/new-portal/www/admin/index.adp
    • -0
    • +20
    ./packages/new-portal/www/admin/portal-show.adp
small fix to toggle_pinned

    • -4
    • +2
    ./packages/new-portal/tcl/portal-procs.xql
added templates for prev and next

fixed up display procs

commiting some diffs

aks: minor logging text changes

    • -9
    • +19
    ./packages/dotlrn/tcl/dotlrn-init.tcl
aks: small fix

    • -2
    • +4
    ./packages/new-portal/tcl/portal-procs.xql
aks: checking in a bunch of memoization, and some small fixes

    • -1
    • +42
    ./packages/dotlrn/tcl/community-procs.tcl
    • -5
    • +5
    ./packages/dotlrn/tcl/community-procs.xql
    • -13
    • +10
    ./packages/dotlrn/tcl/site-nodes-procs.tcl
    • -32
    • +34
    ./packages/dotlrn/tcl/site-nodes-procs.xql
made some improvements to the subgroup membership widget

    • -6
    • +18
    ./packages/dotlrn/www/members-chunk.adp
making description optional

    • -2
    • +3
    ./packages/dotlrn/www/subcommunity-new.tcl
aks: removed log_time calls, some cleanup

    • -35
    • +29
    ./packages/new-portal/tcl/portal-procs.tcl

Most of this fixes up the creation of application groups for subsites.

Subsites - for PG at least - still have some serious problems that need

fixing.

    • -1
    • +2
    ./packages/acs-api-browser/www/index.adp
    • -1
    • +3
    ./packages/acs-api-browser/www/index.tcl
    • -2
    • +1
    ./packages/acs-tcl/tcl/apm-procs-oracle.xql
    • -3
    • +35
    ./packages/acs-tcl/tcl/apm-procs.tcl
    • -4
    • +13
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
fixed links & navigation

updated calendar to have an item editing page (this is NOT YET functional on PG, finalizing testing)

    • -2
    • +2
    ./packages/calendar/www/cal-dayview.tcl
    • -6
    • +6
    ./packages/calendar/www/cal-item-create.tcl
    • -0
    • +33
    ./packages/calendar/www/cal-item-view.adp
    • -0
    • +62
    ./packages/calendar/www/cal-item-view.tcl
    • -2
    • +2
    ./packages/calendar/www/cal-monthview.tcl
    • -2
    • +2
    ./packages/calendar/www/cal-weekview.tcl

1. Hitting the site with the host name only (http://foo.com) reveals that

[ns_conn urlc] is incorrectly set to "1" and [ns_conn urlv] to [list "\"\""].

I've masked this in the ad_conn structure, so [ad_conn urlc] == 0 and

[ad_conn urlv] == [list].

2. When a cookie is set to an empty string, ad_set_cookie sets it to

"\"\"". I've modified ad_get_cookie to return the empty string if the

cookie it grabs from the browser is "\"\"". I looked quite carefully around

the toolkit and saw no code that appears to depend on this abberant behavior.

    • -1
    • +8
    ./packages/acs-tcl/tcl/utilities-procs.tcl
AKS: rename non-full cal portlet to "Day Summary"

adding the remove_user functionality

    • -73
    • +73
    ./packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl
    • -1
    • +29
    ./packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl
cleaning up some queries

    • -18
    • +0
    ./packages/dotlrn/www/admin/clubs-oracle.xql
    • -0
    • +14
    ./packages/dotlrn/www/admin/clubs.xql
removed unnecessary query in one case