The paragraph parser will now encapsulate entire blocks in <p> tags.
#471 - Code tags are fixed. Old posts will need to be regenerated. :(
#458 - Parser improved.
Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
#467 - Now escapes HTML in the title.
#467 - hashChange is now captured and assumed to be a tag. Comma dillimitation turns into multiple tags.
Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
#467 - Added a title to the board list page.
#467 - Fixed every single custom stylesheet.
#467 - Fixed several stray CSS isues.
#467 - Removed most precision from the PPH.
Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
#456 - Fixed issue where the CLI was generating the wrong index.
#456 - Fixed issue where the user was requesting 100% of the boards on pagination.
#456 - Fixed issue where board active users tracked the last hour and not the last 72 hours.
Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
#456 - boards.php now generates a boards.json and boards-top20.json when accessed directly.
#456 - Added API compatibility to board-search.php ('max' and 'ppd')
#456 - Fixed an issue with listBoards() that caused an SQL error if you only asked for indexed.
fuck I hope this works
Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
I've added the infinity logo to page.html. Any standard page (boards / mod pages / plain pages) will have the logo.
Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
- board-search.php Fixed an issue with tag weight where all tags have an equal prominance
- inc/functions.php Fixed an issue where board stats were incorrectly assuming all recent activity was in the last hour.
- js/board-directory.js JS will now repopulate the tag list.
- Improved handling of the load more button.
Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
- boards.php Passes $search parameters into Twig.
- js/board-reictory.js Stores last search parameters and handles tag click events.
- Twig now passes old search parameters into the search form.
- Tags now link in such a way that they will preserve form data and other tags when clicked in a browser without JavaScript.
Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
- Increased memory management in all of my recent work.
- board-search.php Fetches activity from board_stats and now includes timestamp as a search option.
- boards.php Correctly fetches board activity and formats numbers.
- inc/functions.php Completely reworked activity fetching.
- inc/functions Wrote updateStatisticsForPost() which streams new posts in statistics.
- post.php Writes into updateStatisticsForPost() for streaming new posts.
- Added styling for tags (in progress work).
- tools/migrate_board_stats.php Now correcty defines author_ip_count.
Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>