summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | changed wording on the moderation pageEvgeny Fadeev2014-07-151-4/+9
| | | |
* | | | fixed ip recording when making answersEvgeny Fadeev2014-07-145-12/+13
| | | |
* | | | bugfix for anonymous viewEvgeny Fadeev2014-07-141-0/+3
| | | |
* | | | added link to clear new notifications in the responses inboxEvgeny Fadeev2014-07-146-8/+74
| | | |
* | | | bugfixes in premoderation and allowed loading more moderation messages when ↵Evgeny Fadeev2014-07-146-12/+55
| | | | | | | | | | | | | | | | few are left
* | | | Merge branch 'master' of github.com:ASKBOT/askbot-develEvgeny Fadeev2014-07-141-1/+1
|\ \ \ \
| * \ \ \ Merge pull request #272 from Grahack/patch-1Evgeny Fadeev2014-07-121-1/+1
| |\ \ \ \ | | | | | | | | | | | | Typo fix: freqency -> frequency.
| | * | | | Typo fix: freqency -> frequency.Prof Gra2014-07-121-1/+1
| |/ / / /
* | | | | updated changelogEvgeny Fadeev2014-07-141-0/+2
| | | | |
* | | | | premoderation fully worksEvgeny Fadeev2014-07-1411-43/+119
| | | | |
* | | | | a bugfix is the feedback form with email opt-outEvgeny Fadeev2014-07-141-2/+3
| | | | |
* | | | | initial work to show pending posts to authors with premoderation modeEvgeny Fadeev2014-07-113-3/+82
|/ / / /
* | | | when answers are deleted or restored and when users are blocked, last thread ↵Evgeny Fadeev2014-07-115-5/+39
| | | | | | | | | | | | | | | | update info is recalculated
* | | | styling fix in the responses inboxEvgeny Fadeev2014-07-114-23/+28
| | | |
* | | | update item count upon changes in the moderator queue, improve layout, show ↵Evgeny Fadeev2014-07-118-17/+81
| | | | | | | | | | | | | | | | user email/ip address
* | | | bugfixes in the moderation handlerEvgeny Fadeev2014-07-101-99/+118
| | | |
* | | | show new user status in the profileEvgeny Fadeev2014-07-103-11/+8
| | | |
* | | | enabled "decline with reason" moderation and improved moderation featureEvgeny Fadeev2014-07-0910-417/+159
| | | |
* | | | removed cache busting upon change of the moderation modeEvgeny Fadeev2014-07-081-8/+0
| | | |
* | | | better post moderation works on first passEvgeny Fadeev2014-07-0827-326/+765
| | | |
* | | | initial work for better bulk moderation toolEvgeny Fadeev2014-06-3011-194/+702
| | | |
* | | | Merge pull request #269 from daftu/issue-268-fixEvgeny Fadeev2014-06-282-2/+2
|\ \ \ \ | | | | | | | | | | #268 Added translation support for "Save" button in site and group settings
| * | | | Added translation support for "Save" button in site settings and group ↵root2014-06-282-2/+2
|/ / / / | | | | | | | | | | | | settings (issue #268)
* | | | Merge pull request #266 from mgeisler/patch-1Evgeny Fadeev2014-06-251-1/+1
|\ \ \ \ | | | | | | | | | | Add missing word
| * | | | Add missing wordMartin Geisler2014-06-251-1/+1
|/ / / /
* | | | allow bulk deletion of content by user upon blockingEvgeny Fadeev2014-06-207-5/+75
| | | |
* | | | updated the contributors fileEvgeny Fadeev2014-06-151-0/+1
| | | |
* | | | a minor fix in the settings templatesEvgeny Fadeev2014-06-152-4/+0
| | | |
* | | | Merge pull request #156 from dmzio/corrsettingsEvgeny Fadeev2014-06-152-4/+8
|\ \ \ \ | | | | | | | | | | fixes #155
| * | | | fixes #155zio2013-08-192-4/+8
| | | | |
* | | | | Merge pull request #160 from powlo/fix_delete_unused_tagsEvgeny Fadeev2014-06-152-2/+18
|\ \ \ \ \ | | | | | | | | | | | | Remove manual transactions when deleting tags.
| * | | | | Remove manual transactions when deleting tags.Paul Backhouse2013-08-232-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handling the transactions manually creates the possiblity of unclosed transactions as reported here: http://askbot.org/en/question/11230/errors-while-trying-to-rename-or-delete-unused-tags/ However, there's no need to do this manual handling; the simplest solution is to just remove the decorator. Also added tests.
* | | | | | changed single quotes to double in js trans stringsEvgeny Fadeev2014-06-151-4/+4
| | | | | |
* | | | | | Merge pull request #181 from harobed/addadmin-noinput-optionEvgeny Fadeev2014-06-151-1/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Append help msg + noinput option to add_admin management command
| * | | | | | Append help msg + noinput option to add_admin management commandStéphane Klein2013-10-121-1/+11
| | | | | | |
* | | | | | | removed unused importEvgeny Fadeev2014-06-151-2/+1
| | | | | | |
* | | | | | | Merge pull request #215 from keto/fix-prefork-modeEvgeny Fadeev2014-06-151-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix prefork mode
| * | | | | | | Close cache after startup proceduresPami Ketolainen2014-03-171-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Same as with DB connection, the cache connection gets shared between child processes in prefork mode if it isn't closed after startup procedures
| * | | | | | | Fix database connection issues in prefork mode.Pami Ketolainen2014-03-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When running in prefork mode, open DB connection got shared between the child process as DB was accessed very early in the init process. One child would then close the connection and cause others to fail. To fix this, connection.close() was added to the end of startup procedures.
* | | | | | | | merged keto's work on better handler500Evgeny Fadeev2014-06-153-4/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix 500 template processing errorPami Ketolainen2014-03-183-2/+12
| |/ / / / / / /
* | | | | | | | added validation to custom logo destination urlEvgeny Fadeev2014-06-154-4/+26
| | | | | | | |
* | | | | | | | Merge pull request #238 from hackingspirit/custom_logo_url_destinationEvgeny Fadeev2014-06-154-3/+14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Allow customization of the destional URL for the logo image
| * | | | | | | | Allow customization of the destional URL for the logo imageZhenlei Cai2014-05-034-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chinese locale message for since you are not logged in right now ...
* | | | | | | | | Added option to allow asking without registrationEvgeny Fadeev2014-06-149-19/+46
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added support for directly posting as anonymous with recaptchaEgil Moeller2014-02-144-10/+35
| | | | | | | | | |
* | | | | | | | | | added Andrew Chen to the contribs listEvgeny Fadeev2014-06-141-0/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #206 from yongjhih/fbEvgeny Fadeev2014-06-141-2/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Oauth2: Facebook: Fix email not found
| * | | | | | | | | | Oauth2: Facebook: Fix email not foundAndrew Chen2014-02-061-2/+3
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #250 from BenjaminABEL/masterEvgeny Fadeev2014-06-1411-32/+32
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Updated requirements of django-celery to >=3.0.11