summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| | |
* | | Added comment to question viewTomasz Zielinski2012-01-091-0/+3
| | |
* | | Question view bugfix - if only Django had an identity map...Tomasz Zielinski2012-01-091-2/+2
| | |
* | | Merge remote-tracking branch 'askbot/master' into wikipostTomasz Zielinski2012-01-0930-172/+204
|\| |
| * | updated changelog for the new releaseEvgeny Fadeev2012-01-081-2/+2
| | |
| * | fixed runaway link patterns bugEvgeny Fadeev2012-01-081-1/+1
| | |
| * | fixed runaway link patterns bugEvgeny Fadeev2012-01-081-7/+8
| | |
| * | now images and logos can be uploaded to amazon s3Evgeny Fadeev2012-01-084-9/+15
| | |
| * | small bug fixes and allowed media url to start with httpEvgeny Fadeev2012-01-083-3/+6
| | |
| * | allowed changing of file storage backend from settings.py fileEvgeny Fadeev2012-01-083-7/+15
| | |
| * | replaced ASKBOT_UPLOADED_FILES_URL with django setting MEDIA_URLEvgeny Fadeev2012-01-0815-33/+33
| | |
| * | Merge branch 'llxpad'Evgeny Fadeev2012-01-071-37/+39
| |\ \
| | * | Update askbot/locale/es/LC_MESSAGES/django.pollxpad2012-01-041-37/+39
| | | |
| * | | replaced ASKBOT_FILE_UPLOAD_DIR setting with MEDIA_ROOTEvgeny Fadeev2012-01-0713-24/+37
| | | |
| * | | Merge branch 'master' of github.com:ASKBOT/askbot-develEvgeny Fadeev2012-01-077-180/+177
| |\ \ \
| | * | | removed unused about.html templateEvgeny Fadeev2012-01-071-10/+0
| | | | |
| | * | | removed custom templates privacy.html and about.htmlEvgeny Fadeev2012-01-073-20/+11
| | | | |
| | * | | added static_page.html template and used it for custom faq pageEvgeny Fadeev2012-01-072-19/+18
| | | | |
| | * | | moved custom header from live settings to the same place in the templates as ↵Evgeny Fadeev2012-01-042-1/+5
| | |/ / | | | | | | | | | | | | custom_header.html import
| * | | added option to disable changing email addressEvgeny Fadeev2012-01-075-9/+28
| | | |
* | | | Optimized question() viewTomasz Zielinski2012-01-0911-894/+128
| | | |
* | | | Optimized the main page so that is uses only 5 sql question to fetch all ↵Tomasz Zielinski2012-01-082-6/+7
| | | | | | | | | | | | | | | | necessary data
* | | | Added comment in migration 0092, re migration activitiesTomasz Zielinski2012-01-081-0/+4
| | | |
* | | | Question URL mapping (old -> new) + some cleanup of question-related ↵Tomasz Zielinski2012-01-074-14/+130
| | | | | | | | | | | | | | | | redirects + added some tests for redirects
* | | | BugfixesTomasz Zielinski2012-01-062-4/+4
| | | |
* | | | Added Post.id sequence check for migration 0090; minor Postgres-related fixes;Tomasz Zielinski2012-01-065-20/+54
| | | |
* | | | Upgraded migrations: code cleanup; they print now colored messages; added ↵Tomasz Zielinski2012-01-0621-94/+191
| | | | | | | | | | | | | | | | infrastructure for mapping old q/a/c URLs to the new, Post-based, ones
* | | | Upgraded migrations to fix a few small problemsTomasz Zielinski2012-01-064-46/+36
| | | |
* | | | Merge remote-tracking branch 'askbot/master' into wikipostTomasz Zielinski2012-01-0591-29503/+52460
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: askbot/models/__init__.py askbot/models/content.py askbot/skins/default/templates/macros.html askbot/skins/default/templates/widgets/scope_nav.html askbot/tests/test_data.json askbot/views/commands.py askbot/views/users.py
| * | | pulled js strings for turkish and french from transifexEvgeny Fadeev2012-01-042-131/+148
| |/ /
| * | when internal login app is disabled, links to log in/log out disappear, ↵Evgeny Fadeev2012-01-034-3/+8
| | | | | | | | | | | | assuming that the user will provide own