askbot-devel
askbot-devel copied to clipboard
Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Three things Askbot is missing with respect to the "community wiki" functionality, in my opinion: - a good description of when to check this box, that a user would see...
http://ogp.me/ When some one shares Askbot site link on Facebook or twitter there should be OpenGraph data like image thumbnail, title, descirption, Currently no image is being shown. However StackOverflow...
Sometimes users mistype or choose a similar tag. After which they are displayed in alphabetical order so you sometimes get divergence when new users are presented with the autocomplete suggestions....
Setting `NOCAPTCHA = False` and restarting `gunicorn` causes `gunicorn` to hang forever, eventually ending in this nginx webpage timeout message: ``` 504 Gateway Time-out nginx/1.10.2 ``` If you refresh the...
Hello Friends: I'm on the latest version of AskHub (from GitHub yesterday). First, my eMail parameters are working (as demonstrated here): askbot$ python manage.py shell_plus --settings live In [1]: from...
Fixes for: 1) MathJax.Hub.Queue() applied to wrong html element 2) "With" statement causes TemplateSyntaxError error 3) users cannot view "about me" section of other users
3 and 5 letters work well. Reproduced in 0.10.2 (via pip) and 0.7.58: https://askbot.org/en/users/?t=user&query=asdf&search= Stacktrace (0.10.2): ``` Internal Server Error: /users/ Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 132,...
Like Google's auto-correct search capabilities.
``` Internal Server Error: /askbot/forum/ Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 108, in get_response response = middleware_method(request) File "/usr/local/lib/python2.7/dist-packages/askbot/middleware/forum_mode.py", line 63, in process_request request.user.message_set.create( File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 226,...
first colon comes from the label_tag itself and the second comes from the custom edit profile page template .. the second one should be deleted