summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* startup procedures work with STATIC_URL = NoneEvgeny Fadeev2012-01-161-1/+1
|
* fixed a merge bug in a templateEvgeny Fadeev2012-01-162-55/+0
|
* merged the master branchEvgeny Fadeev2012-01-1634-129/+394
|\
| * removed bad copywriting from the send_email_alerts management commandEvgeny Fadeev2012-01-151-27/+0
| |
| * added test on wrong staticfiles app usedEvgeny Fadeev2012-01-151-0/+7
| |
| * merged the staticfiles branchEvgeny Fadeev2012-01-1519-65/+234
| |\
| | * added default value requirement for STATICFILES_STORAGE settingEvgeny Fadeev2012-01-153-3/+9
| | |
| | * removed conditional statement from mustache template as it is not working in ↵Evgeny Fadeev2012-01-152-3/+1
| | | | | | | | | | | | pystache
| | * made deployer omit staticfiles app with django < 1.3 so that users are ↵Evgeny Fadeev2012-01-153-3/+10
| | | | | | | | | | | | forced to install it manually
| | * fixed bugs in the settings.py templatesEvgeny Fadeev2012-01-153-5/+5
| | |
| | * reverted minimum django version to 1.1.2 in the requirements.txtEvgeny Fadeev2012-01-151-1/+1
| | |
| | * staticfiles app seems to work with askbot for django 1.2 and 1.3Evgeny Fadeev2012-01-159-24/+89
| | |
| | * collectstatic management command works with askbot on first passEvgeny Fadeev2012-01-14132-32746/+55539
| | |\
| | * | updated static urls in javascriptpiskvorky2011-12-183-1/+3
| | | |
| | * | added the staticfiles app itself =)piskvorky2011-12-071-0/+2
| | | |
| | * | added support for django.contrib.staticfilespiskvorky2011-12-074-14/+23
| | | | | | | | | | | | | | | | | | | | | | | | * staticfiles used to be a separate Python package, before being integrated into django 1.3 * this patch ignores the legacy package and references only the built-in django.contrib.staticfiles, so it requires django >= 1.3 * with staticfiles, serving media in development (runserver) vs. production is handled automatically, so i completely removed the /m/ media view.
| * | | added test for CSRF_COOKIE_DOMAIN setting in the startup_proceduresEvgeny Fadeev2012-01-153-0/+31
| | |/ | |/|
| * | made email recovery link work when askbot is deployed on subdirectoryEvgeny Fadeev2012-01-122-1/+8
| | |
| * | removed words "askbot" from the messages in send_email_alertsEvgeny Fadeev2012-01-111-3/+3
| | |
| * | fixed facebook loginEvgeny Fadeev2012-01-113-21/+49
| | |
| * | xss vulnerability fix and new releaseEvgeny Fadeev2012-01-1114-16/+20
| | |
* | | Search sort order tweaksTomasz Zielinski2012-01-152-3/+11
| | |
* | | run_advanced_search() cleanup; fixed tags filteringTomasz Zielinski2012-01-152-43/+35
| | |
* | | Minor edit in bottom_scripts.html, mostly re unescaping History.js URL hashTomasz Zielinski2012-01-151-13/+5
| | |
* | | Added reseting search page to 1 on search terms change; minor cleanup of ↵Tomasz Zielinski2012-01-149-234/+16
| | | | | | | | | | | | templates and template filters
* | | Page_size removed for questionsTomasz Zielinski2012-01-1420-161/+35
| | |
* | | Bugfix for tags delete icon rendering after search ajax request returnsTomasz Zielinski2012-01-143-4/+9
| | |
* | | Bugfix: `Ask youe question` button now get its initial title parameter from ↵Tomasz Zielinski2012-01-144-3/+21
| | | | | | | | | | | | search query
* | | Bugfix: scope links are now properly updated on each ajax requestTomasz Zielinski2012-01-141-0/+7
| | |
* | | Fixed two bugs in removing search tagsTomasz Zielinski2012-01-142-6/+5
| | |
* | | Merge remote-tracking branch 'askbot/wikipost' into wikipostTomasz Zielinski2012-01-141-1/+4
|\ \ \
| * | | added one tag to half of posted questions in the askbot_add_test_content ↵Evgeny Fadeev2012-01-131-1/+4
| | | | | | | | | | | | | | | | management command
* | | | Big cleanup of search and paginationTomasz Zielinski2012-01-1426-509/+626
|/ / /
* | | Bugfixes to the previous commitTomasz Zielinski2012-01-122-3/+2
| | |
* | | Further SearchState && JS cleanup - search kind of works now but still needsTomasz Zielinski2012-01-129-479/+196
| | | | | | | | | | | | a lot of attention
* | | Fixed some SearchState tests, still one is brokenTomasz Zielinski2012-01-111-10/+2
| | |
* | | Removed some unused code related directly or indirectly to SearchStateTomasz Zielinski2012-01-115-138/+7
| | |
* | | Initial refactor to remove SearchState from the sessionTomasz Zielinski2012-01-116-126/+28
| | |
* | | Upgraded&simplified api_get_questions viewTomasz Zielinski2012-01-111-26/+16
| | |
* | | Further cleanup of main page live search JS (3)Tomasz Zielinski2012-01-111-28/+23
| | |
* | | Further cleanup of main page live search JS (2)Tomasz Zielinski2012-01-111-37/+22
| | |
* | | Further cleanup of main page live search JSTomasz Zielinski2012-01-111-101/+51
| | |
* | | Initial cleanup of main page live search JSTomasz Zielinski2012-01-115-346/+108
| | |
* | | Optimized live search for the ask pageTomasz Zielinski2012-01-112-2/+84
| | |
* | | Fix attempt for main page URLsTomasz Zielinski2012-01-112-190/+25
| | |
* | | Fixed migration 0068Tomasz Zielinski2012-01-112-1/+6
| | |
* | | restored the postgres search configEvgeny Fadeev2012-01-102-36/+44
| | |
* | | postgres search config updated, but the post trigger does not workEvgeny Fadeev2012-01-101-92/+61
| | |
* | | Migrations fix to avoid buggy unicode keyword parametersTomasz Zielinski2012-01-092-2/+2
| | |
* | | Re-exploded question.html template into parts, before merging wikipost to masterTomasz Zielinski2012-01-0916-526/+192
| | |