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

Reverted ill-conceived changes by MatthewG

  1. … 1 more file in changeset.
Reverting previous change pending further discussion, cleanup and formal approvals.

  1. … 1 more file in changeset.
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.

  1. … 1 more file in changeset.
Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 324 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.

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

  1. … 367 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

Added caching of group membership including correct flushing

  1. … 2 more files in changeset.
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
Added group::group_p function

fixed group_id_from_name query, added group::party_member_p

  1. … 1 more file in changeset.
the util_memoize_flush should be before the return...

Modified the group::get_id proc to a) not bomb and b) allow a subsite_id or application_group_id to be passed in in the hope that this allows application developers to narrow down the list of group_ids returned

  1. … 1 more file in changeset.
Added new version of group::get_members that is a little bit smarter with the type as it is quering acs_objects instead of individual tables, using the object_type

  1. … 2 more files in changeset.
Added the group::title function to retrieve the title of a group and added some caching. Upped Version number for Project Manager that depends on these changes

  1. … 2 more files in changeset.
changed the naming of the message key to "group_title_$group_id" as this caused confusion in acs-lang with the additional "."

  1. … 1 more file in changeset.
Store the I18N version of the group_name in the title

added proc group::get_id

  1. … 1 more file in changeset.
added proc group::get_members

  1. … 1 more file in changeset.
Took out convert_to_i18n as this is HEAD function that cannot be backported due to openacs rules (as it would add a new dependency on acs-translations in acs-lang)

Added support for a pretty group name stored in the title for the creation of a group

The group name should be acs-translated

add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private

  1. … 25 more files in changeset.
Added get_rel_segment accessor function.

  1. … 1 more file in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 647 more files in changeset.
Fixed bug #1392: Documented the behaviour of group::member_p

Remerge Timo's changes for tip 42,43, cf tip 53

  1. … 97 more files in changeset.
rollback of Timo's name, package_id commit; see TIP 53

  1. … 96 more files in changeset.