• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
removed the remaining procs which were -deprecated -warn in 5.0 and fixed most occurances of those procs in the code

  1. … 42 more files in changeset.
adding -- to all ad_html_to_text calls

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

    • -15
    • +15
    ./sql/oracle/bboard-packages.sql
  1. … 272 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

    • -0
    • +702
    ./sql/oracle/bboard-packages.sql
    • -0
    • +139
    ./sql/oracle/upgrade-4.0-4.0.1.sql
    • -0
    • +163
    ./sql/oracle/upgrade-4.0.1-4.0.2.sql
    • -0
    • +55
    ./sql/oracle/upgrade-4.0.2b3-4.0.2b4.sql
    • -0
    • +11
    ./sql/oracle/upgrade-4.0.2b5-4.0.2b6.sql
    • -0
    • +11
    ./sql/oracle/upgrade-4.0.2b6-4.0.2b7.sql
    • -0
    • +152
    ./sql/oracle/upgrade-4.0b-4.0.sql
    • -0
    • +315
    ./sql/postgresql/bboard-create.sql
    • -0
    • +146
    ./sql/postgresql/bboard-drop.sql
  1. … 802 more files in changeset.
merge of 4.6.3b1 to HEAD

    • -702
    • +0
    ./sql/oracle/bboard-packages.sql
    • -139
    • +0
    ./sql/oracle/upgrade-4.0-4.0.1.sql
    • -163
    • +0
    ./sql/oracle/upgrade-4.0.1-4.0.2.sql
    • -55
    • +0
    ./sql/oracle/upgrade-4.0.2b3-4.0.2b4.sql
    • -11
    • +0
    ./sql/oracle/upgrade-4.0.2b5-4.0.2b6.sql
    • -11
    • +0
    ./sql/oracle/upgrade-4.0.2b6-4.0.2b7.sql
    • -152
    • +0
    ./sql/oracle/upgrade-4.0b-4.0.sql
    • -299
    • +0
    ./sql/postgresql/bboard-create.sql
    • -146
    • +0
    ./sql/postgresql/bboard-drop.sql
  1. … 169 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 ...

  1. … 51 more files in changeset.
forgot about all of the trigger work-arounds for data-change violation problem that no longer exists. Fixed now.

  1. … 4 more files in changeset.
- Adds table cr_extension_mime_type_map,

- Adds function cr_filename_to_mime_type [-create] filename

- Adds function cr_create_mime_type -extension -mime_type -description

- Removes *_maybe_create_new_mime_type

- Updates acs-content-repository to 4.6.3. Ugrade scripts provided.

- Updates dependency information for several packages.

- Adds most mime types plus comprehensive list of extension to mime-typemappings.

- Maps .c .h .c++ .pl etc to text/plain

  1. … 16 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. … 76 more files in changeset.
sync info files with package data and correct provides identifiers

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

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

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

  1. … 687 more files in changeset.
pass context_bar up to master template

  1. … 9 more files in changeset.
Re-added fixes that didn't get merged in from 4.5

1) bboard-procs-postgresql.xql

2) etp-procs-oracle.xql

3) subsite/www/admin/users/new-postgresql.xql

4) SQL fix in acs-kernel/sql/postgresql/apm-create.sql

Edited the acs-kernel upgrade script that JonG initially created (PG)

Created an oracle upgrade script

Added upgrade scripts that i had written for 4.5b->4.5 back in (didn't get merged)

Update the acs-kernel .info file to 4.5.1

  1. … 8 more files in changeset.
Fixed SDM #1540: The 'bboard_message_set.message_set_content' query

was using '$content' instead of :content syntax, causing the value to

not be properly quoted, so it fails if you enter a single quote.

Merged with the 4.5 branch (oacs-4-5 tag "don-merge-1")

  1. … 52 more files in changeset.
Focus first input field on forms (SDM #1500).

Missing context bar on bboard index page (SDM #1498). This was due to the <if @context_bar@ not nil> check in the master template.

Merged with OpenACS 4.5 beta1 branch.

  1. … 85 more files in changeset.

Removed references to registering child types, which is done by general

comments these days.

Bug fix by Bart Teeuwisse: category name function was improperly ported.

Applied Tilman Singer's patch that changes template <if> tag checks from

"ne 0" to the more meaningful "eq false", etc.

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.

    • -9
    • +18
    ./sql/postgresql/bboard-packages.sql
    • -29
    • +24
    ./tcl/bboard-procs-postgresql.xql
  1. … 61 more files in changeset.
fix bug that didn't allow for null charters

make it obvious that null charters are allowed

fix bug to allow for null charters

fix bug that dosen't allow null charters

fix "cellpadding" typo that was causing bboard message list table to be very cluttered.