aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
Commit message (Expand)AuthorAgeFilesLines
...
| * | [ticket/10320] Move phpbb_feed_base::get_passworded_forums() to user class.Andreas Fischer2011-08-251-23/+2
| |/
* | [ticket/9684] Remove code for global announcement in root-filesJoas Schilling2011-04-071-94/+22
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-02-271-19/+27
|\ \ | |/
| * [ticket/10009] Entries are always posts, update fields accordingly.Andreas Fischer2011-02-211-7/+5
| * [ticket/10009] Always show 'published' data in feed item statistics.Andreas Fischer2011-02-211-2/+2
| * [ticket/10009] Make atom:update output unconditional and before atom:publishedKevin Locke2011-02-211-9/+2
| * [ticket/10009] Send atom:updated whenever possibleKevin Locke2011-02-211-0/+4
| * [ticket/10009] Differentiate published from updated in Atom feedKevin Locke2011-02-211-14/+27
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-3/+0
|/
* [ticket/9727] Smiley Path replacement in feeds is too genericJosh Woody2010-07-181-2/+2
* Merge branch 'feature/nickvergessen/unapproved-posts-in-feed' into develop-ol...Nils Adermann2010-04-041-9/+29
|\
| * [feature/unapproved-posts-in-feed] Increase performance of is_moderator_appro...Joas Schilling2010-04-041-3/+8
| * [feature/unapproved-posts-in-feed] View note for moderators on unapproved pos...Joas Schilling2010-04-041-9/+24
* | Merge branch 'bug/nickvergessen/58695' into develop-olympusNils Adermann2010-04-041-2/+2
|\ \
| * | [bug/58695] Use method to get forums where user is moderator, thanks to bantu...Joas Schilling2010-04-031-1/+1
| * | [bug/58695] Only show unapproved posts in ATOM Feeds for moderators (Bug #58695)Joas Schilling2010-04-031-2/+2
| |/
* | [bug/9108] Fix table binding issues with PostgreSQL in board-wide feed. (Old ...Andreas Fischer2010-04-011-1/+1
|/
* Fix Bug #58595 - ATOM Feed exposes forum content under some circumstances.Andreas Fischer2010-03-051-1/+1
* Let's remove this warning again, since it for example also works quite well w...Andreas Fischer2010-01-241-3/+0
* acl_get() of course requires the forum_id there.Andreas Fischer2010-01-241-1/+1
* [Feature] Ability to use HTTP authentication in ATOM feeds by passing the GET...Andreas Fischer2010-01-191-0/+9
* No longer include subforums in forum feed.Andreas Fischer2010-01-121-34/+35
* 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