summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* BigMigration: Fixed some more tests - Out of 456 test, only 49 fail, ONLY ↵Tomasz Zielinski2012-01-027-71/+70
| | | | for email and on-scren notification test cases
* 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 ↵Tomasz Zielinski2011-12-3124-1522/+1740
| | | | test cases
* Updated migrations to work around a strange issue with GFkeys<->South ↵Tomasz Zielinski2011-12-313-44/+27
| | | | | | interactions Possibly this is due the recurring problem with contenttypes occasionally changing their IDs
* 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
| | | | of the codebase to make `questions()` and `question()` views roughly work
* 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 ↵Tomasz Zielinski2011-12-294-39/+864
| | | | altered to make South work)
* 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 ↵Evgeny Fadeev2011-12-113-5968/+6347
| | | | | | | | less reliable, but faster
| * 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 ↵Evgeny Fadeev2011-12-102-3/+1
| | | | | | | | | | | | string in English
| * | 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
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: askbot/skins/default/templates/macros.html askbot/skins/default/templates/main_page/content.html askbot/skins/default/templates/main_page/sidebar.html askbot/skins/default/templates/main_page/tab_bar.html askbot/skins/default/templates/question.html askbot/views/readers.py Some files updated to match new urls scheme
| | * | | .Rosandra Cuello2011-11-181-1/+1
| | | | |
| | * | | fixed issue with page numbers and page_size, fixed issue with encoded tags, ↵Rosandra Cuello2011-11-1810-35/+26
| | | | | | | | | | | | | | | | | | | | cleaned up leftovers
| | * | | 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 ↵Tomasz Zielinski2011-12-093-3/+140
| | | | | | | | | | | | | | | | | | | | VIEW SQL
* | | | | Tickets 104, 107: Changes to post creation methods to make them use Thread ↵Tomasz Zielinski2011-12-095-99/+107
| | | | | | | | | | | | | | | | | | | | where reasonable
* | | | | Removed unused methods from AnswerManagerTomasz Zielinski2011-12-081-16/+0
| | | | |
* | | | | Tickets 104, 107: transplant of methodsTomasz Zielinski2011-12-085-349/+344
| | | | |