| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |/
|
|
|
|
|
| |
In session.php 401 response message was "Not Authorized".
I changed it to "Unauthorized".
PHPBB3-11196
|
| |\
| |
| |
| |
| | |
* Crizz0/ticket/11220:
[ticket/11220] Improvement to the info pop-up from "list="
|
| | |
| |
| |
| |
| |
| |
| | |
A improvement to the info popup which is displayed when the cursor
is over the bbcode-button [list=] in the posting-editor
PHPBB3-11220
|
| |\ \
| | |
| | |
| | |
| | | |
* dhruvgoel92/ticket/11233:
[ticket/11233] prohibit selecting anonymous user as a PM recipient
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
While composing pm, it should not be allowed to add
anonymous user as a PM recipient
PHPBB3-11233
|
| |\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
# By Senky
# Via Senky
* remotes/Senky/ticket/10050:
[ticket/10050] removing prosilver edits
[ticket/10050] adding .topicrow to template condition
|
| | | |
| | |
| | |
| | | |
PHPBB3-10050
|
| | | |
| | |
| | |
| | | |
PHPBB3-10050
|
| | | |
| | |
| | |
| | | |
PHPBB3-11343
|
| | | |
| | |
| | |
| | | |
PHPBB3-11343
|
| | |/
|/|
| |
| |
| |
| |
| | |
Use strict comparison when checking whether stored user_actkey is equal to user
input.
PHPBB3-11343
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
# By Sajaki
# Via Sajaki
* remotes/Sajaki/ticket/10854:
[ticket/10854] sql server drop default constraint when dropping column
|
| | | |
| | |
| | |
| | |
| | |
| | | |
drops default columns with T-SQL before attempting drop column to
avoids sql exception. This is a huge annoyance in UMIL scripts running
under sql server.
|
| | | |
| | |
| | |
| | | |
PHPBB3-11301
|
| | | |
| | |
| | |
| | | |
PHPBB3-11301
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* gn36/ticket/11292:
[ticket/11292] Fix: Newlines removed in display of PM reports
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|