Jakub Senko
933938a1d8
[ticket/14318] Fix SQL error in Notifications Board migration
...
PHPBB3-14318
2016-03-18 11:04:01 +01:00
Marc Alexander
c00e45d30e
Merge branch '3.1.x' into 3.2.x
2016-03-07 09:52:30 +01:00
Oliver Schramm
b77856a903
[ticket/14514] Don't skip users when converting passwords
...
PHPBB3-14514
2016-03-06 16:11:29 +01:00
Joas Schilling
ab6e0bbef9
Merge branch '3.1.x' into 3.2.x
...
Conflicts:
build/build.xml
phpBB/composer.lock
2016-02-18 18:42:39 +01:00
Joas Schilling
9745d8d80e
Add migration for 3.1.8
2016-02-18 18:04:47 +01:00
Joas Schilling
8663edce76
Merge branch '3.1.x' into 3.2.x
...
Conflicts:
build/build.xml
phpBB/docs/CHANGELOG.html
phpBB/includes/constants.php
phpBB/includes/functions_user.php
phpBB/install/convertors/convert_phpbb20.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
2016-02-13 18:08:01 +01:00
Joas Schilling
a1a84c9930
[prep-release-3.1.8] Add migration for 3.1.8-RC1
2016-02-13 14:55:24 +01:00
Tristan Darricau
c9e5d308f2
Merge pull request #4159 from marc1706/ticket/14448
...
[ticket/14448] Use guzzle for remote files uploading
* marc1706/ticket/14448:
[ticket/14448] Correctly pass verify setting if available
[ticket/14448] Let user decide if remote upload certs should be checked
[ticket/14448] Add new vendor files and dirs to clean task
[ticket/14448] Do not try to test remote upload timeout
[ticket/14448] Remove no longer needed guzzle 3.9.3
[ticket/14448] Use GuzzleHttp and try to verify certs
[ticket/14448] Update composer.json and lock file for guzzlehttp
[ticket/14431] Remote avatar uploading
[ticket/14431] Remote avatar uploading
2016-02-11 22:16:10 +01:00
Oliver Schramm
da08a6e3cb
[ticket/14461] Correctly count up $processed_records
...
PHPBB3-14461
2016-02-06 14:45:20 +01:00
Tristan Darricau
b40f9ce6e1
[ticket/14453] Add missing dependency in the text_reparser migration
...
PHPBB3-14453
2016-02-05 15:56:28 +01:00
Tristan Darricau
379634a102
[prep-release-3.2.0-b1] Add migration for 3.2.0-b1
2016-02-05 15:56:28 +01:00
Marc Alexander
fd9c05309d
[ticket/14448] Let user decide if remote upload certs should be checked
...
Also fixed some minor issues like coding style.
PHPBB3-14448
2016-02-04 17:14:48 +01:00
Tristan Darricau
8e100f000e
Merge pull request #4144 from VSEphpbb/ticket/14434
...
[ticket/14434] Allow non-migration files inside migrations folder (continued)
* VSEphpbb/ticket/14434:
[ticket/14434] Refactored to check migrations when setting them
[ticket/14434] Check migrations in the database updater task
[ticket/14434] Do not include non-migrations in CLI list
[ticket/14434] Remove redundant conditional
[ticket/14434] Fix whitespace mistakes
[ticket/14434] Remove recursion to simplify is_migration method
[ticket/14434] Extract migration check to a reusable method
[ticket/14434] Schema generator should ignore migration helpers
2016-02-02 13:12:25 +01:00
Matt Friedman
3bd8a2ba19
[ticket/14434] Remove recursion to simplify is_migration method
...
PHPBB3-14434
2016-01-27 11:46:04 -08:00
Matt Friedman
47d8aeebde
[ticket/14434] Extract migration check to a reusable method
...
PHPBB3-14434
2016-01-27 10:50:22 -08:00
Marc Alexander
daa92f7996
[ticket/14436] Add dependency on oauth_states migration
...
PHPBB3-14436
2016-01-27 16:51:34 +01:00
Matt Friedman
7d2a58e271
[ticket/14434] Schema generator should ignore migration helpers
...
PHPBB3-14434
2016-01-26 11:45:06 -08:00
Tristan Darricau
b7db2717b2
Merge pull request #4126 from marc1706/ticket/13733
...
[ticket/13733] Allow non-migration files inside migrations folder
* marc1706/ticket/13733:
[ticket/13733] Remove validate_classes method argument
[ticket/13733] Make sure migration classes always have same order in tests
[ticket/13733] Properly test setting validate_classes to false/true
[ticket/13733] Use interface for migratinos
[ticket/13733] Update comment explaining migration class validation
[ticket/13733] Add isInstantiable() check.
[ticket/13733] Braces on their own lines
[ticket/13733] Allow tests the skip class validation
[ticket/13733] Properly handle nonexistent classes as well
[ticket/13733] Handle nonexistent classes as well
[ticket/13733] Only use migration classes that extension the base migration class.
2016-01-25 09:08:23 +01:00
Marc Alexander
e954b0b82b
[ticket/13733] Use interface for migratinos
...
PHPBB3-13733
2016-01-18 14:54:54 +01:00
Marc Alexander
7cd7bb3c01
[ticket/11875] Change more columns to use UINT and add missings ones
...
PHPBB3-11875
2016-01-13 19:35:04 +01:00
Marc Alexander
31607771e1
[ticket/11875] Add migration file
...
PHPBB3-11875
2016-01-13 17:02:42 +01:00
Joas Schilling
7f7b09fdeb
Merge branch '3.1.x'
...
Conflicts:
build/build.xml
phpBB/docs/CHANGELOG.html
phpBB/includes/acp/acp_bbcodes.php
2016-01-09 18:45:32 +01:00
Joas Schilling
fd5e66cbf1
Merge branch 'prep-release-3.1.7' into 3.1.x
...
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
2016-01-09 18:42:07 +01:00
Tristan Darricau
b2324607ad
Merge pull request #4058 from marc1706/ticket/13454
...
[ticket/13454] Remove unused variables, globals, and parameters
* marc1706/ticket/13454:
[ticket/13454] Add excessively removed code back
[ticket/13454] Remove more unused variables
[ticket/13454] Remove double semi-colons
[ticket/13454] Remove unused variables
[ticket/13454] Fix code sniffer complaints
[ticket/13454] Fix a few issues introduced by overdeleting stuff
[ticket/13454] Remove unused variables
[ticket/13454] Remove unused variables
[ticket/13454] Remove unused variables
[ticket/13454] Remove unused variables
2016-01-09 17:53:04 +01:00
Joas Schilling
29a239a4db
[prep-release-3.1.7] Add migration for 3.1.7-pl1
2016-01-09 09:35:53 +01:00
Oliver Schramm
f6524f4902
Merge branch '3.1.x'
2016-01-08 18:22:40 +01:00
Marc Alexander
9fe8d05d5b
[ticket/14396] Use VCHAR_UNI and correct depends_on() version
...
PHPBB3-14396
2016-01-08 16:55:40 +01:00
Marc Alexander
0028ed3e95
Merge branch '3.1.x'
...
Conflicts:
phpBB/styles/subsilver2/template/ucp_prefs_personal.html
2016-01-08 16:39:33 +01:00
Saeed Hubaishan
a339b9e84f
[ticket/13180] Increase dateformat field size
...
remove empty line as marc1706 guided
PHPBB3-13180
2016-01-07 20:03:35 +01:00
Saeed Hubaishan
678ca5dcdc
[ticket/13180] Increase dateformat field size
...
[ticket/13180] Increase dateformat field size
change field size to 64 in these files
add new migration file to update the database schema
PHPBB3-13180
2016-01-07 17:36:02 +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
Oliver Schramm
8ed59fb82a
[ticket/14250] Change token_storage class to fit changed interface
...
PHPBB3-14250
2016-01-04 03:38:28 +01:00
Tristan Darricau
8daeb6962a
[prep-release-3.2.0-a2] Add migration for 3.2.0-a2
2015-12-19 17:17:01 +01:00
Joas Schilling
9a814e21aa
Merge branch '3.1.x'
...
Conflicts:
build/build.xml
2015-12-19 14:23:12 +01:00
Joas Schilling
e3acdfed92
[prep-release-3.1.7] Add migration to update the version
2015-12-19 12:21:25 +01:00
Joas Schilling
b2a26ab5f4
Merge branch '3.1.x'
...
Conflicts:
build/build.xml
phpBB/docs/CHANGELOG.html
phpBB/includes/constants.php
phpBB/install/convertors/convert_phpbb20.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
2015-12-12 15:24:29 +01:00
Joas Schilling
69cf32613d
[prep-release-3.1.7] Add migration for 3.1.7-RC1
2015-12-12 01:35:05 +01:00
Tristan Darricau
b4bbc7056a
Merge pull request #4005 from Elsensee/ticket/14257
...
[ticket/14257] Reparse after update
* Elsensee/ticket/14257:
[ticket/14257] Add tests for reparser manager
[ticket/14257] Fix CLI reparser and set cron interval
[ticket/14257] Fix CLI error message
[ticket/14257] Fix phpdoc in CLI command
[ticket/14257] Add text_reparser manager
[ticket/14257] Use migrations instead of cron job for some reparsers
[ticket/14257] Fix lock acquire in CLI command
[ticket/14257] Fix if condition
[ticket/14257] Add reparse_lock to CLI command
[ticket/14257] Add cron tasks for reparsing text
2015-12-05 11:21:40 +01:00
Tristan Darricau
2144f35e9d
[prep-release-3.2.0-a1] Add migration for 3.2.0-a1
2015-11-09 20:20:26 +01:00
Mate Bartus
d04c7687c0
[ticket/14277] Use user_id if available
...
PHPBB3-14277
2015-11-09 09:11:03 +01:00
Mate Bartus
e02432ec82
[ticket/14277] Fix undefined index error in migrations
...
PHPBB3-14277
2015-11-08 22:11:14 +01:00
Oliver Schramm
900ccd79af
[ticket/14257] Fix CLI reparser and set cron interval
...
PHPBB3-14257
2015-11-08 03:29:37 +01:00
Oliver Schramm
25e2b17837
[ticket/14257] Add text_reparser manager
...
PHPBB3-14257
2015-10-26 01:39:52 +01:00
Oliver Schramm
33500fd372
[ticket/14257] Use migrations instead of cron job for some reparsers
...
PHPBB3-14257
2015-10-25 02:30:01 +01:00
Marc Alexander
8c3fdfe4e1
Merge branch '3.1.x'
2015-10-11 10:48:53 +02:00
Marc Alexander
f6c8338358
Merge pull request #3864 from Zoddo/ticket/8920
...
[ticket/8920] Add a MCP PM reports view permission
2015-10-11 10:47:44 +02:00
Marc Alexander
f6f796770a
Merge pull request #3903 from Zoddo/ticket/13101
...
[ticket/13101] Remove MSN/WLM custom profile field
2015-10-10 20:52:52 +02:00
Marc Alexander
d1b7101fed
Merge pull request #3896 from Zoddo/ticket/14157
...
[ticket/14157] Allow to set the alt/title attribute on post icons
2015-10-10 16:43:15 +02:00
Zoddo
3937f1f4ae
[ticket/14157] Allow to set the alt/title attribute on post icons
...
PHPBB3-14157
2015-10-10 15:29:31 +02:00
Zoddo
21201aa1ab
[ticket/13101] Remove existing MSN/WLM custom profile field
...
PHPBB3-13101
2015-10-10 15:24:22 +02:00