MantisBT: master 101bb152

Author Committer Branch Timestamp Parent
vboctor master 2004-07-11 03:09 master 2e4ed26b
Changeset

Enh 0004066: Support "future" versions and a description field (vboctor)

  • Added id as a primary key to mantis_version_table (however, this will not be used to refer to versions).
  • Support "released" flag, this will determine whether a version is a released version or a future version. Product version field will only show released versions, but "fixed in version" will show all.
  • Added description field, and show it in Changelog before the actual list of entries.
  • Use version id in the edit/delete version pages to refer to a specific version.
  • Use version id in the version_api to refer to a specific version.
  • Use a version information class in version_api.
  • Support caching in versions_api.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2688 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9

mod - manage_proj_ver_edit_page.php Diff File
mod - manage_proj_edit_page.php Diff File
mod - admin/upgrades/0_18_inc.php Diff File
mod - bug_update_page.php Diff File
mod - core/authentication_api.php Diff File
mod - manage_proj_ver_delete.php Diff File
mod - core/version_api.php Diff File
mod - sql/db_generate.sql Diff File
mod - bug_resolve_page.php Diff File
mod - bug_report_advanced_page.php Diff File
mod - bug_report_page.php Diff File
mod - core/print_api.php Diff File
mod - bug_update_advanced_page.php Diff File
mod - doc/ChangeLog Diff File
mod - view_filters_page.php Diff File
mod - core/constant_inc.php Diff File
mod - manage_proj_ver_update.php Diff File
mod - lang/strings_english.txt Diff File
mod - changelog_page.php Diff File