aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ticket/11271' into ticket/11271-developDhruv2013-10-051-1/+5
|\
| * [ticket/11271] Typecast forum and topic id to integerDhruv2013-10-041-2/+2
| * [ticket/11271] Use absolute path for displaying inline attachments in feedsDhruv2013-09-151-0/+3
| * [ticket/11271] Changed executable bit.erangamapa2013-09-151-0/+0
| * [ticket/11271] Formatting code and removing null assignment.erangamapa2013-09-151-5/+5
| * [ticket/11271] Removing unnecessary database objecterangamapa2013-09-151-1/+1
| * [ticket/11271] Separated attachment fetching queryerangamapa2013-09-151-35/+44
| * [ticket/11271] Fetched feed attachments before loop.erangamapa2013-09-151-16/+38
| * [ticket/11271] Removed in-line attachment comments properly.erangamapa2013-09-151-1/+1
| * [ticket/11271] Displaying in-line attached images in ATOM feed.erangamapa2013-09-151-9/+29
* | [ticket/11481] Move prepended slash from calls into functionJoas Schilling2013-06-061-1/+1
* | [ticket/11481] Use container for all classes and inject dependenciesJoas Schilling2013-06-061-1/+2
* | [ticket/11481] Move functions from feed into helper classJoas Schilling2013-06-061-109/+7
* | [ticket/11481] Move active topics feed to own fileJoas Schilling2013-06-061-123/+0
* | [ticket/11481] Move topics feed to own fileJoas Schilling2013-06-061-77/+0
* | [ticket/11481] Move news feed to own fileJoas Schilling2013-06-061-99/+0
* | [ticket/11481] Move forums feed to own fileJoas Schilling2013-06-061-62/+0
* | [ticket/11481] Move topic feed to own fileJoas Schilling2013-06-061-98/+0
* | [ticket/11481] Move forum feed to own fileJoas Schilling2013-06-061-129/+0
* | [ticket/11481] Move overall feed to own fileJoas Schilling2013-06-061-83/+0
* | [ticket/11481] Move feed topic base to own fileJoas Schilling2013-06-061-45/+0
* | [ticket/11481] Move feed post base to own fileJoas Schilling2013-06-061-43/+0
* | [ticket/11481] Move feed base to own fileJoas Schilling2013-06-061-214/+0
* | [ticket/11481] Move feed factory to own fileJoas Schilling2013-06-061-88/+0
* | [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
* | 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