summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* refactored the absolutize_urls function and the with_settings decorator for ↵Evgeny Fadeev2012-09-2710-53/+54
| | | | the test cases
* fixed the meta description tag for the question pagesEvgeny Fadeev2012-09-263-9/+20
|
* one more fix to tinymce setup error checkerEvgeny Fadeev2012-09-261-5/+7
|
* hopefully fixed the uploaded image urls for tinymceEvgeny Fadeev2012-09-262-0/+23
|
* edited changelogEvgeny Fadeev2012-09-261-0/+1
|
* added a startup test for the NOTIFICATION_DELAY_TIME settingEvgeny Fadeev2012-09-261-0/+19
|
* Merge branch 'master' into notifications-delayAdolfo Fitoria2012-09-264-1/+14
|\
| * Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-09-264-1/+14
| |\
| | * updated changelog fileEvgeny Fadeev2012-09-251-0/+2
| | |
| | * added ASKBOT_INTERNAL_IPS setting - to allow dedicated IPs open read access ↵Evgeny Fadeev2012-09-252-0/+11
| | | | | | | | | | | | to the site
| | * fixed a potential bug in the migration 137Evgeny Fadeev2012-09-251-1/+1
| | |
* | | Merge branch 'master' into notifications-delayAdolfo Fitoria2012-09-259-38/+99
|\| |
| * | temporal fix for email images issue with tinymce editorAdolfo Fitoria2012-09-252-6/+9
| |/
| * hid the link to messages center for nowEvgeny Fadeev2012-09-241-3/+3
| |
| * fixed a missing notifications bug with enabled groupsEvgeny Fadeev2012-09-245-18/+74
| |
| * made tag search case insensitive when sidebar tag search input is enabledEvgeny Fadeev2012-09-242-11/+13
| |
* | Added initial work for limit edit notificationAdolfo Fitoria2012-09-254-72/+93
|/
* fixed a syntax error in the settings.py templatesEvgeny Fadeev2012-09-234-2/+4
|
* added startup tests to reflect merge of common to default skin for tinymce ↵Evgeny Fadeev2012-09-232-8/+16
| | | | editor
* hopefully fixess js erros for IE file uploadEvgeny Fadeev2012-09-232-7/+17
|
* minor changeEvgeny Fadeev2012-09-221-1/+0
|
* improved group-adding js for the case-variants of group namesEvgeny Fadeev2012-09-221-21/+29
|
* improved tag validation messages and fixed bug where tags were lost in the ↵Evgeny Fadeev2012-09-228-11/+63
| | | | input box on edit
* merged adolfos fixes to the response templatesEvgeny Fadeev2012-09-222-4/+2
|
* Merge branch 'adolfo'Evgeny Fadeev2012-09-227-22/+31
|\
| * fixed email link display issueAdolfo Fitoria2012-09-211-1/+6
| |
| * uploaded images work again on emails notificationsAdolfo Fitoria2012-09-204-11/+13
| |
| * fixing email stylesAdolfo Fitoria2012-09-203-10/+12
| |
* | merged and improved group sorting in the menuEvgeny Fadeev2012-09-222-15/+42
|\ \
| * | Fix for postgressql bug in order_by clauses when postgres have noAdolfo Fitoria2012-09-211-1/+7
| | | | | | | | | | | | | | | | | | correct locale setting: more info: http://scottbarnham.com/blog/2007/11/20/case-insensitive-ordering-with-django-and-postgresql/
| * | fixed group dropdown javascript to add new group in alphabetical orderAdolfo Fitoria2012-09-201-4/+19
| | |
| * | List groups alphabetically in People&Groups headerAdolfo Fitoria2012-09-191-6/+14
| | |
* | | merged latest email templates update from adolfoEvgeny Fadeev2012-09-206-21/+27
|\ \ \ | | |/ | |/|
| * | fixed post_as_subthread templateAdolfo Fitoria2012-09-201-6/+0
| | |
| * | added html email to authopenidAdolfo Fitoria2012-09-193-18/+24
| | |
| * | fixed quoted_post.html templateAdolfo Fitoria2012-09-191-6/+0
| | |
| * | fixed test and removed unused code in extract signatureAdolfo Fitoria2012-09-192-5/+3
| | |
* | | combined all dev branches for kpEvgeny Fadeev2012-09-201010-2866/+3226
|/ /
* | fixed bug in one template, TOOD: fix ↵Adolfo Fitoria2012-09-194-143/+16
| | | | | | | | test_moderated_question_answerable_approval_notification
* | added templates for hardcoded emailsAdolfo Fitoria2012-09-188-39/+86
| |
* | initial work for email templatesAdolfo Fitoria2012-09-188-17/+73
| |
* | buggy commit, error parsing signature from html emailsAdolfo Fitoria2012-09-182-31/+133
|/
* added html email testAdolfo Fitoria2012-09-171-7/+43
|
* Merge branch 'master' into email_templatesAdolfo Fitoria2012-09-1711-42/+454
|\
| * changed format of the personal group namesEvgeny Fadeev2012-09-163-2/+407
| |
| * factored out the name prefix for the personal groups to just one placeEvgeny Fadeev2012-09-169-35/+44
| |
| * fixed formatting in the documentation fileEvgeny Fadeev2012-09-161-7/+5
| |
* | Merge branch 'master' into email_templatesAdolfo Fitoria2012-09-15458-2440/+65159
|\| | | | | | | | | Conflicts: askbot/tests/__init__.py
| * made migration 138 work in mysqlEvgeny Fadeev2012-09-151-2/+2
| |
| * merged with the tag-editor branchEvgeny Fadeev2012-09-1513-63/+118
| |\