summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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 ↵Evgeny Fadeev2010-10-3118-2059/+5816
| | | | extraction of tranlatable strings from jinja2 templates - use command jinja2_makemessages, made tag validation conistent throughout forms that validate tags, moved javascript to the bottom in some places
* improved retaggingEvgeny Fadeev2010-10-305-28/+318
|
* fixed functionality of input form validation and upgraded jquery to latest ↵Evgeny Fadeev2010-10-2817-3604/+1187
| | | | version
* 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
| | | | postgres db creation
* 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 ↵Evgeny Fadeev2010-10-211-1/+2
| | | | calculation
* added url encoding to search query when used as a starting point for the ↵Evgeny Fadeev2010-10-211-1/+1
| | | | question title
* fixed a bug in commenting widgetEvgeny Fadeev2010-10-191-1/+1
|
* added setting of max # of comments to show and created a comment widget, ↵Evgeny Fadeev2010-10-177-71/+373
| | | | added database field to store comment upvote count
* made full text appear in instant email alertsEvgeny Fadeev2010-10-171-1/+1
|
* made pinging google conditional on setting sitemap code and made comment ↵Evgeny Fadeev2010-10-155-7/+32
| | | | maximum length adjustible
* fixed live searchEvgeny Fadeev2010-10-152-49/+22
|
* added wiki icon, fixed link to karma in header, added accepted indicator to ↵Evgeny Fadeev2010-10-1511-249/+190
| | | | question summary, made a reusable macro block for the question summary, transferred styling of counters to stylesheet
* restored code syntax highlightingEvgeny Fadeev2010-10-142-1/+27
|
* added option for minimum search word lengthEvgeny Fadeev2010-10-143-1/+12
|
* fixed indentation errorEvgeny Fadeev2010-10-141-12/+12
|
* fixed a bug that precluded deployment with mod_wsgiEvgeny Fadeev2010-10-112-2/+2
|
* removed coffin, from trunk, added dependencies and updated the versionEvgeny Fadeev2010-10-1039-1311/+4
|
* fixed some bugs in the login system and an issue with tag display when user ↵Evgeny Fadeev2010-10-105-44/+61
| | | | has a set of ignored tags
* merged with master branchEvgeny Fadeev2010-10-0815-69/+280
|\
| * removed a debugging print statementEvgeny Fadeev2010-10-041-1/+0
| |
| * added experimental ldap authentication support and cut some time from page loadsEvgeny Fadeev2010-10-038-65/+178
| |
| * Merge branch 'master' of https://github.com/ASKBOT/askbot-develDario Ghilardi2010-09-305-22/+57
| |\
| | * activated password login by default, added live setting USE_RECAPTCHA with ↵Evgeny Fadeev2010-09-295-22/+57
| | | | | | | | | | | | default False
| * | Added italian translation to the i18n js file.Dario Ghilardi2010-09-291-1/+70
| |/
| * bug in generic openid login and a query speedupEvgeny Fadeev2010-09-282-10/+15
| |
| * bumped pypi version since the app works on postgresEvgeny Fadeev2010-09-251-1/+1
| |