Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | removed potentially costly calls from non-askbot urls - works only when ↵ | Evgeny Fadeev | 2012-01-18 | 5 | -5/+47 | |
|/ / | | | | | | | askbot is not deployed at root of the site | |||||
* | | added test for STATIC_ROOT setting | Evgeny Fadeev | 2012-01-17 | 1 | -1/+14 | |
| | | ||||||
* | | added test on presence of CSRF_COOKIE_DOMAIN setting | Evgeny Fadeev | 2012-01-17 | 1 | -12/+21 | |
| | | ||||||
* | | removed direct references to DATABASE_ENGINE settings parameter | Evgeny Fadeev | 2012-01-17 | 3 | -21/+13 | |
| | | ||||||
* | | fixed a bug it postgres full text search, relevance searching still does not ↵ | Evgeny Fadeev | 2012-01-16 | 2 | -11/+12 | |
| | | | | | | | | work | |||||
* | | made dedicated scripts for full text search setup in postgres - per version ↵ | Evgeny Fadeev | 2012-01-16 | 7 | -21/+523 | |
| | | | | | | | | of the database schema, fts is still broken | |||||
* | | startup procedures work with STATIC_URL = None | Evgeny Fadeev | 2012-01-16 | 1 | -1/+1 | |
| | | ||||||
* | | fixed a merge bug in a template | Evgeny Fadeev | 2012-01-16 | 2 | -55/+0 | |
| | | ||||||
* | | merged the master branch | Evgeny Fadeev | 2012-01-16 | 34 | -129/+394 | |
|\ \ | |/ |/| | ||||||
| * | removed bad copywriting from the send_email_alerts management command | Evgeny Fadeev | 2012-01-15 | 1 | -27/+0 | |
| | | ||||||
| * | added test on wrong staticfiles app used | Evgeny Fadeev | 2012-01-15 | 1 | -0/+7 | |
| | | ||||||
| * | merged the staticfiles branch | Evgeny Fadeev | 2012-01-15 | 19 | -65/+234 | |
| |\ | ||||||
| | * | added default value requirement for STATICFILES_STORAGE setting | Evgeny Fadeev | 2012-01-15 | 3 | -3/+9 | |
| | | | ||||||
| | * | removed conditional statement from mustache template as it is not working in ↵ | Evgeny Fadeev | 2012-01-15 | 2 | -3/+1 | |
| | | | | | | | | | | | | pystache | |||||
| | * | made deployer omit staticfiles app with django < 1.3 so that users are ↵ | Evgeny Fadeev | 2012-01-15 | 3 | -3/+10 | |
| | | | | | | | | | | | | forced to install it manually | |||||
| | * | fixed bugs in the settings.py templates | Evgeny Fadeev | 2012-01-15 | 3 | -5/+5 | |
| | | | ||||||
| | * | reverted minimum django version to 1.1.2 in the requirements.txt | Evgeny Fadeev | 2012-01-15 | 1 | -1/+1 | |
| | | | ||||||
| | * | staticfiles app seems to work with askbot for django 1.2 and 1.3 | Evgeny Fadeev | 2012-01-15 | 9 | -24/+89 | |
| | | | ||||||
| | * | collectstatic management command works with askbot on first pass | Evgeny Fadeev | 2012-01-14 | 132 | -32746/+55539 | |
| | |\ | ||||||
| | * | | updated static urls in javascript | piskvorky | 2011-12-18 | 3 | -1/+3 | |
| | | | | ||||||
| | * | | added the staticfiles app itself =) | piskvorky | 2011-12-07 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | added support for django.contrib.staticfiles | piskvorky | 2011-12-07 | 4 | -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_procedures | Evgeny Fadeev | 2012-01-15 | 3 | -0/+31 | |
| | |/ | |/| | ||||||
| * | | made email recovery link work when askbot is deployed on subdirectory | Evgeny Fadeev | 2012-01-12 | 2 | -1/+8 | |
| | | | ||||||
| * | | removed words "askbot" from the messages in send_email_alerts | Evgeny Fadeev | 2012-01-11 | 1 | -3/+3 | |
| | | | ||||||
| * | | fixed facebook login | Evgeny Fadeev | 2012-01-11 | 3 | -21/+49 | |
| | | | ||||||
| * | | xss vulnerability fix and new release | Evgeny Fadeev | 2012-01-11 | 14 | -16/+20 | |
| | | | ||||||
* | | | Search sort order tweaks | Tomasz Zielinski | 2012-01-15 | 2 | -3/+11 | |
| | | | ||||||
* | | | run_advanced_search() cleanup; fixed tags filtering | Tomasz Zielinski | 2012-01-15 | 2 | -43/+35 | |
| | | | ||||||
* | | | Minor edit in bottom_scripts.html, mostly re unescaping History.js URL hash | Tomasz Zielinski | 2012-01-15 | 1 | -13/+5 | |
| | | | ||||||
* | | | Added reseting search page to 1 on search terms change; minor cleanup of ↵ | Tomasz Zielinski | 2012-01-14 | 9 | -234/+16 | |
| | | | | | | | | | | | | templates and template filters | |||||
* | | | Page_size removed for questions | Tomasz Zielinski | 2012-01-14 | 20 | -161/+35 | |
| | | | ||||||
* | | | Bugfix for tags delete icon rendering after search ajax request returns | Tomasz Zielinski | 2012-01-14 | 3 | -4/+9 | |
| | | | ||||||
* | | | Bugfix: `Ask youe question` button now get its initial title parameter from ↵ | Tomasz Zielinski | 2012-01-14 | 4 | -3/+21 | |
| | | | | | | | | | | | | search query | |||||
* | | | Bugfix: scope links are now properly updated on each ajax request | Tomasz Zielinski | 2012-01-14 | 1 | -0/+7 | |
| | | | ||||||
* | | | Fixed two bugs in removing search tags | Tomasz Zielinski | 2012-01-14 | 2 | -6/+5 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'askbot/wikipost' into wikipost | Tomasz Zielinski | 2012-01-14 | 1 | -1/+4 | |
|\ \ \ | ||||||
| * | | | added one tag to half of posted questions in the askbot_add_test_content ↵ | Evgeny Fadeev | 2012-01-13 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | management command | |||||
* | | | | Big cleanup of search and pagination | Tomasz Zielinski | 2012-01-14 | 26 | -509/+626 | |
|/ / / | ||||||
* | | | Bugfixes to the previous commit | Tomasz Zielinski | 2012-01-12 | 2 | -3/+2 | |
| | | | ||||||
* | | | Further SearchState && JS cleanup - search kind of works now but still needs | Tomasz Zielinski | 2012-01-12 | 9 | -479/+196 | |
| | | | | | | | | | | | | a lot of attention | |||||
* | | | Fixed some SearchState tests, still one is broken | Tomasz Zielinski | 2012-01-11 | 1 | -10/+2 | |
| | | | ||||||
* | | | Removed some unused code related directly or indirectly to SearchState | Tomasz Zielinski | 2012-01-11 | 5 | -138/+7 | |
| | | | ||||||
* | | | Initial refactor to remove SearchState from the session | Tomasz Zielinski | 2012-01-11 | 6 | -126/+28 | |
| | | | ||||||
* | | | Upgraded&simplified api_get_questions view | Tomasz Zielinski | 2012-01-11 | 1 | -26/+16 | |
| | | | ||||||
* | | | Further cleanup of main page live search JS (3) | Tomasz Zielinski | 2012-01-11 | 1 | -28/+23 | |
| | | | ||||||
* | | | Further cleanup of main page live search JS (2) | Tomasz Zielinski | 2012-01-11 | 1 | -37/+22 | |
| | | | ||||||
* | | | Further cleanup of main page live search JS | Tomasz Zielinski | 2012-01-11 | 1 | -101/+51 | |
| | | | ||||||
* | | | Initial cleanup of main page live search JS | Tomasz Zielinski | 2012-01-11 | 5 | -346/+108 | |
| | | | ||||||
* | | | Optimized live search for the ask page | Tomasz Zielinski | 2012-01-11 | 2 | -2/+84 | |
| | | |