Jean-Yves Gaulier
eeed4d3120
task subdef
...
- better format of xml settings
- fix filter on document type
- fix filter on multiple databoxes
- fix unit tests
2015-05-13 19:38:39 +02:00
Benoît Burnichon
beabf90fdf
Refactor Notifier
2015-05-12 21:05:29 +02:00
Benoît Burnichon
72fdfa7141
Fixup ApiTests about Content-Type
2015-05-11 18:11:51 +02:00
Benoît Burnichon
8c037232d5
Merge pull request #1374 from jygaulier/API_STORY
...
report des routes api/story de 3.8
2015-05-11 12:18:45 +02:00
Benoît Burnichon
80bb56b875
Merge pull request #1373 from bburnichon/feature/phras-519-revocable-permalinks
...
PHRAS-519 avoid public feeds not to check permalink status (is_enabled status field)
2015-05-07 17:35:06 +02:00
Jean-Yves Gaulier
3305329501
report des routes api/story de 3.8
...
#time 1.5d
2015-05-07 16:53:53 +02:00
Benoît Burnichon
5eb7af9542
Merge pull request #1360 from bburnichon/feature/controller-as-service
...
controller as service
2015-05-07 16:09:40 +02:00
Benoît Burnichon
79ddd6c54e
Update test to ensure permalink is created before accessing it.
2015-05-07 11:46:32 +02:00
Benoît Burnichon
8f8030bb11
Remove $app dependency on FeedItemRepository::isRecordInPublicFeed() method.
2015-05-07 11:03:27 +02:00
Benoît Burnichon
31116a14a9
Remove OpCache options as now bundled with PHP5.5+
2015-05-06 12:00:28 +02:00
Benoît Burnichon
fbd2f7bb41
change 3.10 to 4.1 (maximum version limit)
2015-05-04 15:41:32 +02:00
Benoît Burnichon
d3a2de2536
Fixup tests after #1363
2015-05-04 14:58:12 +02:00
Benoît Burnichon
62b8e5a6e4
Refactoring of API V1 Controller
2015-04-27 20:35:36 +02:00
Mathieu Darse
8d767788fe
Test raw string parsing
2015-04-15 19:07:00 +02:00
Mathieu Darse
eda8181d87
Test inequality queries with dates
2015-04-15 18:28:12 +02:00
Mathieu Darse
b3f9dd4ca2
Implement inequality in query visitor & fix IN expressions
2015-04-15 18:23:36 +02:00
Mathieu Darse
10395f410c
Add tests for query compiler
2015-04-15 18:23:36 +02:00
Benoît Burnichon
21195820f2
Fixup form submission.
...
In our case, we want to allow empty requests... If using handleRequest, the form should at least contains the CSRF tokens.
2015-04-14 11:07:26 +02:00
Benoît Burnichon
e5c1cab623
Merge pull request #1347 from mdarse/facets-strict-match
...
Strict facet matching
2015-04-10 17:29:46 +02:00
Mathieu Darse
38465a591f
Strict facet matching
...
Clicking on a facet value on the left pane now return the expected result count.
This commit implement a new "raw" matcher. It can be used like
`r"some raw value"`. It operate on the the `.raw` multi-field and skips all
analysis.
Escaping `"` is supported by prepending a backslash `\"`. You can also escape
the escaping character `\` by doubling it (`\\`).
Adds a new `ContextAbleInterface` to differenciate matcher supporting an
optional context from those who can't.
Fixes an issue with `QueryContext::narrowToFields()` ignoring passed fields.
2015-04-09 20:32:13 +02:00
Jean-Yves Gaulier
56fa78e0ef
wip : removed Sphinx and Phrasea search engines
2015-04-08 18:37:11 +02:00
Benoît Burnichon
57736782a9
Add BaseController with helper methods
2015-04-02 13:34:15 +02:00
Benoît Burnichon
08500947de
Add max packet to mariadb conf in tests bootstrap
2015-04-01 10:30:04 +02:00
Benoît Burnichon
9c7af31080
Admin Connected Users
2015-03-31 14:29:11 +02:00
Benoît Burnichon
ad51a350b7
Change content type negotiation in API.
...
Fix typo in negotiator word.
2015-03-27 13:46:54 +01:00
Benoît Burnichon
bf27dcff20
Remove useless Dependency
2015-03-27 12:58:07 +01:00
Benoît Burnichon
1342756b84
Rename Controller to ControllerProvider
2015-03-27 12:55:43 +01:00
Benoît Burnichon
3d238fe5ec
Prevent actual scheduler start to avoid infinite wait
2015-03-26 01:07:49 +01:00
Benoît Burnichon
8d7fe65430
Add Session Listener to enforce save of session at kernel response
2015-03-26 00:51:13 +01:00
Benoît Burnichon
a1b490bd3f
Slash is now accepted in redirects.
2015-03-25 13:07:45 +01:00
Benoît Burnichon
c6b44e03df
Symfony changed order of parameter for NGinx binary response
2015-03-25 13:06:46 +01:00
Benoît Burnichon
ad51820f51
Merge pull request #1318 from alchemy-fr/feature/disable-notification-at-install
...
disable notification at install
2015-03-24 17:55:53 +01:00
Benoît Burnichon
7b832bdda2
Merge pull request #1317 from jygaulier/Aggregation_Limit
...
setting for the number of aggregated values (per field)
2015-03-24 16:12:26 +01:00
Benoît Burnichon
3cc78d769a
Extract Proper NotifierInterface in TaskManager
2015-03-24 15:06:20 +01:00
Jean-Yves Gaulier
5a08ebb68e
change field.aggregable from bool to int -> allows to set the number of aggregation values
2015-03-24 14:43:27 +01:00
Benoît Burnichon
893f78afa1
Remove call to TaskRepository as not used.
2015-03-24 14:19:29 +01:00
Benoît Burnichon
ef68007132
Remove references to Phrasea Indexer.
2015-03-23 18:13:58 +01:00
Benoît Burnichon
d2a2214624
Travis config to check 5.6 compatibility and build against PHP 7
2015-03-19 15:15:59 +01:00
Benoît Burnichon
0095ae611f
Some Version static calls changed to method calls.
2015-03-19 15:15:59 +01:00
Benoît Burnichon
03b573f19c
Some PHPCS fixes.
2015-03-19 15:15:59 +01:00
Benoît Burnichon
775552f613
Change Version to non-static
2015-03-19 11:28:06 +01:00
Benoît Burnichon
cdc7f743d5
Remove staticExpects to work with PHPUnit ~4.5
2015-03-17 13:08:27 +01:00
Benoît Burnichon
e5fae798dc
Properly install zmq pecl extension in vagrant. Create default test dbs
2015-03-17 11:31:14 +01:00
Benoît Burnichon
18bbddde52
Improve tests/bootstrap.sh script
2015-03-14 00:22:42 +01:00
Benoît Burnichon
c72e31163b
Merge remote-tracking branch 'upstream/3.8'
2015-03-13 18:50:49 +01:00
Benoît Burnichon
7734467845
Fix issue with Strict mode
2015-03-13 17:45:48 +01:00
Benoît Burnichon
ef4b61229e
SearchEngineOptions returns filtered array collection
...
PHPUnit 3.7 hangs out on comparing objects with different keys.
Change test method to compare a single object.
2015-03-13 11:13:04 +01:00
Benoît Burnichon
8788850acc
allow test bootstrap to install in update or install mode
2015-03-13 11:12:34 +01:00
Nicolas Le Goff
7596ddc5d2
Fix tests
2015-03-12 17:13:53 +01:00
Benoît Burnichon
135b2fcaff
Remove now useless dependency
2015-03-12 15:08:25 +01:00