Commit Graph

17920 Commits (60709a72537cef5821631b7eec8fb43d7f6f4b0e)

Author SHA1 Message Date
Aevann1 60709a7253 add error handling for incorrect time format in search 2022-08-31 03:48:20 +02:00
Snakes 09d95e3e63
Revert unblockable users being unable to block.
Related commits:
26b2f55e68
356d1ca8a0
2022-08-30 21:31:48 -04:00
Aevann1 8e44e9815c slurfilter update 2022-08-31 03:12:45 +02:00
Snakes 0e70879598
Fix /h/<sub>/submit header icon.
sub.marsey_url was returning false because the submit.html template,
which then includes header.html, was passed an SQLAlchemy Row instance,
not a files.classes.sub.Sub instance. This worked alright because both
the header and the submit page only accessed the name field; however,
accessing the marsey_url property (rather than the marseyurl column
field) failed because of it.
2022-08-30 19:20:27 -04:00
official-techsupport 643ea8b429
rewrite regex nonsense (#345) 2022-08-31 00:40:15 +02:00
official-techsupport 36c3cd60e8
showmore works in the presence of pre tags (#344) 2022-08-30 18:11:45 -04:00
Aevann1 5f7df3fe66 fix minor weird shit in voting js logic 2022-08-30 23:45:52 +02:00
Aevann1 5363cbd721 remove weird spaces 2022-08-30 23:44:04 +02:00
Aevann1 f586fac262 Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-08-30 23:22:19 +02:00
Aevann1 648c792834 fix WPD welcome msg 2022-08-30 23:22:16 +02:00
official-techsupport a9eeb29b9b
fix showmore quadratic behavior (#343) 2022-08-30 23:19:53 +02:00
Aevann1 a3c0e39b39 add welcome_msg for WPD 2022-08-30 23:17:08 +02:00
Aevann1 a9714e77ec \n\n -> \n 2022-08-30 23:16:58 +02:00
Aevann1 351bc9c6bb add /h/social and /h/music to WPD 2022-08-30 22:53:44 +02:00
Aevann1 11afc5cff1 fix redirection on signup 2022-08-30 21:03:49 +02:00
Aevann1 1706b15ce6 fix deflector not working for house awards 2022-08-30 20:35:03 +02:00
Aevann1 bcec360f30 sort posts with "megathread" in title by new cuz ppl forget to tick the "new" checkbox 2022-08-30 20:22:15 +02:00
Aevann1 2871d9ad91 sneed 2022-08-30 17:00:05 +00:00
Snakes 8c50047f20
Remove new sort on 'thread' in Submission.title.
Requested by multiple jannies. Rough timeline, as I understand it:
  - Circa 7mo ago, this logic was originally added for threads with
    'megathread' in the title.
  - Some time later, a checkbox on submission which sets the flag
    Submission.new does the same thing.
  - In af680d8a94, change the check from 'megathread' to 'thread'.

There must've been some reason for the change of substring checked.
However, it routinely causes issues for the admins and confuses
users. Solution has been to retroactively update posts that currently
rely on the 'megathread' in title behavior to use the `new` flag and
to remove the logic going forward.
2022-08-30 12:14:19 -04:00
Aevann1 f1003b873d sneed 2022-08-30 15:00:02 +00:00
Aevann1 e9140c6afe sneed 2022-08-30 14:00:02 +00:00
Aevann1 66aa4c5c35 make the parantheses stack work for comments too 2022-08-30 14:18:35 +02:00
Aevann1 12982dbb5a Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-08-30 14:11:07 +02:00
Aevann1 14f109ea52 simplify marsify's code 2022-08-30 14:11:05 +02:00
Aevann1 8bff3774b0 Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-08-30 11:55:31 +00:00
Aevann1 c14e10ee75 sneed 2022-08-30 11:55:26 +00:00
Aevann1 fc01eb6c1d make the ((( in earlylife award stack along with the time 2022-08-30 13:54:43 +02:00
Aevann1 9bc075193f increase margin after "users in chat" 2022-08-30 13:45:59 +02:00
Aevann1 ba1a17b57b remove unnecessary linebreaks from snappy 2022-08-30 13:41:16 +02:00
Aevann1 291fe82830 sneed 2022-08-30 06:00:04 +00:00
Aevann1 dbd11ad061 tweak "view source" boxes 2022-08-30 07:37:11 +02:00
Aevann1 7fbcec3b82 turns out we didnt need a dedicated ajax variable 2022-08-30 07:26:13 +02:00
Aevann1 1a69b98b72 fix https://rdrama.net/post/98623/chris-chan-escaped/2605690?context=8#context 2022-08-30 07:21:40 +02:00
Aevann1 b036e24005 make sure comments a person makes that have level 10 aren't hidden 2022-08-30 07:17:33 +02:00
Aevann1 b013964c89 Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-08-30 07:15:00 +02:00
Aevann1 5ecc980a27 fix this https://rdrama.org/post/98623/chris-chan-escaped/2605690?context=8#context 2022-08-30 07:14:58 +02:00
Aevann1 40e51af689 Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-08-30 05:08:14 +00:00
Aevann1 2806634199 show the real base price for house awards when ur founder 2022-08-30 07:08:04 +02:00
Aevann1 8229425598 fix dict oopsie I did when adding house awards 2022-08-30 07:06:59 +02:00
Aevann1 a5554e75b7 Revert "remove owoify-py from requirements"
This reverts commit 4454648ea2.
2022-08-30 07:03:17 +02:00
Aevann1 c29ca26c93 sneed 2022-08-30 05:00:02 +00:00
Aevann1 c246eb2a43 add 12 sidebar images 2022-08-30 07:00:02 +02:00
Aevann1 a6dfb04647 add tabs in shop.html 2022-08-30 06:57:57 +02:00
Aevann1 7f7866e469 delete duplicate sidebar images 2022-08-30 06:56:55 +02:00
Aevann1 52bc4dec27 don't run chat in localhost (makes shit slow) 2022-08-30 06:54:14 +02:00
Aevann1 497c82ca53 add award descriptions to award_modal in tooltips 2022-08-30 06:19:15 +02:00
Aevann1 356d1ca8a0 "people" -> "others" 2022-08-30 06:03:53 +02:00
Aevann1 c40fa120e8 remove ((( from chud award 2022-08-30 06:03:16 +02:00
Aevann1 26b2f55e68 make it so ppl with unblockable award cant block others 2022-08-30 05:58:25 +02:00
Aevann1 a48fb3cd09 fix /marseys in offsites 2022-08-30 04:13:59 +02:00