Skip to content

Commit

Permalink
Completely remove Pagedown
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjaclasher authored and Xyene committed Dec 18, 2023
1 parent ce1196f commit 2035e60
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 431 deletions.
3 changes: 0 additions & 3 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ per-file-ignores =
./judge/management/commands/runmoss.py:F403,F405
# E501: line too long, ignore in migrations
./judge/migrations/*.py:E501
# E303: too many blank lines
# PyCharm likes to have double lines between class/def in an if statement.
./judge/widgets/pagedown.py:E303
exclude =
# belongs to the user
./dmoj/local_settings.py,
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[submodule "resources/pagedown"]
path = resources/pagedown
url = https://github.com/DMOJ/dmoj-pagedown.git
branch = master
[submodule "resources/libs"]
path = resources/libs
url = https://github.com/DMOJ/site-assets.git
Expand Down
1 change: 0 additions & 1 deletion dmoj/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@
'social_django',
'compressor',
'django_ace',
'pagedown',
'sortedm2m',
'statici18n',
'impersonate',
Expand Down
1 change: 0 additions & 1 deletion judge/widgets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from judge.widgets.checkbox import CheckboxSelectMultipleWithSelectAll
from judge.widgets.martor import *
from judge.widgets.mixins import CompressorWidgetMixin
from judge.widgets.pagedown import *
from judge.widgets.select2 import *
67 changes: 0 additions & 67 deletions judge/widgets/pagedown.py

This file was deleted.

1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Django>=3.2,<4
django_compressor>=3
django-mptt>=0.13
django-pagedown<2
django-registration-redux>=2.10
django-reversion>=3.0.5,<4
django-social-share
Expand Down
10 changes: 0 additions & 10 deletions resources/admin/css/pagedown.css

This file was deleted.

99 changes: 0 additions & 99 deletions resources/dmmd-preview.js

This file was deleted.

43 changes: 0 additions & 43 deletions resources/dmmd-preview.scss

This file was deleted.

1 change: 0 additions & 1 deletion resources/pagedown
Submodule pagedown deleted from 6e5eac
125 changes: 0 additions & 125 deletions resources/pagedown-widget.scss

This file was deleted.

Loading

0 comments on commit 2035e60

Please sign in to comment.