summaryrefslogtreecommitdiffstats
path: root/askbot/const
Commit message (Collapse)AuthorAgeFilesLines
* added frontent UI for the auto-tweeting setup in the user profileEvgeny Fadeev2013-04-151-2/+2
|
* added twitter fields to the auth_user modelEvgeny Fadeev2013-04-151-0/+9
|
* allowed to enable and disable scopes on the main pageEvgeny Fadeev2013-03-221-1/+1
|
* added basic support for multilingual contentEvgeny Fadeev2013-01-061-1/+1
|
* bugfixes: 1) global subscribers get emails even if frequency is zero; 2) if ↵Evgeny Fadeev2012-12-051-2/+14
| | | | subscribed tag set is enabled users wont get emails on tag subscription; 3) if email is read-only email is lost upon editing user profile; 4) in some browsers there is horizontal scroll in the post body, which should not be there
* applied the karma limit to post links to questions posted before signing inEvgeny Fadeev2012-11-091-4/+1
|
* fixing some tests and merge errors, commit before the lights goes outAdolfo Fitoria2012-10-021-4/+4
|
* a part of "ask to join group" moderationEvgeny Fadeev2012-09-051-0/+1
|
* merged Adolfos and my branchesEvgeny Fadeev2012-08-301-2/+2
|\
* | moved forms, partially broken due to Tag/Group model migrationAdolfo Fitoria2012-08-291-0/+42
|/
* merged with the user-groups branchEvgeny Fadeev2012-08-101-8/+12
|
* added "show only subscribed tags" choice to the main pageEvgeny Fadeev2012-07-101-2/+8
|
* merged with the master and tag-editor branchesEvgeny Fadeev2012-07-022-4/+11
|\
| * group-private posts work on screen, still need update on the email alert and ↵Evgeny Fadeev2012-06-191-4/+5
| | | | | | | | notification recipient side, no cache support
| * made moderation dialog work again after the mergeEvgeny Fadeev2012-06-071-2/+42
| |\
| * | fancy tag editor now has input validationEvgeny Fadeev2012-06-042-0/+6
| | |
* | | merged feature 157 by Paul BackhouseEvgeny Fadeev2012-06-151-0/+3
|\ \ \ | |_|/ |/| |
* | | added setting allowing to change when author of the emailed post is notified ↵Evgeny Fadeev2012-05-301-0/+39
| | | | | | | | | | | | of his own posting
* | | added subject to the post with comment mailto linkEvgeny Fadeev2012-05-301-1/+1
| | |
* | | fixed mailto link and replaced quote_plus with quote fo encode content and ↵Evgeny Fadeev2012-05-301-1/+1
| | | | | | | | | | | | subject for the mailto links
* | | test cases for the post approval notifications passEvgeny Fadeev2012-05-271-0/+1
| | |
* | | fixed regex for the email reply separator and a bug in sending email alertsEvgeny Fadeev2012-05-241-1/+1
| |/ |/|
* | added the "welcome email", "signature detection" and prepared for "private ↵Evgeny Fadeev2012-05-221-0/+5
| | | | | | | | group questions"
* | added a mailto link to the instant notificationEvgeny Fadeev2012-05-211-0/+4
| |
* | added a possibility to have independent set of "subscribed" tags in addition ↵Evgeny Fadeev2012-05-071-4/+9
| | | | | | | | to "favorite/ignored"
* | almost finished the post reject reasons dialog and the moderation featureEvgeny Fadeev2012-04-301-1/+11
| |
* | Merge branch 'master' into user-groupsEvgeny Fadeev2012-04-201-5/+5
|\|
| * made a few messages extractable againEvgeny Fadeev2012-04-181-5/+5
| |
* | basic post moderation feature worksEvgeny Fadeev2012-04-071-1/+8
| |
* | user group descriptions are editable, but the WMD still does not want to ↵Evgeny Fadeev2012-03-271-0/+12
| | | | | | | | show buttons
* | fixed the regex to split out the email responseEvgeny Fadeev2012-03-231-1/+1
| |
* | simplified text of the instant email alertEvgeny Fadeev2012-03-231-1/+2
| |
* | added user and date info to the full thread summary in the email responseEvgeny Fadeev2012-03-231-0/+1
| |
* | fixed bugs so that test cases passEvgeny Fadeev2012-03-211-0/+2
|/
* cache invalidation on the question page seems to workEvgeny Fadeev2012-03-051-0/+4
|
* cached answer list query which saves about 15% on the question page generationEvgeny Fadeev2012-02-271-0/+2
|
* made "bare" english django.po fileEvgeny Fadeev2012-02-252-13/+37
|
* Main page thread summary caching BETATomasz Zielinski2012-01-241-1/+2
|
* Page_size removed for questionsTomasz Zielinski2012-01-141-6/+1
|
* Big cleanup of search and paginationTomasz Zielinski2012-01-141-1/+2
|
* added support for LOGIN_REDIRECT_URL to django_authopenid submoduleEvgeny Fadeev2011-11-251-2/+2
|
* added management command "send_accept_answer_remindersEvgeny Fadeev2011-10-231-0/+5
|
* pylinted filesEvgeny Fadeev2011-09-201-7/+0
|
* made the welcome message for anonymous users editable via admin settingsHrishi2011-09-201-8/+8
|
* added url explaining how to enable cookies in the browserEvgeny Fadeev2011-09-171-0/+1
|
* maintenance edits - moved more external urls to consts and pylinted a number ↵Evgeny Fadeev2011-09-141-25/+37
| | | | of files
* added live settings to adjust license info in the footerEvgeny Fadeev2011-09-141-1/+2
|
* Changes in the avatar fields.Adolfo Fitoria2011-08-291-0/+5
| | | | | | | | | | | | | | | | Delete has_custom_avatar field, changed it for avatar_type field. Data migrations and schemamigrations for this changes are done and tested. Changed some methods to allow this database change. Renamed some methods according to the new field name. Added management command to update the avatar_type field for every user. Added documentation for this command and feature. Updated changelog.
* renamed gravatar settingsEvgeny Fadeev2011-07-281-1/+1
|
* added setting to switch between tag cloud and tag listNoahY2011-07-271-0/+5
|