Tristan Darricau
6ce708539b
[ticket/16741] General fixes
...
PHPBB3-16741
2021-11-09 02:48:34 +01:00
rxu
19b12bf6ee
[ticket/16649] Upgrade to Symfony 5
...
PHPBB3-16649
2021-02-19 21:10:54 +07:00
Máté Bartus
2a57477718
[ticket/16643] Refactor installer tasks to use Doctrine DBAL
...
PHPBB3-16643
2021-01-31 12:57:04 +01:00
Máté Bartus
aab2679966
[ticket/16643] Add Doctrine DBAL to phpBB
...
PHPBB3-16643
2021-01-31 11:33:42 +01:00
Máté Bartus
29e7226c96
Merge branch '3.3.x'
2021-01-22 19:14:53 +01:00
rxu
2fd4dbb685
[ticket/16690] Fix htmlspecialchars and htmlspecialchars_decode default flag
...
PHPBB3-16690
2021-01-20 00:21:24 +07:00
Marc Alexander
71af23bc38
Merge branch '3.3.x'
2021-01-03 17:46:23 +01:00
Marc Alexander
2108029812
Merge pull request #6085 from rxu/ticket/16646
...
[ticket/16646] Fix PHP fatal error on installation
2021-01-03 17:46:18 +01:00
Máté Bartus
864321ecf6
Merge branch '3.3.x'
2021-01-03 00:11:11 +01:00
Máté Bartus
8830354555
[ticket/16671] Fix coding style
...
PHPBB3-16671
2020-12-31 14:40:14 +01:00
rxu
888bc86608
[ticket/16646] Fix PHP fatal error on installation
...
PHPBB3-16646
2020-12-01 15:32:22 +07:00
rubencm
774c609c4a
[ticket/16345] Small improvements
...
PHPBB3-16346
2020-08-14 08:29:06 +00:00
Marc Alexander
2fe749fd9a
Merge branch '3.3.x'
2020-05-14 20:58:39 +02:00
rxu
09e308a06d
[ticket/16478] Fix phpBB Debug warning in installer
...
PHPBB3-16478
2020-05-13 13:38:13 +07:00
Marc Alexander
60da203301
Merge branch '3.3.x'
2019-10-13 12:32:20 +02:00
Marc Alexander
bd02c5bd08
[ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0
...
PHPBB3-16051
2019-10-06 12:07:35 +02:00
luzpaz
a9a28859d4
[ticket/15424] Multiple typo fixes in docs & comments
...
Fixed typos in some docs, guidelines, some non-user-facing files.
PHPBB3-15424
2019-05-08 22:20:56 +02:00
Marc Alexander
c5a995ec8d
Merge branch '3.2.x'
2019-04-29 09:40:19 +02:00
Marc Alexander
8e5a0c81ef
[ticket/security/233] Make smtp_password and smtp_username dynamic
...
SECURITY-233
2019-04-21 22:22:35 +02:00
Marc Alexander
097f7bd565
Merge branch '3.2.x'
2018-10-28 00:02:44 +02:00
hubaishan
3a2374e37c
[ticket/15817] Fix installtion failed with Oracle
...
Fix installtion failed with Oracle
PHPBB3-15817
2018-10-01 20:25:55 +03:00
Marc Alexander
98d4065f58
Merge branch '3.2.x'
2018-02-22 20:06:53 +01:00
Rubén Calvo
c160882cdb
[ticket/15563] Check if database file is writable only if exists
...
PHPBB3-15563
2018-02-17 18:50:04 +01:00
rxu
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
Máté Bartus
cd757469a6
Merge branch '3.2.x'
2017-11-15 21:45:10 +01:00
luzpaz
e13ba99c81
[ticket/15424] Multiple typo fixes in docs & comments
...
Fixed typos in some docs, guidelines, some non-user-facing files.
PHPBB3-15424
2017-10-29 12:44:01 +01:00
Marc Alexander
f8f985c099
[ticket/15353] Make sure users can continue update after merging file diff
...
PHPBB3-15353
2017-09-10 12:52:12 +02:00
Tristan Darricau
ca260d41e5
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/15293] Prevent continuing to database update on incomplete file update
2017-07-26 13:09:30 +02:00
Marc Alexander
d84834db88
[ticket/15293] Prevent continuing to database update on incomplete file update
...
PHPBB3-15293
2017-07-23 21:09:30 +02:00
Rubén Calvo
b1755d9dac
[ticket/15253] Update imports
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
Rubén Calvo
603a8c51da
[ticket/15253] Move storage helper to filesystem
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
Rubén Calvo
ecb79539f4
[ticket/15253] Use storage helper methods instead of filesystem methods
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
rxu
797234e416
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2017-07-17 16:57:00 +07:00
Rubén Calvo
e6bdba7da1
[ticket/15243] Check permissions before installing with SQLite
...
PHPBB3-15243
2017-06-15 16:56:19 +02:00
Marc Alexander
abf7a4f663
[ticket/15012] Use valid constructor in ftp_file_updater
...
PHPBB3-15012
2017-01-14 22:48:24 +01:00
Máté Bartus
f2fde5e7a3
[ticket/14897] Add $restart_progress_bar to iohandler base
...
PHPBB3-14897
2016-12-07 21:01:47 +01:00
Marc Alexander
9bdd002f58
[ticket/14875] Move raw_variable() method to request_interface
...
PHPBB3-14875
2016-12-02 11:36:07 +01:00
Marc Alexander
9aa017d0f7
[ticket/14875] Add method for raw input to request and add to installer
...
A method for retrieving raw input has been added to the request class.
This will be used in the installer to retrieve the datatabase password
while also allowing utf8 characters. Not escaping the input is ok in
this case as it won't be put anywhere in this raw form and only be
used to populate the entry for the password field in config.php.
PHPBB3-14875
2016-11-25 22:15:13 +01:00
Marc Alexander
23f5b6debd
[ticket/14875] Add method for untrimmed input to ajax iohandler
...
Due to the pre-encoded input and the escaping of the input, the
string has to be decoded twice for the password.
PHPBB3-14875
2016-11-24 22:22:38 +01:00
Jakub Senko
e974f338af
[ticket/14739] Remove SQLite 2.8.x database driver
...
PHPBB3-14739
2016-11-16 17:59:28 +01:00
Tristan Darricau
de2c70127f
Merge pull request #4265 from Senky/ticket/10809
...
[ticket/10809] Remove MSSQL support
* Senky/ticket/10809:
[ticket/10809] Reflect MSSQL removal in docs files
[ticket/10809] Remove MSSQL support
2016-09-25 17:19:13 +02:00
Oliver Schramm
a37f10ae09
[ticket/14742] Increase user feedback by improving progress bar
...
We now count and display each step that was done
by increasing the task count.
PHPBB3-14742
2016-08-20 22:40:37 +02:00
Jakub Senko
c64b8102b7
[ticket/10809] Remove MSSQL support
...
PHPBB3-10809
2016-08-02 12:06:06 +02:00
David Colón
3bafbc81ef
[ticket/14591] Use the correct delimiter for MSSQL
...
PHPBB3-14591
2016-05-18 14:53:52 -04:00
Tristan Darricau
1629e6aaf3
[ticket/14628] Supports translatable error messages in the CLI installer
...
PHPBB3-14628
2016-05-05 17:05:17 +02:00
Tristan Darricau
6d2acb5ba3
[ticket/13616] Fix UI tests
...
PHPBB3-13616
2016-04-03 16:23:16 +02:00
Máté Bartus
062358f8b1
[ticket/14487] Try to handle connection timeouts
...
PHPBB3-14487
2016-02-28 14:05:07 +01:00
Mate Bartus
7c0fb563ec
[ticket/14462] Fix CS and typo
...
PHPBB3-14462
2016-02-12 15:38:34 +01:00
Mate Bartus
955b9ede33
[ticket/14462] Further speed improvements
...
- Cache the secondary container
- Only initialize tasks/modules that are being used
- Add timeout error message in the AJAX UI
PHPBB3-14462
2016-02-12 14:31:28 +01:00
Mate Bartus
37705353c5
[ticket/14460] Use the selected language with AJAX requests as well
...
PHPBB3-14460
2016-02-06 14:14:26 +01:00