1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-28 01:10:51 +01:00
vichan/inc
8n-tech 316e681bbd New CLI tool for upgrade: tools/migrate_board_stats.php
- 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>
2015-04-14 05:36:38 +10:00
..
lib Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com> 2015-04-09 20:11:48 +10:00
locale Generate JS files for locales 2015-04-01 16:49:35 -07:00
mod uncache themes on settings change 2015-04-06 19:15:03 +02:00
8chan-functions.php infinity/smart-build: rearrange the config files for cache_config 2015-04-06 22:37:47 +02:00
8chan-mod-config.php infinity/smart-build: needless code duplication, fixed now 2015-04-07 00:20:07 +02:00
8chan-mod-pages.php infinity/smart-build: needless code duplication, fixed now 2015-04-07 00:20:07 +02:00
anti-bot.php Re-enable antibot system, disable hash expiration & unicode 2015-02-26 01:12:12 -08:00
api.php Cyclical threads ♺ 2015-04-03 14:56:28 +08:00
bans.php less_ip is now per board, not site-wide 2015-03-06 02:00:03 -08:00
cache.php fs cache backend: silence the error 2015-04-06 22:51:42 +02:00
config.php cache_config preliminary release 2015-04-06 19:30:52 +02:00
countries.php fix languages 2014-09-29 07:30:45 +09:00
database.php sql_open mask_db_error 2015-01-21 23:51:48 -08:00
display.php Merge branch 'master' of https://github.com/ctrlcctrlv/infinity 2015-04-09 10:22:24 +10:00
events.php Cleaner check to make sure inc/ files aren't accessed directly. 2013-09-06 20:12:04 +10:00
filters.php enhance filters; make them work on multiimage 2014-08-08 21:35:00 +02:00
functions.php New CLI tool for upgrade: tools/migrate_board_stats.php 2015-04-14 05:36:38 +10:00
image.php fix some png images being discarded 2015-03-31 12:30:14 +08:00
instance-config.php 8chan/smart-build: includable 404.php 2015-04-07 01:44:55 +02:00
instance-functions.php 8chan/smart-build: includable 404.php 2015-04-07 01:44:55 +02:00
remote.php Cleaner check to make sure inc/ files aren't accessed directly. 2013-09-06 20:12:04 +10:00
secrets.example.php Add example secrets.php file 2014-10-04 13:48:52 -07:00
template.php New option: $config[twig_cache] 2015-03-11 18:22:42 -07:00