Commit Graph

13885 Commits

Author SHA1 Message Date
luccioman
4b9cc4746d Upgraded Bootstrap dependency from v3.3.7 to v3.4.1
Non regressions tested on the following platforms :
Linux Debian Stretch :
 - Firefox 60.5.1esr
 - Chromium 72.0.3626.96

Windows 10 :
 - Firefox 65.0.1
 - Chrome 72.0.3626.109
 - Edge 25.10586.672.0
 - IE 11.1540.10586.0

Mac OS  :
 - Safari 11.0
2019-02-21 10:12:39 +01:00
luccioman
0a809deb86 Minor technical fixes on latest Chinese translation update 2019-02-13 22:18:59 +01:00
luccioman
55aa671879
Merge pull request #278 from tangdou1/master
Update the chinese translation
2019-02-13 22:13:58 +01:00
luccioman
6d3def5347 Fixed Alpine flavour Docker image build on already existing /opt folder 2019-02-09 15:43:15 +01:00
luccioman
c617ea58a0 Render additional embedded audios from links on extended audio search 2019-02-08 12:23:20 +01:00
tangdou1
ac3c78630c
Update zh.lng 2019-02-06 11:46:16 +08:00
tangdou1
e652ba0ad4
Update zh.lng 2019-02-06 11:38:14 +08:00
luccioman
d167b14ab6 Relevant message when using the stop script while YaCy is not running 2019-02-05 09:43:28 +01:00
luccioman
7a30bce217 Added a stop command using the existing stop script to the snap package 2019-02-04 14:34:37 +01:00
tangdou1
3a4ce61448
Update zh.lng 2019-02-03 08:42:30 +08:00
tangdou1
fb4c6fed6a
Update zh.lng 2019-02-02 17:49:36 +08:00
luccioman
5e9a08355a Improved logging for federated search
- Do not use spaces in logger identifier name so the log level can be
configured in yacy.logging
- Hold the logger instance to avoid the logging system to look for it
from its name at each appended log message
2019-02-02 09:59:24 +01:00
tangdou1
57e03a5015
Update zh.lng 2019-02-02 16:26:16 +08:00
luccioman
36c4083f54 Removed no more available OpenSearch URL example 2019-02-02 00:42:37 +01:00
luccioman
0dc5cfe58c Updated federated search html results mapping example 2019-02-02 00:41:49 +01:00
tangdou1
127febbe1f
Update zh.lng 2019-02-01 11:29:57 +08:00
tangdou1
76c1c4e6be
Update zh.lng 2019-02-01 11:26:35 +08:00
tangdou1
88ac657c03
Update zh.lng 2019-02-01 10:53:57 +08:00
luccioman
b342fdfe79 Set Snap source type to git for easier rebuild from main master sources
Also changed grade to allow promoting YaCy snap to a channel with higher
level than beta.
2019-01-31 10:18:41 +01:00
tangdou1
fadf7f45e6
Update zh.lng 2019-01-31 11:57:41 +08:00
tangdou1
7c4d1ab6c4
Update zh.lng 2019-01-31 10:20:11 +08:00
tangdou1
dee675fed7
Update zh.lng 2019-01-31 09:31:40 +08:00
luccioman
e830c2945d
Added Readme links to Gitter and Matrix rooms
Fixes issue #268
2019-01-30 19:09:21 +01:00
luccioman
69f1971052 Added basic controls to play all audio results.
Not displayed when JavaScript is disabled.
2019-01-30 18:43:13 +01:00
tangdou1
d20b6cd694
Update zh.lng 2019-01-30 21:41:46 +08:00
tangdou1
ebcb641fa6
Update zh.lng 2019-01-30 18:06:36 +08:00
tangdou1
4205cf7618
Merge pull request #1 from tangdou1/patch-1
Resort and update the translation in zh.lng according to the master.lng.xlf
2019-01-30 17:40:34 +08:00
tangdou1
be23775f18
Update zh.lng 2019-01-30 17:38:22 +08:00
luccioman
965c752ed5 Fixed shell start script failure on missing memory settings in conf file
Before that fix, the startYACY.sh failed when the javastart_Xmx or
javastart_Xms configuration keys were missing for some reason from
yacy.conf file, with the error "Unrecognized option: - Error: Could not
create the Java Virtual Machine."
2019-01-26 10:28:44 +01:00
luccioman
9782a98a9c Added the possibility to customize facets sort type and direction
Previously search navigators/facets elements were sorted only by counts.
Now from the ConfigSearchPage_p.html admin page, sort direction
(ascending/descending) and type (on counts or labels) can be customized
independently for each navigator.
2019-01-24 18:43:06 +01:00
luccioman
d3a114c7a9 Upgraded icu4j dependency from 62.1 to 63.1 2019-01-19 11:29:17 +01:00
luccioman
c00cd70a38 Properly read configured memory settings when using a custom data path
Fixes issue #269
2019-01-14 11:08:11 +01:00
sgaebel
c2398fd890 remove warnings: 'Statement unnecessarily nested within else clause' 2019-01-10 20:02:57 +01:00
sgaebel
eeae816cc4 bump to HTTPclient-4.5.6 2019-01-08 20:45:59 +01:00
luccioman
915080e8d4 Added Snap package configuration to choose to version data or not
By default when the Snap package is installed, YaCy data is stored in a
versioned user folder, allowing to revert to previous data after a
package refresh for example. But it can consumes much disk space, so it
is now possible to tell YaCy snap not to version its data, with the Snap
configuration setting "data.versioned=false".
2019-01-05 19:30:52 +01:00
sgaebel
811d40a6c4 taking care of closing inputstreams, HTTPClient 2019-01-04 18:58:49 +01:00
sgaebel
8d2e7262d9 Recrawl:
- set the chunksize to 100 to meet the max of the embedded solr
- re-enable sorting (the case where we switched it of should be away)
- enable recrawling on remote-solr
2019-01-04 18:46:59 +01:00
sgaebel
8f58c1dcfa extend the SolrServlet to be usable as remote solr (incl. update)
this feature needs to be enabled by uncomment the url-pattern
2019-01-04 18:27:44 +01:00
luccioman
7223a2fdb1 Removed usage of now deprecated Jetty function 2018-12-22 14:42:22 +01:00
luccioman
1b71c6bf87 Upgraded Jetty dependencies from 9.4.12.v20180830 to 9.4.14.v20181114 2018-12-21 15:03:37 +01:00
luccioman
60b520fb13 Cleaned up Spanish translation after merge of PR #238
* Fixed some indentation
* Removed untranslated entries
2018-12-20 15:02:07 +01:00
luccioman
cd72515188
Merge pull request #238 from ivanhercaz/esLang
[WIP] Spanish translation
2018-12-20 14:57:14 +01:00
luccioman
440d9f2fa0 Exclude peers with empty or disabled RWI from remote RWI search 2018-12-20 14:53:01 +01:00
luccioman
2f75e2d9c8 Fixed a case of NullPointerException on disconnected RWI data structure 2018-12-17 14:12:21 +01:00
luccioman
55b059bfb5 Fixed wkhtmltopdf integration in Alpine flavor Docker image
Building now wkhtmltopdf (used for snapshots generation) from sources,
as its package is only available on the Alpine edge branch and is not
compatible with the current Alpine (3.8) stable base image used for
YaCy.
2018-12-17 10:34:51 +01:00
luccioman
0cf96031ac Fixed Alpine flavor Docker image (wkhtmltopdf moved to community repo)
See also 10a2b3a8cd
2018-12-14 21:07:06 +01:00
luccioman
7728de4ba6 Added support for pdf snapshots rendering to Snap package 2018-12-12 08:43:26 +01:00
luccioman
08ea0b0397 Added a configurable timeout to wkhtmltopdf calls for pdf snapshots
Necessary to prevent blocking the indexing workflow when some
wkhtmltopdf renderings fail without terminating
2018-12-11 22:31:31 +01:00
luccioman
7c7b38cb5a Updated the down.sh script, fixing the same kind of issue as in PR #260 2018-12-10 18:23:46 +01:00
luccioman
b3d8407462 Updated up.sh to support passing the target peer address as a parameter 2018-12-10 17:53:12 +01:00