summaryrefslogtreecommitdiffstats
path: root/askbot/tests/page_load_tests.py
Commit message (Expand)AuthorAgeFilesLines
* fixed a bug in the user network pageEvgeny Fadeev2013-05-101-0/+11
* seems to work on django 1.5Evgeny Fadeev2013-04-261-20/+24
* refactoring of the questions title search viewEvgeny Fadeev2013-04-231-3/+3
* fixed a test caseEvgeny Fadeev2013-04-081-1/+1
* allowed to enable and disable scopes on the main pageEvgeny Fadeev2013-03-221-1/+1
* unified css of buttonsEvgeny Fadeev2013-03-171-1/+3
* added basic support for multilingual contentEvgeny Fadeev2013-01-061-2/+7
* merged with the master branchEvgeny Fadeev2012-12-051-0/+68
|\
| * bugfixes: 1) global subscribers get emails even if frequency is zero; 2) if s...Evgeny Fadeev2012-12-051-0/+68
* | added search dropdown and the ask buttonEvgeny Fadeev2012-11-231-7/+7
|/
* Merge branch 'master' into django1.4Adolfo Fitoria2012-10-121-1/+3
|\
| * merged the haystack support branchEvgeny Fadeev2012-10-121-1/+3
* | Fixed issue with feed, changed settings.py template, fixed issue withAdolfo Fitoria2012-10-101-9/+7
|/
* refactored the absolutize_urls function and the with_settings decorator for t...Evgeny Fadeev2012-09-271-6/+6
* fixed the meta description tag for the question pagesEvgeny Fadeev2012-09-261-0/+12
* group description editing works againEvgeny Fadeev2012-09-141-8/+52
* added several test cases for groups-related functionsEvgeny Fadeev2012-09-111-7/+39
* group join moderation worksEvgeny Fadeev2012-09-061-1/+1
* tests pass, but group-related features need some manual testing and more test...Evgeny Fadeev2012-08-291-2/+2
* if groups are enabled the /users/ url will redirect to the general groupAdolfo Fitoria2012-08-211-0/+5
* fixed test case with url that does not exists anymoreAdolfo Fitoria2012-08-201-8/+8
* hopefully fixed internal server error when google tries to load tag wiki textEvgeny Fadeev2012-06-031-1/+18
* fixed question page urls and updated test casesEvgeny Fadeev2012-05-091-16/+15
* shaved a couple of queries from the question viewEvgeny Fadeev2012-02-261-1/+1
* Adjusted code to make unit tests passTomasz Zielinski2012-01-261-11/+23
* Main page thread summary caching BETATomasz Zielinski2012-01-241-1/+2
* Merge branch 'master' into wikipostTomasz Zielinski2012-01-221-0/+9
|\
| * fixed another rss related bugEvgeny Fadeev2012-01-221-0/+9
* | Fixes for failing tests (for both PostgreSQL and MySQL)Tomasz Zielinski2012-01-221-10/+26
* | Merge remote-tracking branch 'askbot/wikipost' into wikipostTomasz Zielinski2012-01-201-5/+6
|\|
| * removed potentially costly calls from non-askbot urls - works only when askbo...Evgeny Fadeev2012-01-181-5/+6
* | Speed optimizations for the main page; bugfixes; added new tests and upgraded...Tomasz Zielinski2012-01-191-62/+71
|/
* fixed a merge bug in a templateEvgeny Fadeev2012-01-161-9/+0
* Merge remote-tracking branch 'askbot/master' into wikipostTomasz Zielinski2012-01-091-2/+2
|\
| * replaced ASKBOT_FILE_UPLOAD_DIR setting with MEDIA_ROOTEvgeny Fadeev2012-01-071-2/+2
* | Question URL mapping (old -> new) + some cleanup of question-related redirect...Tomasz Zielinski2012-01-071-0/+84
* | BigMigration: Fixed some more tests - Out of 456 test, only 49 fail, ONLY for...Tomasz Zielinski2012-01-021-20/+19
* | Healing test suiteTomasz Zielinski2011-12-131-8/+19
* | added option ASKBOT_FAST_TESTS to run tests from a test fixture, which is les...Evgeny Fadeev2011-12-111-3/+7
* | Switched to test data generation on the fly instead of using test_data.jsonTomasz Zielinski2011-12-071-1/+4
|/
* Added widget_questions to PROTECTED URLS, removed a pdb line, changed 1 test ...Dejan Noveski2011-11-291-2/+1
* Merge branch 'master' of git://github.com/ASKBOT/askbot-develDejan Noveski2011-11-291-1/+9
|\
| * finished the iframe question list widget featuerEvgeny Fadeev2011-11-291-1/+9
| |\
| | * Very Simple Embeddable widget to display questions corresponding to tags.dm035142011-11-151-0/+5
* | | Added a confirmation line to test data and test fixture management commands, ...Dejan Noveski2011-11-291-25/+5
|/ /
* | wrote separate test cases for ask page, b/c access depends on setting ALLOW_P...Evgeny Fadeev2011-11-241-4/+16
* | made some changes in the setup templates, startup scripts and test cases - st...Evgeny Fadeev2011-11-221-0/+4
* | Feature #111: improvements in CLOSED MODEVlad Bokov2011-11-221-36/+130
|/
* Added misc tests; Fixed page load tests - still TODO: `./manage.py test askbo...Tomasz Zielinski2011-11-091-3/+25
* removed uses of __class__.__name__ on postsEvgeny Fadeev2011-09-201-1/+2