summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | changed logical AND to OR in text searchEvgeny Fadeev2013-04-091-1/+1
| | | | | | |
* | | | | | | hopefully really fixed the jive import issueEvgeny Fadeev2013-04-091-13/+9
| | | | | | |
* | | | | | | fixed a bug in jive importEvgeny Fadeev2013-04-091-22/+5
| | | | | | |
* | | | | | | recompiled style.cssEvgeny Fadeev2013-04-091-0/+7
| | | | | | |
* | | | | | | fixed a bug in jive importEvgeny Fadeev2013-04-091-1/+2
| | | | | | |
* | | | | | | started working on ediors with hiedable buttonsEvgeny Fadeev2013-04-081-0/+7
| |_|_|_|/ / |/| | | | |
* | | | | | fixed a test caseEvgeny Fadeev2013-04-081-1/+1
| |_|_|/ / |/| | | |
* | | | | added import from Jive forums to AskbotEvgeny Fadeev2013-04-082-0/+140
| | | | |
* | | | | css and bug fixesEvgeny Fadeev2013-04-073-3/+7
| | | | |
* | | | | merged with the master branchEvgeny Fadeev2013-04-0732-4626/+5835
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | created boilerplate modal menu and a template filter as_jsonEvgeny Fadeev2013-04-052-0/+14
| | | | |
| * | | | and one moreEvgeny Fadeev2013-04-042-0/+2
| | | | |
| * | | | and one moreEvgeny Fadeev2013-04-041-0/+5
| | | | |
| * | | | one more tweakEvgeny Fadeev2013-04-042-0/+2
| | | | |
| * | | | one more tweakEvgeny Fadeev2013-04-042-0/+4
| | | | |
| * | | | a tweak to the setup templatesEvgeny Fadeev2013-04-042-2/+2
| | | | |
| * | | | updated the setup template filesEvgeny Fadeev2013-04-043-13/+27
| | | | |
| * | | | removed the sharing prompt phrase from the question and an extra "subscribe" ↵Evgeny Fadeev2013-04-043-16/+0
| |/ / / | | | | | | | | | | | | checkbox
| * | | removed uses of preloadData for the autocompleterEvgeny Fadeev2013-04-047-10/+3
| | | |
| * | | one more fix to insure the post-run of query when user typed more during the ↵Evgeny Fadeev2013-04-041-5/+6
| | | | | | | | | | | | | | | | previous search
| * | | tweaked autocompleter to prevent launching new search when previous did not ↵Evgeny Fadeev2013-04-042-6/+24
| | | | | | | | | | | | | | | | return
| * | | fix in the wmd.jsEvgeny Fadeev2013-04-031-13/+6
| | | |
| * | | styled the search bar more reliablyEvgeny Fadeev2013-04-022-26/+76
| |/ /
| * | added extra context to the questions page and to the question summary snippetEvgeny Fadeev2013-04-022-0/+9
| | |
| * | css fixes to search bar and enhancements for the AutoCompleterEvgeny Fadeev2013-04-023-3/+8
| | |
| * | allowed extra context in the tags pageEvgeny Fadeev2013-04-012-8/+11
| | |
| * | added query re-run for slower connectionsEvgeny Fadeev2013-03-311-1/+6
| | |
| * | added instant search to the tags pageEvgeny Fadeev2013-03-3110-48/+202
| | |
| * | dry-refactored the tags viewEvgeny Fadeev2013-03-303-69/+47
| | |
| * | fixed the ins style againEvgeny Fadeev2013-03-292-1/+10
| | |
| * | Merge branch 'master' of github.com:ASKBOT/askbot-develEvgeny Fadeev2013-03-292-4426/+5332
| |\ \
| | * | extracted messages for the ru locale and made regex fixes in the extractor ↵Evgeny Fadeev2013-03-272-4426/+5332
| | | | | | | | | | | | | | | | command
| * | | hopefully fixed yellow bg issue in google adwordsEvgeny Fadeev2013-03-293-4/+11
| | | |
| * | | moved a setting from one section to another and fixed a bug in display of ↵Evgeny Fadeev2013-03-295-25/+27
| |/ / | | | | | | | | | user webpage url
* | | allowed to choose plain text or rich text editor for the commentsEvgeny Fadeev2013-04-0712-165/+282
| | |
* | | improved image and file upload menuesEvgeny Fadeev2013-04-036-67/+282
| | |
* | | minor css fixEvgeny Fadeev2013-04-011-0/+1
| | |
* | | a minor change in the search dropdownEvgeny Fadeev2013-04-012-1/+19
| | |
* | | added custom header to the search drop menu for japanese languageEvgeny Fadeev2013-04-012-0/+9
| | |
* | | some post-merge fixesEvgeny Fadeev2013-03-283-16/+20
| | |
* | | merged the master branchEvgeny Fadeev2013-03-2781-1201/+1285
|\| |
| * | added signals answer_edited and answer_before_edit and setting ↵Evgeny Fadeev2013-03-272-9/+37
| | | | | | | | | | | | ASKBOT_EDIT_ANSWER_FORM
| * | added an optional setting to pass extra context into the question pageEvgeny Fadeev2013-03-271-0/+9
| | |
| * | recompiled style.cssEvgeny Fadeev2013-03-261-1/+9
| | |
| * | added new_answer_posted signal and ASKBOT_NEW_ANSWER_FORM settings.py settingEvgeny Fadeev2013-03-262-1/+22
| | |
| * | created default filler for the "followed" scope when it is the only enabled ↵Evgeny Fadeev2013-03-264-4/+22
| | | | | | | | | | | | scope and added custom js placeholder for the question page
| * | recompiled the style.cssEvgeny Fadeev2013-03-251-9/+27
| | |
| * | text/less -> text/cssEvgeny Fadeev2013-03-251-1/+1
| | |
| * | fixed a test caseEvgeny Fadeev2013-03-241-1/+1
| | |
| * | added option to disable the big ask buttonEvgeny Fadeev2013-03-249-122/+124
| | |