Commit Graph

10688 Commits

Author SHA1 Message Date
Benoît Burnichon
a539919cf8 Add tested booker class 2016-02-05 15:36:19 +01:00
Benoît Burnichon
09ce98e21a Remove reference to filesystem in Border/Manager 2016-02-05 15:36:19 +01:00
Benoît Burnichon
b73ecd926d Refactor Application Paths generation 2016-02-05 15:36:19 +01:00
Benoît Burnichon
fae284d482 media_subdef could sometimes be constructed without a proper URL
Introduced by #1626
2016-02-05 15:36:19 +01:00
Benoît Burnichon
5428e524e4 InformationsTest wrongly override __construct 2016-02-05 15:36:19 +01:00
Benoît Burnichon
617dff5b33 Remove databox's dispatch method 2016-02-05 15:36:19 +01:00
Benoît Burnichon
afde09645a WIP 2016-02-05 15:36:19 +01:00
Benoît Burnichon
58b80bf08a Group Filesystem related service providers 2016-02-05 15:36:19 +01:00
Benoît Burnichon
8899c719fb Merge pull request #1662 from bburnichon/PHRAS-938
reset should be called on a variable.
2016-02-04 15:10:50 +01:00
Benoît Burnichon
fc63d7daa4 reset should be called on a variable.
PHRAS-938
2016-02-04 14:37:59 +01:00
Benoît Burnichon
a37cf9029c Merge pull request #1661 from alchemy-fr/bburnichon-patch-1
Fixup invalid first compareCall
2016-02-04 11:07:59 +01:00
Benoît Burnichon
e6577baa35 Fixup invalid first compareCall
Checks whether lastCall is array before comparing it.
2016-02-04 10:34:15 +01:00
Thibaud Fabre
9b868a3afa Merge pull request #1660 from aztech-dev/fix/phras-924
Fix upgrade command when plugin autoloader is not available
2016-02-03 19:48:02 +01:00
Thibaud Fabre
5585fb6186 Fix upgrade command when plugin autoloader is not available 2016-02-03 18:10:20 +01:00
Thibaud Fabre
8b50aa308a Merge pull request #1659 from aztech-dev/fix/phras-924
Clean up session upgrade code
2016-02-03 17:54:59 +01:00
Thibaud Fabre
0644c1e922 Clean up session upgrade code 2016-02-03 17:02:24 +01:00
Benoît Burnichon
629a90653f Merge pull request #1658 from aztech-dev/fix/phras-924
Migration error fixes
2016-02-03 16:59:37 +01:00
Thibaud Fabre
dc51e489fe Fix migration from v3.8.8 to v4.0.0 2016-02-03 16:35:20 +01:00
Thibaud Fabre
0bd25711b8 Do not start transaction if target does not exist 2016-02-03 11:43:33 +01:00
Thibaud Fabre
661ab8ac04 Only truncate users table if it exists 2016-02-03 11:42:34 +01:00
Benoît Burnichon
829c176e81 Merge pull request #1657 from aztech-dev/fix/webhooks
Fix bugs in webhook management
2016-02-02 13:25:33 +01:00
Thibaud Fabre
68b006e76b Fix bugs in webhook management
- Removes restrictions on event types and names
- Registers service provider in application
2016-02-02 12:40:05 +01:00
Benoît Burnichon
75ebb870ae Merge pull request #1652 from aztech-dev/feature/improve-cache-collector
Improve cache collector in heavy cache usage contexts
2016-02-01 19:14:44 +01:00
Thibaud Fabre
ed110c1140 Aggregate repeated calls to reduce size of collected data 2016-02-01 18:57:45 +01:00
Benoît Burnichon
4c493dc717 Merge pull request #1656 from bburnichon/PHRAS-929
Increase setTrustedProxySubscriber priority.
2016-02-01 18:25:09 +01:00
Benoît Burnichon
7fb21dbfb4 Increase setTrustedProxySubscriber priority.
This should occurs very early in request
2016-02-01 18:03:45 +01:00
Benoît Burnichon
848efb742e Merge pull request #1655 from bburnichon/PHRAS-928
Remove use of gettext shortcut method.
2016-02-01 15:11:36 +01:00
Benoît Burnichon
0ef9b668c2 Remove use of gettext shortcut method. 2016-02-01 14:03:29 +01:00
Benoît Burnichon
03627079c9 Merge pull request #1654 from bburnichon/improvement/drop-deliverData
Remove DeliverDataInterface::deliverData as never used
2016-01-29 18:02:37 +01:00
Benoît Burnichon
ced5094355 Remove DeliverDataInterface::deliverData as never used 2016-01-29 17:43:41 +01:00
Benoît Burnichon
6fa37f3aee Merge pull request #1653 from aztech-dev/feature/webhook-factory-service-provider
Configure event processor factory via DI
2016-01-29 10:14:47 +01:00
Thibaud Fabre
fa3e49f5fb Configure event processor factory via DI 2016-01-28 18:42:59 +01:00
Thibaud Fabre
891075e469 Merge pull request #1650 from aztech-dev/feature/admin-load-time
Deduplicate rendering of databox/collection tree
2016-01-28 17:51:57 +01:00
Thibaud Fabre
6d2fd04765 Deduplicate rendering of databox/collection tree 2016-01-28 17:24:21 +01:00
Benoît Burnichon
137b15937f Merge pull request #1649 from aztech-dev/feature/databox-array-cache
Add array cache repository to reduce load on cache backend
2016-01-28 16:40:35 +01:00
Thibaud Fabre
3d298a6012 Add unmount method on databox repositories to invalidate cache on unmount 2016-01-28 16:16:53 +01:00
Thibaud Fabre
841182eca4 Add delete method on databox repositories to invalidate cache on delete 2016-01-28 16:09:37 +01:00
Thibaud Fabre
40ff41501c Move create and mount SQL calls to repository for proper cache invalidation 2016-01-28 15:54:40 +01:00
Thibaud Fabre
2643874b73 Add array cache repository to reduce load on cache backend 2016-01-28 15:54:02 +01:00
Thibaud Fabre
ec569809fc Merge pull request #1648 from bburnichon/master
Fixup wrongly passed definition i/o providerKey
2016-01-28 11:57:47 +01:00
Benoît Burnichon
21779c85e3 Fixup wrongly passed definition i/o providerKey 2016-01-28 11:35:22 +01:00
Benoît Burnichon
0a1f7c1db7 Merge pull request #1647 from jygaulier/PHRAS-920_EXPORT-WRONG-DATABOX
PHRAS-920
2016-01-27 21:38:52 +01:00
Jean-Yves Gaulier
f89fe9754a #PHRAS-920 time 1h
fix : "BaseFromColl" (dbox coll_id -> abox base_id) check for sbas_id
2016-01-27 19:40:40 +01:00
Benoît Burnichon
80dae56f44 Merge pull request #1646 from bburnichon/improvement/avoid-cache-overload
Avoid many calls to cache layer
2016-01-27 19:18:23 +01:00
Benoît Burnichon
beda5d3820 Getting collection calls access_restriction which is not properly cached.
Remove use of cache in AccessRestriction and use instance memory cache instead.
Beware static keyword declares variable static for the class, not the instance
2016-01-27 18:55:49 +01:00
Benoît Burnichon
ac4f15c5b5 Merge pull request #1645 from bburnichon/improvement/extract-substitute-action
extract substitute action
2016-01-27 13:16:19 +01:00
Benoît Burnichon
3544f70130 PHPCS record_adapter 2016-01-27 11:00:54 +01:00
Benoît Burnichon
66cef8caeb Refactor SubdefSubstituer 2016-01-26 20:26:40 +01:00
Benoît Burnichon
14cd8a1903 Use existing SubdefSubstituer service i/o record_adapter 2016-01-26 19:17:41 +01:00
Benoît Burnichon
465f48f461 Merge pull request #1643 from bburnichon/improvement/slight-refactoring
Progressive refactoring
2016-01-26 17:07:03 +01:00