summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed the dummy tag issueEvgeny Fadeev2013-05-043-7/+21
|
* fixed logging messagesEvgeny Fadeev2013-05-021-2/+1
|
* added extra context to the edit answer pageEvgeny Fadeev2013-05-022-10/+7
|
* added option to auto-follow asked questionEvgeny Fadeev2013-05-023-0/+14
|
* removed livesettings url from urls.py setup templateEvgeny Fadeev2013-05-011-1/+1
|
* Merge branch 'github'Evgeny Fadeev2013-05-013-10/+12
|\
| * Merge pull request #124 from jetfix/masterEvgeny Fadeev2013-05-011-0/+1
| |\ | | | | | | Fix. UnicodeDecodeError
| | * fix: UnicodeDecodeError at /askbot/settings/EMAIL/ ↵Vovk Donets2013-05-021-0/+1
| | | | | | | | | | | | (askbot/deps/livesettings/values.py in _default_text, line 252)
| * | Merge pull request #123 from jetfix/masterEvgeny Fadeev2013-05-011-0/+1
| |\| | | | | | | added a route to askbot.urls
| | * added a route to askbot.urls. Without this route admin user was not able to ↵Vovk Donets2013-05-021-0/+1
| |/ | | | | | | login and received error message:'Exception Type:NoReverseMatch'
| * Merge pull request #122 from fitoria/mathjax-fixEvgeny Fadeev2013-04-301-10/+10
| |\ | | | | | | taking mathjax out of compress
| | * taking mathjax out of compressAdolfo Fitoria2013-04-301-10/+10
| |/
* / removed possibility to have >1 account with the same email addressEvgeny Fadeev2013-05-016-50/+50
|/
* fixed settings urls to work with django 1.3-1.5Evgeny Fadeev2013-04-282-2/+4
|
* removed deprecated template tag from settingsEvgeny Fadeev2013-04-282-8/+8
|
* added parser explicitly to the asset compressorEvgeny Fadeev2013-04-282-0/+2
|
* fixed the answer posting bug where wiki is always trueEvgeny Fadeev2013-04-261-1/+1
|
* added missing import to templateEvgeny Fadeev2013-04-261-0/+1
|
* seems to work on django 1.5Evgeny Fadeev2013-04-268-60/+58
|
* removed get_host importEvgeny Fadeev2013-04-251-2/+2
|
* added default value to the category treeEvgeny Fadeev2013-04-251-1/+1
|
* inlined a function missing in django1.5Evgeny Fadeev2013-04-251-2/+2
|
* added a class to templateEvgeny Fadeev2013-04-251-1/+1
|
* made a setting to make question body optionalEvgeny Fadeev2013-04-259-22/+122
|
* fixed css for the faces boxEvgeny Fadeev2013-04-242-2/+2
|
* recompiled style.cssEvgeny Fadeev2013-04-241-2/+2
|
* adjusted styleEvgeny Fadeev2013-04-241-2/+2
|
* changed a string in settingsEvgeny Fadeev2013-04-241-1/+1
|
* corrected signature change detectionEvgeny Fadeev2013-04-241-1/+4
|
* improved handling of user signature extractionEvgeny Fadeev2013-04-242-21/+21
|
* fixed error in email routingEvgeny Fadeev2013-04-241-1/+1
|
* made a change in the email routingEvgeny Fadeev2013-04-241-1/+1
|
* a change in posting by emailEvgeny Fadeev2013-04-242-7/+7
|
* improved user welcoming templatesEvgeny Fadeev2013-04-244-14/+24
|
* made changes in the code responsible for detecting email signatureEvgeny Fadeev2013-04-242-5/+20
|
* hopefully fixed a bug in processing of incoming emailEvgeny Fadeev2013-04-241-1/+2
|
* small change in a templateEvgeny Fadeev2013-04-241-1/+1
|
* fixed typo in a templateEvgeny Fadeev2013-04-241-6/+6
|
* updated the contributors listEvgeny Fadeev2013-04-231-0/+1
|
* fixed the slash in the search query bugEvgeny Fadeev2013-04-232-2/+2
|
* Merge pull request #120 from dedeler/customize-answer-viewEvgeny Fadeev2013-04-232-25/+28
|\ | | | | answer view is more customizable now
| * answer view is more customizable nowZafer CAKMAK2013-04-232-25/+28
|/ | | | | - answer view takes an optional form parameter to override default form. ASKBOT_NEW_ANSWER_FORM settings still works. - save logic goes to form from view so people can save extra parameters without override view.
* refactoring of the questions title search viewEvgeny Fadeev2013-04-238-19/+24
|
* added functions to utils.jsEvgeny Fadeev2013-04-221-0/+14
|
* adjusted a timeout in the folded editorEvgeny Fadeev2013-04-221-4/+8
|
* reinstated the autofocus on the answer formEvgeny Fadeev2013-04-221-3/+6
|
* fixed a bug where comment form becomes unresponsiveEvgeny Fadeev2013-04-221-0/+1
|
* Merge branch 'master' of github.com:ASKBOT/askbot-develEvgeny Fadeev2013-04-222-7/+7
|\
| * Merge pull request #119 from bobbydavid/rdm-bugfixesEvgeny Fadeev2013-04-222-7/+7
| |\ | | | | | | Fix bugs in HTML styles and in unicode
| | * fix some styles in html.Robert Martin2013-04-221-6/+6
| | | | | | | | | | | | | | | | | | The main issue was the missing space before the attribute. The rest is just for less important general improvement of the formatting.