• last updated 30 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bug stomp: added documentation to acs core procs that had no docs.

  1. … 1 more file in changeset.
Bug stomp: added documentation to acs core procs that had no docs.

  1. … 2 more files in changeset.
Bug stomp: added documentation to acs core procs that had no docs.

  1. … 2 more files in changeset.
solve bug to show default paramater PrivateEmailLevelP in combobox

adding callbacks get_extra_headers & header_onload

  1. … 3 more files in changeset.
Add test to make sure someone did not accidentally add the "Unregistered

Visitor" to a group other than "The Public".

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. … 711 more files in changeset.
Added group::group_p function

Fixed edit_email identifiers in tcl and xql files

Added party::name and enhanced person::name

  1. … 2 more files in changeset.
remove faulty email_image::check_image_magick function and just test for it when exec

remove faulty email_image::check_image_magick function and just test for it when exec

removing typo dependence on contacts package in party::email

fixed group_id_from_name query, added group::party_member_p

Added a proc to delete roles. The proc also deletes the translations that were created in the corresponding proc that created the role.

the util_memoize_flush should be before the return...

Added subsite::url callback and hooked it into o.vuh

  1. … 1 more file in changeset.
Commit on behalf of Nima. Support for a callback on parameter change

  1. … 1 more file in changeset.
My Solaris machine does not have 'whereis' installed. Windows machines may not have 'find' installed. This code needs to be refactored, perhaps putting the ImageMagick paths in apm parameters like other packages that use ImageMagick do.

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

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. … 1 more file 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. … 1 more file in changeset.
changed the naming of the message key to "group_title_$group_id" as this caused confusion in acs-lang with the additional "."

Store the I18N version of the group_name in the title

I18N of strings and roles

  1. … 4 more files in changeset.
added function to retrieve the email of a party

added proc group::get_id

added proc group::get_members

looks like there is a missing user_id parameter in the callback

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)