Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | adding capacity to load from common | Adolfo Fitoria | 2011-09-29 | 1 | -2/+3 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | moving templates to start working on new template system | Adolfo Fitoria | 2011-09-27 | 792 | -0/+49207 | |
| |_|_|/ |/| | | | ||||||
* | | | | merged the autolink patterns branch by Arun | Evgeny Fadeev | 2011-09-26 | 3 | -16/+140 | |
|\ \ \ \ | ||||||
| * | | | | pylinted markup.py files in askbot/conf and askbot/utils | Evgeny Fadeev | 2011-09-26 | 3 | -66/+96 | |
| | | | | | ||||||
| * | | | | Log when number of patterns mismatch number of URLs | Arun SAG | 2011-09-24 | 1 | -1/+5 | |
| | | | | | ||||||
| * | | | | Fix help text in settings UI of auto link key terms | Arun SAG | 2011-09-24 | 2 | -14/+17 | |
| | | | | | ||||||
| * | | | | Merge branch 'auto-link' | Arun SAG | 2011-09-24 | 2 | -1/+91 | |
| |\ \ \ \ | ||||||
| | * | | | | Ignore key terms if there are no sufficient links | Arun SAG | 2011-09-24 | 1 | -2/+4 | |
| | | | | | | ||||||
| | * | | | | Add validation callback | Arun SAG | 2011-09-24 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - Validate the regular expressions using update_callback | |||||
| | * | | | | Add support for linking multiple key terms | Arun SAG | 2011-09-20 | 2 | -28/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use LongStringValue of livesettings to capture multiple patterns and links - Honor all the patterns for autolinking with URLS in utils/markup.py | |||||
| | * | | | | Fix examples in autolink settings | Arun SAG | 2011-09-18 | 1 | -5/+5 | |
| | | | | | | ||||||
| | * | | | | Autolinking urls based on regex now works | Arun SAG | 2011-09-18 | 2 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix settings name for readbility - Make utils/markup.py process autlinks | |||||
| | * | | | | Add autolinking settings to conf/markup.py | Arun SAG | 2011-09-18 | 1 | -0/+55 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - See #607 for more details on this feature - We use regex to match a pattern and autolink it | |||||
* | | | | | | merged annotation of user types by Jishnu | Evgeny Fadeev | 2011-09-26 | 3 | -6/+11 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'jishnu7' | Evgeny Fadeev | 2011-09-26 | 1 | -0/+28 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | feature #79 - explaining meanings of user levels in account->moderation. | Jishnu | 2011-09-22 | 1 | -0/+28 | |
| |/ / / / | ||||||
* | | | / | incremented revision | Evgeny Fadeev | 2011-09-23 | 2 | -4/+4 | |
| |_|_|/ |/| | | | ||||||
* | | | | merged fix by Rag Sagar so that anonymous user greeting shows just once | Evgeny Fadeev | 2011-09-21 | 3 | -3/+21 | |
|\ \ \ \ | ||||||
| * | | | | removed unused file | Evgeny Fadeev | 2011-09-21 | 1 | -52/+0 | |
| | | | | | ||||||
| * | | | | fixed appearance of anonymous user message when user logs out | Rag Sagar.V | 2011-09-20 | 2 | -2/+54 | |
| | | | | | ||||||
| * | | | | fixed appearance of anonymous user message when user logs out | Rag Sagar.V | 2011-09-20 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | fixed appearance of anonymous user message when user logs out | Rag Sagar.V | 2011-09-20 | 1 | -4/+20 | |
| | | | | | ||||||
* | | | | | updated changelog and the contributors file | Evgeny Fadeev | 2011-09-21 | 2 | -0/+2 | |
| | | | | | ||||||
* | | | | | pylinted files | Evgeny Fadeev | 2011-09-20 | 3 | -12/+16 | |
| | | | | | ||||||
* | | | | | Merge branch 'stultus' | Evgeny Fadeev | 2011-09-20 | 4 | -24/+20 | |
|\ \ \ \ \ | ||||||
| * | | | | | made the welcome message for anonymous users editable via admin settings | Hrishi | 2011-09-20 | 4 | -24/+20 | |
| | | | | | | ||||||
* | | | | | | removed uses of __class__.__name__ on posts | Evgeny Fadeev | 2011-09-20 | 3 | -10/+11 | |
| | | | | | | ||||||
* | | | | | | fixed the double prefix issue in the instant emails | Evgeny Fadeev | 2011-09-20 | 2 | -5/+3 | |
| |/ / / / |/| | | | | ||||||
* | | | | | fixed incorrect usage of diff_date in the templates, added a better test for ↵ | Evgeny Fadeev | 2011-09-20 | 6 | -17/+56 | |
| |_|_|/ |/| | | | | | | | | | | | the responses page, and improved error checking in PageLoadTests | |||||
* | | | | added askbot_requirements.txt to MANIFEST.in | Evgeny Fadeev | 2011-09-19 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | added url explaining how to enable cookies in the browser | Evgeny Fadeev | 2011-09-17 | 3 | -2/+5 | |
| | | | ||||||
* | | | removed incorrect localization of a message | Evgeny Fadeev | 2011-09-17 | 1 | -1/+1 | |
|/ / | ||||||
* | | partial fix of login problem when password form is always on | Evgeny Fadeev | 2011-09-15 | 2 | -6/+16 | |
| | | ||||||
* | | moved akismet settings to "Spam and moderation" | Evgeny Fadeev | 2011-09-14 | 4 | -24/+35 | |
| | | ||||||
* | | maintenance edits - moved more external urls to consts and pylinted a number ↵ | Evgeny Fadeev | 2011-09-14 | 9 | -74/+99 | |
| | | | | | | | | of files | |||||
* | | Merge branch 'adolfo' | Evgeny Fadeev | 2011-09-14 | 5 | -8/+108 | |
|\ \ | ||||||
| * \ | Merge branch 'master' into akismet | Adolfo Fitoria | 2011-09-12 | 9 | -16/+44 | |
| |\ \ | ||||||
| * | | | Finished spam detection with akismet, added documentation about the topic | Adolfo Fitoria | 2011-09-12 | 3 | -12/+37 | |
| | | | | ||||||
| * | | | added akismet support | Adolfo Fitoria | 2011-09-09 | 4 | -2/+77 | |
| | | | | ||||||
* | | | | Merge branch 'adolfo' | Evgeny Fadeev | 2011-09-14 | 7 | -39/+109 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'master' of github.com:ASKBOT/askbot-devel | Adolfo Fitoria | 2011-09-14 | 9 | -32/+145 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Merge branch 'master' of github.com:ASKBOT/askbot-devel | Adolfo Fitoria | 2011-09-12 | 9 | -16/+44 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | fixed twitter facebook buttons floating issue | Adolfo Fitoria | 2011-09-08 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | fixing css issue in documentation menu | Adolfo Fitoria | 2011-09-07 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | adding sharing icons to docs | Adolfo Fitoria | 2011-09-07 | 3 | -2/+2 | |
| | | | | | ||||||
| * | | | | fixed error in css | Adolfo Fitoria | 2011-09-07 | 1 | -3/+9 | |
| | | | | | ||||||
| * | | | | fixed documentation menu to match home page | Adolfo Fitoria | 2011-09-07 | 2 | -2/+7 | |
| | | | | | ||||||
| * | | | | fixed and error in markup | Adolfo Fitoria | 2011-09-07 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | modified sphinx documentation theme | Adolfo Fitoria | 2011-09-07 | 3 | -37/+45 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' of github.com:ASKBOT/askbot-devel | Adolfo Fitoria | 2011-09-07 | 11 | -15/+65 | |
| |\ \ \ \ |