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.
16e2a146db
Fixed the documentation in the Account data model.
f7ce94902f
Revised the AccountTestCase test case, added the test_add, test_basic_update, test_update_not_modified, test_created_updated_by, test_l10n, and test_delete test to replace the simple test_change_base test.
5cf3cb1e11
Added the "is_modified" pseudo property to the Account data model, and applied it to the update_account view, to count the localized titles for modification.
a78057a8c3
Renamed the variable in the test_created_updated_by test of the CurrencyTestCase test case.
0491614ae4
Added the PREFIX constant to simplify the CurrencyTestCase test case.
cd5b1b97fd
Added a different the page title of the search result in the base account list and account list, to be clear.
b7dd53d2f9
Added a complex query to the test_malformed test of the QueryKeywordParserTestCase test case.
b07b0e3be4
Added a complex query to the test_default test of the QueryKeywordParserTestCase test case.
e7fb2288ce
Revised the parse_query_keywords utility to handle the case with an open double quotation mark without its corresponding close double quotation mark.