Commit Graph

1749 Commits

Author SHA1 Message Date
Benoît Burnichon
f87fc35f6a Caption Service tweak 2016-05-19 13:44:01 +02:00
Benoît Burnichon
7aa499716b Add Caption Service and Repositories 2016-05-19 13:44:01 +02:00
Benoît Burnichon
72d4647d11 WIP progress on List Records 2016-05-19 13:44:01 +02:00
Benoît Burnichon
126b83ec7c WIP RecordTransformer 2016-05-19 13:44:01 +02:00
Benoît Burnichon
24143759a7 WIP 2016-05-19 13:44:01 +02:00
Benoît Burnichon
e2e1fb0e09 Change Api SearchController to use Fractal 2016-05-19 13:44:01 +02:00
Benoît Burnichon
ea808d23d7 Tokens should be string, not objects. 2016-05-19 10:53:07 +02:00
Benoît Burnichon
ca6c3f9920 Changes on SubdefGroup reflected in using clients 2016-04-22 12:42:14 +02:00
Benoît Burnichon
3ca3019668 Wipe record ids out of API search response
Fix PHRAS-1085
2016-04-21 11:15:38 +02:00
Benoît Burnichon
1e18b3e69f This is a combination of 33 commits.
- Squashed Pull request #1730
- Squashed Pull request #1741
- Squashed Pull request #1742
- Squash merge branch 4.0
- Squashed Pull request #1744
- Squashed Pull request #1746
- Squashed merge branch 4.0
- Squashed merge branch 4.0
- Squashed merge branch 4.0
- Squashed merge branch 4.0
- Squashed Pull request #1758
- Avoid using imagine/imagine alias as it is causing install issues
- Squashed merge branch 4.0
- Squashed Pull request #1763
- Squashed merge branch 4.0
- Squash of 6 commits
- Squashed merge branch 4.0
- This is a combination of 2 commits.
- Squashed Pull request #1775
- Squashed Pull request #1777
- Squashed Pull request #1779
- Squashed Pull request #1780
- Squashed Pull request #1782
- Adds a Pull request template
- Squased Pull request #1783
- Squash Pull request #1786
- Squashed Pull request #1796
- Squashed merge branch 4.0
- Squash Pull request #1791
- Squashed merge branch 4.0
- Squashed Pull request #1808
- Squashed Pull request #1811
- Squashed Pull request #1809
2016-04-20 16:22:14 +02:00
Jean-Yves Gaulier
1c63194400 PHRAS-1065 #time 1h
backport PHRAS-947
2016-04-06 19:10:54 +02:00
Benoît Burnichon
a547a04aa6 Move Order controllers to same namespace 2016-03-22 16:14:08 +01:00
Benoît Burnichon
a5f9ace717 fix Basket owning setting when providing it 2016-03-22 16:13:22 +01:00
Benoît Burnichon
a0983d39b2 WIP 2016-03-22 16:13:22 +01:00
Benoît Burnichon
f07b7b6722 WIP 2016-03-22 16:13:19 +01:00
Benoît Burnichon
4d65085b46 Extract OrderFiller 2016-03-22 15:55:54 +01:00
Benoît Burnichon
1982d0a625 Prepare extraction of class from OrderController 2016-03-22 15:55:54 +01:00
Benoît Burnichon
cb87d7c0f1 Refactor OrderController 2016-03-22 15:55:54 +01:00
Benoît Burnichon
63d4923292 Remove some unused statements 2016-03-22 15:55:51 +01:00
Benoît Burnichon
f2e62abd8b Remove !count() calls 2016-03-11 18:03:53 +01:00
Benoît Burnichon
8f6f475b7d Add private fields to caption when available to user 2016-03-07 18:39:29 +01:00
Benoît Burnichon
63fd462abe Change listRecordCaption argument to record_adapter 2016-03-07 13:41:37 +01:00
Benoît Burnichon
b0330d8f56 Added RecordReferenceCollection utility method 2016-03-07 12:30:51 +01:00
Benoît Burnichon
dc0b7c8a14 Add proper typehints in ToolsController 2016-03-04 16:48:49 +01:00
Florian BLOUET
fdc2129c22 PHRAS-1010 - fix maintenance message display 2016-02-26 11:48:01 +01:00
Benoît Burnichon
a119478097 Change Version to use timestamp from database.
Only elasticsearch knows about its version field. This can be hard to maintain.
2016-02-23 13:22:37 +01:00
Thibaud Fabre
2addb91b13 Simplify V2 search controller
- Remove unnecessary fetching from database
- Remove redundant suggestions key in response (same as facets)
2016-02-23 02:33:37 +01:00
Benoît Burnichon
59a334ea32 New search style 2016-02-22 14:07:16 +01:00
Benoît Burnichon
6aa56f24ac Add SearchEngineResultToRecordsConverter 2016-02-22 14:07:16 +01:00
Benoît Burnichon
d93983caeb Add RecordEvent when rotated 2016-02-18 15:28:11 +01:00
Florian BLOUET
392f5bea7d PHRAS-978 - fix task management form 2016-02-17 18:52:53 +01:00
Benoît Burnichon
054f78815d group record_adapter fetching in API 2016-02-17 17:07:55 +01:00
Benoît Burnichon
7bb8484034 Remove unused use statement 2016-02-16 14:45:34 +01:00
Benoît Burnichon
ae97ad90e6 Method renaming to remove underscores 2016-02-12 17:29:21 +01:00
Benoît Burnichon
de590a60ea PHPCS Fixes some unused class imports 2016-02-12 17:29:21 +01:00
Benoît Burnichon
f6f6feb4e9 Group generation of Email confirmation 2016-02-12 16:41:17 +01:00
Benoît Burnichon
8910750928 Fix import users
PHRAS-966
2016-02-12 13:40:40 +01:00
Benoît Burnichon
403eb36903 Demote Admin users on request 2016-02-09 12:25:28 +01:00
Florian BLOUET
d00509fba3 PHRAS-937 - fix navigation in preview 2016-02-08 12:05:38 +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
0ef9b668c2 Remove use of gettext shortcut method. 2016-02-01 14:03:29 +01:00
Thibaud Fabre
6d2fd04765 Deduplicate rendering of databox/collection tree 2016-01-28 17:24:21 +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
614394edc7 Method renaming 2016-01-26 14:25:08 +01:00
Benoît Burnichon
e68eb78657 Extract tamper-proofing code into its own method 2016-01-22 12:23:18 +01:00
Benoît Burnichon
24e12dbfca Rename variable 2016-01-22 12:23:18 +01:00
Benoît Burnichon
a69ac51114 Remove url_generator from ResourceResolver s 2016-01-13 16:56:59 +01:00
Benoît Burnichon
7713afeff6 PermalinkController knows about how to retrieve records, not Media service 2016-01-13 15:10:20 +01:00
Benoît Burnichon
523b82b5ae Change on embed bundle handling 2016-01-12 20:18:36 +01:00
Benoît Burnichon
fa3fbca61f add request to parameters 2016-01-12 20:18:36 +01:00