rxu
|
3d5639a844
|
[ticket/16749] Explicitly set default MySQLi error mode
PHPBB3-16749
|
2021-04-04 17:11:59 +07:00 |
|
Marc Alexander
|
2720c93ac3
|
Merge branch '3.3.x'
|
2021-04-04 10:01:31 +02:00 |
|
Marc Alexander
|
58322251d2
|
Merge pull request #6183 from marc1706/ticket/16748-master
[ticket/16748] Adjust coding guidelines to put static after visibility -- Master version
|
2021-04-04 10:01:27 +02:00 |
|
Marc Alexander
|
705cc6ee6b
|
Merge pull request #6182 from marc1706/ticket/16748
[ticket/16748] Adjust coding guidelines to put static after visibility
|
2021-04-04 10:00:54 +02:00 |
|
Marc Alexander
|
808be852c4
|
Merge pull request #6181 from Crizz0/ticket/16747
[ticket/16747] Fix typo in post_in_queue.txt email template
|
2021-04-04 09:29:38 +02:00 |
|
Marc Alexander
|
ce08da5165
|
[ticket/16748] Enable code sniffing for static placement and adjust code
PHPBB3-16748
|
2021-04-03 23:12:04 +02:00 |
|
Marc Alexander
|
8518393c46
|
Merge branch 'ticket/16748' into ticket/16748-master
|
2021-04-03 22:44:04 +02:00 |
|
Marc Alexander
|
95496ebd38
|
[ticket/16748] Adjust coding guidelines to put static after visibility
PHPBB3-16748
|
2021-04-03 22:41:58 +02:00 |
|
rubencm
|
a168c0f545
|
[ticket/16737] Twig improvements, phpdoc and fix variable
PHPBB3-16737
|
2021-04-03 21:48:10 +02:00 |
|
Christian Schnegelberger
|
e79afc6293
|
[ticket/16747] post_in_queue.txt change aprroval to approval
PHPBB3-16747
|
2021-04-03 13:02:14 +02:00 |
|
Marc Alexander
|
f619fc3f73
|
Merge pull request #6178 from marc1706/ticket/16746
[ticket/16746] Update node modules to latest versions
|
2021-04-02 11:20:18 +02:00 |
|
Marc Alexander
|
22bfe228e7
|
[ticket/16746] Use npm ci to install packages according to lock file
PHPBB3-16746
|
2021-04-02 10:11:44 +02:00 |
|
Marc Alexander
|
24800a509f
|
[ticket/16746] Update node modules to latest versions
PHPBB3-16746
|
2021-04-02 10:10:27 +02:00 |
|
3D-I
|
8e5be03fe9
|
[ticket/16719] Fix PHP notice/warning on update
PHPBB3-16719
|
2021-04-02 10:01:08 +02:00 |
|
3D-I
|
b6f4f30015
|
[ticket/16719] Fix PHP notice/warning on update
PHPBB3-16719
|
2021-04-02 10:01:08 +02:00 |
|
3D-I
|
222c7cd74b
|
[ticket/16719] Fix PHP notice/warning on update
PHPBB3-16719
|
2021-04-02 10:01:07 +02:00 |
|
Marc Alexander
|
2d0e727f33
|
Merge pull request #6176 from marc1706/ticket/16740
[ticket/16740] Add method for ensuring resource is not passed to cache
|
2021-04-01 10:32:50 +02:00 |
|
Marc Alexander
|
4ce8224c2c
|
[ticket/16740] Use is_resource() to check whether connect id is still valid
PHPBB3-16740
|
2021-03-31 21:22:14 +02:00 |
|
Marc Alexander
|
9d2fae3285
|
Merge pull request #6169 from 3D-I/ticket/16735
[ticket/16735] Fix access array offset on value of type bool on login
|
2021-03-31 07:40:00 +02:00 |
|
Marc Alexander
|
47f7a81b41
|
Merge pull request #6177 from 3D-I/ticket/16743
[ticket/16743] Properly check if TMP file exists - PHP 8
|
2021-03-30 20:07:42 +02:00 |
|
3D-I
|
e49a6e06a8
|
[ticket/16743] Properly check if TMP file exists - PHP 8
PHPBB3-16743
|
2021-03-29 22:05:53 +02:00 |
|
Marc Alexander
|
4d5db19feb
|
Merge pull request #6175 from marc1706/ticket/16675
[ticket/16675] Use github base branch head rev for commit message check
|
2021-03-29 22:04:22 +02:00 |
|
Marc Alexander
|
e8afa29013
|
[ticket/16740] Implement sql_table_exists for psql w/out debug spam
Failed pg_query() results in PHP notices now ...
PHPBB3-16740
|
2021-03-28 11:40:23 +02:00 |
|
Marc Alexander
|
1e6ed3f0f5
|
[ticket/16740] Disable PHP 8.1 tests
PHPBB3-16740
|
2021-03-28 09:59:36 +02:00 |
|
Marc Alexander
|
c99bfe116f
|
[ticket/16740] Improve open queries handling & do not close freed connection
PHPBB3-16740
|
2021-03-28 09:52:55 +02:00 |
|
rubencm
|
e5d5c0e29f
|
[ticket/16737] Use twig syntax
PHPBB3-16737
|
2021-03-27 20:37:06 +01:00 |
|
Marc Alexander
|
8a87d2bd5b
|
Merge pull request #5543 from hanakin/ticket/15515
[ticket/15515] Overhaul JS linting/testing with xo/eslint
|
2021-03-27 08:42:43 +01:00 |
|
Marc Alexander
|
03824189e4
|
[ticket/16740] Add more postgres tests to github actions
PHPBB3-16740
|
2021-03-26 22:56:57 +01:00 |
|
Marc Alexander
|
645e662b11
|
[ticket/16740] Add method for ensuring resource is not passed to cache
PHPBB3-16740
|
2021-03-26 22:54:19 +01:00 |
|
hanakin
|
cbe6e90f5b
|
[ticket/15515] add admin.js to ignores
PHPBB3-15515
|
2021-03-26 11:53:00 -10:00 |
|
hanakin
|
bfe120ad00
|
[ticket/15515] calll xo explicitly
PHPBB3-15515
|
2021-03-26 11:53:00 -10:00 |
|
hanakin
|
60692a9ebe
|
[ticket/15515] update xo and run as npm test
PHPBB3-15515
|
2021-03-26 11:52:51 -10:00 |
|
hanakin
|
09808ca16d
|
[ticket/15515] rebase on 16414
PHPBB3-15515
|
2021-03-26 11:52:41 -10:00 |
|
Marc Alexander
|
1d22f001e6
|
Merge pull request #6174 from Crizz0/ticket/16739
[ticket/16739] Replaces TOPIC_TITLE by SUBCJECT in short/report_pm.txt
|
2021-03-26 21:58:53 +01:00 |
|
Marc Alexander
|
718d2dc77e
|
[ticket/16675] Use github base branch head rev for commit message check
PHPBB3-16675
|
2021-03-26 21:53:47 +01:00 |
|
Christian Schnegelberger
|
92425fcb46
|
[ticket/16739] Replaces TOPIC_TITLE by SUBCJECT in short/report_pm.txt
PHPBB3-16739
|
2021-03-26 18:30:13 +01:00 |
|
Marc Alexander
|
bcf59eca9f
|
Merge pull request #6088 from rubencm/ticket/16639
[ticket/16639] Pass absolute paths to make_path_relative
|
2021-03-25 21:16:25 +01:00 |
|
rubencm
|
4e1e7f03da
|
[ticket/16737] Use short array syntax
PHPBB3-16737
|
2021-03-25 10:11:44 +01:00 |
|
rubencm
|
e84cef8dee
|
[ticket/16737] Improvements to in progress form
PHPBB3-16737
|
2021-03-25 10:04:37 +01:00 |
|
rubencm
|
9b838115c6
|
[ticket/16737] Fix test
PHPBB3-16737
|
2021-03-25 03:54:29 +01:00 |
|
rubencm
|
cf8b797911
|
[ticket/16737] Rewrite acp_search index pages
PHPBB3-16737
|
2021-03-25 03:37:30 +01:00 |
|
rubencm
|
31fac7bbf1
|
[ticket/16737] Remove state and search properties
PHPBB3-16737
|
2021-03-25 00:03:12 +01:00 |
|
rubencm
|
558828b7e0
|
[ticket/16737] Divide acp_search in multiple files
PHPBB3-16737
|
2021-03-25 00:03:12 +01:00 |
|
rubencm
|
b78efaadc1
|
[ticket/16737] Move template logic to template
PHPBB3-16737
|
2021-03-25 00:03:12 +01:00 |
|
rubencm
|
381cf4b9f1
|
[ticket/16737] Remove dead code
PHPBB3-16737
|
2021-03-25 00:03:12 +01:00 |
|
rubencm
|
89f41d8456
|
[ticket/16737] Remove dead code
PHPBB3-16737
|
2021-03-25 00:03:12 +01:00 |
|
rubencm
|
c52d1d8e45
|
Merge pull request #6173 from rubencm/ticket/15540
[ticket/15540] Change method name with the new one
|
2021-03-24 22:40:31 +00:00 |
|
rubencm
|
5ce6345fa7
|
[ticket/15540] Change method name with the new one
PHPBB3-15540
|
2021-03-24 23:29:29 +01:00 |
|
Marc Alexander
|
020d574816
|
Merge branch '3.3.x'
|
2021-03-24 21:31:27 +01:00 |
|
Marc Alexander
|
7d48254cc9
|
Merge pull request #6163 from marc1706/ticket/16730
[ticket/16730] Don't do additional sorting or output without any tickets
|
2021-03-24 21:31:22 +01:00 |
|