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/identification.php

    r1652 r1727  
    6464    }
    6565    log_user($row['id'], $remember_me);
    66     pwg_log_login( $username );
    6766    redirect(empty($redirect_to) ? make_index_url() : $redirect_to);
    6867  }
Note: See TracChangeset for help on using the changeset viewer.