aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10007] Add directive 'internal' to blocked folders in nginx config.Andreas Fischer2011-01-241-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 Fischer2011-01-168-8/+8
| | | | PHPBB3-9859
* [ticket/9859] Remove the year from the copyright meta tag in docs/*.htmlAndreas Fischer2011-01-167-7/+7
| | | | PHPBB3-9859
* Merge branch 'ticket/bantu/9589' into develop-olympusAndreas Fischer2011-01-051-0/+0
|\ | | | | | | | | * ticket/bantu/9589: [ticket/9589] nginx.conf.sample -> nginx.sample.conf
| * [ticket/9589] nginx.conf.sample -> nginx.sample.confAndreas Fischer2011-01-051-0/+0
| | | | | | | | PHPBB3-9589
* | Merge branch 'ticket/igorw/9924' into develop-olympusNils Adermann2010-12-131-0/+2
|\ \ | | | | | | | | | | | | * ticket/igorw/9924: [ticket/9924] Pass template instance into $template->display hook
| * | [ticket/9924] Pass template instance into $template->display hookIgor Wiedler2010-11-231-0/+2
| | | | | | | | | | | | PHPBB3-9924
* | | [ticket/9921] Adding sample configuration file for the lighttpd webserver.Ingo Migliarina2010-12-011-0/+60
|/ / | | | | | | PHPBB3-9921
* | [prep-release-3.0.8] Incrementing version number to 3.0.8 and update changelogNils Adermann2010-11-191-0/+12
| |
* | [ticket/9509] Fix a typo and wrong period placementIgor Wiedler2010-11-181-2/+2
| | | | | | | | | | | | Thanks to Michael C. for spotting this. PHPBB3-9509
* | [develop-olympus] Updating changelog for last minute 3.0.8-RC1 fixes.Nils Adermann2010-11-101-0/+2
| |
* | [develop-olympus] Updating changelog with latest changes for 3.0.8-RC1Nils Adermann2010-11-101-2/+14
| |
* | [develop-olympus] Bumping version number for 3.0.8-RC1.Nils Adermann2010-11-082-48/+451
| |
* | Merge branch 'ticket/bantu/9857' into develop-olympusIgor Wiedler2010-10-193-3/+3
|\ \ | | | | | | | | | | | | * ticket/bantu/9857: [ticket/9857] Remove visible $Id$ from phpBB/docs files.
| * | [ticket/9857] Remove visible $Id$ from phpBB/docs files.Andreas Fischer2010-10-193-3/+3
| | | | | | | | | | | | PHPBB3-9857
* | | Merge branch 'ticket/igorw/9509' into develop-olympusIgor Wiedler2010-10-191-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 indexIgor Wiedler2010-10-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Thanks Andreas. PHPBB3-9509
| * | | [ticket/9509] Close anchor tag in coding guidelinesIgor Wiedler2010-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Thanks Andreas. PHPBB3-9509
| * | | [ticket/9509] The VCS is now gitNils Adermann2010-10-181-108/+15
| |/ / | | | | | | | | | | | | | | | Partially cherry-picked from 163a0974. PHPBB3-9509
* | | [ticket/9854] Revise docs/auth_api.html to add more methodsJosh Woody2010-10-191-1/+47
|/ / | | | | | | | | | | Notably, the auth_admin class is still missing documentation. PHPBB3-9854
* | [ticket/9804] Account evil3 renamed to igorw, adjust AUTHORSIgor Wiedler2010-09-211-1/+1
| | | | | | | | PHPBB3-9804
* | [ticket/9804] Update docs/AUTHORS. Move DavidMJ, add evil<3.Andreas Fischer2010-09-121-1/+2
| | | | | | | | PHPBB3-9804
* | [ticket/9800] Update tracker URL in docs/README.htmlIgor Wiedler2010-09-021-1/+1
| | | | | | | | PHPBB3-9800
* | Merge branch 'ticket/p/9589' into develop-olympusAndreas Fischer2010-07-081-0/+70
|\ \ | |/ | | | | | | * ticket/p/9589: [ticket/9589] Added sample nginx configuration file for phpbb.
| * [ticket/9589] Added sample nginx configuration file for phpbb.Oleg Pudeyev2010-06-101-0/+70
| | | | | | | | PHPBB3-9589
* | [ticket/9704] Fix minor typo in coding guidelines.Igor Wiedler2010-07-081-1/+1
|/ | | | PHPBB3-9704
* [develop-olympus] Move rxu and nickvergessen to DevelopersJoas Schilling2010-05-161-2/+2
|
* Merge branch 'bug/nickvergessen/9047' into develop-olympusNils Adermann2010-04-041-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 Schilling2010-04-041-0/+1
| |
* | Merge branch 'feature/nickvergessen/unapproved-posts-in-feed' into ↵Nils Adermann2010-04-041-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 correctionJoas Schilling2010-04-041-1/+1
| | |
| * | [feature/unapproved-posts-in-feed] View note for moderators on unapproved ↵Joas Schilling2010-04-041-0/+1
| | | | | | | | | | | | posts/topics with unapproved posts in ATOM Feed
* | | Merge branch 'bug/nickvergessen/9512' into develop-olympusNils Adermann2010-04-041-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bug/nickvergessen/9512: [bug/9512] Fix dead link in MCP on reports for global announcements in prosilver. (Bug #9512) Conflicts: phpBB/docs/CHANGELOG.html
| * | | [bug/9512] Fix dead link in MCP on reports for global announcements in ↵Joas Schilling2010-04-041-0/+1
| | |/ | |/| | | | | | | prosilver. (Bug #9512)
* | | Merge branch 'bug/nickvergessen/58745' into develop-olympusNils Adermann2010-04-041-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bug/nickvergessen/58745: [bug/58745] Correct changelog message [bug/58745] Correctly close user-delete-form in ACP User Overview (Bug #58745) Conflicts: phpBB/docs/CHANGELOG.html
| * | | [bug/58745] Correct changelog messageJoas Schilling2010-04-031-1/+1
| | | |
| * | | [bug/58745] Correctly close user-delete-form in ACP User Overview (Bug #58745)Joas Schilling2010-04-031-0/+1
| | | |
* | | | Merge branch 'bug/nickvergessen/58695' into develop-olympusNils Adermann2010-04-041-0/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Only show unapproved posts in ATOM Feeds for moderators (Bug #58695)Joas Schilling2010-04-031-0/+1
| | |/ | |/|
* | | Merge branch 'bug/bantu/9108' into develop-olympusNils Adermann2010-04-011-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bug/bantu/9108: [bug/9108] Fix table binding issues with PostgreSQL in board-wide feed. (Old Bug #58425) Conflicts: phpBB/docs/CHANGELOG.html
| * | | [bug/9108] Fix table binding issues with PostgreSQL in board-wide feed. (Old ↵Andreas Fischer2010-04-011-0/+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.
* | | | Merge branch 'bug/nickvergessen/59135' into develop-olympusNils Adermann2010-04-011-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | * bug/nickvergessen/59135: [bug/59135] Fix open_basedir issues when accessing styles- and language-management. (Bug #59135) Conflicts: phpBB/docs/CHANGELOG.html
| * | | [bug/59135] Fix open_basedir issues when accessing styles- and ↵Joas Schilling2010-03-131-0/+1
| |/ / | | | | | | | | | | | | | | | language-management. (Bug #59135) introduced in r10496 and r10360/r10361
* | | Merge branch 'bug/kellanved/59425' into develop-olympusNils Adermann2010-03-281-0/+1
|\ \ \ | | | | | | | | | | | | | | | | * bug/kellanved/59425: [bug/59425] Correctly check for double inclusion in captcha garbage collection
| * | | [bug/59425] Correctly check for double inclusion in captcha garbage collectionU-H-PC\H2010-03-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | The check to avoid the double inclusion of the captcha factory class in the garbage collection code was faulty, checking for "captcha_factory" instead of "phpbb_captcha_factory". TerryE pointed the problem out, thanks!
* | | | [bug/58465] The redirect hidden field is now XHTML conformU-H-PC\H2010-03-281-0/+1
|/ / / | | | | | | | | | The result of build_url was falsely un-entitized.
* | | Merge branch 'bug/cs278/58025' into develop-olympusNils Adermann2010-03-181-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bug/cs278/58025: [bug/58025] Search robots are now redirected if they send a SID in the request Conflicts: phpBB/docs/CHANGELOG.html
| * | | [bug/58025] Search robots are now redirected if they send a SID in the requestChris Smith2010-03-131-0/+1
| |/ / | | | | | | | | | | | | | | | | | | Previously search robots could stumble upon a board link somewhere on the web containing a SID they'd follow it and end up indexing that page with the SID in the request URI, this fix prevents that by redirecting them to the same URI just without the SID.
* | | [feature/arstechnica/memcache-multi-server] Add memcache-multi-server to the ↵Nils Adermann2010-03-181-0/+1
| | | | | | | | | | | | changelog.
* | | Merge branch 'bug/jellydoughnut/58415' into develop-olympusNils Adermann2010-03-171-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | * bug/jellydoughnut/58415: Allow setting parent forums regardless of permission settings. (Bug #58415) Conflicts: phpBB/docs/CHANGELOG.html