Benoît Burnichon
ac14367e08
Merge pull request #1405 from lostdalek/master
...
PHRAS-593 fixes video, pdf and audio preview in prod interface
2015-06-22 10:49:48 +02:00
Mathieu Darse
878d4011a8
Fix tests & add PHPUnit groups
2015-06-22 10:36:21 +02:00
Benoît Burnichon
0ffc3a0aab
Merge pull request #1407 from mdarse/type-filter-regression
...
Fix type filter regression
PHRAS-584
2015-06-19 23:27:15 +02:00
Mathieu Darse
6821f22be7
Move structure tests together
2015-06-19 21:53:08 +02:00
Mathieu Darse
418eac8e5a
Only create thesaurus filters if needed
2015-06-19 21:53:08 +02:00
Mathieu Darse
a74d0cd7bd
Fix thesaurus regression from f25bdf4171
...
- Field class is now immutable, mergeWith() returns a new instance
- Thesaurus roots are recursively merged
- In case of field merge, Structure class do not index the previous field
- Added failing test case for previous bugs
- Added merge tests on Field class
- Added tests for all indexed stuff inside Structure class
2015-06-19 21:53:08 +02:00
Mathieu Darse
804b5a64a3
Fix type search regression
2015-06-19 21:46:28 +02:00
Florian BLOUET
2569d3dc02
PHRAS-593 fixes video, pdf and audio preview in prod interface
2015-06-19 18:27:47 +02:00
Benoît Burnichon
aa849d75c0
Refactor RssFeedController
2015-06-18 18:08:02 +02:00
Benoît Burnichon
821439e772
RSSFeeds change to use methods.
2015-06-18 17:38:55 +02:00
Benoît Burnichon
8fe827cf01
Merge remote-tracking branch 'upstream/master' into feature/controller-as-service
2015-06-18 17:18:06 +02:00
Benoît Burnichon
1dd4bc5c5f
Merge pull request #1393 from jygaulier/PHRAS-368_TH-REINDEX-EVT
...
Phras 368 th reindex evt
2015-06-18 17:17:24 +02:00
Benoît Burnichon
ca5e6772f6
Refactor LoginController
...
PHRAS-529 #time 2h
2015-06-18 16:55:19 +02:00
Benoît Burnichon
3e6a8190f5
Split Login into provider/controller
2015-06-18 15:26:52 +02:00
Benoît Burnichon
fa283b74b5
Refactor DeveloperController
...
PHRAS-529 #time 1h
2015-06-18 14:49:53 +02:00
Benoît Burnichon
c1e412a0ec
Split Developers into provider/controller
2015-06-18 14:49:52 +02:00
Benoît Burnichon
dd0b661dac
Refactor AccountController
...
PHRAS-529 #time 1h
2015-06-18 14:49:52 +02:00
Benoît Burnichon
f0ed559ce6
Split Account into provider/controller
2015-06-18 14:49:52 +02:00
Benoît Burnichon
438b48069c
Merge pull request #1401 from aztech-dev/api-base-ids
...
Return base_id in API & remove unneeded conversions
2015-06-18 12:48:21 +02:00
Benoît Burnichon
488a6f6d24
Use ArrayCache as default caching provider.
...
This should speed up tests and also prevent external service dependency
2015-06-18 12:39:02 +02:00
Benoît Burnichon
f83d300bf5
Add python-meld3 to vagrant package list
2015-06-18 12:19:52 +02:00
Thibaud Fabre
22b912fa87
Cast coll_id to int
2015-06-18 11:40:59 +02:00
Thibaud Fabre
af1dc9126b
Return base_id in API & remove unneeded conversions
2015-06-18 11:24:11 +02:00
Benoît Burnichon
5b2e81264a
Add $objectForMap parameter.
...
due to commit 238589d4e8
2015-06-17 17:54:34 +02:00
Benoît Burnichon
eada8002c6
Bump composer.lock.
...
Silex enforce registering a new ServiceProvider HttpFragmentServiceProvider
2015-06-17 15:37:36 +02:00
Benoît Burnichon
e1510143a7
Merge pull request #1392 from bburnichon/feature/controller-as-service
...
Controller as service
PHRAS-529
2015-06-16 11:08:03 +02:00
Benoît Burnichon
4bd2f03856
Merge pull request #1399 from mdarse/new-structure-regression-search-in
...
Fix IN search regression
2015-06-16 11:03:15 +02:00
Benoît Burnichon
479a24d610
Add some Status code to authorized ones.
...
PHRAS-588 #time 15mn
2015-06-16 10:48:51 +02:00
Benoît Burnichon
b1ded44f76
Missing Report RootController
2015-06-15 19:37:55 +02:00
Benoît Burnichon
b272ce5aac
Add some groups legacy, functional, web, authenticated
2015-06-15 19:30:51 +02:00
Mathieu Darse
ea8eb4dc07
Fix another IN search regression from 40e2df6c3f
...
Move getIndexFieldName() from `RecordHelper` to `Field`.
Also remove an unused injected dependency
2015-06-15 19:18:06 +02:00
Benoît Burnichon
6fdecbe6cb
Refactor Report RootController
2015-06-15 17:31:48 +02:00
Benoît Burnichon
58970f6a9c
Split Report Root controller into provider/controller
2015-06-15 17:20:58 +02:00
Benoît Burnichon
3dff76f651
Refactor InformationController
2015-06-15 17:13:27 +02:00
Benoît Burnichon
f2306d575c
Split ReportInformation into provider/controller
2015-06-15 16:58:19 +02:00
Benoît Burnichon
ea7fb2b182
Refactor ActivityController
2015-06-15 16:51:23 +02:00
Mathieu Darse
605c943af5
Fix IN search regression from 40e2df6c3f
2015-06-15 16:13:44 +02:00
Benoît Burnichon
8297793980
Split ReportActivity into provider/controller
2015-06-15 16:12:43 +02:00
Benoît Burnichon
2b689a4118
Merge pull request #1398 from lostdalek/master
...
Added videos representation screenshots generation for all image subDefs
2015-06-15 10:20:12 +02:00
Florian BLOUET
05d293a4a1
videos representation screenshots generation code cleanup
2015-06-12 15:33:14 +02:00
Benoît Burnichon
627475799f
Change travis configuration
2015-06-12 12:25:04 +02:00
Benoît Burnichon
43d93eef36
More checks on cache returned values.
...
Switched to Redis in tests.
2015-06-12 12:09:00 +02:00
Florian BLOUET
497ae466ee
Removed videos representation screenshots disabled features
2015-06-11 18:54:48 +02:00
Florian BLOUET
a372148d5a
Added videos representation screenshots generation for all image subDefinitions
2015-06-11 18:44:28 +02:00
jygaulier
87ae1a3ba9
Merge pull request #1396 from jygaulier/PHRAS-462_CANDIDATES_WRONG_FIELD
...
PHRAS-462 #time 5 h
2015-06-11 18:35:22 +02:00
Jean-Yves Gaulier
b21d3ded24
PHRAS-582 #time 10 m
...
populate : records are indexed from newer to older (rid desc)
2015-06-11 17:56:08 +02:00
Jean-Yves Gaulier
bea0c2a6e6
PHRAS-462 #time 5 h
...
populate : candidates are written under the good field
2015-06-11 17:31:23 +02:00
Benoît Burnichon
4241fd0e6c
WIP with cache
2015-06-10 19:09:38 +02:00
Benoît Burnichon
c746214fbb
Merge pull request #1394 from aztech-dev/master
...
List collection rights in /me
PHRAS-566
2015-06-10 15:29:26 +02:00
Benoît Burnichon
d473a6f69c
Fixup tests with proper clearing of cache.
2015-06-10 14:50:29 +02:00