| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
* naderman/ticket/7057:
[ticket/7057] Use GET for quicksearch and add session id to hidden fields
[ticket/7057] Remove trailing whitespace in functions.php
|
| |
| |
| |
| |
| |
| | |
Without sid a GET form logs a user out if they have cookies disabled.
PHPBB3-7057
|
| |
| |
| |
| | |
PHPBB3-7057
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* ticket/bantu/10042:
[ticket/10042] GD CAPTCHA: Call phpbb_mt_rand() where required.
[ticket/10042] GD CAPTCHA: Round offset to the next pixel.
[ticket/10042] Add mt_rand() wrapper which allows swapping $min and $max.
|
| | |
| | |
| | |
| | | |
PHPBB3-10042
|
| | |
| | |
| | |
| | | |
PHPBB3-9950
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* p/ticket/10191:
[ticket/10191] Use ob_get_level in exit_handler for output buffering check.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Calling flush() when output buffering is enabled causes output to be
duplicated. Besides phpBB enabling output buffering for gzip compression,
output buffering may be enabled externally to phpBB via output_handler
or output_buffering directives in php.ini.
Use ob_get_level to determine whether output buffering is active and
call ob_flush in that case.
PHPBB3-10191
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Output buffering may be enabled via various approaches, among them:
* output_buffering in php.ini;
* output_handler in php.ini enables output_buffering;
* ob_start call.
ob_get_level allows us to query php runtime for the actual output buffering
status.
PHPBB3-10188
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* bantu/ticket/10146:
[ticket/10146] Firebird: 1 <= precision <= 18 ==> Cast to DECIMAL(18, 0).
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10146
|
|/ / /
| | |
| | |
| | | |
PHPBB3-7941
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* ticket/igorw/10101:
[ticket/10101] Add test case for native phpass hashes
[ticket/10101] Add support for native phpass hashes
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
phpass (the hashing library we use) adds a hash identifier to every
hash. By default this identifier is '$P$'. For some reason we have
changed it to '$H$'.
This patch allows both of them to be used for authentication, so that a
third party system could create users with '$P$' hashes.
PHPBB3-10101
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update $config['rand_seed_last_update'] before updating $config['rand_seed'] in
unique_id() to mitigate a race condition and unnecessary updates on heavily
busy boards.
PHPBB3-10100
|
| | |
| | |
| | |
| | | |
PHPBB3-10096
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bots, generally speaking, will not request cron.php immediately,
thus telling them to request it is pointless.
PHPBB3-10046
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
* ticket/p/10016:
[ticket/10016] Add comment for text casting (for PostgreSQL 7.x)
[ticket/10016] Leave Firebird unchanged.
[ticket/10016] Fixed varchar to decimal cast on postgresql 7.x.
|
| | |
| | |
| | |
| | | |
PHPBB3-10016
|
| | |
| | |
| | |
| | | |
PHPBB3-10016
|
| |/
| |
| |
| | |
PHPBB3-10016
|
|/
|
|
| |
PHPBB3-10029
|
|
|
|
|
|
| |
Adjust SQL query to speedup search for unread posts (thanks naderman).
PHPBB3-8779
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
PHPBB3-9933
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
| |
PHPBB3-9933
|
|
|
|
| |
PHPBB3-9933
|
|
|
|
|
|
|
| |
Open_basedir does not allow file_exists() for "." and directories without a
trayling-slash. Therefor we must append it on the check.
PHPBB3-9930
|
|
|
|
| |
PHPBB3-9696
|
|
|
|
|
|
| |
Display view unread posts link for guests if applicable.
PHPBB3-9840
|
|\
| |
| |
| |
| |
| |
| | |
* ticket/bantu/9613:
[ticket/9613] Slightly update language strings.
[ticket/9613] Fix missing database part for unread posts search load switch.
[ticket/9613] Implement a load switch for unread posts search feature.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Since unread posts search can produce a high server load in certain
circumstances, we implement a switch for ACP "Load settings" to have an option
to disable this type of search.
PHPBB3-9613
|
|/
|
|
| |
PHPBB3-9609
|
|\
| |
| |
| |
| |
| |
| |
| | |
* ticket/nickvergessen/9519:
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
|
| |
| |
| |
| | |
PHPBB3-9519
|
| |
| |
| |
| | |
PHPBB3-9780
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* ticket/bantu/9599:
[ticket/9599] Reimplement phpbb_checkdnsrr() function.
[ticket/9599] Adding tests for phpbb_checkdnsrr().
[ticket/9599] Adding network function tests.
|
| |/
| |
| |
| |
| |
| | |
Use gethostbyname(), checkdnsrr(), dns_get_record() or nslookup via exec().
PHPBB3-9599
|
|\ \
| | |
| | |
| | |
| | | |
* ticket/bantu/9612:
[ticket/9612] Introduce new function gen_rand_string_friendly().
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Introduce new function gen_rand_string_friendly() for user friendly random
strings like passwords and captcha codes. Strings generated by
gen_rand_string_friendly() will not contain the characters 0 and O.
By adding a new function we can increase the entropy of strings
generated by gen_rand_string() by putting 0 and O back in.
PHPBB3-9612
|
| |/
|/|
| |
| | |
PHPBB3-9771
|
| |
| |
| |
| |
| |
| |
| | |
Using email regex created by James Watts and Francisco Jose Martin Moreno.
This passes many more tests for RFC valid emails.
PHPBB3-9715
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
style.php takes a session ID to ensure it gets the right language for a user,
but that session ID is always passed in GET. This allows change allows the SID
to be read from the cookie, and theoretically makes it friendlier for caching
engines like Varnish.
PHPBB3-9629
|
|\ \
| | |
| | |
| | |
| | | |
* ticket/rxu/9606:
[ticket/9606] Optimize unread search option.
|
| |/
| |
| |
| |
| |
| | |
Get rid of redundant SQL query in search.php that should increase performance slightly.
PHPBB3-9606
|
| |
| |
| |
| | |
PHPBB3-7782
|
| |
| |
| |
| | |
PHPBB3-7782
|
| |
| |
| |
| | |
PHPBB3-7782
|