Joas Schilling
f756632185
[ticket/13486] Fix typo in method name
...
PHPBB3-13486
2015-01-10 15:14:58 +01:00
Marc Alexander
c28ef9afdd
Merge pull request #3195 from nickvergessen/ticket/13238-asc
...
[ticket/13238] Do not drop indexes that do not exist from fulltext search
2015-01-10 13:17:59 +01:00
Marc Alexander
67c987f0d0
Merge pull request #3166 from nickvergessen/Senky-ticket/12866
...
[ticket/12866] Wrong profile field validation options
2015-01-10 12:36:49 +01:00
Joas Schilling
3350df131f
Merge pull request #3227 from prototech/ticket/13366
...
[ticket/13366] Ensure plupload_last_gc config entry is dynamic.
2015-01-09 18:11:41 +01:00
Marc Alexander
9d9c57f334
[ticket/13432] Make sure to add language file when including acp_modules
...
PHPBB3-13432
2015-01-09 13:47:36 +01:00
Joas Schilling
b0f1a0f4bb
Merge pull request #3229 from n-aleha/ticket/13098
...
[ticket/13098] Repair Yahoo contact field
2014-12-27 14:16:55 +01:00
Joas Schilling
3ba62628dc
Merge pull request #3205 from rxu/ticket/13406
...
[ticket/13406] Add a space between the index name and columns list
2014-12-27 13:51:24 +01:00
n-aleha
6463354a39
[ticket/13098] Repair Yahoo contact field
...
Update the Yahoo link of the yahoo profile field.
PHPBB3-13098
2014-12-12 13:54:35 +02:00
Cesar G
54b5ee5806
[ticket/13366] Ensure plupload_last_gc config entry is dynamic.
...
PHPBB3-13366
2014-12-09 18:50:29 -08:00
rxu
2f92bc38e6
[ticket/13406] Add a space between the index name and columns list
...
Currently there's no space between the index name and columns list
when generating ADD INDEX sql query for MySQL DBMSes. This may cause errors
on earlier MySQL versions like 3.23.
PHPBB3-13406
2014-11-30 16:52:36 +07:00
rxu
499c1467df
[ticket/13405] Fix a typo in phpbb/migration/data/v310/style_update_p1.php
...
PHPBB3-13405
2014-11-30 11:27:47 +07:00
Joas Schilling
aab98b8626
[ticket/13238] Do not drop indexes that do not exist from fulltext search
...
PHPBB3-13238
2014-11-28 20:13:49 +01:00
Joas Schilling
1145af71bf
[ticket/12866] Update existing profile fields with the new validation
...
PHPBB3-12866
2014-11-28 20:00:49 +01:00
Joas Schilling
eb83bd5797
[ticket/13381] Fix header intendation of v312.php
...
PHPBB3-13381
2014-11-25 22:42:52 +01:00
Joas Schilling
0fbe8e8e69
[prep-release-3.1.2] Add migration to update version to 3.1.2
2014-11-24 21:32:17 +01:00
Joas Schilling
dcd0f200d6
[prep-release-3.1.2] Add migration for 3.1.2-RC1
2014-11-22 19:27:34 +01:00
Tristan Darricau
acfe6dd37d
Merge pull request #3149 from prototech/ticket/13342
...
[ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha
* prototech/ticket/13342:
[ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha.
2014-11-18 16:28:59 +01:00
Cesar G
7c68964153
[ticket/13315] Check for the includes/captcha/plugins/ directory instead.
...
PHPBB3-13315
2014-11-18 00:37:07 -08:00
Cesar G
7b33018ade
[ticket/13315] Fix loss of CAPTCHA plugin config value.
...
The plugins were moved to phpbb/captcha/plugins/ after this migration was
created, thus the check is no longer valid and ends up resetting the value
prematurely.
PHPBB3-13315
2014-11-16 17:01:38 -08:00
Cesar G
fb34cbf7cd
[ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha.
...
The Recaptcha plugin class name does not follow the phpbb_captcha_ prefix
convention as all others. Instead it simply uses phpbb_, hence the check
for its existence under phpbb/captcha/plugins/ fails.
PHPBB3-13342
2014-11-16 17:01:03 -08:00
Tristan Darricau
778e0e06f3
Merge pull request #3118 from prototech/ticket/13270
...
[ticket/13270] Make m_softdelete perm global for boards updated from 3.0.12.
* prototech/ticket/13270:
[ticket/13270] Make m_softdelete perm global for boards updated from 3.0.12.
2014-11-07 15:19:35 +01:00
Cesar G
757e1eac7a
[ticket/13270] Make m_softdelete perm global for boards updated from 3.0.12.
...
PHPBB3-13270
2014-11-07 02:31:11 -08:00
Cesar G
95140bb724
[ticket/13303] Speed up migration dependency calculation.
...
PHPBB3-13303
2014-11-07 02:30:44 -08:00
Nils Adermann
4ae9e8cf6e
[prep-release-3.1.1] Add 3.1.1 migration file
2014-11-02 00:08:21 +01:00
Nils Adermann
0843fd4b77
Merge remote-tracking branch 'github-marc1706/ticket/13263' into prep-release-3.1.1
...
* github-marc1706/ticket/13263:
[ticket/13263] Make sure default style exists and clean up code
[ticket/13263] Only install/set prosilver if no style available
[ticket/13263] Use prosilver as default style if user's style doesn't exist
2014-11-01 23:57:12 +01:00
Marc Alexander
7461536459
[ticket/13263] Make sure default style exists and clean up code
...
PHPBB3-13263
2014-11-01 23:53:58 +01:00
Marc Alexander
d1f85f0de3
[ticket/13263] Only install/set prosilver if no style available
...
Users that have a nonexistent style selectd will revert back to the default
style.
PHPBB3-13263
2014-11-01 23:53:53 +01:00
Marc Alexander
be8b5a41c8
[ticket/13263] Use prosilver as default style if user's style doesn't exist
...
If prosilver is not installed for whatever reason, it will be installed by
the newly added migration.
PHPBB3-13263
2014-11-01 23:53:48 +01:00
Patrick Webster
c3aca59cfb
[ticket/13268] Properly append ternary result in get_existing_indexes()
...
PHPBB3-13268
2014-11-01 19:12:28 +01:00
Nils Adermann
df1212ce27
Merge pull request #3083 from Nicofuma/ticket/13231
...
[ticket/13231] Update the dependencies of the migration contact_admin_form
2014-10-27 18:51:47 -07:00
Tristan Darricau
47663a4ad3
[ticket/13231] Update the dependencies of the migration contact_admin_form
...
PHPBB3-13231
2014-10-27 23:45:24 +01:00
Marc Alexander
b295fa4f4f
[ticket/13225] Prefix converted passwords with $CP$ in phpBB 3.0.5-RC1
...
PHPBB3-13225
2014-10-27 20:57:31 +01:00
Marc Alexander
6cc5160d60
[ticket/13225] Use passwords manager instead of phpbb_hash in migration
...
PHPBB3-13225
2014-10-26 17:14:34 -07:00
Joas Schilling
0d1d836a89
[ticket/13221] Add bot_update as a dependency to gold
...
PHPBB3-13221
2014-10-26 20:03:46 +01:00
Joas Schilling
79d782c1d5
[ticket/13221] Perform bot updates after user table changes
...
PHPBB3-13221
2014-10-26 19:57:08 +01:00
Nils Adermann
f2e9c62a97
[prep-release-3.1.0] Add 3.1.0 gold release migration
2014-10-25 17:03:50 -07:00
Marc Alexander
078e0c1e44
[ticket/13211] Move console migrator output handler back to console folder
...
PHPBB3-13211
2014-10-25 12:03:13 -07:00
Marc Alexander
8443463006
[ticket/13211] Also use log wrapper output handler for console migrations
...
PHPBB3-13211
2014-10-25 11:55:15 -07:00
Marc Alexander
b27b9a6984
[ticket/13211] Move console migrator output handler to db folder
...
PHPBB3-13211
2014-10-24 13:33:26 -07:00
Marc Alexander
516bd9ea51
[ticket/13211] Add log wrapper for writing database updater to log file
...
PHPBB3-13211
2014-10-24 13:22:56 -07:00
Marc Alexander
14300a1475
Merge remote-tracking branch 'Nicofuma/ticket/13126' into ticket/13211
2014-10-24 13:22:39 -07:00
Joas Schilling
4c94e44710
[prep-release-3.1.0-RC6] Add migration for 3.1.0-RC6
2014-10-23 01:50:12 +02:00
Tristan Darricau
981d3005f3
[ticket/13126] Fix tests
...
PHPBB3-13126
2014-10-20 20:46:11 +02:00
Tristan Darricau
faf4b03c43
[ticket/13126] Change messages verbosity levels
...
PHPBB3-13126
2014-10-20 19:42:54 +02:00
Tristan Darricau
8f6fcd2744
[ticket/13126] Move migrator_output_handler to an interface
...
PHPBB3-13126
2014-10-20 19:41:32 +02:00
Tristan Darricau
58075e25e8
[ticket/13126] Extends migrator_output_handler instead of using a closure
...
PHPBB3-13126
2014-10-16 01:34:23 +02:00
Tristan Darricau
56d7c2c6ed
[ticket/13126] Improve the feedback when running the migrations
...
PHPBB3-13126
2014-10-14 17:58:29 +02:00
Joas Schilling
7f692e7b28
[prep-release-3.1.0-RC5] Add migration for 3.1.0-RC5
2014-10-07 21:12:06 +02:00
Joas Schilling
3d9b257597
[ticket/13033] Fix "Duplicate entry 'notification.type.*' for key 'type'"
...
Caused by the solution of PHPBB3-12990
PHPBB3-13033
2014-10-02 16:04:33 +02:00
Matt Friedman
1ee4894271
[ticket/13121] Fix migration file
...
PHPBB3-13121
2014-10-01 00:29:45 -07:00