| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
| | |
| | |
| | |
| | |
| | | |
defined the database
PHPBB3-10110
|
| | | |
| | |
| | |
| | | |
PHPBB3-10110
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10107] Add cache to the enumeration, make statement more generic
[ticket/10107] Make it clear that provided httpd samples are not perfect
[ticket/10107] Add a webserver section to docs/INSTALL.html
|
| | | |
| | |
| | |
| | | |
PHPBB3-10107
|
| | | |
| | |
| | |
| | | |
PHPBB3-10107
|
| | |/
| |
| |
| |
| |
| |
| | |
Explain what to do with lighttpd and nginx after installing phpBB on
one of those webservers.
PHPBB3-10107
|
| |\ \
| |/
| |
| |
| |
| | |
* develop-olympus:
[ticket/10079] Add gallery avatars to .gitignore.
[ticket/10069] Improvements to sample nginx configuration.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Most of these were contributed by burningbunny:
https://github.com/burningbunny
PHPBB3-10069
|
| |\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10075] Update docs/AUTHORS for 3.0.9-RC1 release.
|
| | |\
| | |
| | |
| | |
| | | |
* ticket/bantu/10075:
[ticket/10075] Update docs/AUTHORS for 3.0.9-RC1 release.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove:
- A_Jelly_Doughnut
- dhn
- TerraFrost
Add:
- nn-
Move:
- Brainy
Rename:
- Brainy -> ckwalsh
PHPBB3-10075
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/9824] Accept commit messages with less than perfect headings.
[ticket/9824] Allow empty lines after ticket reference.
[ticket/9824] Use printf instead of echo to render \n.
[ticket/9824] Handle empty commit messages in commit-msg hook.
[ticket/10059] Fix two misspellings of consistent.
[ticket/9824] Add space after [ticket/12345] in prepared commit message.
[ticket/9824] Remove space after PHPBB3-12345 in prepared commit message.
|
| | |/
| |
| |
| | |
PHPBB3-10059
|
| |\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10007] Add directive 'internal' to blocked folders in nginx config.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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/bantu/9790:
[ticket/9790] Support for lighttpd's X-Sendfile header for attachments.
[ticket/9790] Support for nginx's X-Accel-Redirect header for attachments.
[ticket/9790] Always call file_gc(false) before sending the file.
[ticket/9790] Add $exit parameter to file_gc().
|
| | | |
| | |
| | |
| | | |
PHPBB3-9790
|
| | | |
| | |
| | |
| | | |
PHPBB3-9790
|
| |\ \ \
| |/ /
|/| /
| |/
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/9859] Remove the years from the copyright statements in docs files.
[ticket/9859] Remove the year from the copyright meta tag in docs/*.html
[ticket/9859] Remove the meta copyright tag as well.
[ticket/9859] Remove the credit line comment from all html files.
[ticket/9859] Remove years in credit line from some more files.
|
| | |
| |
| |
| | |
PHPBB3-9859
|
| | |
| |
| |
| | |
PHPBB3-9859
|
| | |
| |
| |
| |
| |
| | |
It has been refactored to includes/cache/service.php.
PHPBB3-9983
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
They are now refered to as cache drivers rather than ACM classes. The
additional utility functions from the original cache class have been
moved to the cache_service. The class loader is now instantiated without
a cache instance and passed one as soon as it is constructed to allow
autoloading the cache classes.
PHPBB3-9983
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit also ports all ascraeus tests to the new format.
Conflicts:
tests/all_tests.php
tests/network/all_tests.php
tests/request/all_tests.php
tests/request/request_var.php
tests/template/templates/includephp.html
|
| | |\
| | |
| | |
| | |
| | | |
* ticket/bantu/9589:
[ticket/9589] nginx.conf.sample -> nginx.sample.conf
|
| | | |
| | |
| | |
| | | |
PHPBB3-9589
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/9924] Pass template instance into $template->display hook
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* ticket/igorw/9924:
[ticket/9924] Pass template instance into $template->display hook
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9924
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/9851] "Search new posts" should require login.
[task/phpdoc] Added a phpdoc task to the build process
[task/phpdoc] Added a configuration file for phpDocumentor.
[feature/acm-wincache] Adding caching module for WinCache's User Cache.
[ticket/9939] Fix JavaScript error in admin recaptcha template
[ticket/9575] Also change 'administrate' to 'administer' in templates
[ticket/8736] guest can have 255 chars long username
[ticket/9928] Do not link "login to your board" to the "send statistics" page.
[ticket/9575] Change 'administrate' to 'administer'
[ticket/9921] Adding sample configuration file for the lighttpd webserver.
[ticket/9932] Add the Bing bot when converting
[ticket/9930] Redirect failes with open_basedir enabled.
[ticket/9910] Make sure S_BBCODE_ALLOWED exists when viewing PMs
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-9921
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[prep-release-3.0.8] Incrementing version number to 3.0.8 and update changelog
[ticket/9903] Script for detecting potentially malicious flash bbcodes
[ticket/9904] Update WebPI Parameters.xml to work with WebMatrix.
[ticket/9903] Fix XSS in BBcode-parser's Flash-BBcode.
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/9899] Change recaptcha theme from default to 'clean' in the ACP.
[ticket/9509] Fix a typo and wrong period placement
[develop-olympus] Revert accidental revert of db update lang fix and version
[develop-olympus] Remove accidentally added trailing newlines.
[develop-olympus] Incrementing the version number to 3.0.9-dev.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Thanks to Michael C. for spotting this.
PHPBB3-9509
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[develop-olympus] Updating changelog for last minute 3.0.8-RC1 fixes.
[ticket/9140] Check current board version in incremental update packages
[ticket/9891] Updater drops language-selection after database-update
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[develop-olympus] Updating changelog with latest changes for 3.0.8-RC1
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/9888] Update fails when Bing [Bot] was already added to the users table
[develop-olympus] Bumping version number for 3.0.8-RC1.
[ticket/9885] Fix extension group name updater. Loop through all languages.
[ticket/9847] Fix typo in search synonyms. Use british english for 'judgement'.
[ticket/9883] Change an American English spelling to British English.
[task/phing-build] Correct the path for update package patch files.
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/9857] Remove visible $Id$ from phpBB/docs files.
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* ticket/bantu/9857:
[ticket/9857] Remove visible $Id$ from phpBB/docs files.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9857
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/9509] Remove section 8 from index
[ticket/9509] Close anchor tag in coding guidelines
[ticket/9854] Revise docs/auth_api.html to add more methods
[ticket/9509] The VCS is now git
[ticket/9840] Display view unread posts link for guests.
Conflicts:
phpBB/docs/coding-guidelines.html
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 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
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Thanks Andreas.
PHPBB3-9509
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Thanks Andreas.
PHPBB3-9509
|
| | | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
Partially cherry-picked from 163a0974.
PHPBB3-9509
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
Notably, the auth_admin class is still missing documentation.
PHPBB3-9854
|