First time here? Check out the FAQ!

sagarun's profile - activity

2016-12-02 16:32:44 -0500 received badge Famous Question (source)
2016-12-02 16:32:44 -0500 received badge Popular Question (source)
2012-05-03 01:43:16 -0500 received badge Nice Answer ( source )
2012-04-25 21:58:08 -0500 received badge Necromancer ( source )
2012-01-06 05:31:52 -0500 commented answer export question and answer as pdf

@Evgeny Got any chance to review it?

2011-12-28 05:21:48 -0500 commented answer export question and answer as pdf

Apologies for the delay, I was busy with my new job :). I managed to pull of something small, I have the functionality implemented here https://github.com/sagarun/askbot-devel/tree/export-pdf . It requires reportlab. The pdf generated is very basic.

2011-11-07 20:30:15 -0500 answered a question export question and answer as pdf

I started working on this in FUDCon. Will try to finish it in upcoming weekends. @Koustava Goswami do you have any updates for me?

2011-10-13 12:05:43 -0500 received badge Scholar ( source )
2011-10-13 12:05:43 -0500 marked best answer KeyError: On clicking "manage login methods"

Hi @sagarun, pushed a fix for this at:

https://github.com/ASKBOT/askbot-devel/commit/baa02367ecd75932ed785efe44b129c8d773696e

Does this help? The problem was that the database corresponding to UserAssociation model had references to login method that was later disabled.

2011-10-01 18:15:08 -0500 received badge Student (source)
2011-10-01 11:31:21 -0500 asked a question KeyError: On clicking "manage login methods"

When i tried to click "manage login methods" in ask.fedoraproject.org i get the following exception http://sagarun.fedorapeople.org/misc/KeyError%20at%20accountsignin.html

Here is how we can reproduce this,

  1. signup for askbot using google;s open id
  2. Logout
  3. Login again using another open id provider (emailid is same as the first open id provider)
  4. Goto http://ask.fedoraproject.org/user/id/name
  5. click "manage login methods"

Here is the discussion about the issue from ask.fedoraproject.org ask.fedoraproject.org/question/23/how-do-i-link-my-open-id-and-gmail-id-to-use-with

2011-09-27 10:59:06 -0500 answered a question default email settings

Its already there in the settings, Please visit http://ask.fedoraproject.org/settings/EMAIL/ and check for "Default news notification frequency", Set it to "instantly". That will do!

2011-09-27 00:05:10 -0500 commented question default email settings

@mether sure!

2011-09-26 23:45:13 -0500 received badge Supporter (source)
2011-09-26 23:44:23 -0500 commented question default email settings

Yeah. emails should be sent out by default. If users doesn't want emails they can switch it off.

2011-09-26 23:29:04 -0500 received badge Editor ( source )
2011-09-26 23:28:33 -0500 answered a question Should added comments bump question to the top of the recently active list?

I will work on this,

  1. we can have a setting that says "recently commented on top"
  2. If the settings is enabled, we can make the front page show recently commented questions first!

Any thoughts?

2011-09-18 21:27:18 -0500 commented answer auto linking of key terms

@Evgeny Thank you! I will validate the user input. I will also look into LongStringValue

2011-09-18 08:58:02 -0500 commented answer auto linking of key terms

Hi, I have added this feature in my auto-link branch https://github.com/sagarun/askbot-devel/commits/auto-link . Currently it processes only one regex and autolinks to an specified URL in settings UI. I am wondering about processing multiple regex's and URLS. Can i ask the user to specify the regex's and URLs in comma separated form in settings UI? Appreciate your suggestions :-)

2011-09-05 12:15:58 -0500 received badge Nice Answer ( source )
2011-09-05 11:48:52 -0500 answered a question auto linking of key terms

I will work on this!

2011-09-02 11:26:23 -0500 commented answer degrade gracefully in the absence of javascript

@Evgeny Thanks! I will update the code!

2011-09-02 11:03:10 -0500 commented answer degrade gracefully in the absence of javascript

@mether I can add a "appname" in settings.py and make use of it in the template. I don't have @Evgeny's opinion on that. I checked other files , for example the footer section, The name askbot is hardcoded there (the one in the copyright section).

2011-08-31 05:42:48 -0500 received badge Nice Answer ( source )
2011-08-31 05:02:37 -0500 received badge Teacher ( source )
2011-08-31 05:01:51 -0500 answered a question degrade gracefully in the absence of javascript

Hi, I will work on this feature.