summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* made both media and templates resolve from custom skin directory, changed set...Evgeny Fadeev2010-11-175-94/+149
* allowed skins to be stored in custom directoriesEvgeny Fadeev2010-11-163-18/+20
* fixed a bug with editable screen name settingEvgeny Fadeev2010-11-163-4/+4
* version bumpEvgeny Fadeev2010-11-151-1/+1
* temporary fix for the badge award jobsEvgeny Fadeev2010-11-152-34/+44
* added add_missing_subscriptions maintenance commandEvgeny Fadeev2010-11-151-0/+17
* fixed part of broken facebook login problemEvgeny Fadeev2010-11-151-9/+11
* made badges tab light up as beforeEvgeny Fadeev2010-11-101-0/+2
* fixed some styling issues and added DEBUG option to template context to load ...Evgeny Fadeev2010-11-1014-64/+6952
* made most tabs "light up" on the server script, not in js as beforeEvgeny Fadeev2010-11-098-130/+61
* fixed the previous commitEvgeny Fadeev2010-11-0929-360/+309
* moved all js to bottom and made only one base templateEvgeny Fadeev2010-11-092-0/+38
* switched from urlparse.parse_qsl to cgi.parse_qsl for backwards compatibility...Evgeny Fadeev2010-11-092-4/+4
* switched last bits of openid dependency to internal pathsEvgeny Fadeev2010-11-093-11/+11
* hardcoded the included openid library to import from itself, to exclude a pos...Evgeny Fadeev2010-11-0970-210/+210
* enabled social sharing buttons by defaultEvgeny Fadeev2010-11-081-1/+1
* deleted a debugging alert statement from .js fileEvgeny Fadeev2010-11-081-1/+0
* first scratch on sharing buttonsEvgeny Fadeev2010-11-087-1/+88
* removed the FlaggedItem model completelyEvgeny Fadeev2010-11-088-50/+351
* fixed bugs in per-user response countsEvgeny Fadeev2010-11-087-12/+29
* inbox with persistent responses and flags sort of works, but neds testing on ...Evgeny Fadeev2010-11-0834-287/+1999
* fixed an issue breaking some javascript behavior for anonymous usersEvgeny Fadeev2010-11-042-0/+4
* amended migration 24Evgeny Fadeev2010-11-041-1/+7
* changed Activity model to prepare for some feature changes, bug fix in post f...Evgeny Fadeev2010-11-0410-303/+900
* allowed search for tag like c++, works in mysql, but only partially in postgr...Evgeny Fadeev2010-11-024-7/+5
* fixed the remaining bug in logo uploadsEvgeny Fadeev2010-11-014-5/+10
* fixed two bugs on upload of logo and advanced version to 0.6.20Evgeny Fadeev2010-11-014-4/+5
* fixed an MySQL issue with migration 22Evgeny Fadeev2010-11-011-2/+3
* moved japanese files to proper locationEvgeny Fadeev2010-10-312-0/+0
* moved scripts to bottom in answer_edit.htmlEvgeny Fadeev2010-10-311-12/+12
* added starting japanese translation by Mitsuteru Nakao, added support for ext...Evgeny Fadeev2010-10-3118-2059/+5816
* improved retaggingEvgeny Fadeev2010-10-305-28/+318
* fixed functionality of input form validation and upgraded jquery to latest ve...Evgeny Fadeev2010-10-2817-3604/+1187
* refactored the pages with wmd editorEvgeny Fadeev2010-10-288-1865/+79
* incremented version and moved install doc file to askbot/docs directoryEvgeny Fadeev2010-10-273-5/+6
* made diffs in email updates show proper redaction highlightingsEvgeny Fadeev2010-10-262-55/+67
* made htmldiff to be sent in instant email updates on content editsEvgeny Fadeev2010-10-263-4/+24
* added fixes in instant email subscriptions as suggested by BenoitEvgeny Fadeev2010-10-261-13/+10
* file attachments work more or lessEvgeny Fadeev2010-10-255-281/+320
* included creation of procedural language plpgsql if it is needed to simplify ...Evgeny Fadeev2010-10-251-2/+8
* Merge branch 'postgres-full-text'Evgeny Fadeev2010-10-2513-130/+778
|\
| * completed the featureEvgeny Fadeev2010-10-252-10/+303
| * added support for sorting by relevanceEvgeny Fadeev2010-10-259-129/+229
| * search kind of works now in postgresEvgeny Fadeev2010-10-238-18/+259
| * started working on postgres searchEvgeny Fadeev2010-10-211-0/+14
* | made login screen more accessible and fixed a bug in the paginator macroEvgeny Fadeev2010-10-212-51/+91
|/
* added lowercasing and whitespace-stripping of email for gravatar hash calcula...Evgeny Fadeev2010-10-211-1/+2
* added url encoding to search query when used as a starting point for the ques...Evgeny Fadeev2010-10-211-1/+1
* fixed a bug in commenting widgetEvgeny Fadeev2010-10-191-1/+1
* added setting of max # of comments to show and created a comment widget, adde...Evgeny Fadeev2010-10-177-71/+373