ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
Date ( ctrl + ; )IssueBrowserAuthorResolvedDate resolvedComments
2
8/5/2017Columns are not working in Firefox or IEFirefox, IEjessieyes8/6/2017display: inline-block was removed from columns
3
8/5/2017#cbded8 hex is too pale on some monitorsjessieno
4
8/19/2017URL with topic name fails (escapes '%' to '25' in url)jessieyesSwitching URL calls to use pk instead of name_text for now
5
8/19/2017search function only for postgresqljessieyes10/15/2017switched to django-simple-search for mysql but this is not weighted - find another solution <- now using haystack with slor
6
8/28/2017email verifications from webmaster@ummd.xyz get sent to spamjessiein progress8/29/2017seems to be working for gmail recipient; goes to junk for wustl.edu recipient
7
9/3/2017topics not showing up in IE11IE11jessieyes9/3/2017Changed flexbox properties; very buggy in IE
8
9/12/2017when filtering clerkships, 'viewing: ' should list the rotations as welljessieno
9
11/1/2017adding topics when logged out: need to include help text for topic name (no special characters, also display the error message for this); redirect to new topic upon submit. Logging in does not save form data (redirects to home page within iframe).jessieyes11/1/2017Changed log in to open in new window so that form is not lost.
10
11/1/2017restricted topics still show up in searchjessieno
11
1/11/2018Can't paste images into TinyMCE in Chrome/IE - only works in FirefoxChrome, IEjessieyesseems to be blocked by browser directly. May eventually switch to Trumbowyg editor if I can recreate the table controls. 5/2024 - switched to CKeditor
12
11/27/2018"Add topic" window from not-logged-in does not have protection against accidental closingjessieyes1/5/2019edited poptrox.js file "// edited to confirm close on certain popups"
13
11/27/2018Editing and saving when not logged in turns 'published' into 'unpublished', no authorjessieyes1/8/2019edited views.py edit form save call function to include 'update_fields' argument
14
1/7/2019Solr search not workingjessieyes1/7/2019had to restart (bin/solr start) on aws ec2 server? also fixed the cryptomining...
15
7/29/2019Disqus comment count not showing upjessieyes7/29/2019needed to add a trailing slash...geez https://stackoverflow.com/questions/18582847/disqus-comment-count-always-0-comments
16
7/24/2020Filter for individual subjects broken - broad categories seem to workjessieno
17
9/8/2020Error when editing topics with lots of html/calling other resources? e.g. [Tue Sep 08 21:19:31.582976 2020] [:error] [pid 17349] [client 73.158.155.139:50551] [client 73.158.155.139] ModSecurity: Rule 3121a5b3ea0 [id "941350"][file "/dh/apache2/template/etc/mod_sec3_CRS/REQUEST-941-APPLICATION-ATTACK-XSS.conf"][line "683"] - Execution error - PCRE limits exceeded (-8): (null). [hostname "www.ummd.xyz"] [uri "/topics/9/edit/"] [unique_id "X1hX01N@xSULXITKtj3iqQAAAAk"], referer: http://www.ummd.xyz/topics/9/edit/ [Tue Sep 08 21:19:31.610526 2020] [:error] [pid 17349] [client 73.158.155.139:50551] [client 73.158.155.139] ModSecurity: Access denied with code 418 (phase 2). Operator GE matched 7 at TX:anomaly_score. [file "/dh/apache2/template/etc/mod_sec3_CRS/REQUEST-949-BLOCKING-EVALUATION.conf"] [line "91"] [id "949110"] [msg "Inbound Anomaly Score Exceeded (Total Score: 30)"] [severity "CRITICAL"] [tag "application-multi"] [tag "language-multi"] [tag "platform-multi"] [tag "attack-generic"] [hostname "www.ummd.xyz"] [uri "/topics/9/edit/"] [unique_id "X1hX01N@xSULXITKtj3iqQAAAAk"], referer: http://www.ummd.xyz/topics/9/edit/ [Tue Sep 08 21:19:31.610999 2020] [:error] [pid 17349] [client 73.158.155.139:50551] [client 73.158.155.139] ModSecurity: Warning. Operator GE matched 7 at TX:inbound_anomaly_score. [file "/dh/apache2/template/etc/mod_sec3_CRS/RESPONSE-980-CORRELATION.conf"] [line "86"] [id "980130"] [msg "Inbound Anomaly Score Exceeded (Total Inbound Score: 30 - SQLI=0,XSS=15,RFI=0,LFI=0,RCE=15,PHPI=0,HTTP=0,SESS=0): individual paranoia level scores: 30, 0, 0, 0"] [tag "event-correlation"] [hostname "www.ummd.xyz"] [uri "/topics/9/edit/"] [unique_id "X1hX01N@xSULXITKtj3iqQAAAAk"], referer: http://www.ummd.xyz/topics/9/editjessieyes9/8/2020Kind of resolved - turned off 'extra web security' https://help.dreamhost.com/hc/en-us/articles/215947927-How-do-I-enable-Extra-Web-Security-for-my-website-
18
2/1/2024Dreamhost forced upgrade to python 3.10.1 - fixed some issues, but TinyMCE and search brokenjessiein progress2/12/2024
19
5/12/2024Upgraded to Django 5.0, switched WYSIWYG from TinyMCE to CKEditorjessieyes5/12/2024
20
5/12/2024Search still broken - Solr timing out? jessieno
21
5/12/2024Had to remove django-disqus due to being depreciated - remove or change the comment sectionjessieno
22
5/12/2024Dreamhost and file upload are not working - Modsecurity 418 errorjessieyes5/12/2024Turned off firewall - Dreamhost issue https://help.dreamhost.com/hc/en-us/articles/215947927-Enabling-the-Web-Application-Firewall
Then got Dreamhost to whitelist the site; turned firewall back on
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100