summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | adding capacity to load from commonAdolfo Fitoria2011-09-291-2/+3
| |_|_|_|/ |/| | | |
* | | | | moving templates to start working on new template systemAdolfo Fitoria2011-09-27792-0/+49207
| |_|_|/ |/| | |
* | | | merged the autolink patterns branch by ArunEvgeny Fadeev2011-09-263-16/+140
|\ \ \ \
| * | | | pylinted markup.py files in askbot/conf and askbot/utilsEvgeny Fadeev2011-09-263-66/+96
| | | | |
| * | | | Log when number of patterns mismatch number of URLsArun SAG2011-09-241-1/+5
| | | | |
| * | | | Fix help text in settings UI of auto link key termsArun SAG2011-09-242-14/+17
| | | | |
| * | | | Merge branch 'auto-link'Arun SAG2011-09-242-1/+91
| |\ \ \ \
| | * | | | Ignore key terms if there are no sufficient linksArun SAG2011-09-241-2/+4
| | | | | |
| | * | | | Add validation callbackArun SAG2011-09-241-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | - Validate the regular expressions using update_callback
| | * | | | Add support for linking multiple key termsArun SAG2011-09-202-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 settingsArun SAG2011-09-181-5/+5
| | | | | |
| | * | | | Autolinking urls based on regex now worksArun SAG2011-09-182-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix settings name for readbility - Make utils/markup.py process autlinks
| | * | | | Add autolinking settings to conf/markup.pyArun SAG2011-09-181-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 JishnuEvgeny Fadeev2011-09-263-6/+11
| | | | | |
* | | | | | Merge branch 'jishnu7'Evgeny Fadeev2011-09-261-0/+28
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | feature #79 - explaining meanings of user levels in account->moderation.Jishnu2011-09-221-0/+28
| |/ / / /
* | | | / incremented revisionEvgeny Fadeev2011-09-232-4/+4
| |_|_|/ |/| | |
* | | | merged fix by Rag Sagar so that anonymous user greeting shows just onceEvgeny Fadeev2011-09-213-3/+21
|\ \ \ \
| * | | | removed unused fileEvgeny Fadeev2011-09-211-52/+0
| | | | |
| * | | | fixed appearance of anonymous user message when user logs outRag Sagar.V2011-09-202-2/+54
| | | | |
| * | | | fixed appearance of anonymous user message when user logs outRag Sagar.V2011-09-201-1/+1
| | | | |
| * | | | fixed appearance of anonymous user message when user logs outRag Sagar.V2011-09-201-4/+20
| | | | |
* | | | | updated changelog and the contributors fileEvgeny Fadeev2011-09-212-0/+2
| | | | |
* | | | | pylinted filesEvgeny Fadeev2011-09-203-12/+16
| | | | |
* | | | | Merge branch 'stultus'Evgeny Fadeev2011-09-204-24/+20
|\ \ \ \ \
| * | | | | made the welcome message for anonymous users editable via admin settingsHrishi2011-09-204-24/+20
| | | | | |
* | | | | | removed uses of __class__.__name__ on postsEvgeny Fadeev2011-09-203-10/+11
| | | | | |
* | | | | | fixed the double prefix issue in the instant emailsEvgeny Fadeev2011-09-202-5/+3
| |/ / / / |/| | | |
* | | | | fixed incorrect usage of diff_date in the templates, added a better test for ↵Evgeny Fadeev2011-09-206-17/+56
| |_|_|/ |/| | | | | | | | | | | the responses page, and improved error checking in PageLoadTests
* | | | added askbot_requirements.txt to MANIFEST.inEvgeny Fadeev2011-09-191-0/+1
|/ / /
* | | added url explaining how to enable cookies in the browserEvgeny Fadeev2011-09-173-2/+5
| | |
* | | removed incorrect localization of a messageEvgeny Fadeev2011-09-171-1/+1
|/ /
* | partial fix of login problem when password form is always onEvgeny Fadeev2011-09-152-6/+16
| |
* | moved akismet settings to "Spam and moderation"Evgeny Fadeev2011-09-144-24/+35
| |
* | maintenance edits - moved more external urls to consts and pylinted a number ↵Evgeny Fadeev2011-09-149-74/+99
| | | | | | | | of files
* | Merge branch 'adolfo'Evgeny Fadeev2011-09-145-8/+108
|\ \
| * \ Merge branch 'master' into akismetAdolfo Fitoria2011-09-129-16/+44
| |\ \
| * | | Finished spam detection with akismet, added documentation about the topicAdolfo Fitoria2011-09-123-12/+37
| | | |
| * | | added akismet supportAdolfo Fitoria2011-09-094-2/+77
| | | |
* | | | Merge branch 'adolfo'Evgeny Fadeev2011-09-147-39/+109
|\ \ \ \
| * \ \ \ Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2011-09-149-32/+145
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2011-09-129-16/+44
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | fixed twitter facebook buttons floating issueAdolfo Fitoria2011-09-081-3/+3
| | | | |
| * | | | fixing css issue in documentation menuAdolfo Fitoria2011-09-071-0/+1
| | | | |
| * | | | adding sharing icons to docsAdolfo Fitoria2011-09-073-2/+2
| | | | |
| * | | | fixed error in cssAdolfo Fitoria2011-09-071-3/+9
| | | | |
| * | | | fixed documentation menu to match home pageAdolfo Fitoria2011-09-072-2/+7
| | | | |
| * | | | fixed and error in markupAdolfo Fitoria2011-09-071-1/+1
| | | | |
| * | | | modified sphinx documentation themeAdolfo Fitoria2011-09-073-37/+45
| | | | |
| * | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2011-09-0711-15/+65
| |\ \ \ \