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
*
[ticket/11271] Make path conversion more precise
Dhruv
2013-12-27
1
-1
/
+1
*
[ticket/11271] Add docblock of feed_generate_content( )
Dhruv
2013-12-27
1
-0
/
+8
*
[ticket/11271] Fix tabs and use !empty( ) instead of count( )
Dhruv
2013-12-27
1
-13
/
+13
*
[ticket/11271] Remove unnecessary inclusion of functions_display
Dhruv
2013-12-27
1
-1
/
+0
*
[ticket/11271] Typecast forum and topic id to integer
Dhruv
2013-12-27
1
-2
/
+2
*
[ticket/11271] Use absolute path for displaying inline attachments in feeds
Dhruv
2013-12-27
1
-0
/
+3
*
[ticket/11271] Changed executable bit.
erangamapa
2013-12-27
1
-0
/
+0
*
[ticket/11271] Formatting code and removing null assignment.
erangamapa
2013-12-27
1
-5
/
+5
*
[ticket/11271] Removing unnecessary database object
erangamapa
2013-12-27
1
-1
/
+1
*
[ticket/11271] Separated attachment fetching query
erangamapa
2013-12-27
1
-35
/
+44
*
[ticket/11271] Fetched feed attachments before loop.
erangamapa
2013-12-27
1
-16
/
+38
*
[ticket/11271] Removed in-line attachment comments properly.
erangamapa
2013-12-27
1
-1
/
+1
*
[ticket/11271] Displaying in-line attached images in ATOM feed.
erangamapa
2013-12-27
1
-9
/
+29
*
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
[next]