Commit Graph

3071 Commits

Author SHA1 Message Date
Benoît Burnichon
4241fd0e6c WIP with cache 2015-06-10 19:09:38 +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
3da671649f When retrieving data from memcache, invalid data is sometimes retrieved.
Because of highly concurrent accesses to cache layer, calling isset/get can sometimes fail.

To avoid this, a callback function can be used in memcached driver but it is maintained by doctrine/cache.
To prevent error, check whether returned value is of proper type.
2015-06-05 14:37:50 +02:00
Benoît Burnichon
649f0fe510 Refactor can see business fields. 2015-05-29 17:53:45 +02:00
Benoît Burnichon
80e2783855 Restore ability to see business fields 2015-05-29 14:19:19 +02:00
Benoît Burnichon
cd20b31a22 PHPCS and slight improve in caption/record 2015-05-29 14:17:24 +02:00
Benoît Burnichon
84295780f7 Small perfs improve in appbox and SearchEngineOptions 2015-05-26 18:38:19 +02:00
Benoît Burnichon
c2ff3b6575 Add Secrets to ApplicationBox. 2015-05-19 18:26:57 +02:00
Benoît Burnichon
61206fd517 Replace calls to mediavorus to getMediaFromUri 2015-05-12 18:12:02 +02:00
Benoît Burnichon
414111f7f2 Refactor EditController 2015-05-12 10:40:31 +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
20d6564b44 Remove useless Permalink Interface 2015-05-07 13:57:13 +02:00
Benoît Burnichon
a4f530a00c Change some phpdocs 2015-05-07 13:30:51 +02:00
Benoît Burnichon
f4b24c41d9 Change permalink delivery to always check activated state
Changed permalink constructor visibility to public to allow search of a permalink
2015-05-07 11:12:39 +02:00
Benoît Burnichon
4db591a12a PHPCS fixing and avoid returns in some constructors 2015-05-07 11:04:45 +02:00
Benoît Burnichon
8f8030bb11 Remove $app dependency on FeedItemRepository::isRecordInPublicFeed() method. 2015-05-07 11:03:27 +02:00
Benoît Burnichon
0349db4adb Remove useless cache.paths services, use cache.path instead 2015-05-06 11:59:49 +02:00
Benoît Burnichon
50ea2e26cb Remove ArrayCollection as there is no benefits to use it.
Change twig from ArrayCollection to plain array.
2015-05-05 11:09:28 +02:00
Nicolas Le Goff
2d5a36f5a2 Add highlights query 2015-05-05 11:09:28 +02:00
Benoît Burnichon
3464a82522 Reduce field size down to 255 utf8 characters
MySQL count 3 bytes per UTF8 character which makes the index go too large

Remove indexation of appli field which is too wide for MySQL
Remove use of appli index as was deleted
2015-04-30 16:27:26 +02:00
Benoît Burnichon
62b8e5a6e4 Refactoring of API V1 Controller 2015-04-27 20:35:36 +02:00
Olivier Mayer
b4bebbe77a fix preview title
fix #71
2015-04-21 21:39:52 +09:00
Benoît Burnichon
6d4fcbbe9a Refactor SearchEngineController 2015-04-13 17:44:44 +02:00
Jean-Yves Gaulier
56fa78e0ef wip : removed Sphinx and Phrasea search engines 2015-04-08 18:37:11 +02:00
Benoît Burnichon
52e11a4b76 AdminRoot Controller refactoring 2015-04-08 11:50:40 +02:00
Benoît Burnichon
bdec67aac7 FieldsController refactor 2015-04-02 14:33:12 +02:00
Benoît Burnichon
10a655e294 DataboxesController Refactor, CS fixup 2015-04-02 10:50:51 +02:00
Benoît Burnichon
5c2fab88a0 Finish Admin Databox refactoring 2015-04-02 00:55:33 +02:00
Benoît Burnichon
feddae6ac7 UserController refactor 2015-04-01 10:23:05 +02:00
Benoît Burnichon
5f714b20ef Proper renaming of migrations to comply with doctrine migration convention 2015-03-26 09:57:18 +01:00
Benoît Burnichon
a84c55418e Bump Version and fix array_filter arguments order 2015-03-24 17:15:17 +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
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
2a867853c9 Indexer tasks should not be migrated anymore 2015-03-23 19:12:08 +01:00
Benoît Burnichon
ba73c38b3c Remove phrasea_indexer binary as now handled by ES. 2015-03-23 17:27:24 +01:00
Benoît Burnichon
775552f613 Change Version to non-static 2015-03-19 11:28:06 +01:00
Benoît Burnichon
0ce4fd3192 Change to use border-manager as checker registry. 2015-03-17 16:55:55 +01:00
Benoît Burnichon
9a115726f4 Remove use of LazaretCheck::getMessage() static calls
LazaretCheck should not perform the translations.

It would be better to have Checker registry to find checker to use.
2015-03-17 15:59:53 +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
0ba1dc8334 fix install with version
Works differently with MariaDB and MySQL.
2015-03-13 15:52:00 +01:00
Nicolas Le Goff
973d7f68a2 Fix subdef path indexing 2015-03-12 20:10:13 +01:00
Nicolas Le Goff
7596ddc5d2 Fix tests 2015-03-12 17:13:53 +01:00
Nicolas Le Goff
c5a94e6eed Merge pull request #1267 from bburnichon/feature/insight-fixes
[WIP] Insight fixes
2015-03-12 17:13:12 +01:00
Nicolas Le Goff
0da5d16aeb Merge pull request #1294 from mdarse/candidates-empty
Handle case when cterms XML doesn't exist yet
2015-03-12 17:12:39 +01:00
Mathieu Darse
fc3c81f350 Handle case when cterms XML doesn't exist yet 2015-03-12 16:41:25 +01:00