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
Matt Friedman
65539df39a
[ticket/13121] Remove cache mode from style management module
...
https://tracker.phpbb.com/browse/PHPBB3-13121
PHPBB3-13121
2014-10-01 00:03:54 -07:00
Joas Schilling
bc24c78e06
[ticket/13117] Correctly define auto increment columns as "NOT NULL" on mysql
...
Unintended change from 95ab4b3e931521ce3c56068478311f0c04f713cc
PHPBB3-13117
2014-09-29 20:48:47 +02:00
Joas Schilling
f3fef8934e
Merge pull request #2954 from rxu/ticket/13055
...
[ticket/13055] Fix string profile fields validation to support unicode
2014-09-24 12:25:57 +02:00
Joas Schilling
221f4a4a8c
[prep-release-3.1.0-RC4] Add migration for 3.1.0-RC4
2014-09-19 19:04:21 +02:00
rxu
dc65058c20
[ticket/13055] Add string profile fields validation options to support unicode
...
PHPBB3-13055
2014-09-18 08:19:08 +08:00
Joas Schilling
7729ae4ad0
[ticket/13064] Revert "[ticket/13064] Validate the migrations provided to ..."
...
This reverts commit 46a9fe93d797bf7d56fd9b1e204f3c0459270122.
PHPBB3-13064
2014-09-17 21:24:33 +02:00
Tristan Darricau
46a9fe93d7
[ticket/13064] Validate the migrations provided to migrator::set_migrations()
...
PHPBB3-13064
2014-09-14 00:56:41 +02:00
n-aleha
bcc1b7aec9
[ticket/11909] Remove unused function load_migrations
...
Remove unused function load_migrations from \phpbb\db\migrator
PHPBB3-11909
2014-08-26 02:56:47 +03:00
Tristan Darricau
1a41632af8
[ticket/12990] Disable all the notifications types which are not in the core
...
PHPBB3-12990
2014-08-23 23:39:46 +02:00
Tristan Darricau
afb9d0a3d7
[ticket/12990] Use {$var} instead of ${var}
...
PHPBB3-12990
2014-08-21 16:04:46 +02:00
Tristan Darricau
71f78fb8c6
[ticket/12990] Use protected instead of private
...
PHPBB3-12990
2014-08-17 23:03:44 +02:00
Tristan Darricau
fe80967535
[ticket/12990] Use the full services name for the notification's types
...
PHPBB3-12990
2014-08-16 21:46:03 +02:00