• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Merged with OpenACS 4.5 beta1 branch.

  1. … 88 more files in changeset.

1. Community core change was due to an earlier patch that allows a person

to register as a user.

2. Deleting an acs-object would fail if the object specific table didn't exist.

acs-objects and the content repository shouldn't require type specific tables

be named when you extend a type, this is a temporary hack which acknowledges

that folks have been cheating by name non-existent tables. Since I plan to

remove the restriction anyway, this is not a big deal.

The Oracle version still needs testing ...

  1. … 2 more files in changeset.
fixed an efficiency issue in removing objects

Added code to make use of David Walker's wonderfully abusive hack on the

pg_proc table that showed me how to write recursive SQL functions. We now

have good use of the index on tree_sortkey when climbing the tree, woo-hoo!

  1. … 18 more files in changeset.

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

  1. … 62 more files in changeset.
made /pvt/home configurable

  1. … 3 more files in changeset.

1. Replaced more "tree_sortkey like" with "tree_sortkey between" expressions

2. Fixed a bad port of an Oracle query in site-nodes-procs.tcl and removed

a needless outer join from both versions in the process.

  1. … 11 more files in changeset.
added acs_object__new which takes security_inherit_p as an arguement. Needed for static pages

Install acs-service-contract ...

  1. … 2 more files in changeset.
fixed acs_objects__get_attribute so that it works with all return types. Problems were encountered with returning integer and timestamp types

fixed return type of acs_object__get_attribute so that timestamps can be returned

1. Ripped out the '' vs. NULL string kludge, which was a stupid idea in the

first place (MY stupid idea, for the record).

2. More .xql file porting...

  1. … 23 more files in changeset.
more strict string handling changes

  1. … 4 more files in changeset.
added comments for default api values

  1. … 12 more files in changeset.
more cleanup of nullable strings in kernel

  1. … 8 more files in changeset.
fixed acs_object tree trigger

  1. … 2 more files in changeset.
more debugging of test script

  1. … 2 more files in changeset.
finished porting test-harness code

  1. … 8 more files in changeset.
fixed a couple of dynamic sql statements

fixed exception messages, membership_rels delete trigger and composition_rels delete trigger

  1. … 5 more files in changeset.
more cleanup

  1. … 6 more files in changeset.
removed more debug code

removed debug code

fixed several name conflicts

  1. … 3 more files in changeset.
fixed name conflicts with for loop records

  1. … 2 more files in changeset.
fixed up a bunch of typos

  1. … 8 more files in changeset.
fixed typo

fixed up a bunch of for loops

added tree query support for acs_objects, site_nodes and fixed up tree queries for rel_constraints

  1. … 3 more files in changeset.
fixed up some typos

  1. … 4 more files in changeset.