• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
TIP#42,43: adding package_id and title to acs_objects table

  1. … 96 more files in changeset.
Allow adding members to groups without doing permissions check -- useful when adding the creator of a group to the group

merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 286 more files in changeset.
- Added group::remove_member proc

- Fixed group::add_member, so if you're adding a non-membership_rel member, we also add a membership_rel

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
Did a bandaid patch for bug number 1144. The views were fixed earlier but

the new pages in acs-subsite assumed that a user could only belong to one

relseg at a time.

  1. … 4 more files in changeset.
Fix for #1144: duplicate rows in cc_users. group::add_member will now delete any memberhip_rel or child thereof before inserting the new relation. It didn't before, and this could cause a user to have both a membership_rel and an admin_rel relation to the registered_users group.

Formatting

  1. … 1 more file in changeset.
Fixed bug: member-invite page not working in main site, trying to insert duplicate relation

  1. … 2 more files in changeset.
Added new proc to add a user to a group, setting member_state and rel_type up right

I18n's group join policy

Fixed bug #994: wrong array subscript breaks members page when anyone needs approval

making dynamic key message lookups comply with new convention

  1. … 1 more file in changeset.
Fixed bug #905: needs approval doesn't work

  1. … 5 more files in changeset.
- Cleaned up who's online

- I18n'd a few sentences

- Various UI cleanup

  1. … 16 more files in changeset.
Changed namespace style

  1. … 1 more file in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 275 more files in changeset.
Added group::admin_p