Commit Graph

9879 Commits

Author SHA1 Message Date
int-y1
6c5dd7bc21 Standardize labels in edit profile page 2023-01-01 19:29:33 -05:00
int-y1
e4ef121ee3 Fix the check for has_any_solves 2023-01-01 19:19:49 -05:00
int-y1
21abeea7ab Remove recently_attempted_problems 2023-01-01 19:18:48 -05:00
int-y1
5516251393 Remove dead variables for rating chart 2023-01-01 19:18:27 -05:00
int-y1
439e928769 Change style for bad user mentions 2022-12-29 19:20:03 -05:00
Tudor Brindus
33f921fe6b
Don't try accessing .profile when it doesn't exist 2022-12-29 19:18:53 -05:00
Quantum
c0ad55c549 Fix math_setting crash when reporting errors 2022-12-29 19:04:19 -05:00
int-y1
155f4fb56b Fix CSS for rating circles 2022-12-28 18:08:46 -05:00
Evan
7387f4a281 Fix blank submission activity colour 2022-12-28 18:08:19 -05:00
int-y1
98ea6e801b Dark mode images 2022-12-28 17:55:39 -05:00
Quantum
60964b21d4 Explicitly set DEFAULT_AUTO_FIELD 2022-12-27 00:40:55 -05:00
Roger Fu
c9c4795c08 Use DMOJ's own django-fernet-fields 2022-12-27 00:29:16 -05:00
int-y1
7cac83dcdf Minor fix to judge table 2022-12-27 00:23:43 -05:00
Quantum
61c46f3c2b Close database connections when judge disconnects 2022-12-27 00:21:21 -05:00
Quantum
1d9035db16 Close database connections when Django disconnects 2022-12-27 00:21:21 -05:00
Quantum
28e25137df Fix _ensure_connection 2022-12-27 00:21:21 -05:00
Evan Zhang
b9e0ea05ed
Fix flake8 configuration 2022-12-26 13:10:31 -05:00
int-y1
f2dfa60cc3 Fix small error in pp calculation 2022-12-25 23:27:13 -05:00
int-y1
7f62071f2c Fix problem solved condition 2022-12-20 18:42:33 -05:00
int-y1
a93756d8a1 Add HTML/CSS for problem point voting 2022-12-20 18:42:33 -05:00
int-y1
8f259d1d97 Add view for problem point voting 2022-12-20 18:42:33 -05:00
int-y1
7b71dbbd3e Add migration for problem point voting 2022-12-20 18:42:33 -05:00
int-y1
ab18c2835b Add backend for problem point voting 2022-12-20 18:42:33 -05:00
Fher
566bd04b0a
Allow unicode and nobigmath hints to be used with site data (#2055) 2022-12-20 15:21:13 -05:00
int-y1
05a42d88ce Remove IE8 code 2022-12-19 01:14:28 -05:00
int-y1
58b1c50521 Use striped tables 2022-12-18 12:16:06 -05:00
Evan
30e0b51f8a Clean up comment CSS 2022-12-17 22:26:45 +02:00
Quantum
3245fb3c69 Make ?dark activate dark mode 2022-12-17 03:59:36 -05:00
Anthony Chen
50c77612dd fix page titles on dark mode 2022-12-17 03:50:51 -05:00
Jason Yuen
b8231ef1ac Update resources/featherlight.scss
Co-authored-by: Guanzhong Chen <quantum2048@gmail.com>
2022-12-17 03:12:20 -05:00
int-y1
7c8cbf7f46 Create dark mode for Featherlight 2022-12-17 03:12:20 -05:00
Quantum
0d6fa1e81f Make it possible to change class members in admin 2022-12-16 20:43:57 +02:00
Quantum
e309931d7a Correctly set contest.is_organization_private when using classes 2022-12-16 20:43:33 +02:00
int-y1
3373d6ec01 Update Django links to 3.2 2022-12-16 20:43:11 +02:00
int-y1
140b53ed2f Improve l10n in solved problems table 2022-12-16 20:42:56 +02:00
int-y1
c7e9257e3f Add querystring option to enable dark mode (attempt 2)
Second attempt of #2053
2022-12-16 20:42:14 +02:00
Tudor Brindus
721033f165 Revert "Revert "Add link to post when using blog summary""
This reverts commit a4b836ca14.
2022-12-12 13:41:45 +02:00
Tudor Brindus
31eb7e48d7 Revert "Add querystring option to enable dark mode"
This reverts commit adecec49ca.
2022-12-12 13:41:21 +02:00
Tudor Brindus
a4b836ca14 Revert "Add link to post when using blog summary"
This reverts commit a9fdd118df.
2022-12-12 13:40:50 +02:00
int-y1
adecec49ca Add querystring option to enable dark mode 2022-12-12 13:25:20 +02:00
int-y1
a9fdd118df Add link to post when using blog summary
Fixes #766
2022-12-11 21:24:27 +02:00
int-y1
97f2c450e8 Fix editor buttons when replying to comment 2022-12-10 11:21:06 +00:00
int-y1
dd9d48e00a Add scss variables for link colors 2022-12-10 11:20:16 +00:00
int-y1
8e914a0070 Migrate text editor css to scss 2022-12-07 00:11:05 +00:00
int-y1
cb7a8cb2b0 Clean up widget scss 2022-12-06 01:06:29 +00:00
int-y1
81831afc05 Remove dead AdminPagedownWidget 2022-12-06 01:05:25 +00:00
int-y1
1b68ed36b6 Standardize SCSS gray colors 2022-12-04 19:59:35 +00:00
int-y1
c36a00789e Introduce primary color in scss 2022-11-26 17:36:26 -05:00
int-y1
ac8af1f4e1 Remove textWidth 2022-11-26 17:33:52 -05:00
kiritofeng
5ba4f81872 Don't allow for infinite and nan values in safe_float_or_none
Thanks to @int-y1 for finding this bug.
2022-11-19 00:22:41 -05:00