aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15720] Don't escape ampersands on redirectionsRubén Calvo2019-05-091-3/+3
| | | | PHPBB3-15720
* [ticket/13645] Move the feeds to controllersNicofuma2015-08-231-203/+17
| | | | PHPBB3-13645
* [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-6/+6
| | | | PHPBB3-13455
* [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+2
| | | | PHPBB3-13450
* [ticket/13045] Remove Pragma headersJakub Senko2014-09-171-1/+0
| | | | PHPBB3-13045
* [ticket/13044] move GMT string out of gmdate()Jakub Senko2014-09-171-1/+1
| | | | PHPBB3-13044
* [ticket/13044] Correct Expires headersJakub Senko2014-09-171-1/+1
| | | | PHPBB3-13044
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+8
| | | | PHPBB3-12594
* [ticket/12421] Rebase and enable testsTristan Darricau2014-05-061-1/+1
| | | | PHPBB3-12421
* [ticket/12421] Don't parse [attachment] tags if user can't view themTristan Darricau2014-05-061-1/+3
| | | | | | https://tracker.phpbb.com/browse/PHPBB3-12421 PHPBB3-12421
* [ticket/12413] Fatal Error for feed.php?mode=forumsTristan Darricau2014-05-021-4/+1
| | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12413 http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=45475 PHPBB3-12413
* [ticket/12418] Notice displayed for feed.phpTristan Darricau2014-04-181-1/+1
| | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12418 language/viewtopic.php isn't loaded, so MISSING_INLINE_ATTACHMENT isn't available. PHPBB3-12418
* Merge branch 'ticket/11271' into ticket/11271-developDhruv2013-10-051-1/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By erangamapa (7) and Dhruv (2) * ticket/11271: [ticket/11271] Typecast forum and topic id to integer [ticket/11271] Use absolute path for displaying inline attachments in feeds [ticket/11271] Changed executable bit. [ticket/11271] Formatting code and removing null assignment. [ticket/11271] Removing unnecessary database object [ticket/11271] Separated attachment fetching query [ticket/11271] Fetched feed attachments before loop. [ticket/11271] Removed in-line attachment comments properly. [ticket/11271] Displaying in-line attached images in ATOM feed. Conflicts: phpBB/feed.php
| * [ticket/11271] Typecast forum and topic id to integerDhruv2013-10-041-2/+2
| | | | | | | | PHPBB3-11271
| * [ticket/11271] Use absolute path for displaying inline attachments in feedsDhruv2013-09-151-0/+3
| | | | | | | | PHPBB3-11271
| * [ticket/11271] Changed executable bit.erangamapa2013-09-151-0/+0
| | | | | | | | | | | | Changed executable bit value from 755 to 644. PHPBB3-11271
| * [ticket/11271] Formatting code and removing null assignment.erangamapa2013-09-151-5/+5
| | | | | | | | | | | | | | Formatted code and replaced null assignment with empty array assignment to attachments parameter in method 'feed_generate_content'. PHPBB3-11271
| * [ticket/11271] Removing unnecessary database objecterangamapa2013-09-151-1/+1
| | | | | | | | | | | | | | Removed unnecessary global database object from 'feed_generate_content' Method. PHPBB3-11271
| * [ticket/11271] Separated attachment fetching queryerangamapa2013-09-151-35/+44
| | | | | | | | | | | | | | | | Removed external query used to fetch related attachments. Added attachments fetching method with database query to post based feed. PHPBB3-11271
| * [ticket/11271] Fetched feed attachments before loop.erangamapa2013-09-151-16/+38
| | | | | | | | | | | | | | Fetched feed attachments before looping through feed items and send them to method 'feed_generate_content' for each feed item. PHPBB3-11271
| * [ticket/11271] Removed in-line attachment comments properly.erangamapa2013-09-151-1/+1
| | | | | | | | | | | | Added a new regex to remove in-line attachment comments. PHPBB3-11271
| * [ticket/11271] Displaying in-line attached images in ATOM feed.erangamapa2013-09-151-9/+29
| | | | | | | | | | | | | | | | | | In-line attached images are not displaying as they are not parsing. Included 'parse_attachments' column name for data fetching queries in feed.php. Checked weather feeds have in-line attachments and parsed them by using parse_attachments() method. PHPBB3-11271
* | [ticket/11481] Move prepended slash from calls into functionJoas Schilling2013-06-061-1/+1
| | | | | | | | PHPBB3-11481
* | [ticket/11481] Use container for all classes and inject dependenciesJoas Schilling2013-06-061-1/+2
| | | | | | | | PHPBB3-11481
* | [ticket/11481] Move functions from feed into helper classJoas Schilling2013-06-061-109/+7
| | | | | | | | PHPBB3-11481
* | [ticket/11481] Move active topics feed to own fileJoas Schilling2013-06-061-123/+0
| | | | | | | | PHPBB3-11481
* | [ticket/11481] Move topics feed to own fileJoas Schilling2013-06-061-77/+0
| | | | | | | | PHPBB3-11481
* | [ticket/11481] Move news feed to own fileJoas Schilling2013-06-061-99/+0
| | | | | | | | PHPBB3-11481
* | [ticket/11481] Move forums feed to own fileJoas Schilling2013-06-061-62/+0
| | | | | | | | PHPBB3-11481
* | [ticket/11481] Move topic feed to own fileJoas Schilling2013-06-061-98/+0
| | | | | | | | PHPBB3-11481
* | [ticket/11481] Move forum feed to own fileJoas Schilling2013-06-061-129/+0
| | | | | | | | PHPBB3-11481
* | [ticket/11481] Move overall feed to own fileJoas Schilling2013-06-061-83/+0
| | | | | | | | PHPBB3-11481
* | [ticket/11481] Move feed topic base to own fileJoas Schilling2013-06-061-45/+0
| | | | | | | | PHPBB3-11481
* | [ticket/11481] Move feed post base to own fileJoas Schilling2013-06-061-43/+0
| | | | | | | | PHPBB3-11481
* | [ticket/11481] Move feed base to own fileJoas Schilling2013-06-061-214/+0
| | | | | | | | PHPBB3-11481
* | [ticket/11481] Move feed factory to own fileJoas Schilling2013-06-061-88/+0
| | | | | | | | PHPBB3-11481
* | [ticket/11077] Remove code from old global announcements systemJoas Schilling2012-11-111-6/+0
| | | | | | | | PHPBB3-11077
* | [ticket/11189] Replace DEBUG_EXTRA with DEBUGNathaniel Guse2012-11-101-1/+1
| | | | | | | | PHPBB3-11189
* | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into ↵Joas Schilling2012-06-041-10/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | feature/new-tz-handling Conflicts: phpBB/includes/functions_profile_fields.php phpBB/includes/session.php phpBB/install/database_update.php
| * | [feature/new-tz-handling] Sort timezones in selector by offset.Oleg Pudeyev2012-03-141-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the list of timezones is very long, and users are likely to know their current offset but not necessarily which city that is nearby is in the timezone database, sort the list of timezones by offset. UTC is specially handled to show up before other GMT+0 timezones. PHPBB3-9558
| * | [feature/new-tz-handling] Remove code using legacy timezone properties.Chris Smith2012-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code accessing the legacy user::$timezone and user::$dst properties has been removed and replaced with code utilising user::create_datetime(). Changed by Oleg: in viewtopic, memberlist and index use getTimestamp() + getOffset(). We show members that have birthdays on the specified date. getTimestamp() returns the current date in UTC. We add getOffset() to obtain the current local time in the viewing user's timezone. Then we find members having birthday on this date. Changed by Oleg again: Take leap year status out of the datetime object we have, this seems like it should work as one would expect. PHPBB3-9558
* | | [ticket/10672] Fix total post count language string in statistics and feedJoas Schilling2012-02-271-1/+1
| | | | | | | | | | | | PHPBB3-10672
* | | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | | | | | | | | | PHPBB3-9916
* | | [ticket/10345] Use the plural function in some more places.Joas Schilling2011-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | I added two function avatar_explanation_string() and avatar_error_wrong_size() for easier handling of the "pixels"-languages, as they are used quite often. PHPBB3-10345
* | | [ticket/10345] Make use of the plural function in some basic placesJoas Schilling2011-11-251-1/+1
|/ / | | | | | | PHPBB3-10345
* | [feature/remove-imagesets] Adjustments to php filesVjacheslav Trushkin2011-09-041-1/+1
| | | | | | | | | | | | Removing imagesets. Adjustments to php files PHPBB3-10336
* | Merge branch 'develop-olympus' into developNils Adermann2011-08-261-0/+6
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots.
| * Merge remote-tracking branch 'github-bantu/ticket/10335' into develop-olympusNils Adermann2011-08-261-0/+6
| |\ | | | | | | | | | | | | * github-bantu/ticket/10335: [ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots.
| | * [ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots.Andreas Fischer2011-08-241-0/+6
| | | | | | | | | | | | PHPBB3-10335
* | | Merge branch 'develop-olympus' into developNils Adermann2011-08-251-23/+2
|\ \ \ | |/ / | | | | | | | | | | | | * develop-olympus: [ticket/10320] Exclude passworded forums when determining "Most active topic". [ticket/10320] Move phpbb_feed_base::get_passworded_forums() to user class.