index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
feed.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'github-bantu/ticket/10335' into develop-olympus
Nils Adermann
2011-08-26
1
-0
/
+6
|
\
|
*
[ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots.
Andreas Fischer
2011-08-24
1
-0
/
+6
*
|
[ticket/10320] Move phpbb_feed_base::get_passworded_forums() to user class.
Andreas Fischer
2011-08-25
1
-23
/
+2
|
/
*
[ticket/10009] Entries are always posts, update fields accordingly.
Andreas Fischer
2011-02-21
1
-7
/
+5
*
[ticket/10009] Always show 'published' data in feed item statistics.
Andreas Fischer
2011-02-21
1
-2
/
+2
*
[ticket/10009] Make atom:update output unconditional and before atom:published
Kevin Locke
2011-02-21
1
-9
/
+2
*
[ticket/10009] Send atom:updated whenever possible
Kevin Locke
2011-02-21
1
-0
/
+4
*
[ticket/10009] Differentiate published from updated in Atom feed
Kevin Locke
2011-02-21
1
-14
/
+27
*
[ticket/9727] Smiley Path replacement in feeds is too generic
Josh Woody
2010-07-18
1
-2
/
+2
*
Merge branch 'feature/nickvergessen/unapproved-posts-in-feed' into develop-ol...
Nils Adermann
2010-04-04
1
-9
/
+29
|
\
|
*
[feature/unapproved-posts-in-feed] Increase performance of is_moderator_appro...
Joas Schilling
2010-04-04
1
-3
/
+8
|
*
[feature/unapproved-posts-in-feed] View note for moderators on unapproved pos...
Joas Schilling
2010-04-04
1
-9
/
+24
*
|
Merge branch 'bug/nickvergessen/58695' into develop-olympus
Nils Adermann
2010-04-04
1
-2
/
+2
|
\
\
|
*
|
[bug/58695] Use method to get forums where user is moderator, thanks to bantu...
Joas Schilling
2010-04-03
1
-1
/
+1
|
*
|
[bug/58695] Only show unapproved posts in ATOM Feeds for moderators (Bug #58695)
Joas Schilling
2010-04-03
1
-2
/
+2
|
|
/
*
|
[bug/9108] Fix table binding issues with PostgreSQL in board-wide feed. (Old ...
Andreas Fischer
2010-04-01
1
-1
/
+1
|
/
*
Fix Bug #58595 - ATOM Feed exposes forum content under some circumstances.
Andreas Fischer
2010-03-05
1
-1
/
+1
*
Let's remove this warning again, since it for example also works quite well w...
Andreas Fischer
2010-01-24
1
-3
/
+0
*
acl_get() of course requires the forum_id there.
Andreas Fischer
2010-01-24
1
-1
/
+1
*
[Feature] Ability to use HTTP authentication in ATOM feeds by passing the GET...
Andreas Fischer
2010-01-19
1
-0
/
+9
*
No longer include subforums in forum feed.
Andreas Fischer
2010-01-12
1
-34
/
+35
*
m_approve array can be empty
Andreas Fischer
2010-01-12
1
-2
/
+6
*
Exclude moved topics.
Andreas Fischer
2010-01-12
1
-0
/
+1
*
min() is actually pointless there.
Andreas Fischer
2010-01-12
1
-3
/
+4
*
Actually use the new method.
Andreas Fischer
2010-01-12
1
-8
/
+17
*
Improve overall feed performance
Andreas Fischer
2010-01-12
1
-17
/
+31
*
Make sure ORDER BY is SELECTed
Andreas Fischer
2010-01-08
1
-2
/
+7
*
We have to prefetch post ids from other tables where possible.
Andreas Fischer
2010-01-08
1
-26
/
+92
*
#54235
Andreas Fischer
2009-12-29
1
-1
/
+1
*
Integrate active topics feed. Some language adjustments and rearrangements.
Andreas Fischer
2009-12-27
1
-1
/
+2
*
Reduce amount of forums by selecting postable forums only.
Andreas Fischer
2009-12-25
1
-1
/
+2
*
Draft for active topics feed.
Andreas Fischer
2009-12-25
1
-2
/
+117
*
Split feed_limit into feed_limit_post and feed_limit_topic. Drop feed_overall...
Andreas Fischer
2009-12-23
1
-5
/
+3
*
Forgot to add this to the commit list.
Andreas Fischer
2009-12-22
1
-1
/
+5
*
Automatically lookup num_items in the config array if it is a string.
Andreas Fischer
2009-12-20
1
-20
/
+18
*
Cleanup. Remove unused methods and logic.
Andreas Fischer
2009-12-20
1
-137
/
+11
*
Abstract class for post based feeds. Separate overall, forum and topic feed.
Andreas Fischer
2009-12-20
1
-184
/
+326
*
Let forums feed use the new methods.
Andreas Fischer
2009-12-20
1
-4
/
+3
*
Abstract class for topic based feeds.
Andreas Fischer
2009-12-20
1
-55
/
+46
*
Cache forever, destroy on change.
Andreas Fischer
2009-12-20
1
-4
/
+4
*
Also improve topics feed.
Andreas Fischer
2009-12-20
1
-10
/
+10
*
Improve news feed. It basically only runs two queries now for the main content.
Andreas Fischer
2009-12-20
1
-14
/
+41
*
Provide some more generic methods.
Andreas Fischer
2009-12-20
1
-0
/
+42
*
All topics feed now returns newest board topics. Reduce required queries and ...
Andreas Fischer
2009-12-20
1
-28
/
+29
*
Topic has to be approved.
Andreas Fischer
2009-12-19
1
-0
/
+1
*
Some corrections for r10347 and r10345.
Andreas Fischer
2009-12-17
1
-2
/
+2
*
#54275 - Let's use a method for that. Also return ->lang['GUEST'] instead of ...
Andreas Fischer
2009-12-17
1
-9
/
+19
*
Use correct limit config parameter in the News feed.
Andreas Fischer
2009-12-17
1
-1
/
+1
*
News feed: Correctly handle global announcements.
Andreas Fischer
2009-12-17
1
-10
/
+22
*
Improve 'All forums' feed: Remove limit, display all forums. Join all queries...
Andreas Fischer
2009-12-17
1
-9
/
+22
[next]