aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
Commit message (Expand)AuthorAgeFilesLines
...
* m_approve array can be emptyAndreas Fischer2010-01-121-2/+6
* Exclude moved topics.Andreas Fischer2010-01-121-0/+1
* min() is actually pointless there.Andreas Fischer2010-01-121-3/+4
* Actually use the new method.Andreas Fischer2010-01-121-8/+17
* Improve overall feed performanceAndreas Fischer2010-01-121-17/+31
* Make sure ORDER BY is SELECTedAndreas Fischer2010-01-081-2/+7
* We have to prefetch post ids from other tables where possible.Andreas Fischer2010-01-081-26/+92
* #54235Andreas Fischer2009-12-291-1/+1
* Integrate active topics feed. Some language adjustments and rearrangements.Andreas Fischer2009-12-271-1/+2
* Reduce amount of forums by selecting postable forums only.Andreas Fischer2009-12-251-1/+2
* Draft for active topics feed.Andreas Fischer2009-12-251-2/+117
* Split feed_limit into feed_limit_post and feed_limit_topic. Drop feed_overall...Andreas Fischer2009-12-231-5/+3
* Forgot to add this to the commit list.Andreas Fischer2009-12-221-1/+5
* Automatically lookup num_items in the config array if it is a string.Andreas Fischer2009-12-201-20/+18
* Cleanup. Remove unused methods and logic.Andreas Fischer2009-12-201-137/+11
* Abstract class for post based feeds. Separate overall, forum and topic feed.Andreas Fischer2009-12-201-184/+326
* Let forums feed use the new methods.Andreas Fischer2009-12-201-4/+3
* Abstract class for topic based feeds.Andreas Fischer2009-12-201-55/+46
* Cache forever, destroy on change.Andreas Fischer2009-12-201-4/+4
* Also improve topics feed.Andreas Fischer2009-12-201-10/+10
* Improve news feed. It basically only runs two queries now for the main content.Andreas Fischer2009-12-201-14/+41
* Provide some more generic methods.Andreas Fischer2009-12-201-0/+42
* All topics feed now returns newest board topics. Reduce required queries and ...Andreas Fischer2009-12-201-28/+29
* Topic has to be approved.Andreas Fischer2009-12-191-0/+1
* Some corrections for r10347 and r10345.Andreas Fischer2009-12-171-2/+2
* #54275 - Let's use a method for that. Also return ->lang['GUEST'] instead of ...Andreas Fischer2009-12-171-9/+19
* Use correct limit config parameter in the News feed.Andreas Fischer2009-12-171-1/+1
* News feed: Correctly handle global announcements.Andreas Fischer2009-12-171-10/+22
* Improve 'All forums' feed: Remove limit, display all forums. Join all queries...Andreas Fischer2009-12-171-9/+22
* I've got to take this back. Revert r10316 partly.Andreas Fischer2009-12-161-6/+1
* "0" is a valid title.Andreas Fischer2009-12-141-1/+1
* title already censored lower down.Andreas Fischer2009-12-131-1/+0
* Topic/Forum Feed: Also throw NO_FEED if forum has been excluded from feeds.Andreas Fischer2009-12-131-27/+36
* We don't need this anymore.Andreas Fischer2009-12-121-8/+0
* #54345 - Passworded forumsAndreas Fischer2009-12-111-3/+27
* Bug #54345 - Do not deliver topics from unreadable forums in the news feed.Andreas Fischer2009-12-111-1/+7
* Bring back caching.Andreas Fischer2009-12-111-18/+21
* Add another layer of abstraction.Andreas Fischer2009-12-111-174/+191
* Remove some unnecessary code and join two queries.Andreas Fischer2009-12-101-28/+16
* Database input, already specialchared.Andreas Fischer2009-12-101-1/+1
* Correctly use RFC 3339 date in ATOM feeds. Bug #55005Andreas Fischer2009-12-101-6/+30
* Let's add some more checks. #54295Andreas Fischer2009-12-091-9/+19
* Optimize SQL queries 'a little'.Andreas Fischer2009-12-081-12/+6
* Fix Bug #55005 - Correctly take post time instead of topic time for the over...Andreas Fischer2009-12-081-3/+1
* Make things easier. #54295, r10296Andreas Fischer2009-12-081-16/+10
* #54295 - Thanks Paul.J.MurphyAndreas Fischer2009-12-011-1/+1
* Fix Bug #54295 - Cleanly handle forum/topic not found in ATOM Feeds. Also rel...Andreas Fischer2009-12-011-19/+26
* Adjust logic to what the comment says.Andreas Fischer2009-11-251-6/+4
* We've got to use array_merge() as long as we want to be able to write to $glo...Andreas Fischer2009-11-241-2/+2
* Bug #54275 - Do not link to user profile in ATOM feed entry if post has been ...Joas Schilling2009-11-241-3/+3