| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
PHPBB3-12710
|
| |
| |
| |
| | |
PHPBB3-12710
|
| |
| |
| |
| | |
PHPBB3-12710
|
| |
| |
| |
| | |
PHPBB3-12710
|
| |
| |
| |
| | |
PHPBB3-12710
|
| |
| |
| |
| | |
PHPBB3-12710
|
| |
| |
| |
| |
| |
| | |
recreating them
PHPBB3-12710
|
| |
| |
| |
| | |
PHPBB3-12710
|
| |
| |
| |
| | |
PHPBB3-12710
|
| |
| |
| |
| | |
PHPBB3-12710
|
| |
| |
| |
| | |
PHPBB3-12710
|
| |
| |
| |
| | |
PHPBB3-12710
|
| |
| |
| |
| | |
PHPBB3-12710
|
|\ \
| |/
|/|
| |
| |
| |
| | |
[ticket/12738] Pass $this->config in content_visibility constructor
* dhruvgoel92/ticket/12738:
[ticket/12738] Pass $this->config in content_visibility constructor
|
| |
| |
| |
| | |
PHPBB3-12738
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12873] Test the correct identifier in \phpbb\db\tools
* Nicofuma/ticket/12873:
[ticket/12873] Add migration to rename the index
[ticket/12873] Don not touch the existing migrations
[ticket/12873] Test the good identifier in \phpbb\db\tools
|
| | |
| | |
| | |
| | | |
PHPBB3-12873
|
| | |
| | |
| | |
| | | |
PHPBB3-12873
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We need to rename the index key because with the default prefix (phpbb_)
this key has a length of 31. And because we don't accept the keys longer
than 30 characters we should ensure that by default no key is longer than
30 characters.
PHPBB3-12873
|
| | |
| | |
| | |
| | | |
PHPBB3-12557
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12882] Update search_type when it's not prefixed by phpbb_search
* Nicofuma/ticket/12882:
[ticket/12882] Use a new migration
[ticket/12882] Update search_type when it's not prefixed by phpbb_search
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12882
|
| |/ /
| | |
| | |
| | | |
PHPBB3-12882
|
| | |
| | |
| | |
| | | |
PHPBB3-12870
|
| | |
| | |
| | |
| | | |
PHPBB3-12870
|
|\ \ \
| |/ /
|/| | |
[ticket/12448] Allow null as default value for columns
|
| | |
| | |
| | |
| | | |
PHPBB3-12448
|
| | |
| | |
| | |
| | | |
PHPBB3-12448
|
| | |
| | |
| | |
| | | |
PHPBB3-12448
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Using profilefield_base_migration.php to create a custom profile
field with SQlite3 DBMS returns warning:
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/sqlite3.php
on line 218: SQLite3Result::fetchArray(): Unable to execute statement:
constraint failed
This is due passing filed_id and lang_id to the DB driver in
unspecified format. As they are always int we should cast them
in int to prevent the error message appearance.
PHPBB3-12846
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12829] Remove check for pgsql 8.3/8.2
* n-aleha/ticket/12829:
[ticket/12829] Remove check for pgsql 8.3/8.2
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove check for pgsql 8.3/8.2 and set multi_insert to true.
PHPBB3-12829
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12786] Extend profilefield_base_migration.php class
* lucifer4o/ticket/12786:
[ticket/12786] Correcting some tabs
[ticket/12786] Array_merge instead copy array parts
[ticket/12786] Some changes of the comments.
[ticket/12786] Dixing a typo
[ticket/12786] Some minor fixes of comments and function naming
[ticket/12786] Add clean_cpf_db_entries
[ticket/12786] White spaces found
[ticket/12786] Add create_language_entries
[ticket/12786] Add get_custom_field_id
[ticket/12786] Extend profilefield_base_migration.php class
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Some tabs needed corection
PHPBB3-12786
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
nickvergessen proposed this
PHPBB3-12786
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Comments and quotes
PHPBB3-12786
[ticket/12786]
PHPBB3-12786
Revert "[ticket/12786]"
This reverts commit 61a6647101731110f67689b109de953f7449b03e.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Typos fixed
PHPBB3-12786
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12786
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add function to clean the cpf fields entries
PHPBB3-12786
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Removed some white spaces
PHPBB3-12786
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add function to create entries in PROFILE_FIELDS_LANG_TABLE
PHPBB3-12786
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adding function to get CPFs ID
PHPBB3-12786
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
If extensions authors will use profilefield_base_migration.php
class as base class for creation of CPFs, the class need to be
extended a bit.
At the moment there are two issues with it:
It does not create entries for PROFILE_FIELDS_LANG_TABLE
(as it can't know what fields to create).
The migration is not "cleaning" the DBMS after purging
the extension and leaves everything except the CPF column.
Adding profilefield_language_data
PHPBB3-12786
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/12812] Add a migrator tool for config_text database changes
* VSEphpbb/ticket/12812:
[ticket/12812] Remove unused global $db from tests
[ticket/12812] Improve migrator config_text tool tests
[ticket/12812] Improve migrator config_text tool tests
[ticket/12812] Add a migrator tool for config_text database changes
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
PHPBB3-12812
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12802] Properly handle connection failures in SQLite3
* Noxwizard/ticket/12802:
[ticket/12802] Properly handle connection failures in SQLite3
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12802
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
develop-ascraeus
* github-nicofuma/ticket/12446:
[ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
|
| | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-12446
|