| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/12777] Rename extension status functions and add is_configured()
* Nicofuma/ticket/12777:
[ticket/12777] Add tests for unavailable extension
[ticket/12777] Add tests
[ticket/12777] Add is_purged()
[ticket/12777] Update doc block of is_configured()
[ticket/12777] Rename extension status functions and add is_configured()
|
| | |
| |
| |
| | |
PHPBB3-12777
|
| | |
| |
| |
| | |
PHPBB3-12777
|
| | |
| |
| |
| | |
PHPBB3-12777
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12716] Add the missing parameters in the call of clearToken
* Nicofuma/ticket/12716:
[ticket/12716] Use a string as session_id
[ticket/12716] Add regression test
[ticket/12716] Add the missing parameters in the call of clearToken
|
| | | |
| | |
| | |
| | | |
PHPBB3-12716
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12764] Properly handle errors upon connecting to MySQLi database
* marc1706/ticket/12764:
[ticket/12764] Properly handle errors upon connecting to MySQLi database
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
As the db_connect_id gets set up by mysql_init(), the db_connect_id will be an
object with empty settings instead of just empty. Even if mysql_real_connect()
encounters an error upon connecting, the db_connect_id is still set. This
will result in trying to just access the database which obviously does
nothing.
By setting db_connect_id to an empty string, the script will not try to query
th database and properly handle any errors that occur upon connecting.
PHPBB3-12764
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12771] Bug in profilefield_base_migration when used in ext
* lucifer4o/ticket/12771:
[ticket/12771] Shanging substr to strpos
[ticket/12771] Change var name
[ticket/12771] Bug in profilefield_base_migration when used in ext
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Logical change ...
PHPBB3-12771
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Change var name
PHPBB3-12771
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The base migration class should create lang entry for the new CPF
but it is supposed to strip it of phpbb_ prefix. As extensions
CPFs do not use phpbb_ prefix it will not create a lang entry.
This is as simple solution as it can be done.
PHPBB3-12771
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12759] Resolve query flooding while displaying large number of custom profile fields
* Dragooon/ticket/12759:
[ticket/12759] Fix type_bool and type_dropdown's UCP fields
[ticket/12759] Remove lang_helper from profilefields_manager
[ticket/12759] Cache all lang_options in lang_helper instead
[ticket/12759] Extra line in profilefields_manager
[ticket/12759] Cache lang_options for pm_viewmessage
[ticket/12759] Cache lang_options on memberlist
[ticket/12759] Add phpDoc comments to explain get_option_lang
[ticket/12759] Little code cleanup
[ticket/12759] Make sure $field_id has unique elements
[ticket/12759] Cache the lang options earlier
[ticket/12759] Cache lang options for all fields while displaying
[ticket/12759] Allow multiple fields to be loaded via get_option_lang
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12759
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
No longer required
PHPBB3-12759
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12759
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12759
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12759
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12759
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12759
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12759
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Otherwise it would cause a bunch of repetitive IDs passed to the IN clause
PHPBB3-12759
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Previously it would re-run on every post
PHPBB3-12759
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Previously these would be fetched one field at one time, causing a large
number of queries in case there were large number of custom profile fields
and/or unique number of users in areas such as viewing topics. Resolve this
by caching them at once when generating data for displaying them in templates.
PHPBB3-12759
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12759
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Broke Email topic since the topic_form class doesn't require this to be passed
PHPBB3-12772
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/12325] Automatic update should notify about outdated files
* Nicofuma/ticket/12325:
[ticket/12325] Fix the language var name
[ticket/12325] Update coding style in template
[ticket/12325] Fix: add a missing colon
[ticket/12325] Don't use L_COLON
[ticket/12325] Fix: it's not stuck in an inifinite loop anymore
[ticket/12325] Automatic update should notify about outdated files
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12325
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12325
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12325
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12325
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12325
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12325
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/12196] Fix typo in "referrer"
* nickvergessen/ticket/12196-ascraeus:
[ticket/12196] Fix typo in "referrer"
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Referer is a typo in the HTTP RFC and should not be used in the UI
PHPBB3-12196
|
| | |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* develop-olympus:
[ticket/12196] Revert Fix typo "referer" in acp/attachments
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This reverts commit 9bc1f7924d5ef00fb988b81347d4c5c730b25eb2.
https://tracker.phpbb.com/browse/PHPBB3-12196
PHPBB3-12196
|
| | |\ \ \ \ \ \ \
| | |/ / / / / /
| | | | | | | /
| | |_|_|_|_|/
| |/| | | | |
| | | | | | |
| | | | | | | |
# By Joas Schilling
# Via Dhruv (1) and Joas Schilling (1)
* develop-olympus:
[ticket/12196] Fix typo "referer" in acp/attachments
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12196
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12773
|
| |\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* nickvergessen/ticket/12099:
[ticket/12099] Fix correction in path_helper test
[ticket/12099] Prepend ./ to path to fix assets
[ticket/12099] Deduplicate path generation
[ticket/12099] Fix clean_path() ".." stripping when previous directory was "."
[ticket/12099] Break clean_path tests with a simple test
[ticket/12099] Clean paths in tests
[ticket/12099] Correctly fix go back to root before prepending the root path
[ticket/12099] Clean some paths before using them
[ticket/12099] Fix several issues in path_helper test
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12099
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12099
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12099
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This allows moving app.php outside of phpBB and still work as expected
PHPBB3-12099
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12099
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
... it limits translations.
PHPBB3-12462
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[Ticket/12680] - Adds alternative text to contact icon in viewtopic.php
* Crizz0/ticket/12680:
[ticket/12680] Adds variable for guest user
[ticket/12680] Brings back get_username_string()
[ticket/12680] Solves last bugs. viewprofile: contact --> contact nickname
[ticket/12680] Still some problems with displaying the nickname in ucp
[ticket/12680] Little changes, but some issues are still there
[ticket/12680] Removes unnessesary $user->lang from CONTACT_USER
[ticket/12680] Adds alternativ text with new variable to contact:
[ticket/12680] Adds second alternativ text and font-size: 0 to remove text
[ticket/12680] Adds alternative text to contact icon in viewtopic.php
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12680
|