• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added "-export" to simplify the exporting of local tcl variables in the

form.

fix cloning bug

Use new term stuff and added maxlength attributes to several html text input widgets

Use new dotlrn_term::get_future_terms_as_options proc instead of nasty oracle only query

    • -9
    • +3
    /openacs-4/packages/dotlrn/www/clone.tcl
take out oracle only query in .tcl file. added smarter term_year generation

    • -1
    • +26
    /openacs-4/packages/dotlrn/tcl/term-procs.tcl
fix typo in comment

increase term_year col to 9

increase term_year lenght to 9

Using improved ad_text_to_html in preview page. Rest of forums needs to use it too

    • -1
    • +2
    /openacs-4/packages/forums/www/message-post.tcl
$n_past-days in comment replaced with $ n_past-days

added code to ad_text_to_html to Convert _single_ CRLF's to <br>'s to preserve line breaks

typo was breaking list_applets when passed a comm id, so clone broke

Adding images with correct CVS repository info (from the work Musea did. Thanks Musea).

    • binary
    /openacs.org-dev/www/templates/images/arrow.gif
    • binary
    /openacs.org-dev/www/templates/images/blue.gif
    • binary
    /openacs.org-dev/www/templates/images/dot.gif
    • binary
    /openacs.org-dev/www/templates/images/furfly_logo.gif
    • binary
    /openacs.org-dev/www/templates/images/grey.gif
    • binary
    /openacs.org-dev/www/templates/images/greyblue.gif
    • binary
    /openacs.org-dev/www/templates/images/greyright.gif
    • binary
    /openacs.org-dev/www/templates/images/line.gif
    • binary
    /openacs.org-dev/www/templates/images/login.gif
    • binary
    /openacs.org-dev/www/templates/images/luke_age13.jpg
    • binary
    /openacs.org-dev/www/templates/images/oacs_logo.jpg
    • binary
    /openacs.org-dev/www/templates/images/oacs_logo2.jpg
    • binary
    /openacs.org-dev/www/templates/images/pink.gif
    • binary
    /openacs.org-dev/www/templates/images/spacer.gif
Finished merging with openacs-4-6-devel-2002-07-25

Integrated changes (recolving conflicts)

We use $n_past-days instead of :n_past_days becasuse he pgdriver

bind variable emulation puts single-quotes around the n_past_days

integer. Postgresql tries to turn '-1' into a date datatype

so now()-'-1' fails but now()- -1 works fine.

By Dave Bauer in the process of migrating the openacs.org site.

OpenACS update 2002-07-25

Added an options parameter (posting_date) to forum::message:new so posting date can be preserved (by Ola Hansen).

OpenACS update 2002-07-25

  1. … 107 more files in changeset.
Initial revision

    • -0
    • +340
    /openacs.org-dev/license.txt
    • -0
    • +70
    /openacs.org-dev/packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl
    • -0
    • +17
    /openacs.org-dev/packages/acs-tcl/tcl/site-node-apm-integration-procs.xql
    • -0
    • +42
    /openacs.org-dev/packages/acs-templating/tcl/file-procs.tcl
    • -0
    • +27
    /openacs.org-dev/packages/calendar/tcl/cal-item-2-procs.xql
    • -0
    • +115
    /openacs.org-dev/packages/forums/sql/postgresql/fns.patch
Fixed missing bracket. Don't know how it got there.

added "maxlength 100" constraint to the dept name form

ad_script_abort instead of return

fixed calendar weekly display for PG

fixed things into a single calendar query rather than multiple (not quite finished)

fixed the weekly widget

changed db_dml call to db_exec_plsql to get pg version working

postgres stuff

    • -0
    • +57
    /openacs-4/packages/fs-portlet/www/fs-portlet-postgresql.xql
Applying lars' patch

Added focus on first field of comment-add form