| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-08-14 | Fix paths used to load extensions | -38/+55 | ||
| 2020-08-14 | Fix ModLog imports | -8/+8 | ||
| Bunch of modules still rely on importing the cog directly from the moderation package. | ||||
| 2020-08-14 | Prefix names of non-extension modules with _ | -87/+100 | ||
| This naming scheme will make them easy to distinguish from extensions. | ||||
| 2020-08-14 | Restructure tests and fix broken tests | -37/+37 | ||
| The cog tests structure should mirror the structure of the cogs folder. Fix some import/patch paths which broke due to the restructure. | ||||
| 2020-08-13 | Move extensions into sub-directories | -23/+23 | ||
| 2020-08-13 | Fix typo on the traceback tag | -1/+1 | ||
| See issue #1101 | ||||