• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
another chunk of updates

  1. … 75 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. … 2 more files in changeset.
fix for content_module__new -- see bug 2650

  1. … 2 more files in changeset.
Fixed typo

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

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

  1. … 76 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. … 53 more files in changeset.
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. … 23 more files in changeset.
merge Barts fix for duplicate content_module__new from head

merge bartt PG 7.3 fixes from HEAD

  1. … 54 more files in changeset.
Removed dublicate declaration of content_module__new (varchar,varchar,integer,integer,integer)

Patches to make OpenACS PG 7.3 compatible.

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

  1. … 8 more files in changeset.
more cleanup

  1. … 2 more files in changeset.
more porting work

  1. … 6 more files in changeset.
started porting work

  1. … 3 more files in changeset.
created postgresql sql directory

  1. … 10 more files in changeset.