daveb
committed
on 12 Feb 09
Fix acs_group__new to create group_rels for all group supertypes
openacs-4/.../acs-kernel/acs-kernel.info (+2 -2)
1 1 <?xml version="1.0"?>
2 2 <!-- Generated by the OpenACS Package Manager -->
3 3
4 4 <package key="acs-kernel" url="http://openacs.org/repository/apm/packages/acs-kernel/" type="apm_service">
5 5     <package-name>Kernel</package-name>
6 6     <pretty-plural>Kernel Services</pretty-plural>
7 7     <initial-install-p>t</initial-install-p>
8 8     <singleton-p>t</singleton-p>
9 9    
10       <version name="5.5.0d4" url="http://openacs.org/repository/download/apm/acs-kernel-5.5.0d4.apm">
  10     <version name="5.5.0d5" url="http://openacs.org/repository/download/apm/acs-kernel-5.5.0d5.apm">
11 11         <owner url="mailto:oct@openacs.org">OpenACS Core Team</owner>
12 12         <summary>Routines and data models providing the foundation for OpenACS-based Web services.</summary>
13 13         <release-date>2008-05-31</release-date>
14 14         <vendor url="http://openacs.org">OpenACS</vendor>
15 15         <description format="text/html">The OpenACS kernel contains the core datamodel create and drop scripts for such things as objects, groups, partiies and the supporting PL/SQL and PL/pgSQL procedures.</description>
16 16         <maturity>3</maturity>
17 17
18           <provides url="acs-kernel" version="5.5.0d4"/>
  18         <provides url="acs-kernel" version="5.5.0d5"/>
19 19
20 20         <callbacks>
21 21         </callbacks>
22 22         <parameters>
23 23             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="AdminOwner"  default="a-programmer@yourdomain.com" description="who signs the admin pages, e.g., a programmer who can fix/enhance them" section_name="system-information"/>
24 24             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="AllowPersistentLoginP"  default="1" description="do we allow persistent logins?" section_name="security"/>
25 25             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="AllowedAttribute"  default="align alt border cellpadding cellspacing color face height href hspace id name size src style target title valign vspace width" description="A space separated list of allowed attribute names, e.g. title, src, etc.. You probably want to avoid onMouseOver and the like. Add a * to always allow all attributes." section_name="antispam"/>
26 26             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="AllowedProtocol"  default="http https ftp mailto" description="A space separated list of protocols that are valid attributes of HTML tags in submitted content. Add a * to always all all protocols." section_name="antispam"/>
27 27             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="AllowedTag"  default="A ADDRESS B BLOCKQUOTE BR CODE DIV DD DL DT EM FONT HR I LI OL P PRE SPAN STRIKE STRONG SUB SUP TABLE TBODY TD TR TT U UL EMAIL FIRST_NAMES LAST_NAME GROUP_NAME H1 H2 H3 H4 H5 H6" description="A space separated list of all the HTML tags that people may use. Add a * to always allow all tags." section_name="antispam"/>
28 28             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="ApprovalExpirationDays"  default="0" description="The number of days after which registration approval expires, which will cause the user to change state to 'needs_approval'. Set to 0 to disable expiration of approval." section_name="security"/>
29 29             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="BugTrackerInstance"  description="Use this parameter to indicate the instance of the bug tracker where the errors will be automatically submited. You must use a relative url indicating where is mounted the instance of the bug tracker. For instance, if you have your bug tracker instance mounted under &quot;/bug&quot;, this parameter must be &quot;/bug&quot;.  Leave this parameter in blank if you do not want to use it." section_name="request-processor"/>
30 30             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="CanonicalServer"  description="In the list of IPs above, which is the canonical (primary) server? If a port is not listed, we assume port 80." section_name="server-cluster"/>
31 31             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="ClusterAuthorizedIP"  description="A space separated list of which machines can issues requests (e.g., flushing) to the cluster. Can use glob matching notation (10.0.0.*)" section_name="server-cluster"/>
32 32             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="ClusterEnabledP"  default="0" description="is clustering enabled?" section_name="server-cluster"/>
33 33             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="ClusterPeerIP"  description="A space separated list of servers in the cluster. This server's IP may be included too." section_name="server-cluster"/>
34 34             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="CommunityMemberAdminURL"  default="/acs-admin/users/one" description="the URL of the admin community member page" section_name="system-information"/>
35 35             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="CommunityMemberURL"  default="/shared/community-member" description="the URL of the public community member page" section_name="system-information"/>
36 36             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="DBCacheSize"  default="200000" description="The size of the database API cache" section_name="caching"/>
37 37             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="DebugP"  default="0" description="save debugging information for developer support?" section_name="request-processor"/>
38 38             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="DefaultPersistentLoginP"  default="1" description="On the login screen, should the default be to login the user permanently (1) or not (0)." section_name="security"/>