• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
*** empty log message ***

Forgot a couple things (still on documentation).

*** empty log message ***

Cosmetic enhancements to the improved ad_proc documentation.

* Corrected documentation for DB API, that was wrong/incomplete/missing in most

cases.

* Added a "Usage:" paragraph to almost all api calls.

* Revised DB API Documentation

* Added db_multirow

* Added db_name, db_type, etc. that were missing

* Removed no longer existing procs (e.g. db_register_pooled_sequence)

add additional order by clause on last_name in list_possible_subcomm_users.select_possible_users

postgres queries created

trying to fix the "ny03" again

    • -1
    • +1
    /openacs-4/packages/CVSROOT.dotlrn/log.pl
add favicon

    • binary
    /openacs.org-dev/www/favicon.ico
initial tcl api

An inform widget would error if its value wasn't set at render time. Now it just displays the empty string.

fixed all_in_one typo

removed sql

    • -0
    • +34
    /openacs-4/packages/dotlrn-fs/www/all-objects-oracle.xql
    • -0
    • +34
    /openacs-4/packages/dotlrn-fs/www/all-objects-postgresql.xql
    • -0
    • +48
    /openacs-4/packages/dotlrn-fs/www/index-oracle.xql
    • -0
    • +48
    /openacs-4/packages/dotlrn-fs/www/index-postgresql.xql
change hardcoded email subject beginning to: ny04 from ny03

    • -1
    • +1
    /openacs-4/packages/CVSROOT.dotlrn/log.pl
added plsql datamodel

new users can be added as dotlrn_externals now

added research-portlet to packages list

updated for dotlrn-research research-portlet

fixed dotlrn::is_package_mounted to check if the package is mounted directly

under dotlrn, i.e. /dotlrn/bulk-mail, not

/dotlrn/classes/foo/bar/bar-summer-2002/bulk-mail. if any code depended on

this broken behaviour then that code will have to be fixed.

    • -1
    • +1
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl
added support for the new 'forums' package (olah)

fixed a bunch of queries that were select

s instead of perform.. file uploading works on pg now

fixed a query that used select instead of perform

added Tracy's fix for the hex conversion

Fixed a bug reported by Andrew Grumet (in the forums) - the default parameter

value could be returned at times even if a value was set. This happened

if you added a parameter because the cache update query was wrong. Rebooting

would fix it so no one had noticed ...

Trailing comma after the last column in a create table doesn't work ...

fix navbar for when there is no root_folder_id

fix up the ui a bit and use the new base_url arg to

attachments::get_attachments

adding base_url arg to get_attachments so that we can better control the

system. there is no need to assume that attachments is mounted under the

current package.

fix a few bugs in the oracle packages and one type in the tcl library