• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add explicit casts to all max_n_rels with value null to increase readability and to ease function disambiguation

    • -3
    • +3
    ./sql/postgresql/address-book-create.sql
  1. … 9 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. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
Fix a bunch of typos

  1. … 120 more files in changeset.
Fix typos

  1. … 150 more files in changeset.
fix lingering broken ad links

  1. … 2 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. … 685 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
Added description saying that address-book is deprecated.

buch of little bugs in the pg port

    • -23
    • +22
    ./sql/postgresql/address-book-create.sql
removing obsolete address-book package

    • -826
    • +0
    ./sql/oracle/address-book-create.sql
    • -622
    • +0
    ./sql/oracle/upgrade/upgrade-4.0a2-5.0d1.sql
    • -867
    • +0
    ./sql/postgresql/address-book-create.sql
    • -71
    • +0
    ./sql/postgresql/address-book-drop.sql
  1. … 45 more files in changeset.
make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 74 more files in changeset.
Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +622
    ./sql/oracle/upgrade/upgrade-4.0a2-5.0d1.sql
  1. … 3 more files in changeset.
Updated version numbers to upgrade to changes made for Oracle 9i support

  1. … 37 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)

    • -23
    • +23
    ./sql/oracle/address-book-create.sql
  1. … 266 more files in changeset.
Part of the fix for bug #814.

noquote changes (Dirk Gomez)

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

    • -4
    • +4
    ./sql/postgresql/address-book-create.sql
    • -4
    • +4
    ./sql/postgresql/address-book-drop.sql
  1. … 181 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. … 35 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 ...

    • -4
    • +4
    ./sql/postgresql/address-book-create.sql
    • -4
    • +4
    ./sql/postgresql/address-book-drop.sql
  1. … 52 more files in changeset.
merge from oacs-4-6

  1. … 129 more files in changeset.
cleanup on .xql files, add rdbms tags to db specific files, clean XML, etc

  1. … 28 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 688 more files in changeset.
remove superfluous package local masters and use sitewide master by default

  1. … 688 more files in changeset.
pass context_bar and title up to master template

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.

Minor fixes ...

mostly fixing reference data to work with PG ...

    • -1
    • +4
    ./sql/postgresql/address-book-create.sql
  1. … 16 more files in changeset.

More work on acs-references and address-book.

  1. … 6 more files in changeset.

Got drop and create to play together, finally!

    • -11
    • +11
    ./sql/postgresql/address-book-create.sql
    • -12
    • +21
    ./sql/postgresql/address-book-drop.sql