reger
51c077f493
adjust the getTopics() and getTopicNavigator() to current useage
...
- move the maxcount limit restriction completely to getTopicNavigator (as there not used in getTopics)
- let search servlet use getTopics by default (w/o RWI connected check, as of now, Topics are available w/o any additional index interaction)
9 years ago
reger
ebf818ad95
log a error on aborted news publish (due to duplicate news.id)
...
+ change printed err msg to log entry in PeerAction.processPeerArrival
9 years ago
reger
a2777903d6
include translation news service in status submenue
...
+ display translation proposal news only for current language (in TransNews servlet)
9 years ago
reger
47391678e7
TranslationNews: take out limitation to send only one text per translated file
...
(to avoid need of repeated publish button hits)
9 years ago
reger
de663be48b
skip resolving of host "<unknown>" in hello servlet
9 years ago
reger
ec8dd95014
fix deactivation of Russian Thesaurus
9 years ago
Burkhard
4b6f41375a
Merge pull request #69 from Stepanov-Sergey/master
...
to add Russian synonyms
9 years ago
reger
5e72d37f0a
TransNews_p: add ad-hoc translation of target file on positive vote (additon to local translation)
...
+ errmsg on language=default
9 years ago
reger
8c46cb8e80
-fix Supporter log line (instead of System.out)
...
-TransNews_p.html del debugging text left-over
9 years ago
reger
9462a32244
Added news service for easy, community driven UI translation support.
...
New or modified translation (via /Translator_p.html) can be shared/distributed
via the YaCy internal news service. Remote peers can see and vote on the
translation via the new http://localhost:8090/TransNews_p.html servlet.
A positive vote will add the received translation to the local translation
list and post a voting message to the news service.
(at this no processing of received votings is implemented)
+ fixed the msg service retention time check (NewsPool.automaticProcessP)
9 years ago
reger
290ca9e914
make error msg part of html (allowing translation) instead of hardcoded text
9 years ago
reger
f8d6543a23
Rename class CreateTranslationMaster to TranslationManager and add
...
additional routines and the capability to handle translation maps internally
(to reduce complexity of handling translation maps for calling servelets)
9 years ago
Sergey Stepanov
a9d0c64505
to add Russian synonyms
...
requires health checks
9 years ago
Sergey Stepanov
f0317d6715
to add Russian synonyms
...
requires health checks
9 years ago
Orbiter
e5955ac745
Merge pull request #42 from otteresk/master
...
improve plotting to make better use of y range
9 years ago
Orbiter
503312ca43
Merge pull request #61 from luccioman/heroku_experiments
...
Deploy YaCy on Heroku
9 years ago
reger
d3d2df7087
Translator_p handle lang "browser" like "default"
9 years ago
reger
16e8ed3f01
Introduce additional language setting "browser/Browser Language" for UI internationalization.
...
If language is set to "browser" the client/user browser language is used to choose from
available translation.
simply: one users browser speaks English -> YaCy responds in English, other users browser speaks French -> YaCy responds in French.
! To make a translation/language available you have to activate the language once !
(or manually use the utility class TranslateAll)
In ConfigBasic.html availabel translations are marked green on setting language=Browser
The client language is determined by http header Accept-Language (checked in DefaultServlet)
9 years ago
reger
3b47a07dd1
change unused servletProperties entry CONNECTION_PROP_CLIENT_REQUEST_HEADER to
...
use directly HttpServletRequest. This is used to get the http protocol version
in HTTPDProxyHandler.fulfillRequestFromWeb() for error response to client.
- adjust YaCyProxyServlet and UrlProxyServlet accordingly
- use more http_version constants in headerframework and httpdeamon
- equalize servlets (3) use of HeaderFramework.CONNECTION_PROP_HOST to HeaderFramework.HOST
9 years ago
reger
e506479063
skip overhead to resolve "<unknown>" ip
...
and protect against NPE in yacy/message servlet
9 years ago
reger
036c1dc6ef
fix CookieTest_p formatting (output of <br> as text),
...
change to dataoutput only by servlet, leave formatting to html.
+ removed link to obsolete env/grafics gif
9 years ago
Michael Peter Christen
ed8bc5f79d
fix for bug in network page: the network table pages also loaded the
...
network images, even if they had not been showed.
9 years ago
luccioman
f84e584d74
ConfigPortal : fixed mixed-content security issue with https
...
We now use the same protocol as the one used to display the config page
: so when using https, the content is not blocked by the browser
detecting mixed-content.
9 years ago
luccioman
4743ade66a
Search comparison : prefer https URLs
...
Also disabled currently not working URLs.
9 years ago
reger
91ab8a526a
add error msg to api/share.html
...
and skip display of url on nothing uploaded
9 years ago
reger
5bbedad091
use config for path to locales in Translator servlet
9 years ago
luccioman
c9868209e4
Fixed opensearch ShortName consistency with link in index.html
...
Fix for mantis 679 (http://mantis.tokeek.de/view.php?id=679 )
9 years ago
luccioman
744c9a2615
Opensearch desc : handle https protocol url with default port (443)
...
This completes modifications made for mantis 669
(http://mantis.tokeek.de/view.php?id=669 )
9 years ago
Andreas
1f48d65b66
Merge pull request #7 from yacy/master
...
Get my fork synced #7
9 years ago
luccioman
480027ec98
Merge remote-tracking branch 'origin/master' into heroku_experiments
9 years ago
reger
fcad2d0744
add uses of config constant INDEX_RECEIVE_ALLOW
9 years ago
luccioman
d6bf90803f
Merged from maain master branch.
9 years ago
luccioman
9b9c112263
Handle more propertly local port configuration by system property
...
And prefixed property with "net.yacy" to avoid ambiguity.
9 years ago
reger
a952787712
adjust opensearchdescription to return url with protocol it was call on
...
fix http://mantis.tokeek.de/view.php?id=669
9 years ago
reger
360b38d9b6
fix CookieTest_p parameter from ResponseHeader to RequestHeader
9 years ago
luccioman
76cf7dea2d
Fixed inconsistent port check on ConfigBasic
9 years ago
Orbiter
50c5ddf1a1
Merge pull request #56 from luccioman/LibreJS
...
LibreJS compliance : YaCy JavaScript license information
9 years ago
Orbiter
82f40aefb5
Merge pull request #47 from reelsense/patch-2
...
Distilled sentence - ConfigNetwork_p
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
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
Orbiter
5fbe8b8d23
Merge pull request #58 from luccioman/responsive
...
Make YaCy usable on small screen devices
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
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
009657791e
Merge remote-tracking branch 'origin/master' into LibreJS
9 years ago
luccioman
fbbfeeb313
Added last missing JS licences
9 years ago
luccioman
a73c9327a5
JavaScript License fixes for LibreJS compatibility
9 years ago
luccioman
8b95e5c91f
Aplied GNU licensing recommendations.
9 years ago