First time here? Check out the FAQ!

jimt's profile - activity

2014-07-23 08:00:08 -0500 received badge Notable Question (source)
2014-05-15 07:07:26 -0500 received badge Famous Question (source)
2014-02-20 19:52:28 -0500 received badge Good Question (source)
2014-02-20 19:50:26 -0500 received badge Famous Question (source)
2013-02-06 11:11:23 -0500 received badge Popular Question (source)
2012-07-15 06:52:28 -0500 received badge Famous Question (source)
2012-06-25 23:27:13 -0500 commented answer Suggestions for antispam measures?

Unfortunately spammers register "throw away" OpenID accounts.

2012-06-25 23:12:25 -0500 commented answer Suggestions for antispam measures?

I like the idea of preventing URL conversion, at least until moderator review. But I suspect spammers would still post plain text links judging from my wiki and Trac systems. My "more complex" solution would be a category of post/comment that was only visible to the poster and moderators (or members with high karma) if it matched a regex blacklist, until explicitly made globally visible.

2012-06-22 01:12:53 -0500 received badge Nice Question (source)
2012-06-21 06:23:20 -0500 asked a question How do I clear the "flagged posts" flag?

I visited my installation and deleted 3 spammy posts. I then noticed that someone had flagged one of them and it is appearing behind the exclamation/warning icon in the header. It is showing me one of the messages that I have already deleted and selecting the message and clicking the "delete post" button does nothing. How do I dismiss the flagged notice?

2012-06-15 18:06:17 -0500 commented answer Front page: what are the numbers on tags and how are avatars selected?

Yes, less clutter is good.

2012-06-12 00:17:34 -0500 asked a question Why is the question summary forced to be >10 chars?

On the Data entry and display rules page if I set the Minimum length of question body (number of characters) to 0, my installation still does not accept a question without a "body" (displaying an error message that the body must be >10 chars which appears to be the default).

If the question completely (and concisely) fits in the title field, it should be possible to make the description field optional to avoid adding clutter/duplication.

2012-05-17 21:54:54 -0500 received badge Scholar ( source )
2012-05-17 17:38:50 -0500 received badge Supporter ( source )
2012-05-17 17:28:29 -0500 asked a question What is the correct use of template substitution within translate section?

The askbot/skins/default/templates/faq_static.html file contains:

{% trans %}Please <a href='%(ask_question_url)s'>ask</a> your question, help make our community better!{% endtrans %}

which is rendered with a link of: http://askbot.example.com/faq/%(ask_question_url)s. I suspect it should be href="{{ ask_question_url }}" but I am not certain if that will work with the translation mechanism.

2012-05-08 16:22:10 -0500 commented answer What is required for instant email notifications?

Thanks. I have similar settings, and as I said, they seem to work fine for the cron triggered jobs, but no immediate mail is sent.

2012-05-08 16:07:48 -0500 commented answer What is required for instant email notifications?

Some users have selected immediate notifications, but none are sent through the SERVER_EMAIL configured in settings.py. In addition to subscribing, what additional configuration is necessary to send immediate notifications with 0.7.42?

2012-05-08 08:58:32 -0500 received badge Student (source)
2012-05-08 05:12:59 -0500 asked a question What is required for instant email notifications?

The cron job is successful in sending daily updates... but no one is receiving "immediate" updates. What is required to enable them?

2012-05-08 03:48:00 -0500 received badge Autobiographer
2012-05-08 03:43:12 -0500 received badge Organizer (source)
2012-05-08 03:41:09 -0500 asked a question Does manage.py fix_question_tags work?

After unsetting the force lower case tags setting, running python manage.py fix_question_tags appears to change many of my existing tags to lower case, but then results in a traceback:

File "manage.py", line 11, in <module>
  execute_manager(settings)
File "/usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/core/management/__init__.py", line 438, in execute_manager
  utility.execute()
File "/usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/core/management/__init__.py", line 379, in execute
  self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/core/management/base.py", line 191, in run_from_argv
  self.execute(*args, **options.__dict__)
File "/usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/core/management/base.py", line 220, in execute
  output = self.handle(*args, **options)
File "/usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/core/management/base.py", line 351, in handle
  return self.handle_noargs(**options)
File "/home/askbotdir/askbot/management/commands/fix_question_tags.py", line 15, in handle_noargs
  self.run_command()
File "/usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/db/transaction.py", line 217, in inner
  res = func(*args, **kwargs)
File "/home/askbotdir/askbot/management/commands/fix_question_tags.py", line 42, in run_command
  questions = models.Question.objects.all()
AttributeError: 'module' object has no attribute 'Question'
2012-04-27 04:23:48 -0500 asked a question "points added" in hover text even when subtracted

When looking at a user's karma change log, the hover text says "points added for" even in cases where it should be "points subtracted for" or "points removed for."