• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Whitespace changes + editor hints

  1. … 19 more files in changeset.
Replace/remove deprecated proc 'db_null' and update doc accordingly

  1. … 33 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 472 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 222 more files in changeset.
Fix typos

  1. … 149 more files in changeset.
- replace calls to deprecated "ns_sendmail" to calls to "acs_mail_lite::send"

  1. … 4 more files in changeset.
change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 688 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
Fix the package and vendor URLs, remove broken owner emails.

  1. … 73 more files in changeset.
Updated summary and descriptions for more packages.

  1. … 43 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 275 more files in changeset.
noquote changes (Dirk Gomez)

  1. … 110 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 2 more files in changeset.

1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2

by using the APM rather than running the upgrade script by hand from

PSQL or SQL*Plus.

2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2

to force the APM to upgrade acs-kernel (and therefore the APM datamodel)

before anything else. No guarantee on this though since not all

packages properly define their dependence on the kernel, it appears.

3. Whacked the release notes to suggest people use the APM to upgrade

acs-kernel first, other package later, just for safety's sake.

4. Fixed goof-up in acs-subsite I accidently introduced.

  1. … 34 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

  1. … 12 more files in changeset.
merge bartt PG 7.3 fixes from HEAD

  1. … 54 more files in changeset.
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

  1. … 56 more files in changeset.
Patches to make OpenACS PG 7.3 compatible.

  1. … 54 more files in changeset.
sync info files with package data and correct provides identifiers

  1. … 36 more files in changeset.
Added new files to .info files

  1. … 38 more files in changeset.
ns_return->ad_return, ad_script_abort, redirect to absract urls

  1. … 24 more files in changeset.
fix some broken links

  1. … 22 more files in changeset.
propigate context to master, add context to some pages

  1. … 11 more files in changeset.
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.

    • -0
    • +10
    ./www/admin/spam-edit-postgresql.xql
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.

    • -0
    • +10
    ./www/admin/spam-edit-postgresql.xql
Fix three obvious porting bugs I encountered when trying to use spam with Postgres.

    • binary
    ./www/images/spacer.gif
initial port to postgresql. modified to use the new acs-mail package

which uses acs-content-repository instead of acs-content.

    • -0
    • +35
    ./sql/postgresql/spam-create.sql
    • -0
    • +21
    ./sql/postgresql/spam-drop.sql
    • -0
    • +318
    ./sql/postgresql/spam-packages.sql
    • -0
    • +5
    ./sql/postgresql/spam-views.sql
    • -0
    • +72
    ./tcl/spam-procs-oracle.xql
    • -0
    • +89
    ./tcl/spam-procs-postgresql.xql
    • -0
    • +80
    ./tcl/spam-procs.xql
    • -0
    • +55
    ./www/index-oracle.xql
    • -0
    • +62
    ./www/index-postgresql.xql
  1. … 31 more files in changeset.

Forgot to define binary files before importing, so .gifs were messed up.

  1. … 2465 more files in changeset.
Initial revision

    • -0
    • +40
    ./sql/oracle/spam-create.sql
    • -0
    • +3
    ./sql/oracle/spam-drop.sql
    • -0
    • +311
    ./sql/oracle/spam-packages.sql
    • -0
    • +5
    ./sql/oracle/spam-views.sql
    • -0
    • +212
    ./tcl/spam-procs.tcl
    • -0
    • +55
    ./www/spam-confirm.adp
    • -0
    • +49
    ./www/spam-confirm.tcl
  1. … 2465 more files in changeset.