donb
committed
on 30 Aug 08
Let's just say that the list template "display template" with its embedded
HTML and its references in a different scope than the caller in t… Show more
Let's just say that the list template "display template" with its embedded

HTML and its references in a different scope than the caller in the adp file

are really annoying and hard to get right the first time.

Show less

openacs-4/.../acs-events/acs-events.info (+2 -2)
1 1 <?xml version="1.0"?>
2 2 <!-- Generated by the OpenACS Package Manager -->
3 3
4 4 <package key="acs-events" url="http://www.jsabino.com/acs-repository/apm/packages/acs-events" type="apm_service">
5 5     <package-name>ACS Events</package-name>
6 6     <pretty-plural>ACS Events</pretty-plural>
7 7     <initial-install-p>f</initial-install-p>
8 8     <singleton-p>t</singleton-p>
9 9    
10       <version name="0.6.2d1" url="http://openacs.org/repository/download/apm/acs-events-0.6.2d1.apm">
  10     <version name="0.6.2d2" url="http://openacs.org/repository/download/apm/acs-events-0.6.2d2.apm">
11 11         <owner url="http://openacs.org">OpenACS</owner>
12 12         <summary>API support for relationships between intervals in time, activities, and parties.</summary>
13 13         <release-date>2017-08-06</release-date>
14 14         <vendor url="http://openacs.org">OpenACS</vendor>
15 15         <description format="text/html">The events service is primarily intended for use by writers of application packages and other service packages. The service allows developers to specify and manipulate relationships (possibly recurring) between an object and another object.</description>
16 16         <maturity>2</maturity>
17           <provides url="acs-events" version="0.6.2d1"/>
  17         <provides url="acs-events" version="0.6.2d2"/>
18 18         <requires url="acs-kernel" version="5.9.1"/>
19 19        
20 20         <callbacks>
21 21         </callbacks>
22 22         <parameters>
23 23             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="EventFutureLimit"  default="5" description="Maximum number of years to populate the database for recurring events."/>
24 24         </parameters>
25 25
26 26     </version>
27 27 </package>