| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
There is no reason why db drivers must have a cache to work.
They query the database, that part works without caches.
PHPBB3-11305
|
|
|
|
| |
PHPBB3-11305
|
|
|
|
| |
PHPBB3-11305
|
|
|
|
| |
PHPBB3-11305
|
|
|
|
|
|
|
|
|
|
|
| |
The final step calls a bunch of code which expects a full phpBB
runtime environment. Also, by this step everything should be configured
and database schema set up.
Therefore, in the final step replace installer container with a normal
phpBB container.
PHPBB3-11305
|
|
|
|
|
|
| |
This only covers some of the call sites.
PHPBB3-11305
|
|
|
|
|
|
|
| |
Unlike most other things in cache service, hook finder does not need
a database connection.
PHPBB3-11305
|
|
|
|
| |
PHPBB3-11306
|
|
|
|
|
|
|
| |
Extracts default container construction to factory function, removing
boilerplate duplication for container construction.
PHPBB3-11306
|
|\
| |
| |
| |
| |
| |
| |
| | |
* p/ticket/11037:
[ticket/11037] Fix unit tests.
[ticket/11037] Update services.yml.
[ticket/11037] Add/update docblocks.
[ticket/11037] Eliminate globals from cache service.
|
| |
| |
| |
| | |
PHPBB3-11037
|
| |
| |
| |
| | |
PHPBB3-11037
|
| |
| |
| |
| | |
PHPBB3-11037
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* p/ticket/11188:
[ticket/11188] Reduce waste.
[ticket/11188] add result count query for author search
[ticket/11188] add count query to postgres search
|
| | |
| | |
| | |
| | | |
PHPBB3-11188
|
| | |
| | |
| | |
| | | |
PHPBB3-11188
|
| | |
| | |
| | |
| | | |
PHPBB3-11188
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* develop-olympus:
[ticket/11293] Add a note that mysqli should be in front of mysql.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
php 5.5 alpha 2 deprecated mysql extension, prefer mysqli if
both are available.
PHPBB3-11293
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* EXreaction/ticket/11259:
[ticket/11259] htmlspecialchars($phpbb_admin_path)
[ticket/11259] adm_relative_path -> phpbb_adm_relative_path
[ticket/11259] Also make adm_relative_path available in the container
[ticket/11259] Make phpbb_admin_path available everywhere
Conflicts:
phpBB/install/index.php
phpBB/install/install_update.php
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11259
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We can assume they properly format their config settings, right?
PHPBB3-11259
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11259
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11259
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* p/ticket/10758:
[ticket/10758] Add return to the other compat function.
[ticket/10758] Add periods.
[ticket/10758] Yes, only one empty line.
[ticket/10758] Add deprecated tags.
[ticket/10758] Add compat functions.
[ticket/10758] Admin is not working yet.
[ticket/10758] Test moderator and admin permissions.
[ticket/10758] Check that acl was changed in the test.
[ticket/10758] Extract obtain_user_data for the benefit of tests.
[ticket/10758] Functional test for changing a user's permission.
[ticket/10758] Spelling fix.
[ticket/10758] Add a test for acp login.
[ticket/10758] Dependency inject parameters into update_foes.
[ticket/10758] Dependency inject parameters into cache_moderators.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10758
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10758
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10758
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10758
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10758
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10758
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10758
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also add phpbb prefix since the signature is being changed anyway.
PHPBB3-10758
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also add phpbb prefix since the signature is being changed anyway.
PHPBB3-10758
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/11278] Comment out the code for dropping the Q&A tables
[ticket/11278] Fix not running queries from db tools in database update
Conflicts:
phpBB/install/database_update.php
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 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
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* p/ticket/11248:
[ticket/11248] Convert line endings to LF - develop edition.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11248
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* p/ticket/11037:
[ticket/11037] Eliminate global $db usage in cache drivers.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The only time $db is needed in cache drivers is to navigate the
result set in sql_save. Pass it as a parameter in that function.
PHPBB3-11037
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* nickvergessen/ticket/11277:
[ticket/11277] Correctly remove user_dst column on database update
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The db_tools is running in "return statement" mode, so the queries to
modify the data are not executed, but just returned.
PHPBB3-11277
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11287
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* imkingdavid/feature/events: (65 commits)
[feature/events] Fix improperly named event in documentation
[feature/events] Fix alphabetization of events
[feature/events] Put events in alphabetical order
[feature/events] Make EVENTS.md lowercase
[feature/events] Use ` to escape HTML tags in markdown
[feature/events] Remove HTML tags from markdown so they don't get parsed
[feature/events] Remove extraneous space
[feature/events] Add markdown template event documentation file
[feature/events] forumlist_body_last_post_title_after -> _prepend (subsilver2)
[feature/events] Fix overall_footer_end -> overall_footer_after (subsilver2)
[feature/events] Fix typo in event name
[feature/events] Fix more subsilver2 events
[feature/events] Fix some subsilver2 events
[feature/events] Append "_append" to viewtopic_print_head
[feature/events] ucp_pm_viewmessage_print_head_append
[feature/events] simple_footer_end -> simple_footer_after
[feature/events] Append "_prepend" to posting_editor_options
[feature/events] Fix events in prosilver overall_header.html
[feature/events] Fix events in prosilver overall_footer.html
[feature/events] Rename index_body_info_blocks: index_body_stat_blocks_before
...
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-9550
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-9550
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-9550
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-9550
|