Commit Graph

9638 Commits

Author SHA1 Message Date
Jean-Yves Gaulier
d788f62762 #PHRAS-610 #time 2h
WIP
2015-08-17 15:18:33 +02:00
Jean-Yves Gaulier
4090164896 #PHRAS-610 #time 2h
WIP
2015-08-17 15:18:33 +02:00
Jean-Yves Gaulier
41758fe341 #PHRAS-622 #time 5m
cs to fix errors in phpstorm
2015-08-17 15:18:33 +02:00
Jean-Yves Gaulier
3ac83408fc #PHRAS-610 #time 2d
WIP
2015-08-17 15:18:33 +02:00
Benoît Burnichon
ceaca1c53c Merge pull request #1463 from jygaulier/PHRAS-622_sun-crash
PHRAS-622
2015-07-29 20:57:22 +02:00
Jean-Yves Gaulier
5d493321fa #PHRAS-622 #time 20m
fix tests
2015-07-29 19:15:52 +02:00
Jean-Yves Gaulier
d984938614 #PHRAS-622 #time 3h
add 'lenient' to prevent es errors when parsing invalid dates
cs
2015-07-29 16:39:19 +02:00
Benoît Burnichon
27583e9e5d Merge pull request #1457 from mdarse/fix-private-fields-candidates
Fix values lookup on thesaurus hydrator
2015-07-27 14:36:45 +02:00
Mathieu Darse
5bbd4bfe33 Fix values lookup on thesaurus hydrator 2015-07-24 18:13:18 +02:00
Benoît Burnichon
81cce5efa2 Merge pull request #1456 from mdarse/fix-regular-text-search
Fix query builds to only hit compatible fields
2015-07-24 17:05:50 +02:00
Benoît Burnichon
3b613980f9 Merge pull request #1454 from lostdalek/master
rollback captions tooltip to popover, update caption css
2015-07-24 17:04:11 +02:00
Mathieu Darse
3569d47467 Fix query builds to only hit compatible fields 2015-07-24 15:28:21 +02:00
Benoît Burnichon
3a8e147db5 Merge pull request #1455 from mdarse/fix-number-field-search
Remove unused QueryContext#getRawFields()
2015-07-24 12:49:52 +02:00
Florian BLOUET
eaeded1be7 rollback captions tooltip to popover only, updated caption display in record overlay 2015-07-24 11:39:54 +02:00
Benoît Burnichon
7e76236a06 Merge pull request #1453 from mdarse/invalid-field-query
Handle queries with invalid fields
2015-07-24 11:26:57 +02:00
Benoît Burnichon
b558cf9de3 Merge pull request #1452 from mdarse/fix-number-field-search
Fix number field search
2015-07-23 22:11:54 +02:00
Benoît Burnichon
052aaa6e57 Merge pull request #1451 from lostdalek/master
PHRAS-619 - fix button height glitch
2015-07-23 22:04:55 +02:00
Mathieu Darse
afbb0e3696 Handle queries with invalid fields
They lead to zero result instead of all results from elasticsearch.
2015-07-23 19:11:12 +02:00
Mathieu Darse
af129601e7 Remove unused QueryContext#getRawFields() 2015-07-23 19:03:34 +02:00
Mathieu Darse
a59c42980c Fix facets on non string fields & fix raw with "in" query 2015-07-23 18:41:10 +02:00
Mathieu Darse
a31442368b Fix number field search
Search with non numeric content will not hit number field (it breaks elasticsearch and is useless anyway)

- Rename QueryHelper::buildPrivateFieldQueries() to wrapPrivateFieldQuery().
    - Signature changed too, the third parameter is dropped an QueryContext is replaced by an array of Field.
    - Query builder closure is now passed an array of Field, not of index field names.
