summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* display site name with local login option and allowed comment loading for ano...Evgeny Fadeev2010-11-244-27/+21
* merged with the master branchEvgeny Fadeev2010-11-2456-23856/+40819
|\
| * made askbot install to sites that have existing auth_user tableEvgeny Fadeev2010-11-222-3/+52
| * added rename_tags, rename_tags_id and delete_unused_tags management commandsEvgeny Fadeev2010-11-2114-36/+486
| * fixed a bug preventing installation onto clean environmentEvgeny Fadeev2010-11-2011-120/+105
| * unused tags are automatically deletedEvgeny Fadeev2010-11-208-76/+99
| * fixed the facebook connect issueEvgeny Fadeev2010-11-191-8/+8
| * made so that some badges award in postgres and mysqlEvgeny Fadeev2010-11-194-12/+16
| * fixed english .po catalog, uploaded an updated japanese version and rebuilt ....Evgeny Fadeev2010-11-1818-23482/+39848
| * 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
* | comment editing worksEvgeny Fadeev2010-11-2417-159/+274
* | some progress on edit comment functionalityEvgeny Fadeev2010-11-229-67/+171
* | edit comment form shows signs of lifeEvgeny Fadeev2010-11-158-339/+443
* | some debugging of comment widgetEvgeny Fadeev2010-11-153-49/+57
* | some more progress with commentsEvgeny Fadeev2010-11-1511-155/+252
* | broken commit. started improving commenting widget in .jsEvgeny Fadeev2010-11-146-273/+477
* | removed com.cnprog and org.askbot from file namesEvgeny Fadeev2010-11-1119-24/+24
|/
* 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