• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
There was an error when trying to edit a spam that was either text or

html but not both, because I forgot to port the query spam_get_text to

postgres.

This has already been checked in but accidentially on the HEAD branch,

so this is a re-checkin to the oacs-4-5 branch. Conflicts are ok this

time, Don said.

cleaned up a bit, added a re-install section. not done revising tho

cleaning up graphics

    • binary
    /openacs-4/packages/dotlrn/www/help.gif
    • binary
    /openacs-4/packages/dotlrn/www/logout.gif
    • binary
    /openacs-4/packages/dotlrn/www/logowhite.gif
    • -2
    • +3
    /openacs-4/packages/dotlrn/www/master.adp
    • binary
    /openacs-4/packages/dotlrn/www/spacer.gif
adding def master replacements

    • -0
    • +92
    /openacs-4/packages/dotlrn/www/dotlrn-default-master.adp
    • -0
    • +177
    /openacs-4/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

added node mapping code. not tested yet.

took out create or replace for PG 7.1 compatibility

syncing info file

    • -1
    • +0
    /openacs-4/packages/acs-tcl/acs-tcl.info
checking in old updates to site

i doubt these gifs are being used since they seem to actually be adp files ???

    • -17
    • +0
    /openacs-4/packages/dotlrn/dotlrn.info
    • binary
    /openacs-4/packages/dotlrn/www/left.gif
    • binary
    /openacs-4/packages/dotlrn/www/right.gif
made ordering more intuitive

fixed ordering

fixed indentation bug and making sort consistent accross portlets

portal admin updates

small fixes, updated www/admin a bit

    • -0
    • +20
    /openacs-4/packages/new-portal/www/admin/portal-show.adp
small fix to toggle_pinned

added templates for prev and next

fixed up display procs

commiting some diffs

aks: minor logging text changes

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

aks: checking in a bunch of memoization, and some small fixes

made some improvements to the subgroup membership widget

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

aks: removed log_time calls, some cleanup

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.

fixed links & navigation

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

    • -0
    • +33
    /openacs-4/packages/calendar/www/cal-item-view.adp
    • -0
    • +62
    /openacs-4/packages/calendar/www/cal-item-view.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.

AKS: rename non-full cal portlet to "Day Summary"