Activity for ArtOfCodeâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #280570 |
utf8_general_ci won't work; the only realistically viable collation for a modern web app is utf8mb4_unicode_ci (more) |
— | almost 4 years ago |
Comment | Post #280569 |
@manassehkatz yep, 8.0 is required for recursive CTEs. (more) |
— | almost 4 years ago |
Edit | Post #280451 |
Post edited: |
— | almost 4 years ago |
Edit | Post #280447 |
Post edited: |
— | almost 4 years ago |
Edit | Post #280493 |
Post edited: |
— | almost 4 years ago |
Edit | Post #280535 | Initial revision | — | almost 4 years ago |
Answer | — |
A: Can not create a new post on fresh installation You've missed a step: you need to make sure each category is associated with a tag set. There's a full setup guide here that you can follow. For the easy fix, from each category's page, click Edit Category near the top, and fill in "Tag set" under the "Posting" section. (more) |
— | almost 4 years ago |
Edit | Post #280534 |
Post edited: |
— | almost 4 years ago |
Edit | Post #280493 |
Post edited: |
— | almost 4 years ago |
Edit | Post #280493 | Initial revision | — | almost 4 years ago |
Answer | — |
How do I write a new test case? We have some limited automated testing already, particularly around core features. This guide covers how to create new tests. Who can write tests? Anyone who's comfortable with a little bit of relatively simple code. What do I need? You need at least: the repository cloned to your local ma... (more) |
— | almost 4 years ago |
Edit | Post #280492 | Initial revision | — | almost 4 years ago |
Answer | — |
A: What user-facing things aren't covered well by automated tests (and should be tested manually)? The really core features (posting, voting, commenting, editing) are pretty thoroughly tested; we only really need to test those exhaustively by hand if we're making significant changes to them - otherwise it's a reasonable assumption that if the tests passed then they're working. It's as we get ou... (more) |
— | almost 4 years ago |
- ← Previous
- 1
- 2
- Next →