drpoovilleorg's profile - activity
2021-08-19 11:06:38 -0600 | received badge | Famous Question (source) |
2021-08-19 11:06:38 -0600 | received badge | Notable Question (source) |
2021-08-19 11:06:38 -0600 | received badge | Popular Question (source) |
2015-09-25 06:20:50 -0600 | received badge | Famous Question (source) |
2013-12-09 13:28:14 -0600 | received badge | Famous Question (source) |
2013-05-28 11:57:00 -0600 | received badge | Notable Question (source) |
2012-07-23 13:22:38 -0600 | received badge | Popular Question (source) |
2012-06-21 09:03:24 -0600 | received badge | Famous Question (source) |
2012-01-02 04:15:01 -0600 | commented answer | How do I upload a photo without using Gravatar? okay, so i was wrong that it's not supported; but i agree with the sentiment here; it'd be nice if this worked out of the box by default. |
2011-12-27 04:40:09 -0600 | answered a question | How do I upload a photo without using Gravatar? I don't think it's possible today to use a manual avatar... |
2011-12-19 07:07:46 -0600 | commented answer | How scalable is askbot? Any thoughts on recommended 'minimum' system requirements? how much memory / disk space? |
2011-12-19 03:39:07 -0600 | commented answer | Does askbot have administrator account And MANAGERS |
2011-12-19 03:38:25 -0600 | commented answer | Does askbot have administrator account What does the 'ADMINS' option in settings.py actually do? |
2011-12-16 15:24:12 -0600 | commented answer | Pagination setting - Infinite Scrolling i agree; nice to have, but not priority. :) |
2011-12-16 03:30:35 -0600 | asked a question | Pagination setting - Infinite Scrolling It's possible to set only 'posts per page' to 10 30 50; some hard coded value. It would be nice if more posts were just automatically loaded as the user scrolled through them and got close to the bottom. :) Something like this perhaps? http://palewire.com/posts/2010/11/07/django-recipe-twitter-style-infinite-scroll/ |
2011-12-16 02:42:03 -0600 | asked a question | 'interesting tags' section in user profile What about adding to User Profile, users Interesting Tags and Ignored tags (optional to share/not share in settings?) eg, so other users can see the tags that another user has added to his Interesting Tags and Ignored tags lists. Why? so people can know what tags another user is following and therefore what tag they can add to their post to raise the chances that it will be seen by the target reader. |
2011-12-15 14:28:24 -0600 | answered a question | Auto subscribe based on tags? Have you tried 'Interesting Tags' on the right hand sidebar? Make sure your mail is set-up on your server. Set mail delivery options in user profile. I'm think it works so that when you have an interesting tag set and your settings are right, you get a mail when posts with that tag get updated/created. |
2011-12-14 03:54:40 -0600 | commented question | Inconsistent db after deleting a user? I've seen similar (exception None has no attribute get_snippet) issues after clearing the 'awards' table through the admin site and then opening up user profile page. But i can't seem to reproduce it again... just fyi. |
2011-12-14 03:52:53 -0600 | asked a question | default 404 includes link to external site: google search I'd like to be able to disable the default 404 template 'Other Things to Try' section all together (or customize), because it hard-codes a link back to external site: google search. The ask bot service i'm working on lives within a vpn intranet, eg, google doesn't index the site anyway. Obviously, it's possible to simply update the template code manually, which i've done, but perhaps it could be made possible to diable/enable this 'feature' (customize the 'Other Things to Try' section of 404) like is possible with the header/footer settings options? |
2011-12-13 09:59:01 -0600 | commented answer | Interesting Tags not working? Fixed the importerror... silly me. It's not cachedb but cacheddb... now checking if this fixes the other issue. Nope. Doesn't seem to make a difference. |
2011-12-13 09:50:17 -0600 | commented answer | Interesting Tags not working? maybe i know what it's about? I changed SESSIONENGINE = 'django.contrib.sessions.backends.cachedb' to SESSIONENGINE = 'django.contrib.sessions.backends.cache' because when i have the former (cachedb) set i get a traceback ImportError: No module named cache_db |
2011-12-13 09:44:55 -0600 | commented answer | Interesting Tags not working? If i hit 'start over' (?start_over=true) then click on the same tag that i was previously clicking on and seeing the 'no results' page, i get results as expected. |
2011-12-13 09:42:45 -0600 | commented answer | Interesting Tags not working? I'm definitely seeing it though even when running 'runserver' mode. All i do is click randomly the various Interesting Tags i have set-up and after a few page loads, i start seeing only 'You can expand your search by starting over' |
2011-12-13 09:39:45 -0600 | commented answer | Interesting Tags not working? nothing special. http://pastebin.com/1Cv7EHgB |
2011-12-13 06:45:49 -0600 | commented answer | Is it possible to subscribe to a particular tag via email or rss feeds? Yup, seems to work for me. Sweet! |
2011-12-13 06:16:26 -0600 | asked a question | DeprecationWarning(s) Just wanted to point out some Deprecation warnings i'm seeing in the logs that i didn't see anyone else point out yet. I suppose these are 'known issues' already? |
2011-12-13 05:34:18 -0600 | received badge | Commentator |
2011-12-13 05:34:18 -0600 | commented answer | Is it possible to subscribe to a particular tag via email or rss feeds? I'd like to be able to 'subscribe' to tags too so i'm notified by mail when posts are created/updated that also contain specific tags. I'll test the 'interesting tags' to see if this is what i'm looking for, which it seems it should be. |
2011-12-13 02:07:11 -0600 | asked a question | disable 'sign out' option Using kerberos authentication makes it unnecessary for users to sign-out. Users either log-in or they are denied access to the site. Given this set-up, 'sign-out' has little use. It would be nice to have an option available in settings that would allow me to 'disable' sign-out option (from showing up on templates). Temporarily, i've just manually commented out the links in the template. ./templates/widgets/user_navigation.html |
2011-12-13 01:49:36 -0600 | commented answer | Interesting Tags not working? I see the issue when SESSION_ENGINE = 'django.contrib.sessions.backends.cache' is set and when it is not. I'm running with apache+wsig+memcached. In fact, i just tested using the built-in 'runserver' mode and i'm seeing the issue there too, which if i understand correctly, doesn't use cache at all? |
2011-12-12 09:08:32 -0600 | commented question | Interesting Tags not working? Any suggested solution? When i set CACHE_TIMEOUT = 0 on my deployment (apache+wsig+memcached) i'm still seeing the issue? |
2011-12-12 09:00:28 -0600 | asked a question | Interesting Tags not working? Try this: Go to http://askbot.org/en/questions/ Add several different 'Interesting Tags' to the right side bar (eg, bug accessibility login) if you don't already have some. Then just quickly click through each of them randomly (one click per complete refresh). eg, start by clicking 'bug' tag (refreshes url to http://askbot.org/en/questions/?tags=bug) then click 'accessibility' tag then click login, and repeat over and over at random. Eventually, you'll get stuck. Either the page will continue to show the contents related to the previous tag you had selected (not the current) or you'll see simply no results and the message 'You can expand your search by starting over' It seems to work the first few times, but something eventually gets confused... cache? I saw this first on my local install, where i'm running memcached. I tried disabling cache (or rather, setting CACHE_TIMEOUT = 0) but i'm still seeing the issue. Whatever the function 'start over' (url .../questions/?start_over=true) does seems to fix the issue. |
2011-12-12 08:27:45 -0600 | asked a question | maximum number of tags issue I have "Maximum number of tags per question" set to 10 in settings. But when i write a new question, i see "Tags are short keywords, with no spaces within. Up to five tags can be used." "five tags" where I believe it should be 'ten tags', given my settings. |
2011-12-12 08:13:49 -0600 | asked a question | tags with spaces? It it possible to include tags with spaces? I believe the answer is no... but i'd like to be doubly sure. |
2011-12-12 08:12:07 -0600 | received badge | Supporter (source) |
2011-12-12 06:00:26 -0600 | asked a question | Updating date of birth shows '27 age unit' When i update a user profile to include date of birth, the profile page shows 'age: 27 age unit' Probably 'age unit' should be 'years' |
2011-12-12 05:46:52 -0600 | commented answer | disable askbot features Doesn't seem possible to disable 'share via mail'? ie, i'd like to remove the entire line "Know someone who can answer? Share a link to this question via email." and i would think by disabling all share options this would happen, but i can't find how to disable the 'by mail' option. |
2011-12-07 07:55:09 -0600 | received badge | Teacher ( source ) |
2011-12-07 07:55:09 -0600 | received badge | Necromancer ( source ) |
2011-12-07 07:43:13 -0600 | answered a question | duplicate key value violates unique constraint "livesettings_setting_site_id_key" The result? 'impossible to use livesettings without memcached' ... we found it out on our own, but the livesettings author confirms it to be the case too. https://bitbucket.org/bkroeze/django-livesettings/issue/32/impossible-to-easy-use-livesettings "If the cache backend configuration is "locmem", it works good only with development server. For production with multiprocess deployment it is necessary to use memcached, otherwise old values can be randomly used so long, until the CACHE_TIMEOUT expires. It is very annoying if a change have been saved and shortly other change should be submitted, because the old vaue can remain in the form and be resubmitted back." |
2011-12-06 08:24:14 -0600 | commented answer | kerberos (krb5) support? There are probably a few quirks that will need to be ironed out, since when this is enabled globally, you log in automatically... so for example, 'log out' doesn't work as expected... you just stay logged in :) but yes, otherwise, it seems to work like a charm. |
2011-12-06 08:07:49 -0600 | commented answer | kerberos (krb5) support? mod auth kerb |
2011-12-06 04:53:03 -0600 | commented answer | duplicate key value violates unique constraint "livesettings_setting_site_id_key" I'll send you my settings, but yes, i used askbot-set. |
2011-12-06 04:52:49 -0600 | commented answer | duplicate key value violates unique constraint "livesettings_setting_site_id_key" |
2011-12-05 11:00:01 -0600 | commented answer | duplicate key value violates unique constraint "livesettings_setting_site_id_key" I'm seeing this issue too when trying to update settings. Did you ever find a root cause? I have a fresh install (followed instructions from your docs) , on a freshly installed system. Sometimes i don't see the error at all, but when i try to 'save' settings, the page appears to refresh but the setting doesn't appear to have actually changed... not sure what's going on, it's late but just wanted to see for now if you've seen this again since this question came up a while ago... |
2011-12-05 10:38:48 -0600 | answered a question | kerberos (krb5) support? Seems it works with Django 1.3 out of the box, in fact! :) With the right apache config + instructions from django docs. eg, https://docs.djangoproject.com/en/dev/howto/auth-remote-user/ and in your httpd/conf.d/askbot.conf ... AuthType KerberosAuthName "YOURDOMAIN.COM Kerberos Login"KrbMethodNegotiate OnKrbMethodK5Passwd OnKrbAuthRealms YOURDOMAIN.COMKrbVerifyKDC offKrb5Keytab /etc/krb5.keytabKrbServiceName HTTP/YOURDOMAIN.COMrequire valid-user |