• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
forgot about all of the trigger work-arounds for data-change violation problem that no longer exists. Fixed now.

  1. … 7 more files in changeset.
file upgrade-4.6-4.6.1.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.6-4.6.1.sql
1. Fixed a couple of typos in file storage

2. New fast permissions stuff (PG only thus far)

2. While poking around CMS code looking for things that needed recreating

due to the permissions upgrade, changed over to "create or replace function"

  1. … 13 more files in changeset.
merge barts removal of duped cm_form_widget__set_attribute_param_value declare

merge Barts fix for duplicate content_module__new from head

merge bartt PG 7.3 fixes from HEAD

  1. … 52 more files in changeset.
Removed duplicate function declaration.

Removed dublicate declaration of content_module__new (varchar,varchar,integer,integer,integer)

Patches to make OpenACS PG 7.3 compatible.

  1. … 52 more files in changeset.
merge from oacs-4-6

  1. … 130 more files in changeset.
fixed bug in publishing workflow

updating oracle workflow

  1. … 3 more files in changeset.
hacking on publishing workflow to make it compatible with workflow 4.3 - pg version seems to work now, but I pity the fool that actually tries to use it

  1. … 5 more files in changeset.
fixed tree query in cms permissions - error left over from tree_sortkey change

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.

Changed the representation of tree_sortkeys from "text" to "bit varying".

  1. … 62 more files in changeset.

Ouch - an error in a trigger killed, among another things killing some

bboard posting stuff.

initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

  1. … 20 more files in changeset.
more cleanup of cms - content upload and display

  1. … 9 more files in changeset.
converted notification calls to acs_mail_nt calls

  1. … 9 more files in changeset.
more bugfixes

  1. … 5 more files in changeset.
more cleanup

  1. … 52 more files in changeset.
more cleanup of cms

  1. … 99 more files in changeset.
finished cleanup of data-model, it now loads without errors

  1. … 1 more file in changeset.
more cleanup

more cleanup

more cleanup

more cleanup

more porting work