| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Report text is run through make_clickable and bbcode_nl2br for PMs
just as it is for posts.
PHPBB3-11292
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
php 5.5 alpha 2 deprecated mysql extension, prefer mysqli if
both are available.
PHPBB3-11293
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* nickvergessen/ticket/11278:
[ticket/11278] Comment out the code for dropping the Q&A tables
[ticket/11278] Fix not running queries from db tools in database update
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Due to a bug, vanilla phpbb could not create captcha tables in 3.0.8 on
firebird. It was possible for board administrators to adjust the code to
work. If code was manually adjusted by board administrators, index names
would not be the same as what 3.0.9 and newer expect. This code fragment
drops captcha tables, destroying all entered Q&A captcha configuration,
such that when Q&A is configured next the respective tables will be
created with corrent index names.
If you wish to preserve your Q&A captcha configuration, you can manually
rename indexes to the currently expected name:
phpbb_captcha_questions_lang_iso => phpbb_captcha_question_lang
phpbb_captcha_answers_question_id => phpbb_captcha_answers_qid
Again, this needs to be done only if a board was manually modified to fix
broken captcha code.
PHPBB3-11278
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The db_tools class is running in return mode, which means that the queries
are not run, but just returned. Therefor the broken tables were not
removed from the database.
PHPBB3-11278
|
|/ / /
| | |
| | |
| | | |
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
|
| | | | |
| | | | |
| | | | |
| | | | | |
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
|