luccioman
adc657004d
Merge remote-tracking branch 'origin/master' into docker
9 years ago
reger
8d58a48029
remove wrong log line in CrawlSwitchboard
...
+ don't allow CrawlSwitchboard to exit application
making network param unused
9 years ago
reger
7bac756720
prevent dealing with -UNRESOLVED_PATTERN- eventID parameter in html includes
...
on first landing on search page
9 years ago
reger
900ec17d1a
add de hint translation for CrawlStartScanner_p
...
rem missing translation line in other lng
9 years ago
reger
5aaa057c65
ignore empty input lines in FileUtils.getListArray() to poka joke blacklist read.
...
equalizes behavior with getListString()
improves: case were blacklist file contained a undesired empty line, not
fixed by blacklist-cleaner.
9 years ago
sixcooler
5523998fdf
rise limit of reversion to >9999
9 years ago
reger
b71a60c04b
fix NPE in CrawlMonitorRemoteStart servlet due to missing startURL
...
+ add a startURL attribute while generating news record for above (in Crawler_p)
9 years ago
reger
fb7af84d57
remove redundant/unused translation in ru.lng, unify Network.html header
...
+ dto. in uk.lng and comment-out some German leftovers.
+ upd master.lng accordingly
9 years ago
reger
41c36ffd75
exclude rejected results from result count
...
(by using the resultcontainer.size instead of input docList.size)
skip waiting for write-search-result-to-local-index
(by removing the Thread.join - which will bring a small performance increase)
9 years ago
reger
a476d06aec
wiki header code test string add "closing" tag
9 years ago
reger
d4da4805a8
internal wiki code, require header line to start with markup
...
(to allow something like "one=two" as text)
+ incl. test case
9 years ago
reger
1122c9f0e8
add maven release profile plugin version (following maven's suggestion)
...
+ upd some plugin version
9 years ago
reger
54207c821b
fix missing quote in gr.lng, it.lng, add sentence in master.lng.xlf
...
and remove 2 not needed entries
9 years ago
luccioman
3dfa7cdcec
Merge remote-tracking branch 'origin/master' into docker
9 years ago
reger
64a40c48d0
upd to slf4j-api-1.7.21.jar with related jars
9 years ago
Orbiter
5fbe8b8d23
Merge pull request #58 from luccioman/responsive
...
Make YaCy usable on small screen devices
9 years ago
reger
457f20d101
upd to pdfbox-2.0.2.jar
9 years ago
reger
3ee2c417f3
upd to httpcore-4.4.5.jar
9 years ago
reger
c7e2f08f2d
Add a tranlation master (locales/master.lng.xlf) in xlf format.
...
This is used by Translator servlet to present text to be translated for
all languages. The file was created by the entries of the 2 best maintained
languages (ru.lng and de.lng).
+ add view translation to de.lng and harmonize some entries to master.lng.xlf
9 years ago
reger
8602a62bc9
fr.lng add entry for Performance_p.html, submenuDesign.template
...
correct some quoted entries and equalize some keys to common
9 years ago
reger
f1be40eb07
Translator servlet filename drop-down list on "filter untranslated" switch,
...
filter list to contain only files with not translated items
9 years ago
luccioman
692aab1318
Merge remote-tracking branch 'origin/master' into responsive
9 years ago
luccioman
bae3c9bc4b
Merge remote-tracking branch 'origin/master' into docker
9 years ago
reger
a3ac6ca7df
add button (Translator servlet) to switch one already translated line in edit mode
9 years ago
luccioman
c2ade2f209
Fixed rendering for many mobile devices.
9 years ago
reger
e952e355a2
have Translator servlet adhoc apply added translation by translating a single file
...
+ fix NPE in Translator, coming from translation read by TranslatorXliff
which allows null content for not translated key's
9 years ago
luccioman
85f7d32087
Merge remote-tracking branch 'origin/master' into docker
9 years ago
reger
b119ff65be
clean out not used Switchboard variables
...
counter indexedPages, const xstackCrawlSlots
9 years ago
reger
90690ef005
rem German lines in sk.lng
...
and line not included in file (status_p.inc)
9 years ago
reger
223071337b
Translator to take caution of word boundaries to identify text portion to
...
be translated. To avoid key="TEST" sourcetext="this is a myTESTcase for it"
translation of partial terms/words.
Add check of word boundary before and after sourcetext (incl. take care
of current praxis for key to be delimetered by > <
+ add test case
9 years ago
luccioman
73d8b7931e
Merge remote-tracking branch 'origin/master' into docker
9 years ago
luccioman
009657791e
Merge remote-tracking branch 'origin/master' into LibreJS
9 years ago
luccioman
fbbfeeb313
Added last missing JS licences
9 years ago
reger
dbf3d0314e
upd to jsoup-1.9.2
9 years ago
luccioman
a73c9327a5
JavaScript License fixes for LibreJS compatibility
9 years ago
luccioman
8b95e5c91f
Aplied GNU licensing recommendations.
9 years ago
reger
f86df5c76e
add DE translation Translator_p
...
+ html conform order form/fieldset
9 years ago
reger
0c40401d28
fix MessageBoard test for null data
9 years ago
luccioman
df74c435be
Added license info for jquery.tagsinput.
...
Also updated some license urls and identifiers to ones recognized by
LibreJS.
9 years ago
luccioman
d4da22d634
Merge branch 'LibreJS' of
...
https://github.com/luccioman/yacy_search_server.git into LibreJS
Conflicts:
htroot/jslicense.html
9 years ago
luccioman
f7a4be3c60
Added remaining scripts license information
9 years ago
luccioman
c1cc2d811d
Added d3.v3.js license information
9 years ago
luccioman
3f6fefb125
Added license information for YaCy owned js files
9 years ago
reger
5b22c63030
Adjust TranslatorXliff to load default 1st and merge downloaded or modified local translation.
...
process 1. load default from locales/*.*
2. load and merge(overwrite) from DATA/LOCALE/*.* (can be partial translation as it is merged)
- include all entries from DATA/LOCAL to be edited in Translator servlet
and save just modifications (instead of full list) to DATA/LOCALE
This shall make it easy to share modifications.
9 years ago
reger
02a0b28ce0
fix de, uk translation RemoteCrawl_p.html, WatchWebStructure_p.html
...
harmonize status.html
9 years ago
Michael Peter Christen
394d74d75a
Merge pull request #54 from luccioman/debian
...
Update debian dependency to allow installing with java 1.8
9 years ago
reger
a2e0f00456
optimize Translator
...
- translateFilesRecursive: load translation once (reduce io), return true on complete success
- remove resulting unused translateFiles() variant
- translate: use StringBuilder parameter (skip toString conversion)
- remove not needed static declaration
- upd some javadoc
9 years ago
reger
786c92f95d
disable input field of translated text in Translator_p servlet
...
As currently only adding missing translation is supported
9 years ago
luccioman
02ecb8de29
Added JavaScript license information
...
First pass applied for YaCy index and administration first page, checked
with LibreJS 6.0.13.
9 years ago
reger
e46245b819
fix accidental use of Java 8 function in Translator_p
...
thanks to luccioman
9 years ago