index
:
site
add-home-app-readme
add-windows-guide
bad-lint-tester
bootcamp-updates
dependabot/github_actions/actions/checkout-5
dependabot/github_actions/actions/upload-artifact-5
dependabot/github_actions/astral-sh/setup-uv-7
dependabot/pip/django-5.1.14
dependabot/uv/django-simple-bulma-3.0.0
flask-archive
forms
forms-admin
forms-bootstrap
github-button
improve-performance
jb3/user-props-store
main
mgmt-cmd-kill-db-cnx
offensive-messages-patch
swfarnsworth/asking_good_questions
timeline-branch-copy
A mirrored copy of the python-discord/site repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pydis_site
/
apps
/
content
(
follow
)
Commit message (
Collapse
)
Author
Age
Lines
...
*
Simplify relevant_links configuration in markdown.
kosayoda
2021-03-23
-6
/
+1
|
*
Remove Github metadata feature.
kosayoda
2021-03-23
-88
/
+1
|
|
|
|
|
This feature is still under implementation debate, so it will be further discussed in another issue and implemeneted in a future PR.
*
Update tests to match with recent unlimited subcategories changes
ks129
2020-11-28
-83
/
+148
|
*
Change views __init__.py
ks129
2020-11-28
-3
/
+2
|
*
Update utils to match with new unlimited categories system
ks129
2020-11-28
-29
/
+24
|
*
Update template name of articles index
ks129
2020-11-28
-6
/
+2
|
*
Delete old article and category views
ks129
2020-11-28
-59
/
+0
|
*
Add testing subcategory and article into it
ks129
2020-11-28
-0
/
+8
|
*
Update URLs to match new unlimited categories articles
ks129
2020-11-28
-7
/
+1
|
*
Create view for showing articles and categories
ks129
2020-11-28
-0
/
+75
|
*
Move articles writing guide to PyDis guides directory
ks129
2020-11-28
-0
/
+2
|
*
Update content app views tests
ks129
2020-10-30
-9
/
+13
|
*
Port views to TemplateView for content app
ks129
2020-10-30
-44
/
+40
|
*
Cover fetching article GitHub information with tests
ks129
2020-10-06
-3
/
+47
|
*
Rename last guides test to articles tests
ks129
2020-10-06
-5
/
+5
|
*
Add information about icons to articles writing guide
ks129
2020-10-06
-0
/
+2
|
*
Implement fetching contributors and last modification date from GitHub
ks129
2020-10-06
-2
/
+39
|
*
Simplify relevant links generator empty values filtering
ks129
2020-10-06
-11
/
+6
|
*
Rename content -> articles for visual part
ks129
2020-10-06
-8
/
+8
|
*
Fix content app linting
ks129
2020-10-05
-19
/
+42
|
*
Apply recent changes to article writing guide
ks129
2020-10-05
-66
/
+78
|
*
Implement custom icons for articles
ks129
2020-10-05
-0
/
+2
|
*
Remove last modified field from article
ks129
2020-10-05
-14
/
+0
|
*
Migrate content system from Python-Markdown to markdown2
ks129
2020-10-05
-53
/
+75
|
*
Move from standard OS path actions to Pathlib
ks129
2020-10-04
-37
/
+29
|
*
Change guides system to content system
ks129
2020-10-04
-0
/
+496
As this system will be used for more than just guides, I had to do some refactoring to match this system with plans. Basically now there isn't guides, but articles instead.
[prev]