mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 15:40:12 +01:00
316e681bbd
- Adds new coumn to `boards` for easy-access post total storage. - Migrates the AUTO_INCREMENT number to the `posts_total` column for every board. This ensures accurate post count measurement. - Adds `board_stats` table for recording histric data. - Retroactively records all boards into `board_stats`. - inc/functions.php Added handling for `posts_total` column in `boards`. - inc/functions.php Removed some bogus data from fetchBoardActivity - board-search.php Fixed issue with SFW filtering. - board-search.php Now accurately sends `posts_total` data for board sum posts. - boards-search.html Various form fixes so search now submits correctly. - boards-table.html Fixed `posts_total` value. Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com> |
||
---|---|---|
.. | ||
8chan | ||
installer | ||
mod | ||
post | ||
themes | ||
ad_bottom.html | ||
ad_top.html | ||
attention_bar.html | ||
banned.html | ||
boardlist.html | ||
error.html | ||
generic_page.html | ||
header.html | ||
index.html | ||
main.js | ||
page.html | ||
post_form.html | ||
post_reply.html | ||
post_thread.html | ||
posts.sql | ||
report_delete.html | ||
report.html | ||
search_form.html | ||
thread.html |