aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * [feature/unapproved-posts-in-feed] View note for moderators on unapproved ↵Joas Schilling2010-04-041-9/+24
| | | | | | | | posts/topics with unapproved posts in ATOM Feed
* | Merge branch 'bug/nickvergessen/58695' into develop-olympusNils Adermann2010-04-041-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * bug/nickvergessen/58695: [bug/58695] Use method to get forums where user is moderator, thanks to bantu for the hint [bug/58695] Only show unapproved posts in ATOM Feeds for moderators (Bug #58695) Conflicts: phpBB/docs/CHANGELOG.html
| * | [bug/58695] Use method to get forums where user is moderator, thanks to ↵Joas Schilling2010-04-031-1/+1
| | | | | | | | | | | | bantu for the hint
| * | [bug/58695] Only show unapproved posts in ATOM Feeds for moderators (Bug #58695)Joas Schilling2010-04-031-2/+2
| |/
* | [bug/9108] Fix table binding issues with PostgreSQL in board-wide feed. (Old ↵Andreas Fischer2010-04-011-1/+1
|/ | | | | | | | | Bug #58425) The order in the FROM clause is important. The posts table has to be the last one in the chain, so it can be correctly bound with the forums table in the LEFT JOIN. This only affects the overall feed (board-wide feed). All the other feeds are unaffected.
* Fix Bug #58595 - ATOM Feed exposes forum content under some circumstances.Andreas Fischer2010-03-051-1/+1
|
* Let's remove this warning again, since it for example also works quite well ↵Andreas Fischer2010-01-241-3/+0
| | | | | | with the topic_id. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10435 89ea8834-ac86-4346-8a33-228a782c2dd0
* acl_get() of course requires the forum_id there.Andreas Fischer2010-01-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10434 89ea8834-ac86-4346-8a33-228a782c2dd0
* [Feature] Ability to use HTTP authentication in ATOM feeds by passing the ↵Andreas Fischer2010-01-191-0/+9
| | | | | | GET parameter auth=http git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10430 89ea8834-ac86-4346-8a33-228a782c2dd0
* No longer include subforums in forum feed.Andreas Fischer2010-01-121-34/+35
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10405 89ea8834-ac86-4346-8a33-228a782c2dd0
* m_approve array can be emptyAndreas Fischer2010-01-121-2/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10404 89ea8834-ac86-4346-8a33-228a782c2dd0
* Exclude moved topics.Andreas Fischer2010-01-121-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10403 89ea8834-ac86-4346-8a33-228a782c2dd0
* min() is actually pointless there.Andreas Fischer2010-01-121-3/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10402 89ea8834-ac86-4346-8a33-228a782c2dd0
* Actually use the new method.Andreas Fischer2010-01-121-8/+17
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10401 89ea8834-ac86-4346-8a33-228a782c2dd0
* Improve overall feed performanceAndreas Fischer2010-01-121-17/+31
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10400 89ea8834-ac86-4346-8a33-228a782c2dd0
* Make sure ORDER BY is SELECTedAndreas Fischer2010-01-081-2/+7
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10398 89ea8834-ac86-4346-8a33-228a782c2dd0
* We have to prefetch post ids from other tables where possible.Andreas Fischer2010-01-081-26/+92
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10397 89ea8834-ac86-4346-8a33-228a782c2dd0
* #54235Andreas Fischer2009-12-291-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10388 89ea8834-ac86-4346-8a33-228a782c2dd0
* Integrate active topics feed. Some language adjustments and rearrangements.Andreas Fischer2009-12-271-1/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10382 89ea8834-ac86-4346-8a33-228a782c2dd0
* Reduce amount of forums by selecting postable forums only.Andreas Fischer2009-12-251-1/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10381 89ea8834-ac86-4346-8a33-228a782c2dd0
* Draft for active topics feed.Andreas Fischer2009-12-251-2/+117
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10380 89ea8834-ac86-4346-8a33-228a782c2dd0
* Split feed_limit into feed_limit_post and feed_limit_topic. Drop ↵Andreas Fischer2009-12-231-5/+3
| | | | | | feed_overall_topics_limit. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10366 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forgot to add this to the commit list.Andreas Fischer2009-12-221-1/+5
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10364 89ea8834-ac86-4346-8a33-228a782c2dd0
* Automatically lookup num_items in the config array if it is a string.Andreas Fischer2009-12-201-20/+18
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10359 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cleanup. Remove unused methods and logic.Andreas Fischer2009-12-201-137/+11
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10358 89ea8834-ac86-4346-8a33-228a782c2dd0
* Abstract class for post based feeds. Separate overall, forum and topic feed.Andreas Fischer2009-12-201-184/+326
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10357 89ea8834-ac86-4346-8a33-228a782c2dd0
* Let forums feed use the new methods.Andreas Fischer2009-12-201-4/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10356 89ea8834-ac86-4346-8a33-228a782c2dd0
* Abstract class for topic based feeds.Andreas Fischer2009-12-201-55/+46
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10355 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cache forever, destroy on change.Andreas Fischer2009-12-201-4/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10354 89ea8834-ac86-4346-8a33-228a782c2dd0
* Also improve topics feed.Andreas Fischer2009-12-201-10/+10
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10353 89ea8834-ac86-4346-8a33-228a782c2dd0
* Improve news feed. It basically only runs two queries now for the main content.Andreas Fischer2009-12-201-14/+41
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10352 89ea8834-ac86-4346-8a33-228a782c2dd0
* Provide some more generic methods.Andreas Fischer2009-12-201-0/+42
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10351 89ea8834-ac86-4346-8a33-228a782c2dd0
* All topics feed now returns newest board topics. Reduce required queries and ↵Andreas Fischer2009-12-201-28/+29
| | | | | | complexity. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10350 89ea8834-ac86-4346-8a33-228a782c2dd0
* Topic has to be approved.Andreas Fischer2009-12-191-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10349 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some corrections for r10347 and r10345.Andreas Fischer2009-12-171-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10348 89ea8834-ac86-4346-8a33-228a782c2dd0
* #54275 - Let's use a method for that. Also return ->lang['GUEST'] instead of ↵Andreas Fischer2009-12-171-9/+19
| | | | | | ['username']. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10347 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use correct limit config parameter in the News feed.Andreas Fischer2009-12-171-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10346 89ea8834-ac86-4346-8a33-228a782c2dd0
* News feed: Correctly handle global announcements.Andreas Fischer2009-12-171-10/+22
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10345 89ea8834-ac86-4346-8a33-228a782c2dd0
* Improve 'All forums' feed: Remove limit, display all forums. Join all ↵Andreas Fischer2009-12-171-9/+22
| | | | | | queries to one. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10344 89ea8834-ac86-4346-8a33-228a782c2dd0
* I've got to take this back. Revert r10316 partly.Andreas Fischer2009-12-161-6/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10343 89ea8834-ac86-4346-8a33-228a782c2dd0
* "0" is a valid title.Andreas Fischer2009-12-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10338 89ea8834-ac86-4346-8a33-228a782c2dd0
* title already censored lower down.Andreas Fischer2009-12-131-1/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10336 89ea8834-ac86-4346-8a33-228a782c2dd0
* Topic/Forum Feed: Also throw NO_FEED if forum has been excluded from feeds.Andreas Fischer2009-12-131-27/+36
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10328 89ea8834-ac86-4346-8a33-228a782c2dd0
* We don't need this anymore.Andreas Fischer2009-12-121-8/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10327 89ea8834-ac86-4346-8a33-228a782c2dd0
* #54345 - Passworded forumsAndreas Fischer2009-12-111-3/+27
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10318 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #54345 - Do not deliver topics from unreadable forums in the news feed.Andreas Fischer2009-12-111-1/+7
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10317 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bring back caching.Andreas Fischer2009-12-111-18/+21
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10316 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add another layer of abstraction.Andreas Fischer2009-12-111-174/+191
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10315 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove some unnecessary code and join two queries.Andreas Fischer2009-12-101-28/+16
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10314 89ea8834-ac86-4346-8a33-228a782c2dd0
* Database input, already specialchared.Andreas Fischer2009-12-101-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10313 89ea8834-ac86-4346-8a33-228a782c2dd0