ant30's profile - activity

8 years ago received badge Popular Question (source)
12 years ago received badge Famous Question (source)
12 years ago asked a question Errors with askbot over SSL / https

I have got many problems when I using askbot over SSL (https://...)

At firsts, there are some URLS which use fixed "http://" in templates and javascript like fonts, and post.js. I change all urls to allow to // (without protocol).

However. When I click in share in twitter icon, post.js try to get tiny url from http://json-tinyurl.appspot.com . I change post.js and I can see in chrome that the newest file is loaded. I change dataType to "jsonp" too.

Google Chrome report this error in development console:

The page at https://... ran insecure content from http://json-tinyurl.appspot.com/.

I'm using 0.7.43 and 0.7.44 versions but is present in master branch too.

https://github.com/ASKBOT/askbot-devel/blob/master/askbot/media/js/post.js#L2049

12 years ago commented answer Is there any django command to set a user as moderator?

Thanks, I just create a django management command for that.

12 years ago received badge Supporter ( source )
12 years ago received badge Nice Question (source)
12 years ago received badge Student (source)
12 years ago asked a question Is there any django command to set a user as moderator?

Something like this:

python manage.py set_moderator --username 'frank'