• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make packages in principle installable under PG 13+

  1. … 19 more files in changeset.
Fix typos

  1. … 150 more files in changeset.
another chunk of updates

  1. … 74 more files in changeset.
many UI updates as well as increased use of CR API; re-applied stan kaufman's fix for 5.2+ installations

  1. … 318 more files in changeset.
this runs cms-permissions.sql during package install so necessary functions get created

fix for content_module__new -- see bug 2650

  1. … 1 more file in changeset.
file upgrade-5.0d-5.1d.sql was added on branch oacs-5-2 on 2005-10-04 22:16:49 +0000

fix for content_module__new -- see bug 2650

    • -0
    • +53
    ./upgrade/upgrade-5.0d-5.1d.sql
  1. … 1 more file in changeset.
Fixed typo

a few install/instantiation tweaks and a first stab at a new index.vuh

  1. … 8 more files in changeset.
add 2 tables to (still deficient) drop scripts

  1. … 1 more file in changeset.
forgot a ;

map content/template roots to package id and look up those roots based on current subsite (using new subsite_package_map table)

  1. … 34 more files in changeset.
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. … 58 more files in changeset.
remove acs-workflow and custom permissions from create scripts, bump version to 5.0d and update dependencies

  1. … 3 more files in changeset.
add richtext widget

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

  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
    ./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.