Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
409b04af47
Added docs/requirements.txt and the "sphinx_rtd_theme" theme to the readthedocs configuration, as Read the Docs does not install sphinx_rtd_theme by default after August 7, 2023.
cc96987a18
Revised the FlaskLoginTestCase test case to skip testing when Flask-Login 0.6.2 conflicts with Werkzeug 3.
1f657568bb
Replaced the "Flask-Testing" package with the "httpx" package for testing, and retired the unused "flask_digest_auth.test" module. "Flask-Testing" is not maintained for more than 3 years, and is not compatible with Flask 3.
cd86651606
Added the "accounting-titleize" console command to capitalize the existing account titles that were already initialized.
9147744ff7
Renamed the test_init test to test_init_db in the ConsoleCommandTestCase test case.
1a212a5330
Updated the documentation of the test_init test of the ConsoleCommandTestCase test case.
0614457b7b
Moved dropping tables from the setUp method to the test_init test in the ConsoleCommandTestCase test case. The other tests may not need to drop the tables first.