• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
get rid of the rest of the proc_doc calls

  1. … 18 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. … 274 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 9 more files in changeset.
Fixed typos so at least the datamodel will load.

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. … 7 more files in changeset.
fix current_time rather than current_timestamp bugs

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

  1. … 38 more files in changeset.
remove duplicated files

more abstract URLs

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

  1. … 22 more files in changeset.
add index pages for packages with docs

    • -0
    • +24
    ./www/doc/index.html
  1. … 5 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 690 more files in changeset.

1. Changed a lot of package info files to fix problems ...

2. Added Vinod's bboard patch

3. Rationalized party e-mail checking by putting a "before insert or update"

trigger on the table that lower-cases email (this was already done by the

party.new() func but at least one update missed this). Got rid of all

"lower(email) = " and "upper(email) = " checks and just made all use the

db email column directly and lower-cased Tcl vars. In this way the index

on the email column is always and consistently used without needing to

define functional indexes on the column (an EE feature for Oracle).

4. Rationalized naming of a couple of workflows and fixed a glossary PG bug

where apparently its workflow got overwritten by one from the CMS at some

point in time.

5. Made the .cmp/.dat/.frm filters in the template code usable though not

very beautiful nor exactly correct. But with practice you can use them

to debug pages in the packages/* hierarchy. I also turned these off by

default as there's no need to run these filters on a production site!

6. Performed minor surgery on templating, including adding a new

"ad_return_exception_template" that allows you to return a templated

error page and aborts the script.

7. ??? probably but I think this covers most stuff.

  1. … 74 more files in changeset.
Start of postgresql port

    • -0
    • +239
    ./sql/oracle/wap-create.sql
    • -0
    • +17
    ./sql/oracle/wap-drop.sql
    • -0
    • +229
    ./sql/postgresql/wap-create.sql
    • -0
    • +13
    ./sql/postgresql/wap-drop.sql

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

  1. … 2465 more files in changeset.
Initial revision

    • -0
    • +239
    ./sql/wap-create.sql
    • -0
    • +146
    ./tcl/wap-procs.tcl
    • -0
    • +15
    ./www/admin/add-ua-2.tcl
    • -0
    • +24
    ./www/admin/add-ua.adp
    • -0
    • +28
    ./www/admin/add-ua.tcl
    • -0
    • +84
    ./www/admin/index.tcl
    • -0
    • +15
    ./www/admin/index.wdp
    • -0
    • +17
    ./www/admin/modify-ua-2.tcl
  1. … 2465 more files in changeset.