Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replaced the unnecessary hack for dealing with deleted badges with the code ↵ | Evgeny Fadeev | 2012-03-11 | 3 | -30/+6 |
| | | | | that automatically updates the badge data at startup | ||||
* | fixed a bug where page for a no longer used badge causes an internal server ↵ | Evgeny Fadeev | 2012-03-11 | 2 | -9/+41 |
| | | | | error | ||||
* | fixed a problem of badges that are assigned to deleted content | Evgeny Fadeev | 2012-03-11 | 2 | -5/+13 |
| | |||||
* | added record of Daniel Micans contribution to the changelog | Evgeny Fadeev | 2012-03-11 | 1 | -0/+1 |
| | |||||
* | Merge branch 'dan' | Evgeny Fadeev | 2012-03-11 | 1 | -21/+31 |
|\ | |||||
| * | Add test of middleware order on startup. Feature #143. | dmican | 2012-01-25 | 1 | -21/+31 |
| | | |||||
* | | merged the LDAP login contribution by user monkut | Evgeny Fadeev | 2012-03-11 | 8 | -136/+201 |
|\ \ | |||||
| * \ | Merge remote-tracking branch 'askbot/master' | unknown | 2012-01-31 | 41 | -1071/+4742 |
| |\ \ | |||||
| * | | | Removed the "humanization" of "0". No good way to translate across ↵ | unknown | 2012-01-26 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | languages. Only perfoming "humanization" on numbers > 1000. | ||||
| * | | | Commented out PROXYDN_* configuration values since they are not be used at ↵ | unknown | 2012-01-25 | 1 | -17/+19 |
| | | | | | | | | | | | | | | | | the moment. | ||||
| * | | | removing, this command does not appear to be necessary. When using LDAP, ↵ | unknown | 2012-01-25 | 1 | -68/+0 |
| | | | | | | | | | | | | | | | | it's assumed that askbot is being run in a private network. No need for other auth methods. Ldap login configuration is set by turning off other login methods and turning on ldap in settings/EXTERNAL_KEYS. | ||||
| * | | | added ldap_authentication() function into backends.py. Reads in newly added ↵ | unknown | 2012-01-25 | 2 | -35/+103 |
| | | | | | | | | | | | | | | | | Ldap configuration EXTERNAL_KEYS. | ||||
| * | | | Added LDAP related configuration items to EXTERNAL_KEYS for proper ldap ↵ | unknown | 2012-01-25 | 1 | -7/+59 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configuration: settings.register( livesettings.StringValue( EXTERNAL_KEYS, 'LDAP_BASEDN', description=_('LDAP BASE DN') ) ) settings.register( livesettings.StringValue( EXTERNAL_KEYS, 'LDAP_SEARCH_SCOPE', description=_('LDAP Search Scope'), default="subs" ) ) settings.register( livesettings.StringValue( EXTERNAL_KEYS, 'LDAP_USERID_FIELD', description=_('LDAP Server USERID field name'), default="uid" ) ) settings.register( livesettings.StringValue( EXTERNAL_KEYS, 'LDAP_COMMONNAME_FIELD', description=_('LDAP Server "Common Name" field name'), default="cn" ) ) settings.register( livesettings.StringValue( EXTERNAL_KEYS, 'LDAP_EMAIL_FIELD', description=_('LDAP Server EMAIL field name'), default="mail" ) ) settings.register( livesettings.StringValue( EXTERNAL_KEYS, 'LDAP_PROXYDN', description=_('LDAP PROXY DN'), default="" ) ) settings.register( livesettings.StringValue( EXTERNAL_KEYS, 'LDAP_PROXYDN_PASSWORD', description=_('LDAP PROXY DN Password'), defalut="", ) ) | ||||
* | | | Merge branch 'piskvorky' | Evgeny Fadeev | 2012-03-10 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | fixed compatibility issue with new html5lib release | Radim Řehůřek | 2012-03-07 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #56 from MITx/master | Evgeny Fadeev | 2012-03-10 | 1 | -2/+6 |
|\ \ \ \ | | | | | | | | | | | Keep startup from breaking on tuples in django_settings.STATICFILES_DIRS | ||||
| * | | | | Adjust startup check to handle tuples in STATICFILES_DIRS. | David Ormsbee | 2012-02-15 | 1 | -2/+6 |
| | | | | | |||||
* | | | | | Merge pull request #58 from piskvorky/patch-4 | Evgeny Fadeev | 2012-03-10 | 1 | -10/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | fix span errors in user_edit template | ||||
| * | | | | | fix span errors in user_edit template | Radim Řehůřek | 2012-03-07 | 1 | -10/+9 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'github-master' | Evgeny Fadeev | 2012-03-10 | 3 | -2/+10 |
|\| | | | | |||||
| * | | | | added cache invalidation on answer post, question retag and close/reopen | Evgeny Fadeev | 2012-03-07 | 2 | -0/+3 |
| | | | | | |||||
| * | | | | delete activity with the stale content_type of the related content object | Evgeny Fadeev | 2012-03-06 | 1 | -2/+7 |
| | | | | | |||||
* | | | | | removed the statement making the default site url being askbot.org - makes ↵ | Evgeny Fadeev | 2012-03-10 | 2 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | no sense, still need to add either an auto-test or auto-fix of the url in the settings | ||||
* | | | | | added author_name as key to cache for the question sort buttons | Evgeny Fadeev | 2012-03-10 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge branch 'github-master' | Evgeny Fadeev | 2012-03-06 | 1 | -1/+0 |
|\ \ \ \ | |||||
| * | | | | removed the return statement in the postgres full text search setup | Evgeny Fadeev | 2012-03-06 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | added management command delete_contextless_activities | Evgeny Fadeev | 2012-03-06 | 3 | -0/+23 |
|/ / / / | |||||
* | | | | fixed the disappearing form field values when tags are invalid, also removed ↵ | Evgeny Fadeev | 2012-03-05 | 2 | -6/+19 |
| | | | | | | | | | | | | | | | | the silly use-these-chars-in-tags phrase | ||||
* | | | | fixed the answer count in the question page | Evgeny Fadeev | 2012-03-05 | 2 | -1/+2 |
| | | | | |||||
* | | | | fixed some issues in the user registration form | Evgeny Fadeev | 2012-03-05 | 1 | -46/+4 |
| | | | | |||||
* | | | | merged the caching the answer page branch | Evgeny Fadeev | 2012-03-05 | 30 | -248/+570 |
|\ \ \ \ | |||||
| * | | | | cache invalidation on the question page seems to work | Evgeny Fadeev | 2012-03-05 | 13 | -81/+95 |
| | | | | | |||||
| * | | | | added a section about moderation to the manual | Evgeny Fadeev | 2012-03-04 | 2 | -0/+31 |
| | | | | | |||||
| * | | | | 9 queries left on the question page logged in with warm cache vs 1 for ↵ | Evgeny Fadeev | 2012-03-04 | 9 | -45/+142 |
| | | | | | | | | | | | | | | | | | | | | logged out | ||||
| * | | | | about halfed the queries on the question page on warm cache, cut CPU time ↵ | Evgeny Fadeev | 2012-02-29 | 12 | -89/+209 |
| | | | | | | | | | | | | | | | | | | | | somewhat too | ||||
| * | | | | refactored the templates for the question page to make them more easily ↵ | Evgeny Fadeev | 2012-02-27 | 11 | -66/+126 |
| | | | | | | | | | | | | | | | | | | | | cacheable, but no gain on the queries yet | ||||
* | | | | | disabled the answer list caching because there is no invalidation yet | Evgeny Fadeev | 2012-03-03 | 2 | -4/+5 |
| | | | | | |||||
* | | | | | fixed sorting of questions by date | Evgeny Fadeev | 2012-03-02 | 3 | -2/+557 |
| | | | | | |||||
* | | | | | fixed sorting by votes on the main page | Evgeny Fadeev | 2012-03-02 | 4 | -2/+563 |
|/ / / / | |||||
* | | | | cached answer list query which saves about 15% on the question page generation | Evgeny Fadeev | 2012-02-27 | 3 | -30/+32 |
| | | | | |||||
* | | | | Merge branch 'github-master' | Evgeny Fadeev | 2012-02-26 | 5 | -519/+515 |
|\ \ \ \ | |||||
| * | | | | english django.po file compiles | Evgeny Fadeev | 2012-02-26 | 5 | -519/+515 |
| | | | | | |||||
* | | | | | shaved a couple of queries from the question view | Evgeny Fadeev | 2012-02-26 | 4 | -22/+31 |
|/ / / / | |||||
* | | | | made "bare" english django.po file | Evgeny Fadeev | 2012-02-25 | 40 | -537/+537 |
| | | | | |||||
* | | | | fixed formal correctness of the Turkish django.po file | Evgeny Fadeev | 2012-02-22 | 1 | -24/+12 |
| | | | | |||||
* | | | | merged translations from the repository with those in the document ↵ | Evgeny Fadeev | 2012-02-22 | 74 | -3621/+30165 |
| | | | | | | | | | | | | | | | | foundation pootle system | ||||
* | | | | Merge branch 'github-master' | Evgeny Fadeev | 2012-02-22 | 11 | -3620/+2907 |
|\ \ \ \ | |||||
| * | | | | rebuilt russian locale | Evgeny Fadeev | 2012-02-22 | 2 | -2841/+2185 |
| | | | | | |||||
| * | | | | Merge branch 'github-master' | Evgeny Fadeev | 2012-02-21 | 21 | -119/+298 |
| |\ \ \ \ | |||||
| * | | | | | rebuilt english locale and fixed fuzzy translations | Evgeny Fadeev | 2012-02-21 | 9 | -779/+722 |
| | | | | | |