| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |/ /
| |
| |
| |
| |
| |
| | |
php 5.5 alpha 2 deprecated mysql extension, prefer mysqli if
both are available.
PHPBB3-11293
|
| | |
| |
| |
| | |
PHPBB3-10880
|
| | |
| |
| |
| | |
PHPBB3-8610
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
# By Oleg Pudeyev (29) and others
# Via Andreas Fischer (3) and others
* 'develop-olympus' of github.com:phpbb/phpbb3: (36 commits)
[ticket/11262] Add .lock in cache directory to .gitignore
[ticket/11265] Add assertions for board installation success.
[ticket/11162] Reformat.
[ticket/10491] Make recreate_database static.
[ticket/11162] Rename tricky updates to database helper.
[ticket/10491] Install board once per test run.
[ticket/10972] Drop user deletion.
[ticket/10972] Tweak user addition.
[ticket/10972] Add destroy method to mock cache.
[ticket/10972] Add mock null cache.
[ticket/10972] Backport get_db from develop.
[ticket/10972] Added explicit checks for creating duplicate users.
[ticket/10972] Moved tests into appropriate places and added comments
[ticket/10972] Added methods for creating and deleting basic users
[ticket/11162] Use empty($queries).
[ticket/11162] Review comments fixed.
[ticket/11162] Reformat.
[ticket/11162] Newlines to LF.
[ticket/11162] Use correct functions.
[ticket/11162] Account for notify_status.
...
Conflicts:
phpBB/includes/mcp/mcp_topic.php
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* p/ticket/11162: (22 commits)
[ticket/11162] Reformat.
[ticket/11162] Rename tricky updates to database helper.
[ticket/11162] Use empty($queries).
[ticket/11162] Review comments fixed.
[ticket/11162] Reformat.
[ticket/11162] Newlines to LF.
[ticket/11162] Use correct functions.
[ticket/11162] Account for notify_status.
[ticket/11162] This test really only works for bookmarks.
[ticket/11162] The test is not at all trivial.
[ticket/11162] Add includes.
[ticket/11162] Move to a separate file to avoid blowing out functions.php.
[ticket/11162] No whitespace changes in olympus.
[ticket/11162] Fix inaccurately copy pasted comment.
[ticket/11162] Use phpbb_update_rows_avoiding_duplicates in mcp.
[ticket/11162] Clarify that only the two tables actually work.
[ticket/11162] Uncomment transactions.
[ticket/11162] An implementation that actually works.
[ticket/11162] Make count function upper case.
[ticket/11162] Rename count variable name to remaining_rows.
...
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11162
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11162
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11162
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11162
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11162
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11162
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11162
|
| | | | |
| | | |
| | | |
| | | | |
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
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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-11227
|
| | | |
| | |
| | |
| | | |
PHPBB3-11192
|
| | | |
| | |
| | |
| | | |
PHPBB3-11192
|
| | | |
| | |
| | |
| | | |
PHPBB3-11192
|
| |\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
develop-olympus
* github-igorw/ticket/11181-olympus:
[ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus]
|
| | | |
| | |
| | |
| | | |
PHPBB3-11181
|