Ask Your Question
1

auto linking of key terms

asked Aug 31 '11

mether gravatar image mether flag of India
1011 12 34
http://fedoraproject.org/

For better integration, I want the user to be able to write say bug 12345 and automatically link to our bugzilla and other such use of key terms. What would be the best way to implement this? I am thinking, this should be generic enough that I can configure it in settings rather than patch Askbot locally.

2 Answers

Sort by ยป oldest newest most voted
2
mether has selected this answer as correct

answered Sep 05 '11

sagarun gravatar image sagarun
103 1 8

I will work on this!

link

Comments

1

Super! we will merge your other commits today. Please try to make it possible to create a template for the autolinking from live settings.

Evgeny (Sep 05 '11)
1

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 :-)

sagarun (Sep 18 '11)
1

@sagarun, looks great, I have a suggestion too - to support multiple patterns change the field to LongStringValue (or whichever allows multiline input) and then ask people to give one pattern/regex per line. And on save - validate the input:

  • numbers of lines must match in both fields
  • regexes should parse without errors

The live settings file supports input validation via an optional parameter update_callback, take a look at askbot/deps/livesettings/values.py to see how update callback is used... actually I am not 100% sure that proper custom validation can be done in livesettings.

Evgeny (Sep 18 '11)

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

sagarun (Sep 18 '11)
1
mether has selected this answer as correct

answered Aug 31 '11

Evgeny gravatar image Evgeny flag of Chile
6665 31 49 95
http://askbot.org/

In askbot/utils/markup.py LINK_PATTERNS can be modified. We've done it on a couple of instances.

To make it more user-friendly some settings could be added to askbot/conf/markup.py and hooked up in askbot/utils/markup.py.

Here is an example https://github.com/evgenyfadeev/askbot-devel/blob/17cd919b6d3dc125414625ed75c1c4f607e7a6ac/askbot/utils/markup.py

link

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
[hide preview]

Question tools

Follow
1 follower

subscribe to rss feed

Stats

Asked: Aug 31 '11

Seen: 77 times

Last updated: Sep 05 '11