Changeset 1727 for trunk/index.php


Ignore:
Timestamp:
Jan 17, 2007, 12:39:39 AM (17 years ago)
Author:
plg
Message:

Modification: new data model for history, more compact, more efficient. A
summary table is used as cache for history stats display.

New: a Perl script fill_history.pl was added to simulate a high load on
history table (making the efficiency of the new data model obvious).

Modification: function prepend_append_array_items moved from
include/functions_search.inc.php to include/functions_search.inc.php since
this function is used in new file admin/history.php

Modification: admin/images/*_stats.img.php replaced by a simpler and more
generic admin/images/stats.img.php unique file.

New: a history detail search page was added. Currently, only start and end
dates can be modified, it's just a beginning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r1722 r1727  
    302302}
    303303//------------------------------------------------------------ log informations
    304 pwg_log('category', $page['title']);
     304pwg_log();
    305305
    306306include(PHPWG_ROOT_PATH.'include/page_header.php');
Note: See TracChangeset for help on using the changeset viewer.