| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/11481] Move prepended slash from calls into function | Joas Schilling | 2013-06-06 | 1 | -1/+1 |
* | [ticket/11481] Use container for all classes and inject dependencies | Joas Schilling | 2013-06-06 | 1 | -1/+2 |
* | [ticket/11481] Move functions from feed into helper class | Joas Schilling | 2013-06-06 | 1 | -109/+7 |
* | [ticket/11481] Move active topics feed to own file | Joas Schilling | 2013-06-06 | 1 | -123/+0 |
* | [ticket/11481] Move topics feed to own file | Joas Schilling | 2013-06-06 | 1 | -77/+0 |
* | [ticket/11481] Move news feed to own file | Joas Schilling | 2013-06-06 | 1 | -99/+0 |
* | [ticket/11481] Move forums feed to own file | Joas Schilling | 2013-06-06 | 1 | -62/+0 |
* | [ticket/11481] Move topic feed to own file | Joas Schilling | 2013-06-06 | 1 | -98/+0 |
* | [ticket/11481] Move forum feed to own file | Joas Schilling | 2013-06-06 | 1 | -129/+0 |
* | [ticket/11481] Move overall feed to own file | Joas Schilling | 2013-06-06 | 1 | -83/+0 |
* | [ticket/11481] Move feed topic base to own file | Joas Schilling | 2013-06-06 | 1 | -45/+0 |
* | [ticket/11481] Move feed post base to own file | Joas Schilling | 2013-06-06 | 1 | -43/+0 |
* | [ticket/11481] Move feed base to own file | Joas Schilling | 2013-06-06 | 1 | -214/+0 |
* | [ticket/11481] Move feed factory to own file | Joas Schilling | 2013-06-06 | 1 | -88/+0 |
* | [ticket/11077] Remove code from old global announcements system | Joas Schilling | 2012-11-11 | 1 | -6/+0 |
* | [ticket/11189] Replace DEBUG_EXTRA with DEBUG | Nathaniel Guse | 2012-11-10 | 1 | -1/+1 |
* | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into fe... | Joas Schilling | 2012-06-04 | 1 | -10/+2 |
|\ |
|
| * | [feature/new-tz-handling] Sort timezones in selector by offset. | Oleg Pudeyev | 2012-03-14 | 1 | -9/+1 |
| * | [feature/new-tz-handling] Remove code using legacy timezone properties. | Chris Smith | 2012-03-14 | 1 | -1/+1 |
* | | [ticket/10672] Fix total post count language string in statistics and feed | Joas Schilling | 2012-02-27 | 1 | -1/+1 |
* | | [ticket/9916] Updating header license and removing Version $Id$ | Unknown | 2011-12-31 | 1 | -2/+1 |
* | | [ticket/10345] Use the plural function in some more places. | Joas Schilling | 2011-11-25 | 1 | -1/+1 |
* | | [ticket/10345] Make use of the plural function in some basic places | Joas Schilling | 2011-11-25 | 1 | -1/+1 |
|/ |
|
* | [feature/remove-imagesets] Adjustments to php files | Vjacheslav Trushkin | 2011-09-04 | 1 | -1/+1 |
* | Merge branch 'develop-olympus' into develop | Nils Adermann | 2011-08-26 | 1 | -0/+6 |
|\ |
|
| * | 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 |
* | | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2011-08-25 | 1 | -23/+2 |
|\ \ \
| |/ / |
|
| * | | [ticket/10320] Move phpbb_feed_base::get_passworded_forums() to user class. | Andreas Fischer | 2011-08-25 | 1 | -23/+2 |
| |/ |
|
* | | [ticket/9684] Remove code for global announcement in root-files | Joas Schilling | 2011-04-07 | 1 | -94/+22 |
* | | Merge branch 'develop-olympus' into develop | Igor Wiedler | 2011-02-27 | 1 | -19/+27 |
|\ \
| |/ |
|
| * | [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/9556] Drop php closing tags, add trailing newline | Igor Wiedler | 2010-11-11 | 1 | -3/+0 |
|/ |
|
* | [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 |