summaryrefslogtreecommitdiffstats
path: root/askbot/feed.py
Commit message (Collapse)AuthorAgeFilesLines
* hopefully fixed the askbot site mounted at a sub-urlEvgeny Fadeev2013-05-051-6/+8
|
* merged the django1.4 compatibility branch by AdolfoEvgeny Fadeev2012-11-101-6/+12
|\
| * Fixed issue with feed, changed settings.py template, fixed issue withAdolfo Fitoria2012-10-101-9/+11
| | | | | | | | | | | | | | | | skin loader, fixed urls.py for feeds fixed bug in messages hack with django 1.4.1 all test pass in 1.3.1, haystack and email parsing tests fails on 1.4.1
| * Merge branch 'master' into django1.4Adolfo Fitoria2012-08-021-39/+45
| |\ | | | | | | | | | | | | Conflicts: askbot/feed.py
| * | initial django 1.4 supportAdolfo Fitoria2011-12-231-9/+13
| | |
* | | added a setting to disable RSS feedEvgeny Fadeev2012-11-071-1/+5
| |/ |/|
* | added full site url to rss feeds for the user profile urlsEvgeny Fadeev2012-06-141-1/+1
| |
* | updated feed class againAdolfo Fitoria2012-05-081-10/+27
| |
* | fixed feed issues with cache.Adolfo Fitoria2012-05-081-13/+13
| |
* | fixed another rss related bugEvgeny Fadeev2012-01-221-1/+1
| |
* | fixed a bug in the individual question feedEvgeny Fadeev2012-01-221-2/+1
| |
* | BigMigration: Out of 456 test, only 67 fail, mostly for email and on-screen ↵Tomasz Zielinski2011-12-311-21/+12
| | | | | | | | test cases
* | BigMigration: Question, Answer, Comment models REMOVED; Initial adjustements ↵Tomasz Zielinski2011-12-301-1/+1
| | | | | | | | of the codebase to make `questions()` and `question()` views roughly work
* | Tickets 104, 107: transplant of last_activity_* fieldsTomasz Zielinski2011-12-041-1/+1
|/
* Reintroduced limit to rss feed length (lost in commit 54c4083)Alexander Werner2011-11-181-1/+1
|
* Updated live search to switch feed url, added comments - better code, ↵Dejan Noveski2011-11-151-2/+8
| | | | removed unused import, querystring building moved further up to be used in AJAX response
* RSS feed made context sensitiveDejan Noveski2011-11-151-5/+15
|
* modified the individiual question feature, added Sayan Chowdhury to the list ↵Evgeny Fadeev2011-10-031-26/+46
| | | | of contributors
* added item description in rss feed and changed the format in rss feed of ↵Sayan Chowdhury2011-09-281-3/+20
| | | | particular question
* added rss feed for particular questionSayan Chowdhury2011-09-281-1/+47
|
* retagging does not bump question in the list, fixed item guid in the rss ↵Evgeny Fadeev2011-01-211-0/+6
| | | | feed, added management command get_tag_stats
* removed unused importsEvgeny Fadeev2011-01-091-1/+1
|
* renamed main django app from forum to askbotEvgeny Fadeev2010-06-131-0/+63