luccioman
692aab1318
Merge remote-tracking branch 'origin/master' into responsive
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
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
reger
dbf3d0314e
upd to jsoup-1.9.2
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
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
reger
e46245b819
fix accidental use of Java 8 function in Translator_p
...
thanks to luccioman
9 years ago
reger
1dcb9c5158
on language file delete, del local editfile too (in ConfigLanguage_p servlet)
9 years ago
reger
a6ba1faa80
introduce a translation edit servlet Translator_p.html YaCy's UI text translation
...
This is the 1st rudimentary approach to support the translatio utilities.
It allows currently to edit untranslated text and save it in a local translation file
in the DATA/LOCALE directory.
+ refactor Translator (less static's) to leverage on class overrides and support garbage collection for this 1 time routine
+ adjust TranslatorXliff to check for local translations in DATA/LOCALE,
this includes storing manually downloaded translation files in DATA as well
(to keep default untouched)
+ on 1st call of Translator_p a master tanslation file is generated, checking
the supported languages for missing translation text (later this masterfile is planned to part of the distribution, to harmonize translation key text between the languages)
Outlook: the local modifications (possibly as translation fragments instead of complete file) to be shared with maintainer using xlif features.
9 years ago
reger
ab7f82f803
upd to commons-fileupload-1.3.2
9 years ago
reger
9d55998986
upd to Jetty v9.2.17.v20160517
9 years ago
reger
b3c9041f79
remove with localHostNames redundant (but unused) publicIPv4HostNames and publicIPv6HostNames
...
to free unused resources
9 years ago
reger
bd8f7c11f5
Use transparent addToCrawler in AutoSearch instead of addToIndex
...
This would likely also be of advantage for RSS import/schedule as
following bug-reports suggest
http://mantis.tokeek.de/view.php?id=569
http://mantis.tokeek.de/view.php?id=655
9 years ago
reger
c7bd040870
correct translation key "About This ...." for simpleheader.template
...
in de, ja
+ rem obsolete key "Peer Owner Profile" in cn, sk, uk for simpleheader.template
+ hide empty account lines in ViewProfile servlet
9 years ago
reger
f23d8ab47b
fix 2 more servlet RuntimeException in intranet mode thrown due to seed.getIP()
...
returning null in intranet mode (in servlets: ConfigSearchBox, Load_PHPBB3
+remove unused (const ∅) seed.IPTYPE
9 years ago
reger
bb0076c3dd
fix: assure close inputstream in TranslatorXliff after reading xlf file
...
by using try-wiht-resource block
9 years ago
reger
19509438d9
fix RuntimeException in ConfigRobotsTxt_p in intranet mode
...
due to getIP returning null, by removing redundant property setting of "clientname"
which is globally set by template engine
9 years ago
luc
014ff0b6ab
Set more generic java runtime dependencies.
...
This is consistent with official Debian java policy :
https://www.debian.org/doc/packaging-manuals/java-policy/x105.html
9 years ago
reger
6384b7d82e
fix NPE in Load_MediawikiWiki servlet in intranet mode
...
- in intranet mode getip returns null causing a NPE
- adjust starturl (which was set to http://localip/repository ) which is never the start url for the Mediawiki
+ correct javadoc for seed.getIP()
9 years ago
luc
5e9a71df61
Enable yacy install on debian with openjdk-8 only
...
Also added curl or wget in Suggests as they are required to run sh
scripts in /bin.
9 years ago
Michael Peter Christen
bfd4e5f9e5
added hint in status to upgrade to java 1.8
9 years ago
Michael Peter Christen
d52c5b8c4d
added column in network table for JRE
9 years ago
Michael Peter Christen
596b5dfa59
add the JRE version in the seed. Purpose: identify if it is possible to
...
migrate to new JRE version
9 years ago
Michael Peter Christen
f13ffd5975
Merge pull request #52 from luccioman/docker
...
Docker image building from latest sources
9 years ago
Michael Peter Christen
883a96f21a
Merge pull request #53 from luccioman/accessibility
...
Use aria role to reduce rssTerminal verbosity.
9 years ago
reger
4cc38e979d
add InputStream close after reading input file (Vocabulary_p servlet)
9 years ago
luccioman
623bcc729a
Use aria role to reduce rssTerminal verbosity.
...
This is a fix for http://mantis.tokeek.de/view.php?id=643
9 years ago
reger
2422626975
upd to icu4j-57_1
9 years ago
luc
45a5fde7b1
Merge remote-tracking branch 'origin/master' into docker
9 years ago
luc
d45b19d07f
Detailed how default passord is encoded
9 years ago
reger
6bf9c55584
adjust Solr select servlet to lates bugfix for boostquery (bq param)
...
to split query into multiple parameter on line separator in input query.
e.g. split "crawldepth_i_0^10.0 \n crawldepth_i:1^5.0"
but allow "url_file_ext_s:jpg OR url_file_ext_s:png" to be unsplitted
9 years ago
Burkhard
9a18e2297b
Merge pull request #51 from JeremyRand/multiple-boost-query
...
Fix multiple boost queries
9 years ago
luc
1cd6adb0da
Merge remote-tracking branch 'origin/master' into docker
9 years ago
reger
f0d7b93372
make use and activate autodetect charset in Vocabulary input from file
...
+ revert mistake of empty cn.lng
9 years ago
luc
d3fb1218c5
Merge remote-tracking branch 'origin/master' into docker
9 years ago
JeremyRand
433217b33e
Properly support multiple Boost Queries. (Previous code was broken because it concatenated multiple Boost Queries together rather than passing Solr an array.)
9 years ago
JeremyRand
58824dfa6c
Refactor escaping in config file read/write code. Now it uses Apache Commons StringUtils instead of RegEx.
9 years ago
reger
9e94989237
upd to PDFBox 2.0.1
9 years ago
luc
d74e781a2f
Enabled autoredeploy, removed useless volume
...
- Autoredeploy allow dockercloud to redeploy container when a new image
is pushed on dockerhub.
- volume /opt/yacy_search_server/DATA is already declared in docker
image and allow persistence of data inside deployed container.
9 years ago
luc
8941039d17
Merge remote-tracking branch 'origin/master' into docker
9 years ago
reger
0cc144a010
upd to Solr 5.5.1
9 years ago