9958a68c57
Merge branch '3.1.x' into 3.2.x
2017-03-19 15:53:08 +01:00
7646280d51
[ticket/15011] All errors on metadata throw exceptions
...
There is inconsistency in the way error are treated in metadata_manager.
Some method return false on error, others throw exception. With this,
the usage is homogeneus, and the uses of these are also adapted.
Using same ticket as it is the same issue, solved in a different way.
PHPBB3-15011
2017-02-15 23:51:08 +01:00
9df6ef5735
Use SSL in version check for extension
...
PHPBB3-15025
2017-01-22 23:31:41 +01:00
43ba6783c5
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/15011] Output meaningful errors when validating all metadata
2017-01-15 18:16:36 +01:00
a0bd23b747
[ticket/15011] Output meaningful errors when validating all metadata
...
PHPBB3-15011
2017-01-15 17:56:12 +01:00
d6e42ec63b
[ticket/15011] Fix 3.2.x merge
...
PHPBB3-15011
2017-01-15 12:00:36 +01:00
935da1ed2b
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/15011] Error not checked on metadata load failure
2017-01-15 11:58:04 +01:00
c3b7332ea8
Merge pull request #4646 from javiexin/ticket/15011
...
[ticket/15011] Error not checked on metadata load failure
* javiexin/ticket/15011:
[ticket/15011] Error not checked on metadata load failure
2017-01-15 11:58:00 +01:00
b9189ec325
[ticket/15011] Error not checked on metadata load failure
...
PHPBB3-15011
2017-01-14 18:08:23 +01:00
869e6a9a88
Merge branch '3.1.x' into 3.2.x
2016-12-20 20:27:38 +01:00
fe79705e99
[ticket/14918] Simplify access to extension version metadata information
...
PHPBB3-14918
2016-12-16 13:46:42 +01:00
0256c69191
[ticket/12610] CS
...
PHPBB3-12610
2016-12-03 16:37:35 +01:00
8481bd4e18
[ticket/12610] Use exception_interface
...
PHPBB3-12610
2016-12-03 16:37:35 +01:00
346f31a031
[ticket/12610] Add command to check if the board is up to date.
...
PHPBB3-12610
2016-12-03 16:37:35 +01:00
27027deb9c
[ticket/14434] Refactored to check migrations when setting them
...
PHPBB3-14434
2016-01-28 12:17:35 -08:00
ae7aa5dc57
[ticket/14434] Fix whitespace mistakes
...
PHPBB3-14434
2016-01-27 11:48:24 -08:00
3bd8a2ba19
[ticket/14434] Remove recursion to simplify is_migration method
...
PHPBB3-14434
2016-01-27 11:46:04 -08:00
47d8aeebde
[ticket/14434] Extract migration check to a reusable method
...
PHPBB3-14434
2016-01-27 10:50:22 -08:00
fac4672f3f
[ticket/13733] Remove validate_classes method argument
...
PHPBB3-13733
2016-01-24 22:39:37 +01:00
e954b0b82b
[ticket/13733] Use interface for migratinos
...
PHPBB3-13733
2016-01-18 14:54:54 +01:00
b908524853
[ticket/13733] Update comment explaining migration class validation
...
PHPBB3-13733
2016-01-15 18:34:12 +01:00
9dc1729e37
[ticket/13733] Add isInstantiable() check.
...
PHPBB3-13733
2015-05-24 01:32:01 -04:00
c485540f53
[ticket/13733] Braces on their own lines
...
PHPBB3-13733
2015-05-23 21:38:59 -04:00
65316cffaf
[ticket/13733] Allow tests the skip class validation
...
PHPBB3-13733
2015-05-23 21:13:30 -04:00
4ecc13af83
[ticket/13733] Properly handle nonexistent classes as well
...
PHPBB3-13733
2015-05-23 20:13:23 -04:00
9e6f9c8a64
[ticket/13733] Handle nonexistent classes as well
...
PHPBB3-13733
2015-05-23 19:57:32 -04:00
715d365a5e
[ticket/13733] Only use migration classes that extension the base migration class.
...
PHPBB3-13733
2015-05-23 17:06:25 -04:00
57072a1e28
[ticket/13793] Remove translation on throwing exceptions
...
PHPBB3-13793
2015-05-01 12:40:53 +02:00
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
6842831d6b
[ticket/13513] Use paths relative to the phpBB root in the router
...
PHPBB3-13513
2015-01-17 11:40:10 +01:00
8f67892f5e
Merge branch 'develop-ascraeus' into develop
2014-11-22 17:49:06 +01:00
34004612ac
[ticket/security-171] Sanitize data from composer.json
...
SECURITY-171
2014-11-21 22:32:28 +01:00
677b5b2cd4
[ticket/12620] Fix rebase
...
PHPBB3-12620
2014-11-20 23:15:49 +01:00
3a167aa0c3
[ticket/12620] Creates one di extension per phpBB extension
...
PHPBB3-12620
2014-11-20 20:59:51 +01:00
c220fa89a1
[ticket/12963] Revert back to "migrations" folder name for extensions
...
The issues that can be created with the name change are just too much
PHPBB3-12963
2014-09-18 10:45:08 +02:00
8b16d31413
[ticket/12963] Edit deprecation message
...
PHPBB3-12963
2014-09-16 20:18:10 +02:00
72ee4b3a7c
[ticket/12963] Load extensions migrations from /migration
...
PHPBB3-12963
2014-09-10 19:21:57 +02:00
ff872a7970
[ticket/12963] Don't use static var in \extension\base\get_migration_file_list
...
The static var was global to all instance of \phpbb\base and so if two
different instances (for two different extensions) were created by the
same script they shared the same migrations list.
PHPBB3-12963
2014-09-10 19:21:55 +02:00
f6f6657842
[ticket/12903] Remove dead phpbb\extension\metadata_manager::_validate_version
...
PHPBB3-12903
2014-08-07 17:52:59 +02:00
f474e33a43
Merge pull request #2729 from Nicofuma/ticket/12847
...
[ticket/12847] Allow the extensions to say if they can be enabled
* Nicofuma/ticket/12847:
[ticket/12847] Allow the extensions to say if they can be enabled
2014-08-07 13:00:08 +02:00
e6d6977750
[ticket/12557] Fix doc block in extension base class
...
PHPBB3-12557
2014-08-06 15:34:42 +03:00
a8e81b6e9f
[ticket/12870] Create the migrations table with a method in the migrator
...
PHPBB3-12870
2014-07-27 11:08:13 +02:00
8b8e09f4d5
[ticket/12870] Create the migrations table in db:migrate
...
PHPBB3-12870
2014-07-26 11:50:28 +02:00
519e64205a
[ticket/12847] Allow the extensions to say if they can be enabled
...
PHPBB3-12847
2014-07-13 18:09:34 +02:00
0232fcc22a
Merge pull request #2673 from nickvergessen/ticket/12783
...
Ticket/12783 Move require:phpbb/phpbb to extra:phpbb/phpbb in Extensions composer.json files
* nickvergessen/ticket/12783:
[ticket/12783] Move phpbb requirement to extra->soft-require
[ticket/12783] Correctly use dataProviders and mark tests as incomplete
[ticket/12783] Move phpbb/phpbb require version to extra
2014-07-03 14:23:49 +02:00
3f0dec4ce6
[ticket/12783] Move phpbb requirement to extra->soft-require
...
PHPBB3-12783
2014-07-02 16:23:20 +02:00
2d116ffede
[ticket/12783] Move phpbb/phpbb require version to extra
...
PHPBB3-12783
2014-06-28 13:06:46 +02:00
8e8b493fae
[ticket/12777] Add is_purged()
...
PHPBB3-12777
2014-06-27 11:28:13 +02:00
4d9e451f60
[ticket/12777] Update doc block of is_configured()
...
PHPBB3-12777
2014-06-27 11:23:11 +02:00
d13e02c7b1
[ticket/12777] Rename extension status functions and add is_configured()
...
PHPBB3-12777
2014-06-27 10:49:13 +02:00