summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
* | | | | | | | | Tickets 104, 107: transplant of is_anonymousTomasz Zielinski2011-12-074-11/+320
* | | | | | | | | Tickets 104, 107: transplant of slugTomasz Zielinski2011-12-072-4/+5
* | | | | | | | | Switched to test data generation on the fly instead of using test_data.jsonTomasz Zielinski2011-12-071-1/+4
* | | | | | | | | Tickets 104, 107: transplant of titleTomasz Zielinski2011-12-0719-64/+989
* | | | | | | | | Merge remote-tracking branch 'askbot/master' into wikipostTomasz Zielinski2011-12-075-37/+48
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | made dependency checking more complete and incremented revisionEvgeny Fadeev2011-12-065-37/+48
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Tickets 104, 107: transplant of the favorited_by + FavoriteQuestionTomasz Zielinski2011-12-048-27/+957