Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [prep-release-3.0.9] Update Changelog for 3.0.9-RC4 release. | Andreas Fischer | 2011-07-07 | 1 | -0/+2 |
| | |||||
* | [prep-release-3.0.9] Update Changelog for 3.0.9 release. | Andreas Fischer | 2011-07-05 | 1 | -0/+2 |
| | |||||
* | [prep-release-3.0.9] Update Changelog for 3.0.9-RC3 release. | Andreas Fischer | 2011-06-26 | 1 | -1/+25 |
| | |||||
* | [prep-release-3.0.9] Update Changelog for 3.0.9-RC2 release. | Andreas Fischer | 2011-06-16 | 1 | -0/+8 |
| | |||||
* | [develop-olympus] Changelog: Changes since 3.0.8 | Andreas Fischer | 2011-06-12 | 1 | -17/+350 |
| | |||||
* | [develop-olympus] Bumping version number for 3.0.9-RC1 and 3.0.9 releases. | Andreas Fischer | 2011-06-12 | 1 | -2/+2 |
| | |||||
* | [ticket/10075] Rename nn- to Oleg in docs/AUTHORS. | Andreas Fischer | 2011-06-11 | 1 | -1/+1 |
| | | | | PHPBB3-10075 | ||||
* | [ticket/10075] Move APTX to Former Contributors in docs/AUTHORS. | Andreas Fischer | 2011-06-11 | 1 | -1/+1 |
| | | | | PHPBB3-10075 | ||||
* | Merge branch 'ticket/haklop/10110' into develop-olympus | Igor Wiedler | 2011-03-31 | 1 | -0/+5 |
|\ | | | | | | | | | | | | | | | * ticket/haklop/10110: [ticket/10110] Remove tab from empty lines [ticket/10110] Enable the serialization and add a constant for defined the database [ticket/10110] Update comments with a link to the phpredis extension [ticket/10110] Add Redis ACM backend | ||||
| * | [ticket/10110] Enable the serialization and add a constant for | Eric | 2011-03-31 | 1 | -0/+1 |
| | | | | | | | | | | | | defined the database PHPBB3-10110 | ||||
| * | [ticket/10110] Add Redis ACM backend | Eric | 2011-03-31 | 1 | -0/+4 |
| | | | | | | | | PHPBB3-10110 | ||||
* | | [ticket/10107] Add cache to the enumeration, make statement more generic | Igor Wiedler | 2011-03-24 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10107 | ||||
* | | [ticket/10107] Make it clear that provided httpd samples are not perfect | Igor Wiedler | 2011-03-24 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10107 | ||||
* | | [ticket/10107] Add a webserver section to docs/INSTALL.html | Igor Wiedler | 2011-03-23 | 1 | -0/+7 |
|/ | | | | | | | Explain what to do with lighttpd and nginx after installing phpBB on one of those webservers. PHPBB3-10107 | ||||
* | [ticket/10069] Improvements to sample nginx configuration. | Oleg Pudeyev | 2011-03-06 | 1 | -8/+25 |
| | | | | | | | | Most of these were contributed by burningbunny: https://github.com/burningbunny PHPBB3-10069 | ||||
* | Merge branch 'ticket/bantu/10075' into develop-olympus | Oleg Pudeyev | 2011-03-06 | 1 | -11/+12 |
|\ | | | | | | | | | * ticket/bantu/10075: [ticket/10075] Update docs/AUTHORS for 3.0.9-RC1 release. | ||||
| * | [ticket/10075] Update docs/AUTHORS for 3.0.9-RC1 release. | Andreas Fischer | 2011-03-04 | 1 | -11/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove: - A_Jelly_Doughnut - dhn - TerraFrost Add: - nn- Move: - Brainy Rename: - Brainy -> ckwalsh PHPBB3-10075 | ||||
* | | [ticket/10059] Fix two misspellings of consistent. | Oleg Pudeyev | 2011-03-01 | 1 | -1/+1 |
|/ | | | | PHPBB3-10059 | ||||
* | [ticket/10007] Add directive 'internal' to blocked folders in nginx config. | Andreas Fischer | 2011-01-24 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | The "deny" and "access" directives are IP-based in general. Both directives only support IPv6 from nginx 0.8.22 onwards, on older versions of nginx those directives have no effect on IPv6 requests. Thus they do not block access for IPv6 requests. Adding the "internal" directive blocks external access in general (both IPv4 and IPv6) and makes the web server return a status code 404 (Not Found) response. See: http://nginx.org/en/CHANGES http://wiki.nginx.org/HttpCoreModule#internal PHPBB3-10007 | ||||
* | [ticket/9859] Remove the years from the copyright statements in docs files. | Andreas Fischer | 2011-01-16 | 8 | -8/+8 |
| | | | | PHPBB3-9859 | ||||
* | [ticket/9859] Remove the year from the copyright meta tag in docs/*.html | Andreas Fischer | 2011-01-16 | 7 | -7/+7 |
| | | | | PHPBB3-9859 | ||||
* | Merge branch 'ticket/bantu/9589' into develop-olympus | Andreas Fischer | 2011-01-05 | 1 | -0/+0 |
|\ | | | | | | | | | * ticket/bantu/9589: [ticket/9589] nginx.conf.sample -> nginx.sample.conf | ||||
| * | [ticket/9589] nginx.conf.sample -> nginx.sample.conf | Andreas Fischer | 2011-01-05 | 1 | -0/+0 |
| | | | | | | | | PHPBB3-9589 | ||||
* | | Merge branch 'ticket/igorw/9924' into develop-olympus | Nils Adermann | 2010-12-13 | 1 | -0/+2 |
|\ \ | | | | | | | | | | | | | * ticket/igorw/9924: [ticket/9924] Pass template instance into $template->display hook | ||||
| * | | [ticket/9924] Pass template instance into $template->display hook | Igor Wiedler | 2010-11-23 | 1 | -0/+2 |
| | | | | | | | | | | | | PHPBB3-9924 | ||||
* | | | [ticket/9921] Adding sample configuration file for the lighttpd webserver. | Ingo Migliarina | 2010-12-01 | 1 | -0/+60 |
|/ / | | | | | | | PHPBB3-9921 | ||||
* | | [prep-release-3.0.8] Incrementing version number to 3.0.8 and update changelog | Nils Adermann | 2010-11-19 | 1 | -0/+12 |
| | | |||||
* | | [ticket/9509] Fix a typo and wrong period placement | Igor Wiedler | 2010-11-18 | 1 | -2/+2 |
| | | | | | | | | | | | | Thanks to Michael C. for spotting this. PHPBB3-9509 | ||||
* | | [develop-olympus] Updating changelog for last minute 3.0.8-RC1 fixes. | Nils Adermann | 2010-11-10 | 1 | -0/+2 |
| | | |||||
* | | [develop-olympus] Updating changelog with latest changes for 3.0.8-RC1 | Nils Adermann | 2010-11-10 | 1 | -2/+14 |
| | | |||||
* | | [develop-olympus] Bumping version number for 3.0.8-RC1. | Nils Adermann | 2010-11-08 | 2 | -48/+451 |
| | | |||||
* | | Merge branch 'ticket/bantu/9857' into develop-olympus | Igor Wiedler | 2010-10-19 | 3 | -3/+3 |
|\ \ | | | | | | | | | | | | | * ticket/bantu/9857: [ticket/9857] Remove visible $Id$ from phpBB/docs files. | ||||
| * | | [ticket/9857] Remove visible $Id$ from phpBB/docs files. | Andreas Fischer | 2010-10-19 | 3 | -3/+3 |
| | | | | | | | | | | | | PHPBB3-9857 | ||||
* | | | Merge branch 'ticket/igorw/9509' into develop-olympus | Igor Wiedler | 2010-10-19 | 1 | -109/+15 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/igorw/9509: [ticket/9509] Remove section 8 from index [ticket/9509] Close anchor tag in coding guidelines [ticket/9509] The VCS is now git | ||||
| * | | | [ticket/9509] Remove section 8 from index | Igor Wiedler | 2010-10-19 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Thanks Andreas. PHPBB3-9509 | ||||
| * | | | [ticket/9509] Close anchor tag in coding guidelines | Igor Wiedler | 2010-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Thanks Andreas. PHPBB3-9509 | ||||
| * | | | [ticket/9509] The VCS is now git | Nils Adermann | 2010-10-18 | 1 | -108/+15 |
| |/ / | | | | | | | | | | | | | | | | Partially cherry-picked from 163a0974. PHPBB3-9509 | ||||
* | | | [ticket/9854] Revise docs/auth_api.html to add more methods | Josh Woody | 2010-10-19 | 1 | -1/+47 |
|/ / | | | | | | | | | | | Notably, the auth_admin class is still missing documentation. PHPBB3-9854 | ||||
* | | [ticket/9804] Account evil3 renamed to igorw, adjust AUTHORS | Igor Wiedler | 2010-09-21 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-9804 | ||||
* | | [ticket/9804] Update docs/AUTHORS. Move DavidMJ, add evil<3. | Andreas Fischer | 2010-09-12 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-9804 | ||||
* | | [ticket/9800] Update tracker URL in docs/README.html | Igor Wiedler | 2010-09-02 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-9800 | ||||
* | | Merge branch 'ticket/p/9589' into develop-olympus | Andreas Fischer | 2010-07-08 | 1 | -0/+70 |
|\ \ | |/ | | | | | | | * ticket/p/9589: [ticket/9589] Added sample nginx configuration file for phpbb. | ||||
| * | [ticket/9589] Added sample nginx configuration file for phpbb. | Oleg Pudeyev | 2010-06-10 | 1 | -0/+70 |
| | | | | | | | | PHPBB3-9589 | ||||
* | | [ticket/9704] Fix minor typo in coding guidelines. | Igor Wiedler | 2010-07-08 | 1 | -1/+1 |
|/ | | | | PHPBB3-9704 | ||||
* | [develop-olympus] Move rxu and nickvergessen to Developers | Joas Schilling | 2010-05-16 | 1 | -2/+2 |
| | |||||
* | Merge branch 'bug/nickvergessen/9047' into develop-olympus | Nils Adermann | 2010-04-04 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | * bug/nickvergessen/9047: [bug/9047] Use correct forum_id to generate the active topics list. (Bug #9047) Conflicts: phpBB/docs/CHANGELOG.html | ||||
| * | [bug/9047] Use correct forum_id to generate the active topics list. (Bug #9047) | Joas Schilling | 2010-04-04 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'feature/nickvergessen/unapproved-posts-in-feed' into ↵ | Nils Adermann | 2010-04-04 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-olympus * feature/nickvergessen/unapproved-posts-in-feed: [feature/unapproved-posts-in-feed] Little changelog correction [feature/unapproved-posts-in-feed] Increase performance of is_moderator_approve_forum() as per bantu [feature/unapproved-posts-in-feed] View note for moderators on unapproved posts/topics with unapproved posts in ATOM Feed Conflicts: phpBB/docs/CHANGELOG.html | ||||
| * | | [feature/unapproved-posts-in-feed] Little changelog correction | Joas Schilling | 2010-04-04 | 1 | -1/+1 |
| | | | |||||
| * | | [feature/unapproved-posts-in-feed] View note for moderators on unapproved ↵ | Joas Schilling | 2010-04-04 | 1 | -0/+1 |
| | | | | | | | | | | | | posts/topics with unapproved posts in ATOM Feed |