| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11162
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11162
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11162
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11162
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11162
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11162
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11162
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11162
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11162
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-8610
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-8610
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-8610
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Update bookmarks and subscriptions to add bookmarks/subscriptions to the
new topic when using the split_topic function
PHPBB3-8610
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Update bookmarks to the new topic when merging posts into another topic
using the merge_posts function.
PHPBB3-8610
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Update bookmarks to the new topic when forking topics using
the mcp_fork_topic function.
PHPBB3-8610
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update bookmarks to the new topic when merging multiple topics using
the merge_topics function.
PHPBB3-8610
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* p/ticket/10205:
[ticket/10205] Reduce nesting in mysql drivers.
[ticket/10205] Rewrite _sql_error implementations to have a single return.
[ticket/10205] Cosmetic changes.
[ticket/10205] Add some columns to the empty fixture file for mssqlnative.
[ticket/10205] Delete stray return.
[ticket/10205] Test failed connection attempts.
[ticket/10205] Check for function existence in mssql connect method.
[ticket/10205] Convert mssqlnative driver to the same logic.
[ticket/10205] Fix a parse error in oracle driver.
[ticket/10205] Fix remaining db drivers.
[ticket/10205] Avoid calling mysqli functions when mysqli is missing.
[ticket/10205] Account for potentially missing extensions in dbal.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10205
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10205
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10205
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10205
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10205
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10205
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10205
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10205
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10205
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10841
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10841
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10841
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10841
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
this sould reduce load and be faster. Also freeresult functions added
PHPBB3-10841
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Commit also deletes all unnecessary blank spaces at
the end of the lines in both ucp_prefs_personal.html
PHPBB3-10841
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10602
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We keep the last queue run time around, therefore for determining
whether enough time has passed since the last run we can simply
use this config variable.
When there is no queue file we consider a queue run successful.
Previously queue.php ("cache file") modification time would be used
for determining whether enough time has passed since last queue run.
The problem was that modification time would be updated whenever
anything was added to the queue, creating a situation where if
queue is processed less frequently than it is added to that email
would not be sent.
PHPBB3-10602
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11238
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* nickvergessen/ticket/10184:
[ticket/10184] Query bots table to get the user_ids of the bots
[ticket/10184] Disable receiving pms for bots by default
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10184
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10184
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11227
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bantu/ticket/11192:
[ticket/11192] Merge dataProvider arrays because the test is the same now.
[ticket/11192] Update $value parameter description to support other types.
[ticket/11192] Mark negative byte numbers as unsupported.
[ticket/11192] Test strings not converted to int/float before.
[ticket/11192] Also test strings, e.g. sums returned by the database.
[ticket/11192] Also test powers of 10 / 1000.
[ticket/11192] Add tests.
[ticket/11192] Add Tebibyte to get_formatted_filesize().
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11192
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11192
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11192
|
| |/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
If you upload a file with a long filename the filename will partially
cover the arrow icon background image. Remove the icon as it's not needed
anyways.
PHPBB3-10879
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* p/ticket/10865:
[ticket/10865] Use code tags for install/database_update.php.
[ticket/10865] Should have been a slash.
[ticket/10865] Add .css, .js, and .htaccess to the list of ASCII mode files
[ticket/10865] Phrase change for visiting with browser
[ticket/10865] Grammar corrections for the entire document
[ticket/10865] Typo and phrasing change
[ticket/10865] Updates and additions to /docs/INSTALL.html
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10865
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10865
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10865
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10865
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixed more grammatical issues, changed some phrasings, added a link
for offline conversions, and other corrections.
PHPBB3-10865
|