phpbb/phpBB/phpbb
Tristan Darricau b8d555f56a [ticket/16741] Specific DBs fixes
MSSQL:
- Fix bool type
- Fix comparator
- Drop Default constraint before deleting column
- Rename Default constraint to use phpBB's names
- Re-create the indices when changing the type of one column
- Uses varchar instead of varbinary

PostgreSQL:
- Creates auto increment sequences by hand instead of using serial
  in order to use phpBB's names
- Drop constraint on unique / primary indices

Oracle:
- Rename indices to use phpBB's names
- Fix string not null behaviour
- Fix broken regex in Oracle driver
- Handle to long indices on Oracle
- Rename auto_increment trigger and sequence
- Automatically lowercase keys in assoc results

PHPBB3-16741
2021-11-11 04:55:28 +01:00
..
attachment [ticket/16820] Move ATTACHMENT_CATEGORY_ constants to attachment namespace 2021-10-10 17:52:42 +02:00
auth Merge branch '3.3.x' 2021-07-06 22:02:24 +02:00
avatar Merge pull request #5274 from rubencm/ticket/14285 2021-05-28 07:17:15 +02:00
cache [ticket/15540] Fix test 2021-03-23 10:23:50 +01:00
captcha [ticket/16748] Enable code sniffing for static placement and adjust code 2021-04-03 23:12:04 +02:00
composer [ticket/16748] Enable code sniffing for static placement and adjust code 2021-04-03 23:12:04 +02:00
config [ticket/16870] Ensure to properly escape values when running db:migrate 2021-09-08 20:24:44 +02:00
console [ticket/16820] Move ATTACHMENT_CATEGORY_ constants to attachment namespace 2021-10-10 17:52:42 +02:00
controller [ticket/16207] Stop forcing session id in URLs 2021-07-17 22:31:54 +02:00
cron [ticket/16748] Enable code sniffing for static placement and adjust code 2021-04-03 23:12:04 +02:00
db [ticket/16741] Specific DBs fixes 2021-11-11 04:55:28 +01:00
debug [ticket/16748] Enable code sniffing for static placement and adjust code 2021-04-03 23:12:04 +02:00
di [ticket/16741] General fixes 2021-11-09 02:48:34 +01:00
event Merge branch '3.3.x' 2021-04-09 17:29:19 +02:00
exception [ticket/16345] Small improvements 2020-08-14 08:29:06 +00:00
extension [ticket/12631] Add finder.not_use_cache 2021-10-10 10:10:37 +02:00
feed Merge branch '3.3.x' 2021-08-23 20:30:14 +02:00
files Merge branch '3.3.x' 2021-05-01 21:52:12 +02:00
filesystem [ticket/16748] Enable code sniffing for static placement and adjust code 2021-04-03 23:12:04 +02:00
finder [ticket/12631] Some more cleanup and type hints for new finder files 2021-10-10 11:52:47 +02:00
group [ticket/15233] Standardize avatar output variables 2021-03-06 08:18:30 +01:00
groupposition [ticket/16748] Enable code sniffing for static placement and adjust code 2021-04-03 23:12:04 +02:00
help [ticket/12591] Improve breadcrumb naming and extend it's usage 2019-05-09 18:43:34 +02:00
install [ticket/16741] General fixes 2021-11-09 02:48:34 +01:00
json [ticket/16748] Enable code sniffing for static placement and adjust code 2021-04-03 23:12:04 +02:00
language [ticket/10824] Improve code style and docblocks in language file helper 2021-01-26 22:26:02 +01:00
lock [ticket/16345] Small improvements 2020-08-14 08:29:06 +00:00
log Merge branch '3.3.x' 2021-08-23 20:30:14 +02:00
mention [ticket/13713] Make sure service collection is accepted by controller 2021-05-15 22:23:42 +02:00
message Merge branch '3.3.x' 2021-08-23 20:30:14 +02:00
mimetype Merge branch '3.3.x' 2021-10-17 21:57:39 +02:00
module [ticket/16671] Fix coding style 2020-12-31 14:40:14 +01:00
notification Merge branch '3.3.x' 2021-08-23 20:30:14 +02:00
passwords Merge branch '3.3.x' 2021-09-20 11:27:27 +02:00
php [ticket/16352] Deprecate more functions 2020-02-03 01:44:02 +00:00
plupload [ticket/16690] Fix htmlspecialchars and htmlspecialchars_decode default flag 2021-01-20 00:21:24 +07:00
profilefields [ticket/16741] Test fixes 2021-11-09 02:49:56 +01:00
report Merge branch '3.3.x' 2021-01-03 00:11:11 +01:00
request [ticket/16587] Fix phpdoc errors reported by Doctum 2020-09-07 12:11:31 +02:00
routing [ticket/16649] Upgrade to Symfony 5 2021-02-19 21:10:54 +07:00
search [ticket/16758] Initialize search_query property with an empty string 2021-04-15 21:41:24 +02:00
storage [ticket/16820] Move ATTACHMENT_CATEGORY_ constants to attachment namespace 2021-10-10 17:52:42 +02:00
template Merge branch '3.3.x' 2021-10-17 20:32:51 +02:00
textformatter [ticket/16574] Remove flash BBcode 2021-08-19 23:01:42 +02:00
textreparser [ticket/16574] Remove flash BBcode 2021-08-19 23:01:42 +02:00
tree [ticket/16346] More fixes 2020-08-14 08:29:14 +00:00
ucp/controller Merge branch '3.3.x' 2021-01-22 19:14:53 +01:00
class_loader.php [ticket/16345] Small improvements 2020-08-14 08:29:06 +00:00
composer.json [ticket/16865] Update IRC + discord links in composer and documentation 2021-08-31 16:03:41 +02:00
config_php_file.php [ticket/16748] Enable code sniffing for static placement and adjust code 2021-04-03 23:12:04 +02:00
content_visibility.php Merge branch '3.3.x' 2020-09-08 20:41:52 +02:00
datetime.php Merge branch '3.3.x' 2021-07-31 12:06:48 +02:00
error_collector.php [ticket/16587] Fix phpdoc errors reported by Doctum 2020-09-07 12:11:31 +02:00
file_downloader.php [ticket/16787] Properly check if fsockopen() is enabled - PHP 8 2021-05-29 21:53:23 +02:00
filesystem.php [ticket/14584] Change all to be removed tags to 4.0 2019-05-06 21:27:08 +02:00
json_response.php
pagination.php [ticket/15939] Pagination docblocks 2019-01-14 12:50:07 +01:00
path_helper.php Merge branch '3.2.x' 2017-09-09 12:09:50 +02:00
permissions.php [ticket/16574] Remove flash BBcode 2021-08-19 23:01:42 +02:00
recursive_dot_prefix_filter_iterator.php
session.php [ticket/16825] Do not use session ID from URL if force_sid is not enabled 2021-07-26 21:03:14 +02:00
symfony_request.php
user.php [ticket/16574] Remove flash BBcode 2021-08-19 23:01:42 +02:00
user_loader.php Merge branch '3.3.x' 2021-04-10 23:07:44 +02:00
version_helper.php Merge branch '3.3.x' 2021-04-10 23:07:44 +02:00
viewonline_helper.php [ticket/15253] Update imports 2017-07-20 19:55:52 +02:00