summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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
| * | Merge branch 'github-master'Evgeny Fadeev2012-01-0334-23869/+43989
| |\ \
| | * | rebuilt django.po filesEvgeny Fadeev2012-01-0334-23869/+43989
| | | |
| * | | allowed disabling gravatarEvgeny Fadeev2012-01-034-3/+46
| |/ /
| * | made form validation work properly for testing of the minimal lenght of ↵Evgeny Fadeev2012-01-0213-25/+155
| | | | | | | | | | | | answers and questions
| * | Merge branch 'piskvorky'Evgeny Fadeev2011-12-304-13/+32
| |\ \
| | * | added min settings to javascriptpiskvorky2011-12-173-15/+10
| | | |
| | * | moved min title/editor length to livesettingspiskvorky2011-12-173-4/+28
| | | | | | | | | | | | | | | | * was: hard-wired at 10 characters
| * | | updated changelogEvgeny Fadeev2011-12-301-0/+1
| | | |
| * | | adjusted style for the edittorEvgeny Fadeev2011-12-301-1/+1
| | | |
| * | | Merge branch 'piskvorky'Evgeny Fadeev2011-12-301-7/+2
| |\ \ \
| | * | | removed forgotten /askbot/upfiles pathwww-data2011-12-181-7/+2
| | |/ /
| * | | Merge branch 'master' into adolfoEvgeny Fadeev2011-12-296-20/+43
| |\ \ \
| | * \ \ Merge branch 'github-master'Evgeny Fadeev2011-12-292-4/+4
| | |\ \ \
| | | * \ \ Merge branch 'github-master'Evgeny Fadeev2011-12-293-16/+38
| | | |\ \ \
| | | * | | | fixed two more remaining issues with the url translationsEvgeny Fadeev2011-12-292-4/+4
| | | | | | |
| | * | | | | updated the changelogEvgeny Fadeev2011-12-291-0/+1
| | | |/ / / | | |/| | |
| | * | | | added extra user name validation to make it slugification safeEvgeny Fadeev2011-12-293-16/+38
| | |/ / /
| * | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2011-12-2915-21/+66
| |\| | |
| | * | | made askbot work better when hosted under "subdirectory", still need to fix ↵Evgeny Fadeev2011-12-298-14/+16
| | | | | | | | | | | | | | | | | | | | uploaded avatar
| | * | | made askbot compatible with CSRFViewMiddlewareEvgeny Fadeev2011-12-295-1/+17
| | | | |
| | * | | added test for the absence of dot symbol in the directory name in the ↵Evgeny Fadeev2011-12-283-5/+27
| | | | | | | | | | | | | | | | | | | | askbot-setup script
| | * | | added basic slugification to titles when ALLOW_UNICODE_SLUGS = TrueEvgeny Fadeev2011-12-282-2/+7
| | | | |
| * | | | fixed setup template changed typo in ASKBOT_EXTRA_SKINS_DIRAdolfo Fitoria2011-12-282-2/+2
| | | | |
| * | | | Merge branch 'master' of git://github.com/byroncorrales/askbot-develAdolfo Fitoria2011-12-265-57/+76
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Correct position of the comment when is editedByron2011-12-244-4/+12
| | | | |
| | * | | A little fix in close button of commentsByron2011-12-242-3/+6
| | | | |
| | * | | changing tag design to full css styleByron2011-12-244-50/+58
| | | | |
| * | | | added admin user to the askbot_add_test_content management commandEvgeny Fadeev2011-12-251-0/+7
| |/ / /
| * | | made logo hidden by default, and release 0.7.36Evgeny Fadeev2011-12-204-5147/+5151
| | | |
| * | | removed unnecessary exception from the live settings wrapperEvgeny Fadeev2011-12-201-3/+1
| | | |
| * | | added dates to the latest releasesEvgeny Fadeev2011-12-161-19/+19
| | | |
| * | | Merge branch 'adolfo'Evgeny Fadeev2011-12-151-0/+28
| |\ \ \
| | * \ \ Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2011-12-155-37/+176
| | |\ \ \
| | * \ \ \ Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2011-12-134-681/+2560
| | |\ \ \ \
| | * | | | | added initial documentation for celery integrationAdolfo Fitoria2011-12-121-0/+28
| | | | | | |
| * | | | | | updated revision and the changelogEvgeny Fadeev2011-12-152-3/+9
| | | | | | |
| * | | | | | Merge branch 'dejan'Evgeny Fadeev2011-12-155-28/+130
| |\ \ \ \ \ \
| | * | | | | | Don't send out badge signal on unflagDejan Noveski2011-12-121-14/+2
| | | | | | | |
| | * | | | | | Merge branch 'master' of git://github.com/ASKBOT/askbot-develDejan Noveski2011-12-124-680/+2559
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |