aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2012-12-201-7/+1
|\
| * [ticket/11077] Remove code from old global announcements systemJoas Schilling2012-11-111-6/+0
| * [ticket/11189] Replace DEBUG_EXTRA with DEBUGNathaniel Guse2012-11-101-1/+1
* | [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-101-4/+4
* | [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-091-2/+2
* | [feature/soft-delete] Fix sync() and some more functions to use the new fieldsJoas Schilling2012-10-221-4/+4
* | [feature/soft-delete] Correctly calculate the number of replies everywhereJoas Schilling2012-10-221-1/+1
* | [feature/soft-delete] Add unit tests for get_forums_visibility_sql()Joas Schilling2012-10-011-1/+1
* | [feature/soft-delete] Add get_visibility_sql_forums based on globalJoas Schilling2012-08-301-7/+2
* | [feature/soft-delete] Simplification part2: user can see all item visibilitiesJoas Schilling2012-08-291-5/+10
* | [feature/soft-delete] Rename phpbb_visibility class to phpbb_content_visibilityJosh Woody2012-08-291-5/+5
* | [feature/soft-delete] I told you I was going to rename the class!Josh Woody2012-08-291-5/+5
* | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-15/+13
|/
* Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into fe...Joas Schilling2012-06-041-10/+2
|\
| * [feature/new-tz-handling] Sort timezones in selector by offset.Oleg Pudeyev2012-03-141-9/+1
| * [feature/new-tz-handling] Remove code using legacy timezone properties.Chris Smith2012-03-141-1/+1
* | [ticket/10672] Fix total post count language string in statistics and feedJoas Schilling2012-02-271-1/+1
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | [ticket/10345] Use the plural function in some more places.Joas Schilling2011-11-251-1/+1
* | [ticket/10345] Make use of the plural function in some basic placesJoas Schilling2011-11-251-1/+1
|/
* [feature/remove-imagesets] Adjustments to php filesVjacheslav Trushkin2011-09-041-1/+1
* Merge branch 'develop-olympus' into developNils Adermann2011-08-261-0/+6
|\
| * 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
* | | Merge branch 'develop-olympus' into developNils Adermann2011-08-251-23/+2
|\ \ \ | |/ /
| * | [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