- Remove Field::toConceptPathIndexFieldArray() because method name was beyond understanding (and also because it wasn't needed anymore)
- Various AST node types have changed due to previous API changes
2015-07-23 17:39:11 +02:00
Florian BLOUET
fa8d3da6cc PHRAS-619 - fix button height glitch 2015-07-23 16:44:53 +02:00
Benoît Burnichon
a841a63c1e Merge pull request #1450 from lostdalek/feature/captionRefactoring
captions tooltip ui cleanup and fixes
2015-07-23 16:17:09 +02:00
Benoît Burnichon
9b0c37b982 Merge pull request #1449 from lostdalek/master
fix query counter display in seconds
2015-07-23 16:14:57 +02:00
Florian BLOUET
6711f9d2cc PHRAS-605 - captions tooltip ui cleanup and fixes 2015-07-23 14:42:58 +02:00
Florian BLOUET
1671590c1c fix query counter display in seconds 2015-07-23 14:33:43 +02:00
Benoît Burnichon
238fd0ecf3 Merge pull request #1444 from lostdalek/master 2015-07-21 20:23:32 +02:00
Benoît Burnichon
0367b9afac Merge pull request #1445 from jygaulier/PHRAS-606_story-thumbnails
PHRAS-606
2015-07-21 20:23:08 +02:00
Benoît Burnichon
2aa236bebe Merge pull request #1446 from jygaulier/PHRAS-597_api-quarantine-list
PHRAS-597
2015-07-21 20:22:08 +02:00
Jean-Yves Gaulier
f2d37a353e #PHRAS-597 #time 15m
fix: api quarantine/list now can return up to 1000 items
2015-07-21 19:05:31 +02:00
Jean-Yves Gaulier
82a8c97790 #PHRAS-606 #time 5m
fix: mime is forced into es
2015-07-21 18:23:21 +02:00
Jean-Yves Gaulier
00f8c8735d #PHRAS-606 #time 4h
fix default "binary" thumbnails for stories
nb : must re-populate
2015-07-21 16:54:36 +02:00
Florian BLOUET
4c404aabb6 PHRAS-554 - added new icons for record history 2015-07-21 15:49:17 +02:00
Florian BLOUET
54526abacb PHRAS-604 - fix size handling of editing panel 2015-07-21 14:40:33 +02:00
Benoît Burnichon
1d50daf364 Merge pull request #1442 from jygaulier/PHRAS-608_use-as-cover-story-api
#PHRAS-603
2015-07-21 12:08:28 +02:00
Jean-Yves Gaulier
bb29eeba77 #PHRAS-603 #time 6h
cs bb
2015-07-21 10:57:10 +02:00
Benoît Burnichon
5745682f72 Merge pull request #1443 from lostdalek/master
PHRAS-605, PHRAS-555
2015-07-21 10:49:26 +02:00
Jean-Yves Gaulier
3b5e2a4089 #PHRAS-603 #time 6h
fix "use_as_cover" in story api
2015-07-20 18:10:51 +02:00
Florian BLOUET
26de49cef7 PHRAS-555 - fix truncated words in facets labels 2015-07-20 18:00:51 +02:00
Florian BLOUET
3ab8483815 PHRAS-605 remove log 2015-07-20 17:40:55 +02:00
Florian BLOUET
efc5bebb4f PHRAS-605 fix caption tooltip oversize with vertical scroll 2015-07-20 17:07:19 +02:00
Benoît Burnichon
3a768af135 Merge pull request #1440 from lostdalek/master
fix display issues on icons and lightbox navbar
2015-07-17 17:53:53 +02:00
Florian BLOUET
94abf169bb PHRAS-553 - fix additionnal issues in prod toolbar 2015-07-17 17:46:22 +02:00
Florian BLOUET
8f3adfb2b6 PHRAS-553 - updated @media query 2015-07-17 17:42:45 +02:00
Benoît Burnichon
e0573fc4f6 Merge pull request #1423 from mdarse/private-fields-ast
Restrict search on visible private fields
2015-07-17 17:36:30 +02:00
Florian BLOUET
75ccf8c824 PHRAS-553 - handle retina display for share icon in history 2015-07-17 16:30:03 +02:00
Mathieu Darse
daea7f8c77 Raw queries do not localize fields anymore 2015-07-17 15:58:39 +02:00
Florian BLOUET
4595f56950 PHRAS-559 - fix lightbox main menu css 2015-07-17 15:51:57 +02:00
Mathieu Darse
cc1462a918 Test ThesaurusHelper 2015-07-17 14:59:57 +02:00
Mathieu Darse
a813ef51e7 Restrict facets to show only visible content on private fields 2015-07-17 14:30:01 +02:00