Marc Alexander
51d27979ce
Merge branch '3.3.x'
2023-06-21 20:36:04 +02:00
im4bb
464466cade
[ticket/17145] Change static to private variable due to php81 inheritance
...
PHPBB3-17145
2023-06-21 10:46:55 +02:00
Ruben Calvo
daa2dd280c
[ticket/16955] Fix most return types in phpdoc
...
PHPBB3-16955
2023-01-02 14:17:04 +01:00
Marc Alexander
cb406258fe
Merge branch '3.1.x' into 3.2.x
2016-12-25 15:52:38 +01:00
Marc Alexander
9e6207add3
[ticket/14923] Make sure start for queries is always set in migrations
...
PHPBB3-14923
2016-12-25 11:51:38 +01:00
Joas Schilling
b566686b51
Merge branch 'develop-ascraeus' into develop
...
Conflicts:
phpBB/phpbb/db/migration/data/v30x/release_3_0_5_rc1.php
phpBB/phpbb/db/migration/profilefield_base_migration.php
phpBB/phpbb/db/migrator.php
2015-01-20 23:32:36 +01:00
Tristan Darricau
dab0728357
[ticket/13489] Fix service configuration
...
PHPBB3-13489
2015-01-20 14:19:55 +01:00
Tristan Darricau
ce47170c29
[ticket/13489] Update migrations
...
PHPBB3-13489
2015-01-14 12:16:24 +01:00
Gaëtan Muller
b5544b2f47
[ticket/13450] Type-hint return value of $phpbb_container->get()
...
PHPBB3-13450
2015-01-12 20:19:07 +01:00
Stanislav Atanasov
1043d1a27c
[ticket/12846] SQLite3 bug in profilefield_base_migration.php
...
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
2014-07-13 01:45:20 +03:00
Stanislav Atanasov
c468a5d8d4
[ticket/12786] Correcting some tabs
...
Some tabs needed corection
PHPBB3-12786
2014-07-08 22:01:49 +03:00
Stanislav Atanasov
4cec5bcd55
[ticket/12786] Array_merge instead copy array parts
...
nickvergessen proposed this
PHPBB3-12786
2014-07-04 14:49:23 +03:00
Stanislav Atanasov
c9da9ec858
[ticket/12786] Some changes of the comments.
...
Comments and quotes
PHPBB3-12786
[ticket/12786]
PHPBB3-12786
Revert "[ticket/12786]"
This reverts commit 61a6647101731110f67689b109de953f7449b03e.
2014-07-03 20:18:51 +03:00
Stanislav Atanasov
41047bc369
[ticket/12786] Dixing a typo
...
Typos fixed
PHPBB3-12786
2014-06-29 22:46:45 +03:00
Stanislav Atanasov
ffbd7cf1a7
[ticket/12786] Some minor fixes of comments and function naming
...
PHPBB3-12786
2014-06-29 22:38:05 +03:00
Stanislav Atanasov
18631801d5
[ticket/12786] Add clean_cpf_db_entries
...
Add function to clean the cpf fields entries
PHPBB3-12786
2014-06-29 16:29:09 +03:00
Stanislav Atanasov
52204e0e6d
[ticket/12786] White spaces found
...
Removed some white spaces
PHPBB3-12786
2014-06-29 12:21:40 +03:00
Stanislav Atanasov
e3b07274ef
[ticket/12786] Add create_language_entries
...
Add function to create entries in PROFILE_FIELDS_LANG_TABLE
PHPBB3-12786
2014-06-29 11:51:47 +03:00
Stanislav Atanasov
b70a1cc4af
[ticket/12786] Add get_custom_field_id
...
Adding function to get CPFs ID
PHPBB3-12786
2014-06-29 11:50:40 +03:00
Stanislav Atanasov
564924e876
[ticket/12786] Extend profilefield_base_migration.php class
...
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
2014-06-29 11:48:06 +03:00
Stanislav Atanasov
deb393bff3
[ticket/12771] Shanging substr to strpos
...
Logical change ...
PHPBB3-12771
2014-06-26 20:56:00 +03:00
Stanislav Atanasov
c14db9ccd0
[ticket/12771] Change var name
...
Change var name
PHPBB3-12771
2014-06-26 14:19:49 +03:00
Stanislav Atanasov
5a76b36dfb
[ticket/12771] Bug in profilefield_base_migration when used in ext
...
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
2014-06-26 13:18:27 +03:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Joas Schilling
0a586258a2
[ticket/12349] Update license header in several new files
...
PHPBB3-12349
2014-04-03 15:42:36 +02:00
Joas Schilling
4663ea7c82
[ticket/12115] Remove space from line ending
...
PHPBB3-12115
2014-02-06 14:18:30 +01:00
Joas Schilling
190301021b
[ticket/12115] Use base class to reduce duplicate code
...
PHPBB3-12115
2014-02-06 11:32:12 +01:00