• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix a few bugs in the oracle packages and one type in the tcl library

initial dotlrn recruiting app. so far just the datamodel, no api.

Initial revision

mostly changes to support the new dotlrn reseach paper module. also some user

type functions to provide an api to access the user type data

    • -32
    • +36
    /openacs-4/packages/dotlrn/dotlrn.info
    • -15
    • +15
    /openacs-4/packages/dotlrn/tcl/class-procs.tcl
    • -4
    • +15
    /openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl
    • -0
    • +73
    /openacs-4/packages/dotlrn/tcl/user-type-procs.tcl
    • -0
    • +13
    /openacs-4/packages/dotlrn/tcl/user-type-procs.xql
  1. … 20 more files in changeset.
add_attachment_url now takes an optional folder_id argument to use as the root

folder.

initial version

  1. … 4 more files in changeset.
Initial revision

  1. … 4 more files in changeset.
added rel_type and segment_id columns to dotlrn_user_types table and

dotlrn_users view.

Moved double-click check up before we create the user, so we don't get the annoying error message in the error log. Also, got rid of the from the error we spit out if something does go wrong, since this variable is not defined, so we'd get a database error, then an internal server error.

Added focus on email address.

*** empty log message ***

added outlook PG support

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).