summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* added long description for PYPI to setup.pyEvgeny Fadeev2010-11-291-4/+70
|
* fixes in the language filesEvgeny Fadeev2010-11-2925-3142/+3993
|
* fixed the answer sort issue that Niles foundEvgeny Fadeev2010-11-2916-245/+268
|
* prevented problems with FB connect from breaking other login methods, hopefullyEvgeny Fadeev2010-11-291-34/+34
|
* added missing import statement and fixed stylesheet in login pageEvgeny Fadeev2010-11-282-1/+2
|
* fixed broken html in live_search.jsEvgeny Fadeev2010-11-281-1/+1
|
* merged development branch into masterEvgeny Fadeev2010-11-241-1/+1
|
* fixed small bug in string comparison of commentsEvgeny Fadeev2010-11-241-1/+1
|
* display site name with local login option and allowed comment loading for ↵Evgeny Fadeev2010-11-244-27/+21
| | | | anonymous users
* 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
| | | | | | | | .po files for other languages without cleaning them
| * made both media and templates resolve from custom skin directory, changed ↵Evgeny Fadeev2010-11-175-94/+149
| | | | | | | | setting ASKBOT_EXTRA_SKIN_DIRS to ASKBOT_EXTRA_SKINS_DIR, now it has to be a string
| * 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
| | | | full source versions of JS in the future
* 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 ↵Evgeny Fadeev2010-11-092-4/+4
| | | | compatibility with Python < 2.6
* 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 ↵Evgeny Fadeev2010-11-0970-210/+210
| | | | possibility of the library mixup
* 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
| | | | correctness
* 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 ↵Evgeny Fadeev2010-11-0410-303/+900
| | | | flagging
* allowed search for tag like c++, works in mysql, but only partially in ↵Evgeny Fadeev2010-11-024-7/+5
| | | | postgres so far
* fixed the remaining bug in logo uploadsEvgeny Fadeev2010-11-014-5/+10
|