Evgeny's profile - activity
Mar 3 | received badge | Popular Question (source) |
Mar 3 | received badge | Notable Question (source) |
1 year ago | commented answer | Apache 2.4 config for askbot 0.11.x Sure, I'll be able to assist better with NGINX. I do not use Apache day to day. |
1 year ago | edited answer | Apache 2.4 config for askbot 0.11.x Hi Matthias, mod_wsgi (pid=463): Daemon process deadlock timer expired, stopping process 'askbot2'`. The above sugge |
1 year ago | received badge | Rapid Responder ( source ) |
1 year ago | answered a question | Apache 2.4 config for askbot 0.11.x Hi Matthias, mod_wsgi (pid=463): Daemon process deadlock timer expired, stopping process 'askbot2'`. The above sugge |
1 year ago | received badge | Rapid Responder ( source ) |
1 year ago | answered a question | Notifications on mentions If you go to user profile -> "email alerts" and enable notifications for "comments and posts mentioning me" you shou |
1 year ago | commented question | Notifications on mentions Hi @grokmaz, just to clarify - it's notifications by email? |
1 year ago | edited question | Why I have this on my server log: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team? Why I have this on my server log I upgraded my underlying OS from RHEL7 to RHEL8 with MySQL 8.0.32. When I start the ser |
1 year ago | answered a question | Why I have this on my server log: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team? Perhaps you should consider upgrading your version of Python? |
1 year ago | received badge | Rapid Responder ( source ) |
1 year ago | received badge | Necromancer ( source ) |
1 year ago | received badge | Famous Question (source) |
2 years ago | commented answer | How to remove company name from User info? You'll need to look into the code. Is that a production system that you are trying to fix? If you don't have anyone to l |
2 years ago | commented answer | How to remove company name from User info? It seems that the magic is in your SSO implementation, when the user is created the username seems to have domain of the |
2 years ago | commented answer | How to remove company name from User info? It seems that the magic is in your SSO implementation, when the user is created the username seems to have domain of the |
2 years ago | commented answer | How to remove company name from User info? It depends on your SSO implementation, it may be a group name or not. Did you create a custom SSO integration? Is the " |
2 years ago | commented answer | How to remove company name from User info? It depends on your SSO implementation, it may be a group name or not. Did you create a custom SSO integration? Is the " |
2 years ago | edited question | How to remove company name from User info? How to remove company name from User info In my implementation, the contributor is displyed like this: "Nickname (compan |
2 years ago | answered a question | How to remove company name from User info? It's showing your group name. There is no feature at the moment to hide this group from display, but it could be impleme |
2 years ago | received badge | Rapid Responder ( source ) |
2 years ago | received badge | Nice Answer ( source ) |
2 years ago | commented question | Why ∑+∞n=1 don't work anymore? @slelievre it's because at some point in the past the site was re-deployed without mathjax. |
2 years ago | asked a question | Broken unsubscribe link, please fix it! Broken unsubscribe link, please fix it! Hello, it's been brought to my attention that the unsubscribe link in the notif |
2 years ago | edited question | How can I access traffic analytics data, such as pageviews and unique visitors? How can I export website traffic data, such as the data for pageviews and unique visitors? Is there any forum module ava |
2 years ago | edited answer | How can I access traffic analytics data, such as pageviews and unique visitors? There isn't, but this kind of data can be obtained from the Google Analytics. I guess it would make sense to have it for |
2 years ago | edited answer | How can I access traffic analytics data, such as pageviews and unique visitors? There isn't, but this kind of data can be obtained from the Google Analytics. |
2 years ago | answered a question | How can I access traffic analytics data, such as pageviews and unique visitors? There isn't, but this kind of data can be obtained from Google Analytics. |
2 years ago | received badge | Rapid Responder ( source ) |
2 years ago | edited question | How to export data from Askbot? Exporting forum data Hello, I am wondering if anyone has experience merging, moving or exporting forums from askbot to |
2 years ago | answered a question | How to export data from Askbot? You will need to iterate over users, questions, answers and comments. User records can be accessed from Python code as |
2 years ago | edited question | How do the email-related access control settings work? What are the parameters for the email restriction features? Under 'access control settings' I have the option for 'Requi |
2 years ago | answered a question | How do the email-related access control settings work? "Require valid email" setting (1) is not related to the feature of "allowed/disallowed emails domains and patterns (2). |
2 years ago | edited answer | Why ∑+∞n=1 don't work anymore? this is a mathematical formula testing mathjax −b±√b2−4ac2a |
2 years ago | edited answer | Why ∑+∞n=1 don't work anymore? +∞∑n=1 |
2 years ago | received badge | Necromancer ( source ) |
2 years ago | edited question | How can askbot support Chinese text search? how can askbot suppot chinese askbot 0.11.2 doesn't support chinese search very well. I try to use sphinx-for-chinese to |
2 years ago | answered a question | Possible to migrate from Stackoverflow to Askbot? Yes, but we would need to develop a data import tool. If you could pass me a data dump I could work on implementing it. |
2 years ago | received badge | Necromancer ( source ) |
2 years ago | answered a question | what format is needed when importing old data? I would write a Python code iterating over your data which: creates users using Django user creation api. posts questi |
2 years ago | answered a question | What is the tech stack of askbot.org The Web Framework is Django, using Python programming language. Frontend uses JavaScript + old school jQuery:), theme us |
3 years ago | received badge | Famous Question (source) |
3 years ago | received badge | Popular Question (source) |
3 years ago | received badge | Necromancer ( source ) |
3 years ago | answered a question | How can askbot support Chinese text search? Right, currently there is no support for languages that are not supported by your database. I think that the way to go i |
3 years ago | answered a question | Instant Email Notifications is not sending for subscribers To the best of my knowledge, if the mail log says that the message was sent to a specific email address, and the recipie |
3 years ago | answered a question | Custom skin not loading There will be a change in the template directory, it must be called jinja2 instead of the templates. In your context it |
3 years ago | received badge | Rapid Responder ( source ) |
3 years ago | answered a question | Can I use askbot exclusively for employees at my organization? Hi Srikanth, yes it is possible. Setting "access control settings" -> check "allow only registered users to access fo |