summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* small change and commentsEvgeny Fadeev2012-01-012-1/+4
* Removed empty content.pyTomasz Zielinski2011-12-311-0/+0
* BigMigration: Out of 456 test, only 67 fail, mostly for email and on-screen t...Tomasz Zielinski2011-12-3124-1522/+1740
* Updated migrations to work around a strange issue with GFkeys<->South interac...Tomasz Zielinski2011-12-313-44/+27
* Updated migration 0092 to also migrate Activity.content_objectTomasz Zielinski2011-12-311-0/+16
* BigMigration: Restoring functionalityTomasz Zielinski2011-12-3014-143/+370
* BigMigration: Question, Answer, Comment models REMOVED; Initial adjustements ...Tomasz Zielinski2011-12-3030-541/+1698
* BigMigration: prepared models for Question, Answer, Comment models removalTomasz Zielinski2011-12-2915-59/+3287
* BigMigration: added concrete Post model (note that migr. 0088 had to be alter...Tomasz Zielinski2011-12-294-39/+864
* Some more cleanup before major migration to PostTomasz Zielinski2011-12-293-11/+5
* Further Users views migration; cleanup before major migration to PostTomasz Zielinski2011-12-2910-552/+265
* Updated writers views to use Post wherever possible; Sql VIEW updateTomasz Zielinski2011-12-2710-109/+151
* Readers views kind of work now with PostTomasz Zielinski2011-12-277-25/+29
* questions() view cleanup and conversion to PostTomasz Zielinski2011-12-278-166/+90
* added translation tags to three words in the scope navEvgeny Fadeev2011-12-261-3/+3
* made live search behave on the ask question pageEvgeny Fadeev2011-12-252-9/+12
* Question view migration - partialTomasz Zielinski2011-12-177-359/+840
* Upgrading question view to use PostTomasz Zielinski2011-12-132-68/+45
* Healing test suiteTomasz Zielinski2011-12-133-25/+43
* Misc tweaksTomasz Zielinski2011-12-128-58/+246
* Merge remote-tracking branch 'askbot/wikipost' into wikipostTomasz Zielinski2011-12-1140-6139/+7568
|\
| * added option ASKBOT_FAST_TESTS to run tests from a test fixture, which is les...Evgeny Fadeev2011-12-113-5968/+6347
| * Merge branch 'master' into tomaszEvgeny Fadeev2011-12-1112-50/+186
| |\
| | * updated changelog and incremented revisionEvgeny Fadeev2011-12-102-2/+6
| | * made askbot work with Django 1.2 againEvgeny Fadeev2011-12-108-45/+179
| | * made facebook login method deletable again and fixed a wrong translation stri...Evgeny Fadeev2011-12-102-3/+1
| * | merged Rosandras navigation branch to Tomasz models workEvgeny Fadeev2011-12-1125-121/+1035
| |\ \
| | * | fix adding tag on main page when paginator is used returns error 404Rosandra Cuello2011-12-051-1/+1
| | * | Using history.js. Works in html4Rosandra Cuello2011-12-056-9/+50
| | * | implemented use of html5 history (still working on html4 alt)Rosandra Cuello2011-11-304-17/+77
| | * | Fixing problems with ajax and the urlsRosandra Cuello2011-11-286-42/+182
| | * | Merge remote-tracking branch 'upstream/master'Rosandra Cuello2011-11-231110-28705/+78477
| | |\ \
| | * | | .Rosandra Cuello2011-11-181-1/+1
| | * | | fixed issue with page numbers and page_size, fixed issue with encoded tags, c...Rosandra Cuello2011-11-1810-35/+26
| | * | | most urls working except for the ones including page or page_sizeRosandra Cuello2011-11-1715-67/+309
| | * | | url structure changed, some url patterns still missingRosandra Cuello2011-11-1716-46/+109
| | * | | Changes to url structure (still missing some parts).Rosandra Cuello2011-11-167-38/+109
| | * | | adjusting urls after ajax callRosandra Cuello2011-11-113-20/+33
| | * | | Basic restfull urls that contain scope/sort/tags/pageRosandra Cuello2011-09-298-29/+79
* | | | | Tickets 104, 107: User_stats finalizationTomasz Zielinski2011-12-108-19/+103
|/ / / /
* | | | Tickets 104, 107: User_stats tweaksTomasz Zielinski2011-12-091-9/+5
* | | | Tickets 104, 107: User_stats view optimizationsTomasz Zielinski2011-12-094-221/+192
* | | | Tickets 104, 107: Post.delete() tweakTomasz Zielinski2011-12-091-5/+2
* | | | Merge remote-tracking branch 'askbot/wikipost' into wikipostTomasz Zielinski2011-12-092-11/+59
|\ \ \ \
| * | | | first pass change of search index setups for sphinx and postgres, not testedEvgeny Fadeev2011-12-042-11/+59
* | | | | Tickets 104, 107: Added the unmanaged Post model along with the underlying VI...Tomasz Zielinski2011-12-093-3/+140
* | | | | Tickets 104, 107: Changes to post creation methods to make them use Thread wh...Tomasz Zielinski2011-12-095-99/+107
* | | | | Removed unused methods from AnswerManagerTomasz Zielinski2011-12-081-16/+0
* | | | | Tickets 104, 107: transplant of methodsTomasz Zielinski2011-12-085-349/+344
* | | | | Tickets 104, 107: transplant of tagsTomasz Zielinski2011-12-0711-77/+1007