• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add missing group::description proc

Add proc to find the closest application group via the site map

Improved a parameter description.

  1. … 1 more file in changeset.
Merged from 5.4.2

  1. … 283 more files in changeset.
It is strongly recommended that one "cvs add" new files ...

    • -0
    • +233
    ./subsite-navigation-procs.tcl
  1. … 6 more files in changeset.
Added first cut at theming stuff, using the new package openacs-default-theme

(previously imported)

  1. … 8 more files in changeset.
Added return_url in calls to email_image::get_user_email

  1. … 2 more files in changeset.
normalize some more string expressions

  1. … 2 more files in changeset.
normalize some more string expressions

  1. … 3 more files in changeset.
Fixed another test that failed due to user caching

Rolling back to the working version (decided during informal OCT in IRC today)

  1. … 1 more file in changeset.
Added procedure to resolve the party_ids if they contain groups

make sql query look more sane

fixing bug in query application_group::delete.delete - removing extra comma

Reverted ill-conceived changes by MatthewG

Reverting previous change pending further discussion, cleanup and formal approvals.

Adding group::add_member callback and changed the group::add_member proc to allow organization_rel's to be used - since organization => group mappings are needed and membership_rel requires person => group mappings.

Improved a previous fix slightly

Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 324 more files in changeset.
Bugfixes

  1. … 11 more files in changeset.
Merged from 5.3 what I could detect what needed to be merged

  1. … 5 more files in changeset.
Fix for bug #2998; this fixes as well a bug, when the regression test is run more than once without restarting the server.

Fix for bug #2998; this fixes as well a bug, when the regression test is run more than once without restarting the server.

WOrkaround to avoid a server error when convert is not in the path. This

should be rewritten to use the imagemagick wrappers in

acs-contnet-repository

Forgot to escape quotes in my previous commit

Zen: class portal HTML cleanup

  1. … 8 more files in changeset.
Added party::party_p procedure

  1. … 1 more file in changeset.
auto_mount_application only worked for the first two mounts of a package

using an autogenerated name! This bug's been in ACS 4.x since the very

beginning AFAICT.

Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 353 more files in changeset.
Made sure the dependent relations are removed as well. It might make sense I think to add a delete cascade to acs_rels, but I am not entirely sure this is such a wise thing, so postponing it