| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Thanks to Oleg for inspection.
PHPBB3-9721
|
| |
|
|
|
|
| |
This feature allows to manage attachments in posts and PMs via ACP.
PHPBB3-9721
|
| |\
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10121] Fix missing urlencode() for ICQ-number in viewtopic.php
[ticket/10121] Fix ICQ profile link, leading to a dead web-messenger.
|
| | |
| |
| |
| | |
PHPBB3-10121
|
| |\ \
| |/
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/9751] Add shortcut logic for pass_complex == PASS_TYPE_ANY.
[ticket/9751] Compare $password with empty string instead of casting it to bool
[ticket/9751] Use a switch/case block without break for password complexity.
[ticket/9751] Password requirement "Must contain letters and numbers" fails
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* ticket/bantu/9751:
[ticket/9751] Add shortcut logic for pass_complex == PASS_TYPE_ANY.
[ticket/9751] Compare $password with empty string instead of casting it to bool
[ticket/9751] Use a switch/case block without break for password complexity.
[ticket/9751] Password requirement "Must contain letters and numbers" fails
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add shortcut logic for pass_complex because this is the default value phpBB
ships with and there is nothing to do in that function in that case.
PHPBB3-9751
|
| | | |
| | |
| | |
| | | |
PHPBB3-9751
|
| | | |
| | |
| | |
| | | |
PHPBB3-9751
|
| | | |
| | |
| | |
| | | |
PHPBB3-9751
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10112] Replaced a couple occurrences of count() with sizeof()
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* callumacrae/ticket/10112:
[ticket/10112] Replaced a couple occurrences of count() with sizeof()
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
As per the coding guidlines, sizeof() should be used instead of count().
PHPBB3-10112
|
| | |\ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10110
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
defined the database
PHPBB3-10110
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10110
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10110
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10110
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/9946] Allow storage of data >4kB on Oracle again
|
| | |\ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* ticket/jellydoughnut/9946:
[ticket/9946] Allow storage of data >4kB on Oracle again
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This fixes the fix to PHPBB3-9132, which introduced a fatal error on Oracle.
PHPBB3-9946
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10033] "Disallow usernames" does not check already disallowed names.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10033
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10101] Add test case for native phpass hashes
[ticket/10101] Add support for native phpass hashes
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 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
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10100] Update rand_seed_last_update before rand_seed in unique_id().
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/9685] Buffer posts for search indexing when using mssqlnative.
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/naderman/9685:
[ticket/9685] Buffer posts for search indexing when using mssqlnative.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
To have a generic solution there is now a sql_buffer_nested_transaction()
which indicates that the given SQL driver requires buffering to run a
transaction while iterating over another result set.
PHPBB3-9685
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10096] Fixed whitespace in functions.php.
[ticket/10078] Avoid \n in strings given to echo for portability.
[ticket/10092] Ignore overlength comment lines in commit-msg hook.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10096
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/bantu/10046-develop:
[ticket/10046] Remove register_shutdown_function() in cron.php from develop.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10046
|
| |\ \ \ \ \ \
| |/ / / / /
|/| / / / /
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10046] Do not link bots to cron.php.
[ticket/10046] No longer change $phpbb_root_path to an absolute path for cron.
[ticket/10046] Call flush() in cron.php
[ticket/10046] Remove calls to register_shutdown_function() in cron.php
Conflicts:
phpBB/cron.php
phpBB/includes/functions.php
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bots, generally speaking, will not request cron.php immediately,
thus telling them to request it is pointless.
PHPBB3-10046
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/9970] Rename validate_language() to validate_language_iso_name().
[ticket/9970] Do not allow switching to languages not installed on reg. page.
[ticket/9970] Check whether language pack is installed.
[ticket/9970] User language input is checked for existance
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/bantu/9970:
[ticket/9970] Rename validate_language() to validate_language_iso_name().
[ticket/9970] Do not allow switching to languages not installed on reg. page.
[ticket/9970] Check whether language pack is installed.
[ticket/9970] User language input is checked for existance
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9970
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9970
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9970
|
| | | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Users could select a language which did not exist in the database by altering
form fields because there was no back-end verification.
PHPBB3-9970
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 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
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10057] Fixes for a bunch of small problems.
[ticket/10035] ACP template edit feature allows to read any files on webserver.
[ticket/10057] Handle the case of missing interbase extension better.
[ticket/10057] Fixed wrong usage of sql_error again, in firebird.
[ticket/10057] Fixed usage of sql_error again.
[ticket/10057] Condition file/line display on DEBUG_EXTRA or IN_INSTALL.
[ticket/10057] Fixed wrong usage of sql_error in postgres dbal.
[ticket/10057] Skip ibase_service_attach if firebird connection failed.
[ticket/10057] Check for interbase function existence.
[ticket/10057] Split statements in firebird dbal for readability.
[ticket/10057] Include error collector class file in postgres dbal.
[ticket/10057] Moved error collector class into its own file.
[ticket/10057] Use a class for error collection.
[ticket/10057] More informative error messages in postgres dbal.
[ticket/10057] No negative array indexing.
[ticket/10057] Report postgres db connection errors.
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/rxu/10035:
[ticket/10035] ACP template edit feature allows to read any files on webserver.
|