• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
small typo

more UI tweaks and some data model changes; instatiating cms now creates a set of modules with appropriate permissions making it possible to mount more than one instance

  1. … 57 more files in changeset.
remove acs-workflow and custom permissions from create scripts, bump version to 5.0d and update dependencies

  1. … 1 more file in changeset.
add richtext widget

  1. … 1 more file in changeset.
first pass at facelift. still much to do (see todo file in root of package for somewhat random collection of ideas). haven't touched data model so cms will likely still require acs-workflow v4.5 to work w/o error

  1. … 124 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.
merge of 4.6.3b1 to HEAD

    • -19
    • +19
    ./postgresql/cms-permissions.sql
    • -0
    • +146
    ./postgresql/upgrade/upgrade-4.6-4.6.1.sql
  1. … 66 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. … 52 more files in changeset.
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
    ./postgresql/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"

    • -19
    • +19
    ./postgresql/cms-permissions.sql
    • -0
    • +146
    ./postgresql/upgrade/upgrade-4.6-4.6.1.sql
  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

    • -45
    • +117
    ./oracle/cms-publishing-wf.sql
  1. … 2 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

    • -359
    • +292
    ./postgresql/cms-publishing-wf.sql
  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. … 73 more files in changeset.

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

    • -14
    • +11
    ./postgresql/cms-permissions.sql
  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

    • -206
    • +388
    ./oracle/cms-publishing-wf.sql
    • -215
    • +333
    ./postgresql/cms-publishing-wf.sql
  1. … 19 more files in changeset.
fixed closing of cursors after an exception

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

  1. … 9 more files in changeset.
more cleanup of oracle cursors and cms porting work

  1. … 9 more files in changeset.