aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
Commit message (Collapse)AuthorAgeFilesLines
* 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