Commit Graph

5932 Commits

Author SHA1 Message Date
Benoît Burnichon
ab10981b84 Split Root into provider/controller 2015-06-22 15:25:48 +02:00
jygaulier
e4b5b86d97 Merge pull request #1397 from jygaulier/PHRAS-582_INDEX_REVERSE_ORDER
PHRAS-582 #time 10 m
2015-06-22 14:30:44 +02:00
Mathieu Darse
a74428c8ea Empty indexer queues after flushing to index 2015-06-22 14:09:41 +02:00
Benoît Burnichon
39554459e8 Merge pull request #1406 from mdarse/thesaurus-search-regression
Fix thesaurus regression
2015-06-22 13:38:33 +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
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
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
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
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
43d93eef36 More checks on cache returned values.
Switched to Redis in tests.
2015-06-12 12:09:00 +02:00
Florian BLOUET
a372148d5a Added videos representation screenshots generation for all image subDefinitions 2015-06-11 18:44:28 +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
d473a6f69c Fixup tests with proper clearing of cache. 2015-06-10 14:50:29 +02:00
Thibaud Fabre
c425c3391a CS fixes 2015-06-10 10:50:52 +02:00
Thibaud Fabre
265b40c6e0 List collection rights in /me 2015-06-09 16:51:05 +02:00
Benoît Burnichon
92636bfe5a Properly initialize value.
Change call to protected method to public one.
2015-06-09 11:26:20 +02:00
Benoît Burnichon
cd7d8b5d3b Properly clear cache at end of tests. Avoid side-effects on others tests.
Also prevent flushing empty queues as it load mocked configuration
2015-06-09 11:12:01 +02:00
Jean-Yves Gaulier
59ab4f7dac PHRAS-368
first thesaurus modification events for MDarse to test.
cs
more events to be added later
2015-06-09 11:05:07 +02:00
Jean-Yves Gaulier
90c2cb5f5d PHRAS-368 #time 3d
wip
2015-06-09 10:48:29 +02:00
Jean-Yves Gaulier
249334c7ed wip 2015-06-09 10:48:28 +02:00
Benoît Burnichon
2242e45081 Refactor WorkzoneController 2015-06-08 12:56:39 +02:00