summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://github.com/byroncorrales/askbot-devel into ↵Adolfo Fitoria2011-10-0614-242/+635
|\ | | | | | | new-template
| * search form, ask button, sort bar and some sidebar stylesByron2011-10-0614-242/+635
| |
* | Merge branch 'master' into new-templateAdolfo 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
| | |/ /
* | | / Merge branch 'master' into new-templateAdolfo Fitoria2011-10-032-7/+25
|\| | | | |_|/ |/| |
| * | 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
* | Changing style and position of search formByron2011-10-036-72/+90
| |
* | Include LESS, a dynamic stylesheet language and scope selectorByron2011-10-0113-129/+605
| |
* | Merge branch 'master' of git://github.com/byroncorrales/askbot-devel into ↵Adolfo Fitoria2011-09-299-191/+223
|\ \ | | | | | | | | | new-template
| * | placing meta-nav in correct positionByron2011-09-296-40/+46
| | |
| * | Starting header changes in new default templateByron2011-09-287-152/+179
| | |
| * | Merge branch 'fitoria/new-template'Byron2011-09-27792-0/+49207
| |\ \
| * \ \ Merge branch 'master' of https://github.com/ASKBOT/askbot-develByron2011-09-276-17/+174
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' of https://github.com/ASKBOT/askbot-develByron2011-09-2215-62/+120
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/ASKBOT/askbot-develByron2011-09-1965-245/+1966
| |\ \ \ \
| * | | | | a few stringsByron2011-08-281-3/+3
| | | | | |
| * | | | | Anothers spanish stringsByron2011-08-281-20/+19
| | | | | |
* | | | | | 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
| | | | |