aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Correctly use RFC 3339 date in ATOM feeds. Bug #55005Andreas Fischer2009-12-101-6/+30
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10312 89ea8834-ac86-4346-8a33-228a782c2dd0
* Let's add some more checks. #54295Andreas Fischer2009-12-091-9/+19
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10308 89ea8834-ac86-4346-8a33-228a782c2dd0
* Optimize SQL queries 'a little'.Andreas Fischer2009-12-081-12/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10304 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #55005 - Correctly take post time instead of topic time for the ↵Andreas Fischer2009-12-081-3/+1
| | | | | | overall forum feed statistics row. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10302 89ea8834-ac86-4346-8a33-228a782c2dd0
* Make things easier. #54295, r10296Andreas Fischer2009-12-081-16/+10
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10301 89ea8834-ac86-4346-8a33-228a782c2dd0
* #54295 - Thanks Paul.J.MurphyAndreas Fischer2009-12-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10297 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #54295 - Cleanly handle forum/topic not found in ATOM Feeds. Also ↵Andreas Fischer2009-12-011-19/+26
| | | | | | related: Bug #54735 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10296 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adjust logic to what the comment says.Andreas Fischer2009-11-251-6/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10290 89ea8834-ac86-4346-8a33-228a782c2dd0
* We've got to use array_merge() as long as we want to be able to write to ↵Andreas Fischer2009-11-241-2/+2
| | | | | | $global_vars. r10281 didn't change this, btw. ;-) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10289 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #54275 - Do not link to user profile in ATOM feed entry if post has been ↵Joas Schilling2009-11-241-3/+3
| | | | | | | | | made by the guest user. Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10288 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #54285 - Correctly exclude subforums from ATOM Feeds.Joas Schilling2009-11-241-1/+1
| | | | | | | Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10287 89ea8834-ac86-4346-8a33-228a782c2dd0
* Nitpicks. r10283, r10285Andreas Fischer2009-11-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10286 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #53565 - Use em dash instead of hyphen/minus as separator in ATOM Feeds ↵Andreas Fischer2009-11-241-4/+19
| | | | | | item statistics. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10285 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implement suggestion as per Bug #53305 - Send time of last item instead of ↵Andreas Fischer2009-11-201-15/+26
| | | | | | current time in ATOM Feeds. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10281 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implement suggestion in ticket #52155 - Better way to generate SID-free ↵Meik Sievertsen2009-10-291-11/+1
| | | | | | links in feed.php git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10244 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix bug #53045 the simple way. ;)Meik Sievertsen2009-10-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10225 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove unused closing div tag (Bug #52735)Meik Sievertsen2009-10-121-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10221 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some nitpicks before we include this file in a final release.Andreas Fischer2009-10-031-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10202 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, i am very sorry, but this needs to be fixed.Meik Sievertsen2009-08-121-4/+37
| | | | | | | | | 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. Additionally, for this to work across all DBMS we support, we added a new method to the DBAL for the bitwise AND operator. Also moved the forum/topic feed template variable to the location where they belong to (forum and topic view) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9965 89ea8834-ac86-4346-8a33-228a782c2dd0
* Directly send UTF8 data instead of entities.Andreas Fischer2009-07-271-5/+5
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9870 89ea8834-ac86-4346-8a33-228a782c2dd0
* i hope this resolves the duplicate issues in feed readersMeik Sievertsen2009-07-271-4/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9868 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cast some array values and properties to integer.Andreas Fischer2009-07-271-7/+7
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9867 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not cache results from registered users...Meik Sievertsen2009-07-271-4/+15
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9866 89ea8834-ac86-4346-8a33-228a782c2dd0
* commit changes suggested by CriseMeik Sievertsen2009-07-071-26/+28
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9721 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix feed generationMeik Sievertsen2009-06-231-24/+42
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9663 89ea8834-ac86-4346-8a33-228a782c2dd0
* First ATOM Feed commit/integrationMeik Sievertsen2009-06-121-0/+1001
- Idea and original RSS Feed 2.0 MOD (Version 1.0.8/9) by leviatan21 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9575 89ea8834-ac86-4346-8a33-228a782c2dd0