051323dbc6
Merge branch '3.1.x' into 3.2.x
2016-09-06 21:50:25 +02:00
2efdaaa0e2
Merge pull request #4426 from bantu/ticket/14109
...
[ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.…
2016-09-06 21:50:22 +02:00
4b6c2c8cde
[ticket/10961] Send HTTP 403 when applicable
...
PHPBB3-10961
2016-09-01 08:48:37 +02:00
dff950162c
Merge branch '3.1.x' into 3.2.x
...
Conflicts:
phpBB/phpbb/db/migration/tool/module.php
2016-08-31 21:41:17 +02:00
f008708d5c
Merge pull request #4377 from rxu/ticket/14703
...
[ticket/14703] Fix parent module selection for custom extension modules
2016-08-31 21:39:09 +02:00
3ee5472a8c
[ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.6.8.
...
This is required for proper overall database operation. In previous versions,
InnoDB might error on ALTER statements when multiple FULLTEXT Indexes are
defined.
PHPBB3-14109
2016-08-28 20:40:10 +01:00
08c6f56f4b
Merge branch '3.1.x' into 3.2.x
2016-08-28 00:12:53 +02:00
863d65112b
Merge pull request #3659 from Elsensee/ticket/12230
...
[ticket/12230] Disable newly registered group when post limit is set to 0
2016-08-28 00:12:43 +02:00
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
88384a1e63
Merge branch 'ticket/14742' into ticket/14742-32x
...
Conflicts:
phpBB/phpbb/db/migrator.php
2016-08-20 22:38:45 +02:00
773f6d08a5
[ticket/14742] Reset migration_data_state before reverting
...
PHPBB3-14742
2016-08-20 22:31:08 +02:00
463e8e4b13
[ticket/14742] Change constants to use Symfony values
...
This is to avoid errors when comparing verbosity levels
in a CLI output handler that is using Symfony's OutputInterface
for example.
PHPBB3-14742
2016-08-20 22:28:29 +02:00
7c99fcf782
[ticket/14742] Pause after each update_data step too
...
Rewriting process_data_step() to remove the now
useless foreach() loop.
PHPBB3-14742
2016-08-20 22:20:21 +02:00
775d1c855a
[ticket/14742] Improve readability of the code
...
PHPBB3-14742
2016-08-20 22:20:20 +02:00
e050cf5c11
[ticket/14742] Fix comments in migrator
...
PHPBB3-14742
2016-08-20 03:35:38 +02:00
723d9d8e4c
Merge branch '3.1.x' into 3.2.x
2016-08-16 21:02:52 +02:00
488fd8f54c
Merge pull request #4413 from wesleyfok/ticket/14745
...
[ticket/14745] Removed unneeded HTML ampersand
2016-08-16 21:02:06 +02:00
f68e98c064
[ticket/14745] Removed unneeded HTML ampersand
...
Changed the HTML ampersand entity in U_NOTIFICATION_SETTINGS into a bare
ampersand character.
PHPBB3-14745
2016-08-15 15:20:23 -04:00
758fe20f4b
[ticket/14742] Further improve progress bar in db updater
...
PHPBB3-14742
2016-08-12 15:23:27 +02:00
0d1b7b3935
Merge branch 'ticket/14742' into ticket/14742-32x
2016-08-12 02:38:55 +02:00
263fbe54fc
[ticket/14742] Enhance measured time for migrations
...
PHPBB3-14742
2016-08-12 02:03:52 +02:00
4a92a8efb5
[ticket/14742] Improve verbosity of migrator output
...
PHPBB3-14742
2016-08-12 02:01:01 +02:00
03be89ebd7
[ticket/14742] Fix progress bar in database updater
...
Because of the new way, schema update steps are handled, the already
misleading progress bar was even more misleading. This should fix it.
PHPBB3-14742
2016-08-11 23:28:54 +02:00
210310b584
Merge branch 'ticket/14742' into ticket/14742-32x
2016-08-11 18:30:35 +02:00
52afa74f4e
[ticket/14742] Avoid loop while reverting schema
...
PHPBB3-14742
2016-08-11 18:00:10 +02:00
b00a39b9ad
[ticket/14742] Make $last_run_migration protected
...
PHPBB3-14742
2016-08-11 17:59:51 +02:00
6078bae7f8
[ticket/14742] Fix schema update
...
First make it work, then avoid a loop
PHPBB3-14742
2016-08-11 13:31:23 +02:00
3346609126
[ticket/14742] Display message if reverting schema is in progress
...
PHPBB3-14742
2016-08-11 01:25:45 +02:00
4938887e5d
Merge branch 'ticket/14742' into ticket/14742-32x
2016-08-11 01:20:59 +02:00
a277f9cf07
[ticket/14742] Small fixes to migrator
...
PHPBB3-14742
2016-08-11 01:09:11 +02:00
8e1461ca61
[ticket/14742] Avoid loop while reverting data
...
This combines reverted updata_data and revert_data into a single array.
PHPBB3-14742
2016-08-11 01:09:11 +02:00
9fb649793d
[ticket/14742] Pause after each schema change
...
It is certainly better than running them all at once
PHPBB3-14742
2016-08-11 01:03:23 +02:00
9225a0fdff
[ticket/14734] Use SVG emoji
...
PHPBB3-14734
2016-08-05 16:27:13 +02:00
8a9cf32b1d
[ticket/14729] Make reports take config base class
...
Make the report controller and helper classes accept the more generic
phpbb/config/config base class in their constructors, instead of the
specific database implementation phpbb/config/db.
PHPBB3-14729
2016-08-03 13:42:36 -04:00
61a147546d
[ticket/14633] Check for XML extension support on install
...
PHPBB3-14633
2016-07-30 13:04:39 +02:00
8e8e25cc1f
[ticket/14703] Fix the docblock
...
PHPBB3-14703
2016-07-24 23:35:20 +07:00
5eb493fa86
[ticket/14703] Fix existance checking if multiple parent module_langname found
...
PHPBB3-14703
2016-07-24 21:22:37 +07:00
8cf2790d55
[ticket/14703] Add test for the case multiple parent module_langname found
...
PHPBB3-14703
2016-07-24 02:31:44 +07:00
eaafb758ce
[ticket/14703] Select the parent module id from the several found
...
PHPBB3-14703
2016-07-23 21:34:05 +07:00
13a756bfb7
[ticket/14700] Prevent an exception on duplicate smilies in text_formatter
...
PHPBB3-14700
2016-07-21 03:40:01 +02:00
486ffa85a2
Merge pull request #4344 from Senky/ticket2/14586
...
[ticket/14586] Add OAuth1 support
2016-07-20 20:25:01 +02:00
e7ce7ecbe7
Merge branch '3.1.x' into 3.2.x
...
Conflicts:
phpBB/config/feed.yml
phpBB/feed.php
phpBB/phpbb/feed/base.php
2016-07-17 22:09:53 +02:00
befacabf7e
Merge pull request #4365 from rxu/ticket/14688
...
[ticket/14688] Add core events to the feeds
2016-07-17 21:32:20 +02:00
3df9b2c8f8
[ticket/14688] Add core events to the feeds
...
PHPBB3-14688
2016-07-17 21:14:13 +07:00
f2a1fbadbc
Merge branch '3.1.x' into 3.2.x
2016-07-17 15:57:28 +02:00
e8454e018d
Merge pull request #4378 from Crizz0/ticket/14704
...
[ticket/14704] Removes unused function and language files in base.php
2016-07-17 15:57:21 +02:00
44303aa425
Merge branch '3.1.x' into 3.2.x
2016-07-17 10:46:51 +02:00
63db42522b
Merge pull request #4321 from Senky/ticket/14615
...
[ticket/14615] Fix HTML5 validation errors on avatar deletion
2016-07-17 10:46:44 +02:00
ebdef04f5d
Merge pull request #4380 from JoshyPHP/ticket/14706
...
[ticket/14706] Updated [list] BBCode to automatically create a list item
2016-07-14 20:18:24 +02:00
61bca182f6
Merge branch '3.1.x' into 3.2.x
2016-07-14 20:11:51 +02:00