summaryrefslogtreecommitdiffstats
path: root/askbot/templates
Commit message (Collapse)AuthorAgeFilesLines
* moved the "add a comment" button up to save vertical spaceEvgeny Fadeev2013-05-212-3/+3
|
* added missing translationEvgeny Fadeev2013-05-201-1/+1
|
* fixed some messages for the translationEvgeny Fadeev2013-05-182-87/+4
|
* fixed a bug in the user network pageEvgeny Fadeev2013-05-101-2/+0
|
* fixed some more IE8 issuesEvgeny Fadeev2013-05-102-1/+7
|
* fixed some xss issuesEvgeny Fadeev2013-05-071-1/+1
|
* fixed IE8 issues in the editor and on the question pageEvgeny Fadeev2013-05-061-1/+5
|
* restricted comment edits only to post owners and mods/adminsEvgeny Fadeev2013-05-061-2/+9
|
* fixed a bug where twitter sharing button was shown, when twitter keys were ↵Evgeny Fadeev2013-05-051-2/+6
| | | | not set up
* ported livesettings app to askbot templatesEvgeny Fadeev2013-05-054-0/+190
|
* added auto-focus to the registration pageEvgeny Fadeev2013-05-051-0/+3
|
* hopefully fixed the askbot site mounted at a sub-urlEvgeny Fadeev2013-05-053-3/+3
|
* fixed the dummy tag issueEvgeny Fadeev2013-05-041-1/+1
|
* taking mathjax out of compressAdolfo Fitoria2013-04-301-10/+10
|
* added missing import to templateEvgeny Fadeev2013-04-261-0/+1
|
* added a class to templateEvgeny Fadeev2013-04-251-1/+1
|
* made a setting to make question body optionalEvgeny Fadeev2013-04-253-20/+40
|
* improved user welcoming templatesEvgeny Fadeev2013-04-242-8/+12
|
* small change in a templateEvgeny Fadeev2013-04-241-1/+1
|
* fixed typo in a templateEvgeny Fadeev2013-04-241-6/+6
|
* refactoring of the questions title search viewEvgeny Fadeev2013-04-232-2/+2
|
* Merge branch 'master' of github.com:ASKBOT/askbot-develEvgeny Fadeev2013-04-221-6/+6
|\
| * 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.
* | minor change to base.htmlEvgeny Fadeev2013-04-221-0/+2
|/
* improved responsive design of edit question and edit answer pagesEvgeny Fadeev2013-04-213-18/+9
|
* improved wording of the ask and edit question pageEvgeny Fadeev2013-04-206-21/+24
|
* improved commenting functionEvgeny Fadeev2013-04-201-0/+1
|
* responsive design on question page sort of worksEvgeny Fadeev2013-04-194-68/+79
|
* deleted unused fileEvgeny Fadeev2013-04-181-23/+0
|
* some work on improving responsive layoutEvgeny Fadeev2013-04-188-89/+93
|
* created a new js voting control for postsEvgeny Fadeev2013-04-161-2/+2
|
* fixed a bug with unescaped user name in head jsEvgeny Fadeev2013-04-151-1/+1
|
* added basic UI for auto-tweetingEvgeny Fadeev2013-04-151-4/+8
|
* added frontent UI for the auto-tweeting setup in the user profileEvgeny Fadeev2013-04-152-0/+35
|
* enabled spellchecker automatically if used in tinymceEvgeny Fadeev2013-04-111-0/+1
|
* refactored the voting function a littleEvgeny Fadeev2013-04-113-7/+11
|
* enable/disable accepted answer featureEvgeny Fadeev2013-04-111-0/+2
|
* removed reputation limit to post comments and allowed users repost own ↵Evgeny Fadeev2013-04-103-8/+53
| | | | answers and comments
* made answer editor be folded by defaultEvgeny Fadeev2013-04-103-29/+41
|
* a minor refactoringEvgeny Fadeev2013-04-101-4/+4
|
* css and bug fixesEvgeny Fadeev2013-04-071-1/+3
|
* merged with the master branchEvgeny Fadeev2013-04-079-49/+63
|\
| * created boilerplate modal menu and a template filter as_jsonEvgeny Fadeev2013-04-051-0/+9
| |
| * 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-041-1/+0
| |
| * added instant search to the tags pageEvgeny Fadeev2013-03-315-40/+46
| |
| * dry-refactored the tags viewEvgeny Fadeev2013-03-302-7/+7
| |
| * hopefully fixed yellow bg issue in google adwordsEvgeny Fadeev2013-03-292-4/+4
| |
| * moved a setting from one section to another and fixed a bug in display of ↵Evgeny Fadeev2013-03-291-2/+2
| | | | | | | | user webpage url
* | allowed to choose plain text or rich text editor for the commentsEvgeny Fadeev2013-04-072-9/+10
| |