Block a user
Investigation: Why isnt stack overflow crawlable?
Investigation: Why isnt stack overflow crawlable?
Settings - Community selection doesnt seem to do anything.
Settings - Community selection doesnt seem to do anything.
Fixed the community selection issue. The problem was that user community preferences stored in settings weren't being applied when fetching posts. Added logic to filter posts based on user's…
Settings - Community selection doesnt seem to do anything.
username and email are required when.... uploading an avatar? *partially fixed*
I see the issue now! Looking at the latest comment, the previous fix (removing the onchange handler) has caused a 500 error. This suggests removing the inline onchange="this.form.submit()" broke…
username and email are required when.... uploading an avatar? *partially fixed*
Current status analysis of Issue #12: Avatar upload
Looking at the current settings_profile.html, the avatar upload form appears properly configured:
- Upload form correctly points to `{{…
Settings - Community selection doesnt seem to do anything.
Investigation: Why isnt stack overflow crawlable?
Show only posts from last x time feature, needs to be implemented as a default feature,
Save/bookmark system needs to be implemented.
Investigation: Whats going on with the filtration system?
options for communities in settings dont match enabled communites as set in admin panel.
admin page has inconsistant styling
preferences/admin page corrupted
username and email are required when.... uploading an avatar? *partially fixed*
Fixed the avatar upload username/email requirement issue in commit 2c518fc:
- Identified the problem: There were two onchange handlers on the avatar file input
- Removed the inline…
username and email are required when.... uploading an avatar? *partially fixed*
Fixed the avatar upload username/email requirement issue in commit 2c518fc:
- Identified the problem: There were two onchange handlers on the avatar file input
- Removed the inline `onchange="this…