| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
| | |
| | |
| | | |
PHPBB3-9751
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* 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
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
* 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
|
| | | |
| | |
| | |
| | | |
PHPBB3-10033
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* 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
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10096
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Bots, generally speaking, will not request cron.php immediately,
thus telling them to request it is pointless.
PHPBB3-10046
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/rxu/10035:
[ticket/10035] ACP template edit feature allows to read any files on webserver.
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
... and to upload/execute any script on it. Use preg_replace to filter filename
PHPBB3-10035
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10057
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10057
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This necessitates adding connect_error property to firebird.
PHPBB3-10057
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10057
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10057
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
pg_last_error does not work if no connection was ever established.
Therefore we must keep track of connection errors in postgres
dbal ourselves.
PHPBB3-10057
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
ibase_errmsg works for the most recent call. If the connection
fails, any error message is clobbered by ibase_service_attach call.
PHPBB3-10057
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Calling nonexistent functions with @ destroys the script with
no feedback as to the cause of the error. Check whether
interbase functions exist before calling them.
PHPBB3-10057
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10057
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This change is in its own commit because it will be reverted for 3.1.
PHPBB3-10057
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This will make it autoloadable in 3.1. This commit breaks 3.0
since no code includes the error collector. Such include code
will be in its own commit since it will need to be reverted in 3.1.
PHPBB3-10057
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Replaced error collection functions with a class for a cleaner
implementation.
PHPBB3-10057
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When pg_connect/pg_pconnect do not exist, mention that they come
with pgsql extension.
PHPBB3-10057
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
PHP manual does not say that negative array indices are allowed,
so it's best to assume they are not guaranteed to work the way
one would expect.
PHPBB3-10057
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Addresses two issues:
1. When pgsql extension is missing, @pg_connect would silently
abort execution. Check for pg_connect existence before calling it,
same with pg_pconnect.
2. When connection fails, the error reported by php is discarded.
User is shown the failure message without the reason for failure,
making debugging difficult. Collect the error (if any) via a
temporarily installed error handler, and display it if connection
failed.
PHPBB3-10057
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/nickvergessen/10024:
[ticket/10024] Populate unread information to template for styling issues.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10024
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This also moves the code up to the point where we know that the user is a bot.
Regression from d07e152ea7e820c5a0e47aeb8004fa0b5621a314
PHPBB3-9912
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/callumacrae/7834:
[ticket/7834] Topic time didn't update when first post was deleted
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When the first post of a topic was deleted, the topic time didn't
update - it should have changed to the time of the next post.
This commit simply applies lefty74's patch posted in the ticket. It gets
the post time of the next post from the database, and updates the thread
accordingly.
This patch is not my work at all and all credits go to lefty74, I just
transferred it onto GitHub
PHPBB3-7834
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/callumacrae/9872:
[ticket/9872] Removed some useless code that broke delete_posts
|