lars
committed
on 03 May 02
Added version 0.7d2 of bug-tracker
openacs-4/.../bug-tracker/bug-tracker.info (+73)
  1 <?xml version="1.0"?>
  2 <!-- Generated by the OpenACS Package Manager -->
  3
  4 <package key="bug-tracker" url="http://openacs.org/repository/apm/packages/bug-tracker" type="apm_application">
  5     <package-name>Bug Tracker</package-name>
  6     <pretty-plural>Bug Trackers</pretty-plural>
  7     <initial-install-p>f</initial-install-p>
  8     <singleton-p>f</singleton-p>
  9
  10     <version name="0.7d2" url="http://openacs.org/repository/download/apm/bug-tracker-0.7d2.apm">
  11     <database-support>
  12         <database>oracle</database>
  13         <database>postgresql</database>
  14     </database-support>
  15         <owner url="mailto:lars@collaboraid.net">Lars Pind</owner>
  16         <summary>Tracks bugs and features, versions and maintainers, in software projects. Contains the best of SDM, Bugzilla, FogBUGZ, and bughost.com.</summary>
  17         <release-date>2002-05-03</release-date>
  18         <vendor url="http://www.museatech.net">Musea Technologies</vendor>
  19
  20         <!-- No dependency information -->
  21
  22         <files>
  23             <file type="package_spec" path="bug-tracker.info"/>
  24             <file path="lib/master.adp"/>
  25             <file type="tcl_util" path="lib/master.tcl"/>
  26             <file path="lib/nav-bar.adp"/>
  27             <file type="tcl_util" path="lib/nav-bar.tcl"/>
  28             <file path="lib/prev-next-links.adp"/>
  29             <file type="tcl_util" path="lib/prev-next-links.tcl"/>
  30             <file path="lib/version-bar.adp"/>
  31             <file type="tcl_util" path="lib/version-bar.tcl"/>
  32             <file type="data_model" db_type="postgresql" path="sql/postgresql/bug-tracker-code-stuff-cutout.sql"/>
  33             <file type="data_model_create" db_type="postgresql" path="sql/postgresql/bug-tracker-create.sql"/>
  34             <file type="data_model_drop" db_type="postgresql" path="sql/postgresql/bug-tracker-drop.sql"/>
  35             <file type="data_model_upgrade" db_type="postgresql" path="sql/postgresql/upgrade-0.5d1-0.7d1.sql"/>
  36             <file type="data_model_upgrade" db_type="postgresql" path="sql/postgresql/upgrade-0.7d1-0.7d2.sql"/>
  37             <file type="tcl_procs" path="tcl/bug-tracker-procs.tcl"/>
  38             <file path="todo.txt"/>
  39             <file type="content_page" path="www/admin/component-ae.adp"/>
  40             <file type="content_page" path="www/admin/component-ae.tcl"/>
  41             <file type="content_page" path="www/admin/formwizard.tcl"/>
  42             <file type="content_page" path="www/admin/index.adp"/>
  43             <file type="content_page" path="www/admin/index.tcl"/>
  44             <file type="content_page" path="www/admin/project-edit.adp"/>
  45             <file type="content_page" path="www/admin/project-edit.tcl"/>
  46             <file type="content_page" path="www/admin/project-maintainer-edit.adp"/>
  47             <file type="content_page" path="www/admin/project-maintainer-edit.tcl"/>
  48             <file type="content_page" path="www/admin/version-ae.adp"/>
  49             <file type="content_page" path="www/admin/version-ae.tcl"/>
  50             <file type="content_page" path="www/admin/versions.adp"/>
  51             <file type="content_page" path="www/admin/version-set-active.tcl"/>
  52             <file type="content_page" path="www/admin/versions.tcl"/>
  53             <file type="content_page" path="www/bug-add.adp"/>
  54             <file type="content_page" path="www/bug-add.tcl"/>
  55             <file type="content_page" path="www/bug.adp"/>
  56             <file type="content_page" path="www/bug.tcl"/>
  57             <file type="content_page" path="www/graphics/Delete16.gif"/>
  58             <file type="content_page" path="www/graphics/Delete24.gif"/>
  59             <file type="content_page" path="www/graphics/Edit16.gif"/>
  60             <file type="content_page" path="www/graphics/Edit24.gif"/>
  61             <file type="content_page" path="www/index.adp"/>
  62             <file type="content_page" path="www/index.tcl"/>
  63             <file type="content_page" path="www/no-bugs.adp"/>
  64             <file type="content_page" path="www/no-components.adp"/>
  65             <file type="content_page" path="www/prefs.adp"/>
  66             <file type="content_page" path="www/prefs.tcl"/>
  67         </files>
  68         <parameters>
  69             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="TruncateDescriptionLength"  default="200" description="At what length should bug descriptions be truncated on the bug list pgae." section_name="bug-list"/>
  70         </parameters>
  71
  72     </version>
  73 </package>