summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* some changes to the bootstrap mode featureEvgeny Fadeev2011-10-053-37/+59
|
* Merge branch 'feature99'Evgeny Fadeev2011-10-052-0/+73
|\
| * do not overwrite settings in case that the value havent changedAdolfo Fitoria2011-10-041-0/+5
| |
| * Fixes: feature 99. Added bootstrap modeAdolfo Fitoria2011-10-042-0/+68
| |
* | updated changelogEvgeny Fadeev2011-10-051-0/+2
| |
* | small changes to the bugfix branchEvgeny Fadeev2011-10-052-11/+15
| |
* | fixed: moderation tab is misalignedAdolfo Fitoria2011-10-051-0/+1
| |
* | Merge branch 'master' into insectisideAdolfo Fitoria2011-10-0412-32/+174
|\|
| * modified the individiual question feature, added Sayan Chowdhury to the list ↵Evgeny Fadeev2011-10-036-48/+98
| | | | | | | | of contributors
| * Merge branch 'sayanchowdhury'Evgeny Fadeev2011-10-033-3/+73
| |\
| | * added item description in rss feed and changed the format in rss feed of ↵Sayan Chowdhury2011-09-281-3/+20
| | | | | | | | | | | | particular question
| | * added rss feed for particular questionSayan Chowdhury2011-09-283-3/+56
| | |
| * | incremented a version and fixed a bug the comment editingEvgeny Fadeev2011-10-033-6/+6
| | |
| * | hopefully fixed a bug reported at ↵Evgeny Fadeev2011-10-031-3/+3
| | | | | | | | | | | | http://askbot.org/en/question/666/askbot-0722-to-0723-update-issue
| * | updated the docs and added raags to the list of contributorsEvgeny Fadeev2011-10-032-0/+2
| | |
| * | pylinted the anonymous user middleware and renamed the setting enabling the ↵Evgeny Fadeev2011-10-033-8/+18
| | | | | | | | | | | | anonymous user greeting
| * | Merge branch 'raags'Evgeny Fadeev2011-10-032-1/+11
| |\ \
| | * | Greeting for anonymous users can be disabled from live settingsRaghu Udiyar2011-09-292-1/+11
| | |/
* | | Fixes: Tool tip to sort people in "people" page doesn't add much valueAdolfo Fitoria2011-10-031-4/+4
| | | | | | | | | | | | http://askbot.org/en/question/662
* | | Fixes issue 80: make answering own questions harder.Adolfo Fitoria2011-10-031-0/+11
| | |
* | | Fixed issue 96: Add possibility to pre-populate tags when askingAdolfo Fitoria2011-10-031-0/+11
|/ / | | | | | | question via url parameters.
* / added a fix for problem described at ↵Evgeny Fadeev2011-10-012-7/+25
|/ | | | http://askbot.org/en/question/656/keyerror-on-clicking-manage-login-methods and added transifex config
* 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
|/ /