Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2021-04-15 | Add Python guide assets. | -0/+0 | ||
2021-04-15 | Migrate Python guides. | -0/+574 | ||
2021-04-14 | Avoid duplicate entries for page and category. | -1/+1 | ||
We have to add another check since `subarticles` is actually a list of dictionaries and not a dictionary, so key overriding does not work. We want the categories to take precedence over the pages in case of future feature expansion involving showing sub-sub-articles. | ||||
2021-04-14 | Add contributing guides assets. | -0/+0 | ||
2021-04-14 | Migrate contributing pages. | -0/+1733 | ||
Some guides were updated to fit current PyCharm UI and to keep up with Seasonalbot -> Sir-Lancebot changes. | ||||
2021-04-13 | Use the more consistent highlight. | -2/+2 | ||
We don't need ReasonML support, and the reasonable theme has a really ugly neon parameter color. | ||||
2021-04-13 | Migrate root files. | -0/+654 | ||
2021-04-02 | Use metadata titles in Sub-Articles dropdown. | -43/+15 | ||
This allows us to keep filenames (thus URLs) as concise as possible, while having a more descriptive entry in the Sub-Articles dropdown for category pages. | ||||
2021-04-01 | Fix overriden PAGES_PATH in settings.py. | -12/+14 | ||
This was causing mysterious 404s because while migrating a feature to dewikification, the same variable would be placed in the settings file. | ||||
2021-04-01 | Update misleading documentation. | -1/+2 | ||
2021-04-01 | Allow clicking outside the dropdown to hide it. | -3/+11 | ||
2021-04-01 | Add a dropdown menu listing direct children. | -1/+75 | ||
This only shows when the page is also a category, since regular pages have no children and regular categories already list their children. | ||||
2021-04-01 | Document defining a table of contents for a page. | -0/+27 | ||
2021-04-01 | Place category pages in the same directory as categories. | -14/+11 | ||
2021-03-30 | Change typo postion -> position in Real Python podcast resource | -1/+1 | ||
Co-authored-by: Kieran Siek <[email protected]> | ||||
2021-03-30 | Add missing dot to end of books category info | -1/+1 | ||
Co-authored-by: Kieran Siek <[email protected]> | ||||
2021-03-30 | Relock Pipfile | -52/+40 | ||
2021-03-30 | Fix applying description changes to wrong places | -2/+2 | ||
2021-03-30 | Move quotes ending to right place so this don't take name as description | -2/+2 | ||
2021-03-30 | Add missing dot to subreddit YAML description | -1/+1 | ||
2021-03-30 | Remove resources payments-related CSS | -20/+0 | ||
2021-03-30 | Improve resources categories descriptions | -10/+8 | ||
2021-03-30 | Rename resource type -> resource category in route | -10/+10 | ||
2021-03-30 | Remove unused Bulma Tooltip extension | -1/+0 | ||
2021-03-30 | Order resources and subcategories in template | -3/+3 | ||
2021-03-30 | Refactor getting subcategories and resources to 2 helper methods | -28/+52 | ||
2021-03-30 | Remove unnecessary exists check from resources path check | -2/+1 | ||
2021-03-30 | Rename ResourcesList -> ResourcesListView | -4/+4 | ||
2021-03-30 | Wrap some YAML resources descriptions to quotes to avoid parse errors | -6/+6 | ||
2021-03-30 | Remove everything payment-related from resources app | -62/+0 | ||
We decided not to include payment info right now. Payment data will be handled in future. | ||||
2021-03-29 | Add new tests to achieve full coverage. | -6/+37 | ||
2021-03-29 | Fix failing tests. | -9/+26 | ||
2021-03-29 | Allow adding a table of contents to a page. | -12/+50 | ||
2021-03-29 | Document additional markdown features. | -0/+46 | ||
Adds image caption capabilities and documents missing HTML extensions available. | ||||
2021-03-29 | Allow displaying a page at a category path. | -19/+58 | ||
This is useful for our /contributing pages, which have a main contributing page at /contributing but project pages under the same path, /contributing/bot etc. | ||||
2021-03-27 | Improve content page and listing metadata keys. | -15/+14 | ||
Make category `title` consistent with page `title`. Simplify `icon` key, since there is no benefit to defining the icon class and the icon separately. Allow overriding the `icon` for category entries just like page entries. | ||||
2021-03-26 | Add link to inferential thinking book resource | -1/+1 | ||