History | View | Annotate | Download (38.3 kB)
commit 21630596320a90a68f0cfed0e319d1c9edff79c5Merge: b1d6c0a d11a009Author: Igor Wiedler <igor@wiedler.ch>Date: Sun Feb 27 22:27:21 2011 +0100
Merge branch 'ticket/bantu/10009' into develop-olympus
commit cfe0b5356f1809943b65c1976c4470a100deb0efMerge: 0dc05a2 16c95b4Author: Andreas Fischer <bantu@phpbb.com>Date: Thu Jul 22 01:39:18 2010 +0200
Merge branch 'ticket/jellydoughnut/9727' into develop-olympus
commit 1af1a96501b1413aa79b84670122a8761bb933c5Merge: feb3987 19c7ea3Author: Nils Adermann <naderman@naderman.de>
Merge branch 'feature/nickvergessen/unapproved-posts-in-feed' into develop-olympus
commit f07c9fab2bb8eb92d575e1a63d4f301e880dc80bMerge: fa9510b 0d4daebAuthor: Nils Adermann <naderman@naderman.de>
Merge branch 'bug/nickvergessen/58695' into develop-olympus
commit a2545d1203f694c3096d1e70e507243061dd95e7Merge: 6d9d2b6 2b696ccAuthor: Nils Adermann <naderman@naderman.de>
Merge branch 'bug/bantu/9108' into develop-olympus
commit 07fd27053040b1e3cd5a36f5d53b529caa3f695eMerge: ac32927 f0a8239Author: Nils Adermann <naderman@naderman.de>AuthorDate: Fri Mar 5 20:56:45 2010 +0100Commit: Nils Adermann <naderman@naderman.de>CommitDate: Fri Mar 5 20:56:45 2010 +0100
Merge branch 'bug/bantu/58595' into develop-olympus
Let's remove this warning again, since it for example also works quite well with the topic_id.
acl_get() of course requires the forum_id there.
[Feature] Ability to use HTTP authentication in ATOM feeds by passing the GET parameter auth=http
No longer include subforums in forum feed.
m_approve array can be empty
Exclude moved topics.
min() is actually pointless there.
Actually use the new method.
Improve overall feed performance
Make sure ORDER BY is SELECTed
We have to prefetch post ids from other tables where possible.
#54235
Integrate active topics feed. Some language adjustments and rearrangements.
Reduce amount of forums by selecting postable forums only.
Draft for active topics feed.
Split feed_limit into feed_limit_post and feed_limit_topic. Drop feed_overall_topics_limit.
Forgot to add this to the commit list.
Automatically lookup num_items in the config array if it is a string.
Cleanup. Remove unused methods and logic.
Abstract class for post based feeds. Separate overall, forum and topic feed.
Let forums feed use the new methods.
Abstract class for topic based feeds.
Cache forever, destroy on change.
Also improve topics feed.
Improve news feed. It basically only runs two queries now for the main content.
Provide some more generic methods.
All topics feed now returns newest board topics. Reduce required queries and complexity.
Topic has to be approved.
Some corrections for r10347 and r10345.
#54275 - Let's use a method for that. Also return ->lang['GUEST'] instead of ['username'].
Use correct limit config parameter in the News feed.
News feed: Correctly handle global announcements.
Improve 'All forums' feed: Remove limit, display all forums. Join all queries to one.
I've got to take this back. Revert r10316 partly.
"0" is a valid title.
title already censored lower down.
Topic/Forum Feed: Also throw NO_FEED if forum has been excluded from feeds.
We don't need this anymore.
#54345 - Passworded forums
Bug #54345 - Do not deliver topics from unreadable forums in the news feed.
Bring back caching.
Add another layer of abstraction.
Remove some unnecessary code and join two queries.
Database input, already specialchared.
Correctly use RFC 3339 date in ATOM feeds. Bug #55005
Let's add some more checks. #54295
Optimize SQL queries 'a little'.
Fix Bug #55005 - Correctly take post time instead of topic time for the overall forum feed statistics row.
Make things easier. #54295, r10296
#54295 - Thanks Paul.J.Murphy
Fix Bug #54295 - Cleanly handle forum/topic not found in ATOM Feeds. Also related: Bug #54735
Adjust logic to what the comment says.
We've got to use array_merge() as long as we want to be able to write to $global_vars. r10281 didn't change this, btw. ;-)
Bug #54275 - Do not link to user profile in ATOM feed entry if post has been made by the guest user.
Authorised by: bantu
Bug #54285 - Correctly exclude subforums from ATOM Feeds.
Nitpicks. r10283, r10285
Bug #53565 - Use em dash instead of hyphen/minus as separator in ATOM Feeds item statistics.
Implement suggestion as per Bug #53305 - Send time of last item instead of current time in ATOM Feeds.
Implement suggestion in ticket #52155 - Better way to generate SID-free links in feed.php
fix bug #53045 the simple way. ;)
remove unused closing div tag (Bug #52735)
Some nitpicks before we include this file in a final release.
ok, i am very sorry, but this needs to be fixed.Generally, our config table is not really suited for holding large datasets. Because feed settings for the forums to enable news feeds and excluded forums rely on the forums itself we have decided to introduce a forum_options table where custom options can be stored....
Directly send UTF8 data instead of entities.
i hope this resolves the duplicate issues in feed readers
Cast some array values and properties to integer.
do not cache results from registered users...
Properties ...
commit changes suggested by Crise
fix feed generation
First ATOM Feed commit/integration- Idea and original RSS Feed 2.0 MOD (Version 1.0.8/9) by leviatan21