MantisBT: master 3a7eec6a

Author Committer Branch Timestamp Parent
vboctor master 2002-06-07 01:37 master a4e2a815
Changeset
  1. Added core_compress_API.php which provides optional support for compression.
    This option improves performance but it is OFF by default since it requires PHP 4.0.4.
  2. Make use of the compression APIs in View Bug Advanced, View Bug Simple,
    and View Bugs. More pages will be integrated later.
  3. Disabled the debug timer (left the normal time). We should avoid leaving debugging
    code committed, since some people make use of the latest CVS and hence it
    would be good to avoid needing them to change in the code.
  4. In the view bugs, a select statement was executed for each bug to retrieve
    the latest modification time for the bugnotes. Disabled the execution of this
    query in case the number of bugs is 0.

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

mod - core_API.php Diff File
mod - doc/ChangeLog Diff File
mod - view_bug_page.php Diff File
mod - view_bug_advanced_page.php Diff File
mod - view_all_bug_page.php Diff File
mod - core_timer_API.php Diff File
mod - view_all_inc.php Diff File
add - core_compress_API.php Diff File