#467 - Reduced and modified columns.
#467 - Styling changes across all supported stylesheets.
#467 - PPH now reflects last hour's posts count and has average in title.
#467 - Removed precision, except for boards that have between 0~1 posts.
#467 - Fixed issue where inline board tags pointed to the HTML file, rendering them nonfunctional for noJS users.
Misc - Fixed quote color in certain stylesheets.
Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
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>