aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11271] Make path conversion more preciseDhruv2013-12-271-1/+1
* [ticket/11271] Add docblock of feed_generate_content( )Dhruv2013-12-271-0/+8
* [ticket/11271] Fix tabs and use !empty( ) instead of count( )Dhruv2013-12-271-13/+13
* [ticket/11271] Remove unnecessary inclusion of functions_displayDhruv2013-12-271-1/+0
* [ticket/11271] Typecast forum and topic id to integerDhruv2013-12-271-2/+2
* [ticket/11271] Use absolute path for displaying inline attachments in feedsDhruv2013-12-271-0/+3
* [ticket/11271] Changed executable bit.erangamapa2013-12-271-0/+0
* [ticket/11271] Formatting code and removing null assignment.erangamapa2013-12-271-5/+5
* [ticket/11271] Removing unnecessary database objecterangamapa2013-12-271-1/+1
* [ticket/11271] Separated attachment fetching queryerangamapa2013-12-271-35/+44
* [ticket/11271] Fetched feed attachments before loop.erangamapa2013-12-271-16/+38
* [ticket/11271] Removed in-line attachment comments properly.erangamapa2013-12-271-1/+1
* [ticket/11271] Displaying in-line attached images in ATOM feed.erangamapa2013-12-271-9/+29
* Merge remote-tracking branch 'github-bantu/ticket/10335' into develop-olympusNils Adermann2011-08-261-0/+6
|\
| * [ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots.Andreas Fischer2011-08-241-0/+6
* | [ticket/10320] Move phpbb_feed_base::get_passworded_forums() to user class.Andreas Fischer2011-08-251-23/+2
|/
* [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/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