ffcd307746
[ticket/9675] Add option to delete template/theme/imageset when deleting style.
...
PHPBB3-9675
2011-02-08 14:27:27 +01:00
a970219d61
[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
2011-01-24 17:35:10 +01:00
ab9d4b3b63
[ticket/8779] Slow search for 'View unread posts'
...
Adjust SQL query to speedup search for unread posts (thanks naderman).
PHPBB3-8779
2011-01-24 00:01:18 +07:00
ba5c7d8e63
Merge branch 'ticket/bantu/9859' into develop-olympus
...
* ticket/bantu/9859:
[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.
2011-01-16 22:25:49 +01:00
2b37a4fe56
[ticket/9933] Remove empty word check.
...
PHPBB3-9933
2011-01-16 20:14:35 +01:00
97be6e7946
[ticket/9933] Add $use_unicode parameter to get_censor_preg_expression().
...
Rename $unicode to $unicode_support, pass in $use_unicode defaulting to true.
In unit tests we can now pass in $use_unicode as false and also test the code
path that is taken when PCRE does not support unicode.
PHPBB3-9933
2011-01-16 20:13:05 +01:00
8c1866bc0c
[ticket/9933] Adjust word censor regex for non-unicode mode.
...
PHPBB3-9933
2011-01-16 19:55:10 +01:00
60eff4e59a
[ticket/9859] Remove the years from the copyright statements in docs files.
...
PHPBB3-9859
2011-01-16 18:50:53 +01:00
180e97abdc
[ticket/9859] Remove the year from the copyright meta tag in docs/*.html
...
PHPBB3-9859
2011-01-16 18:50:11 +01:00
732fd5980e
[ticket/9859] Remove the meta copyright tag as well.
...
PHPBB3-9859
2011-01-16 17:53:30 +01:00
c617400f95
[ticket/9859] Remove the credit line comment from all html files.
...
PHPBB3-9859
2011-01-16 17:53:30 +01:00
2a703b4055
[ticket/9859] Remove years in credit line from some more files.
...
Standard HTML output now includes:
Powered by <a href="http://www.phpbb.com/ ">phpBB</a> © phpBB Group
Print output now includes:
Powered by phpBB © phpBB Group<br />http://www.phpbb.com/
This also fixes an inconsistency where "phpBB Group" was linked instead of
"phpBB".
PHPBB3-9859
2011-01-16 17:53:30 +01:00
c9b9016ca8
Merge branch 'ticket/bantu/9764' into develop-olympus
2011-01-10 23:42:41 +01:00
951b7b22e0
[ticket/9933] Move word censor regex into separate function in functions.php
...
PHPBB3-9933
2011-01-07 15:32:34 +01:00
9a25e4ad89
[ticket/9933] Wrong handling consecutive multiple asterisks in word censor
...
Fix consecutive asterisks issue in word censor.
PHPBB3-9933
2011-01-07 20:51:43 +07:00
d968d35271
Merge branch 'ticket/bantu/9589' into develop-olympus
...
* ticket/bantu/9589:
[ticket/9589] nginx.conf.sample -> nginx.sample.conf
2011-01-05 00:41:37 +01:00
cdeffdd59f
[ticket/9589] nginx.conf.sample -> nginx.sample.conf
...
PHPBB3-9589
2011-01-05 00:40:07 +01:00
c54683be8c
Merge branch 'ticket/bantu/9859' into develop-olympus
...
* ticket/bantu/9859:
[ticket/9859] Remove years from the credit line.
2010-12-29 22:56:55 +01:00
54ef781d72
Merge branch 'ticket/bantu/9348' into develop-olympus
...
* ticket/bantu/9348:
[ticket/9348] Call phpbb_set_encoding() on config value 'default_dateformat'.
2010-12-29 22:56:48 +01:00
410f1fdbc0
Merge branch 'ticket/noxwizard/9953' into develop-olympus
...
* ticket/noxwizard/9953:
[ticket/9953] Set focus to password on re-authentication
2010-12-29 22:56:40 +01:00
90c8803d59
[ticket/9348] Call phpbb_set_encoding() on config value 'default_dateformat'.
...
Call phpbb_set_encoding() on 'default_dateformat' to properly re-encode
non-ascii characters that might be in default_dateformat.
E.g. "d M Y à H:i"
PHPBB3-9348
2010-12-28 21:33:34 +01:00
7f0f08bcc4
[ticket/9953] Set focus to password on re-authentication
...
Sets the login focus to the password field when prompting for admin
re-authentication, rather than the username field.
PHPBB3-9953
2010-12-28 21:26:55 +01:00
4c076bfdc1
[ticket/9905] Add SQLite to the DSN description
...
The installer's DSN field has additional meanings for ODBC, PostgreSQL, and
SQLite, but only the first two are mentioned. SQLite uses it for the file path.
PHPBB3-9905
2010-12-28 21:21:16 +01:00
cdbb609c20
[ticket/9937] Make sure feed icon only shows for FORUM_POST
...
This is cleaner, since feed.php only supports FORUM_POST.
PHPBB3-9937
2010-12-21 22:44:10 +01:00
ea3d755962
Merge branch 'ticket/rmcgirr83/9937' into develop-olympus
...
* ticket/rmcgirr83/9937:
[ticket/9937] The feed icon displays on External links...which we don't want
2010-12-21 20:59:52 +01:00
3f27cb2ea7
[ticket/9937] The feed icon displays on External links...which we don't want
...
PHPBB3-9937
2010-12-21 20:44:20 +01:00
d1cf7ff24a
[ticket/9925] prosilver logo margin bug in IE 6-7-8
...
PHPBB3-9925
2010-12-19 17:31:02 +01:00
fc9516a2e3
[ticket/9859] Remove years from the credit line.
...
PHPBB3-9859
2010-12-16 01:19:40 +01:00
5e258a0a90
Merge branch 'ticket/igorw/9924' into develop-olympus
...
* ticket/igorw/9924:
[ticket/9924] Pass template instance into $template->display hook
2010-12-13 17:21:57 +01:00
5d8ddc7480
Merge branch 'ticket/adamreyher/9928' into develop-olympus
...
* ticket/adamreyher/9928:
[ticket/9928] Do not link "login to your board" to the "send statistics" page.
2010-12-13 17:09:56 +01:00
7c9002398a
Merge branch 'feature/ChrisTX/acm-wincache' into develop-olympus
...
* feature/ChrisTX/acm-wincache:
[feature/acm-wincache] Adding caching module for WinCache's User Cache.
2010-12-13 15:05:22 +01:00
b88582199d
[ticket/9851] "Search new posts" should require login.
...
The newposts search uses user_lastvisit, so it should require user to log in.
PHPBB3-9851
2010-12-13 14:58:43 +01:00
d7287ec633
[feature/acm-wincache] Adding caching module for WinCache's User Cache.
...
PHPBB3-9942
2010-12-13 00:14:57 +01:00
7dd06e8113
[ticket/9939] Fix JavaScript error in admin recaptcha template
...
PHPBB3-9939
2010-12-05 14:35:19 +01:00
f6a48b495e
Merge branch 'ticket/adamreyher/9575' into develop-olympus
...
* ticket/adamreyher/9575:
[ticket/9575] Also change 'administrate' to 'administer' in templates
[ticket/9575] Change 'administrate' to 'administer'
2010-12-05 14:10:49 +01:00
0491bfbc2d
[ticket/9575] Also change 'administrate' to 'administer' in templates
...
PHPBB3-9575
2010-12-05 14:09:39 +01:00
7a3d6a8168
[ticket/8736] guest can have 255 chars long username
...
when you post as a guest (anonymous) you can fill the field username with 255
chars. that will destroy the prosilver and subsilver2 style at viewtopic.
settings for username in ACP: 6-16 Chars
PHPBB3-8736
2010-12-04 20:04:10 +01:00
e6a6f00562
[ticket/9928] Do not link "login to your board" to the "send statistics" page.
...
PHPBB3-9928
2010-12-03 02:15:50 +01:00
e80253209f
Merge branch 'ticket/nickvergessen/9930' into develop-olympus
...
* ticket/nickvergessen/9930:
[ticket/9930] Redirect failes with open_basedir enabled.
2010-12-03 01:41:43 +01:00
b86289fdd3
Merge branch 'ticket/igorw/9910' into develop-olympus
...
* ticket/igorw/9910:
[ticket/9910] Make sure S_BBCODE_ALLOWED exists when viewing PMs
2010-12-03 01:40:38 +01:00
59d4e905ba
Merge branch 'ticket/igorw/9932' into develop-olympus
...
* ticket/igorw/9932:
[ticket/9932] Add the Bing bot when converting
2010-12-03 01:38:34 +01:00
8b3d068e83
[ticket/9575] Change 'administrate' to 'administer'
...
PHPBB3-9575
2010-12-01 14:14:46 -05:00
b017f54ac9
[ticket/9921] Adding sample configuration file for the lighttpd webserver.
...
PHPBB3-9921
2010-12-01 18:39:50 +01:00
23765fa668
[ticket/9932] Add the Bing bot when converting
...
PHPBB3-9932
2010-11-29 08:33:10 +01:00
5ec1c88795
[ticket/9930] Redirect failes with open_basedir enabled.
...
Open_basedir does not allow file_exists() for "." and directories without a
trayling-slash. Therefor we must append it on the check.
PHPBB3-9930
2010-11-25 23:29:12 +01:00
053cf790a9
[ticket/9924] Pass template instance into $template->display hook
...
PHPBB3-9924
2010-11-23 16:09:09 +01:00
f204ce6825
Merge branch 'ticket/rmcgirr83/9897' into develop-olympus
2010-11-21 23:48:17 +01:00
7e934c6362
[ticket/9897] A few language fixes
...
PHPBB3-9897
2010-11-21 23:46:09 +01:00
217e77d16b
[ticket/9910] Make sure S_BBCODE_ALLOWED exists when viewing PMs
...
PHPBB3-9910
2010-11-21 23:18:09 +01:00
d2778e67ea
Merge branch 'prep-release-3.0.8' into develop-olympus
...
* prep-release-3.0.8:
[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.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
2010-11-20 17:55:56 +01:00