Changeset 1727 for trunk/admin.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/admin.php

    r1705 r1727  
    8383  array(
    8484    'U_SITE_MANAGER'=> $link_start.'site_manager',
    85     'U_HISTORY'=> $link_start.'stats',
     85    'U_HISTORY_STAT'=> $link_start.'stats',
     86    'U_HISTORY_SEARCH'=> $link_start.'history',
    8687    'U_FAQ'=> $link_start.'help',
    8788    'U_SITES'=> $link_start.'remote_site',
Note: See TracChangeset for help on using the changeset viewer.