rxu
3b3dfebd82
[ticket/16435] Fix Lint test for nightly build
...
PHPBB3-16435
2020-05-27 16:28:07 +07:00
Marc Alexander
db5121511d
Merge pull request #5802 from 3D-I/ticket/16279
...
[ticket/16279] Add permission for Emoji in topic title
2020-01-02 09:59:25 +01:00
3D-I
364461b58f
[ticket/16279] Add permission for Emoji in topic title
...
PHPBB3-16279
2019-12-30 02:26:31 +01:00
Marc Alexander
9872316cac
[ticket/16167] Remove uses of user_email_hash
...
PHPBB3-16167
2019-11-18 21:06:00 +01:00
rubencm
b6a99e7dca
[ticket/16188] Remove some legacy code and fix bug
...
PHPBB3-16189
2019-11-01 10:30:41 +00: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
Marc Alexander
1b4bad6583
Merge remote-tracking branch 'upstream/3.2.x' into prep-release-3.2.2
2018-01-07 11:02:31 +01:00
rxu
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
Marc Alexander
bf5f11e11a
Merge branch 'ticket/security/211' into ticket/security/211-rhea
2018-01-01 11:54:37 +01:00
Marc Alexander
0aba1faa08
[ticket/security/211] Do not match javascript URIs with URL regexes
...
SECURITY-211
2017-07-26 21:14:05 +02:00
hanakin
6f7b92ae10
[ticket/15307] fix for good!
...
PHPBB3-15037
2017-01-23 22:41:08 -05:00
hanakin
3e73413982
[ticket/15037]a attempt to fix stupid test issue
...
PHPBB3-15037
2017-01-23 21:59:00 -05:00
Jakub Senko
e974f338af
[ticket/14739] Remove SQLite 2.8.x database driver
...
PHPBB3-14739
2016-11-16 17:59:28 +01:00
Jakub Senko
c64b8102b7
[ticket/10809] Remove MSSQL support
...
PHPBB3-10809
2016-08-02 12:06:06 +02:00
Marc Alexander
f50ba9ab4f
[ticket/13454] Remove unused variables
...
This is part 2 of the pr.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
73e6e5b77f
[ticket/13454] Remove unused variables
...
This is the first part of the changes. More to come.
PHPBB3-13454
2016-01-06 13:51:19 +01:00
Tristan Darricau
54d3d4be30
[ticket/14358] Includes the composer autoloader in create_schema_files.php
...
PHPBB3-14358
2015-12-14 22:13:23 +01:00
Joas Schilling
0c66d4816a
[ticket/14317] Make it easier to change the language iso tag
...
PHPBB3-14317
2015-11-28 11:36:05 +01:00
Oliver Schramm
df56b2ed36
[ticket/8708] Add f_announce_global permission
...
PHPBB3-8708
2015-07-19 21:26:47 +02:00
Tristan Darricau
6bcf12a558
Merge pull request #3618 from marc1706/ticket/13832
...
[ticket/13832] Use preg_replace_callback instead of /e modifier
2015-06-24 16:36:15 +02:00
Marc Alexander
b2ada8ba09
Merge branch '3.1.x'
...
Conflicts:
phpBB/includes/mcp/mcp_main.php
2015-06-09 15:24:08 +02:00
brunoais
1e45a05000
[ticket/13685] Add phpbb_dispatcher to fulltext search constructors
...
PHPBB3-13685
2015-06-07 18:40:44 +01:00
Marc Alexander
c30e0610e9
[ticket/13832] Remove remnant of /e modifier code in check_flash_bbcodes
...
PHPBB3-13832
2015-05-28 10:30:36 +02:00
Marc Alexander
0e5d1decbf
[ticket/13832] Use preg_replace_callback in check_flash_bbcodes
...
PHPBB3-13832
2015-05-20 09:03:59 +02:00
Joas Schilling
80be642a0b
[ticket/13844] Fix language file so the tests pass
...
PHPBB3-13844
2015-05-16 23:13:50 +02:00
Joas Schilling
07231e7943
[ticket/13844] FAQ in new controller format
...
PHPBB3-13844
2015-05-16 22:09:05 +02:00
Joas Schilling
e7321c9e55
[ticket/13844] Add a little develop script to migrate the files
...
PHPBB3-13844
2015-05-16 22:09:00 +02:00
Nicofuma
5f18cf4cfb
Merge branch '3.1.x'
2015-05-06 01:14:08 +02:00
Joas Schilling
740be0507e
[ticket/13807] Add version to the usage output
...
PHPBB3-13807
2015-05-05 18:35:57 +02:00
Joas Schilling
45baaf6022
[ticket/13807] Only output the header for diff
...
PHPBB3-13807
2015-05-02 17:29:55 +02:00
Joas Schilling
96d97ae2d2
[ticket/13807] Add an option to generate a diff for the release highlights
...
PHPBB3-13807
2015-05-02 14:41:59 +02:00
Joas Schilling
e0180991bf
[ticket/13807] Allow filtering events by phpBB version
...
PHPBB3-13807
2015-05-02 14:35:18 +02:00
MateBartus
4bdef6fd21
[ticket/13697] Moving filesystem related functions to filesystem service
...
* Moving filesystem service to \phpbb\filesystem namespace
* Wraping Symfony's Filesystem component
* Moving filesystem related functions from includes/functions.php
into \phpbb\filesystem\filesystem
Functions moved (and deprecated):
- phpbb_chmod
- phpbb_is_writable
- phpbb_is_absolute
- phpbb_own_realpath
- phpbb_realpath
* Adding interface for filesystem service
PHPBB3-13697
2015-04-16 13:24:10 +02:00
Andreas Fischer
069738a1f2
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/13597] Modify variable-variable syntax to be compatible with PHP7
2015-02-11 16:53:25 +01:00
Marc Alexander
3df25babce
[ticket/13597] Modify variable-variable syntax to be compatible with PHP7
...
PHPBB3-13597
2015-02-11 12:03:54 +01:00
Joas Schilling
37ae99c75d
[ticket/10748] Replace direct creations of tools();
...
PHPBB3-10748
2015-02-07 14:41:39 +01:00
Gaëtan Muller
f6e06da4c6
[ticket/13455] Update calls to request_var()
...
PHPBB3-13455
2015-02-03 20:50:40 +01:00
Gaëtan Muller
7fc586080b
[ticket/13468] Update calls to add_log()
...
PHPBB3-13468
2015-01-27 18:34:33 +01:00
Marc Alexander
86620c1e80
Merge branch 'develop-ascraeus' into develop
...
Conflicts:
phpBB/develop/create_schema_files.php
phpBB/develop/mysql_upgrader.php
2015-01-10 13:12:03 +01:00
Marc Alexander
ba477f77c7
Merge pull request #3272 from nickvergessen/ticket/13307
...
[ticket/13307] Update mysql_upgrader.php to work without the schema_data...
2015-01-10 13:06:46 +01:00
Joas Schilling
6b328912ce
Merge branch 'develop-ascraeus' into develop
2015-01-10 00:12:59 +01:00
rxu
d86bdcb2a7
[ticket/12926] Get rid of the $scheme and $inline vars, fix regex_idn.php
...
Get rid of the $scheme and $inline vars, fix regex_idn.php to generate
both common and inline mode regexes all at once.
PHPBB3-12926
2015-01-10 03:21:36 +07:00
Joas Schilling
d2a4d6624f
[ticket/13307] Update mysql_upgrader.php to work without the schema_data.php
...
The file has been delete quite some time ago.
PHPBB3-13307
2015-01-09 19:46:14 +01:00
Joas Schilling
ec90f2b380
[ticket/13421] Move tools to subdirectory
...
PHPBB3-13421
2014-12-06 17:10:07 +01:00
rxu
a8c62e707a
[ticket/12926] Support for IDN (IRI)
...
Add international domain name support for URLs.
PHPBB3-12926
2014-11-27 01:18:49 +07:00
Nicolas Grekas
5a7caf6508
[feature/patchwork-utf8] Normalize with intl, use patchwork/utf8 as fallback
2014-11-08 11:36:13 +01:00
Andreas Fischer
10e99b018a
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/13137] Create schema.json in build script
[ticket/13137] Improve output of create_schema_files.php
[ticket/13137] Add schema.json file to .gitignore
[ticket/13137] Generate the schema when the schema.json file is not available
[ticket/13137] Remove schema.json file
2014-10-07 20:30:40 +02:00
Joas Schilling
34a9ed3587
[ticket/13137] Improve output of create_schema_files.php
...
PHPBB3-13137
2014-10-07 17:17:59 +02:00
Joas Schilling
59780bbd09
[ticket/12958] Remove more references of subsilver2
...
PHPBB3-12958
2014-08-10 12:17:03 +02:00
Tristan Darricau
ff6e026a40
[ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
...
PHPBB3-12446
2014-06-26 21:09:19 +02:00