luccioman
b3b75b0498
Accessibility : add a customizable alternative text to YaCy log
...
Applied W3C recommendations :
https://www.w3.org/TR/html51/semantics-embedded-content.html#a-link-or-button-containing-nothing-but-an-image
and
https://www.w3.org/TR/html51/semantics-embedded-content.html#logos-insignia-flags-or-emblems
8 years ago
luccioman
52e56025f7
Fixed undefined error case in sorttable.js
...
Occured when a table with class="sortable" has data cells with colspan
attribute greater than 1
8 years ago
luccioman
de5c873e38
Removed unused JavaScript file docs.min.js
...
This file is used by Bootstrap documentation website
(http://getbootstrap.com/ ) but is not part of the Bootstrap distribution
and has not be included in a Bootstrap based application.
8 years ago
reger
e51ab8c7aa
hack to generate a unique message-id for messages created in the same second
...
by optionally add a 1 second offset counter to the current time (which is
used as the unique id part)
8 years ago
luccioman
ce536fe90b
Fixed remaining OpenSearch link name consistency issues
...
Hopefully the last complementary fix related to mantis 679
((http://mantis.tokeek.de/view.php?id=679 )
8 years ago
reger
40442ca3c8
Add title attribute to Translator_p.html edit fields
...
(to display complete text hint)
Thank's @luc
8 years ago
luccioman
44b4d3984e
OpenSearch short name : made it generic (non internationalized)
...
This ensure consistency between the index link and the
opensearchdescription, even when switching language after having added
your YaCy peer to the browser engines list.
8 years ago
Michael Peter Christen
5e165a8150
removed unused imports
8 years ago
Michael Peter Christen
c716648c78
enhanced json encoding of strings
8 years ago
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)
8 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
8 years ago
reger
a2777903d6
include translation news service in status submenue
...
+ display translation proposal news only for current language (in TransNews servlet)
8 years ago
reger
47391678e7
TranslationNews: take out limitation to send only one text per translated file
...
(to avoid need of repeated publish button hits)
8 years ago
reger
de663be48b
skip resolving of host "<unknown>" in hello servlet
8 years ago
reger
ec8dd95014
fix deactivation of Russian Thesaurus
8 years ago
Burkhard
4b6f41375a
Merge pull request #69 from Stepanov-Sergey/master
...
to add Russian synonyms
8 years ago
reger
5e72d37f0a
TransNews_p: add ad-hoc translation of target file on positive vote (additon to local translation)
...
+ errmsg on language=default
8 years ago
reger
8c46cb8e80
-fix Supporter log line (instead of System.out)
...
-TransNews_p.html del debugging text left-over
8 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)
8 years ago
reger
290ca9e914
make error msg part of html (allowing translation) instead of hardcoded text
8 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)
8 years ago
Sergey Stepanov
a9d0c64505
to add Russian synonyms
...
requires health checks
8 years ago
Sergey Stepanov
f0317d6715
to add Russian synonyms
...
requires health checks
8 years ago
Orbiter
e5955ac745
Merge pull request #42 from otteresk/master
...
improve plotting to make better use of y range
8 years ago
Orbiter
503312ca43
Merge pull request #61 from luccioman/heroku_experiments
...
Deploy YaCy on Heroku
8 years ago
reger
d3d2df7087
Translator_p handle lang "browser" like "default"
8 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)
8 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
8 years ago
reger
e506479063
skip overhead to resolve "<unknown>" ip
...
and protect against NPE in yacy/message servlet
8 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
8 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.
8 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.
8 years ago
luccioman
4743ade66a
Search comparison : prefer https URLs
...
Also disabled currently not working URLs.
8 years ago
reger
91ab8a526a
add error msg to api/share.html
...
and skip display of url on nothing uploaded
8 years ago
reger
5bbedad091
use config for path to locales in Translator servlet
8 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 )
8 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 )
8 years ago
Andreas
1f48d65b66
Merge pull request #7 from yacy/master
...
Get my fork synced #7
8 years ago
luccioman
480027ec98
Merge remote-tracking branch 'origin/master' into heroku_experiments
8 years ago
reger
fcad2d0744
add uses of config constant INDEX_RECEIVE_ALLOW
8 years ago
luccioman
d6bf90803f
Merged from maain master branch.
8 years ago
luccioman
9b9c112263
Handle more propertly local port configuration by system property
...
And prefixed property with "net.yacy" to avoid ambiguity.
8 years ago
reger
a952787712
adjust opensearchdescription to return url with protocol it was call on
...
fix http://mantis.tokeek.de/view.php?id=669
8 years ago
reger
360b38d9b6
fix CookieTest_p parameter from ResponseHeader to RequestHeader
8 years ago
luccioman
76cf7dea2d
Fixed inconsistent port check on ConfigBasic
8 years ago
luccioman
893a40995a
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
8 years ago
Orbiter
50c5ddf1a1
Merge pull request #56 from luccioman/LibreJS
...
LibreJS compliance : YaCy JavaScript license information
8 years ago
Orbiter
82f40aefb5
Merge pull request #47 from reelsense/patch-2
...
Distilled sentence - ConfigNetwork_p
8 years ago
luccioman
6e96c7341a
Merge remote-tracking branch 'origin/master'
...
Conflicts:
htroot/Load_MediawikiWiki.java
htroot/Load_PHPBB3.java
htroot/ViewImage.java
8 years ago
reger
7bac756720
prevent dealing with -UNRESOLVED_PATTERN- eventID parameter in html includes
...
on first landing on search page
8 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
reger
f86df5c76e
add DE translation Translator_p
...
+ html conform order form/fieldset
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
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
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
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
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
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
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
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
Burkhard
9a18e2297b
Merge pull request #51 from JeremyRand/multiple-boost-query
...
Fix multiple boost queries
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
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
reger
d0a571bed2
del cytag trail for own index.html (save resource not used by default)
9 years ago
reger
27a238062f
fix MessageSend servlet response if called for passive peer
9 years ago
reger
4e0892962a
fix NPE in citation servlet on empty text field
9 years ago
reger
efb9f1a8b7
save resource for unused blacklistFiles map
9 years ago
otter
05288557c1
optimized for small y values
9 years ago
otter
1afefebd0f
manually pulled - now pushed
9 years ago
reger
8c9684cc45
optimize surftip data load,
...
double load (index, loader) not neccessary, getMetadata already suficient
+ lng file adjustments
9 years ago
Andreas
91e1e5640b
Make sure "leftscale" is positive
9 years ago
reger
f03656394e
skip caching of knownURL during transferRWI
...
(cache values not used)
9 years ago
reger
3bd6ae8d8b
keep addon/Notepad++ keyword marker on lng export
...
(length of remarks devider line)
+ harmonize status_p.inc lng text
9 years ago
reger
7be1c7a05a
fix logger name
9 years ago
reger
ba5161966f
support xliff for downloaded of language file
9 years ago
reger
61c5b6b403
fix empty drop down list in ConfigLanguage after wrong/empty download
...
+ add xliff translated attribut
+ append japanese lng name
9 years ago
reger
a28f5d07e8
use UTF8 to write imported language files
9 years ago
reger
d9adc2c255
load handler for Transparent Proxy on startup only if feature is activated
...
to save the resources and keep handler chain small if the feature is not used.
+add a warning message on settingsack_p page to restart on first activation
9 years ago
Andreas
898f6c5891
Merge pull request #4 from yacy/master
...
Get my fork synced #4
9 years ago
Bryan Black
4d781c660d
Distilled sentence - ConfigNetwork_p
...
I distilled the first "Distributed Computing Network for Domain" description sentence and corrected grammar.
9 years ago
Bryan Black
94ce617188
Grammar fix
...
The sentence sounded odd.
9 years ago
reger
a57226caa6
put settings_p servlet (back) as start page for System Administration
...
to display the options available (as tables_p only used for indepth edit)
see http://mantis.tokeek.de/view.php?id=460
9 years ago
Michael Peter Christen
b89465d952
0N - basic dump upload servlet infrastructure, to share index dumps
...
within an experimental new sharing model
9 years ago
Michael Peter Christen
f12a900f3e
harmonization of http post of files for one and several files - this had
...
been differently - and wrong for several files. also: base64-encoding
for gzipped push files because our data structures currently only
supports ASCII POST pushes..
9 years ago
Michael Peter Christen
2494a820c7
0N - added recording of dump exports if given time frame is not negative
9 years ago
Michael Peter Christen
ef2cc4f690
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
Michael Peter Christen
a6bf0b1649
0N - added option to generate index export files for a specific number
...
of minutes in the past and reverted latest change. The export file dump
will now contain four data elements: f - first date of index entry write
date, l - last date of index write date, n - now-date of index dump
time, c - count of numbers inside the dump. '0N' denotes a series of
changes which will lead to the opportunity to exchange index data dumps
in a way that is needed to integrate ZeroNet index data. This will be
based on index dump sharing; that causes this commit.
9 years ago
reger
9312fbe563
making WebStructurePicture_p less vulnerable to faulty host input parameter (like host1,,host3)
...
by continue host loop on exception
inspired by http://mantis.tokeek.de/view.php?id=637
9 years ago
reger
b12b8fb1c2
include initial japaneese translation to language selection
9 years ago
Michael Peter Christen
5b9030180c
added peer hash to export dump name.
9 years ago
Michael Peter Christen
287b918bd7
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
reger
dbb28bb4f3
del unused statistic parameter (from status servlet)
9 years ago
Michael Peter Christen
b851308ee6
enhanced robustnes of image computation
9 years ago
reger
06d0e2aeb9
result heuristic (also used in greedy learning mode) to use outbound links if result is full index doc. Otherwise use default loader methode.
...
- Above brought up that parser start url parameter, declared as AnchorURL uses only methodes of parent object DigestURL (changed parameter declaration accordingly).
9 years ago
luc
9f712146df
Display icons in ViewFile "links" mode.
9 years ago
luc
8682dfbd5e
Updated getpageinfo outputs to return page icons list.
9 years ago
luc
26f1ead57c
Created ViewFavicon class specialized in favicon viewing.
...
Main image processing is now in ImageViewer, used by both ViewImage and
ViewFavicon.
Fixed URIMetadataNode.getFavicon to use non-standard icons with no size
ass fallback.
9 years ago
otter
f2e5b3adb7
format2
9 years ago
otter
000ec16bf8
format
9 years ago
otter
c3c5e7928b
Correctly handle POSTed parameter also with HTTPS activated
9 years ago
luc
07222b3e1a
Added favicon url transmission in RWI chunks.
9 years ago
luc
480772c070
Fixed json search results from commit "Improved URLLicence reliability"
9 years ago
luc
53781299d8
Extracted intranet and filtype related rules from getFaviconURL func
9 years ago
reger
cc79ad8de6
compare search page, remove diminished search target
...
(romso.de, dbpedia.neofonie.de )
9 years ago
luc
3cc5619d93
Improved HTML icons indexing and rendering in search results.
...
See http://mantis.tokeek.de/view.php?id=629
9 years ago
otter
f6e6250b83
Merge branch 'master' of https://github.com/otteresk/yacy_search_server.git
9 years ago
otter
770bb1d41f
Improved plotting
9 years ago
luc
db6fc67b77
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
8e60788c8f
fix json date facet displayname
9 years ago
luc
ef83e34b8a
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
Michael Peter Christen
5d635879f8
Merge pull request #40 from Scarfmonster/autocrawl
...
Automatic crawling
9 years ago
Ryszard Goń
7d6e0d8470
Add missing settings to autocrawl settings page
9 years ago
Ryszard Goń
7a7a1277bd
Add autocrawl settings page
9 years ago
reger
4765e374e6
altered clac. of search result items per page to display
...
taking the existing limits into account but make it consistent with search option screen for admin and public user
changes:
- configured default number of items per page (ConfigPortal_p.html) is used as is (no hardcoded limit)
- otherwise requests are limited to 100 results per page ( = search option, index.html)
(this basically is the major change, inc. limit from 20 to 100 for public user)
P.S. - the older grant of more (1000), if no online snippet calculation, is kept (for the time being)
see http://mantis.tokeek.de/view.php?id=627
9 years ago
luc
231be83eb6
Corrected access to Load_MediawikiWiki.html and Load_PHPBB3.html
...
A NullPointerException occured when trying to access theses pages in
Robinson (Search portal) mode
9 years ago
luc
85a9363012
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
abd8ecb503
remove contendom depending override of search result items per page
...
initially introduced e4570bffaf (diff-ae6c130fc11088c830b00ed9256ab56b)
(as one part of unexpected difference in actual vs requested results, partial bugfix for http://mantis.tokeek.de/view.php?id=627 )
9 years ago
luc
41767a01c2
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
04161912a5
fix tray icon switch
...
(using predefined/correct config name)
9 years ago
luc
7aa1a29e33
Return more accurate HTTP status 400 with detail message when some error
...
occurs on ViewImage :
- missing required parameters
- url licence invalid
9 years ago
luc
cfdbc2b487
Improved URLLicence reliability for use by conccurrent non authaurized
...
users.
Removed URLLicence generation when unnecessary (authorized users)
9 years ago
Michael Peter Christen
9a25751850
Merge pull request #38 from luccioman/master
...
Refactoring : use StandardCharsets instead of hardcoded charset names
9 years ago
reger
c283efdd6d
remove obsolete css style for removed file CacheAdmin_p.html
...
and remove from translations
9 years ago
luc
571bc55937
Refactoring : use StandardCharsets constants instead of hard-coded
...
charset names.
9 years ago
reger
e8256bb3b1
remove blekko from opensearch config (not available)
...
see https://blekko.com/
http://searchengineland.com/goodbye-blekko-search-engine-joins-ibms-watson-team-217633
9 years ago
reger
9636a74633
remove local credential on download of config files from remote systems
...
(blacklists, language, skins) to reduce risk to expose md5-pwd.
- remove NoSuchElementException in loop
9 years ago
reger
1636541c48
correct filename input in settings_seed_upload.inc form
...
to get filename
(recently introduced by change form "text" to the more convenient "file" input 50f64ddc3b
)
9 years ago
reger
cd26717ba2
fix low memory status hint (dht-in disabled)
...
http://mantis.tokeek.de/view.php?id=619
9 years ago
sixcooler
775e74b055
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
sixcooler
dce1cb65c4
Merge remote-tracking branch 'choose_remote_name/master'
9 years ago
Michael Peter Christen
fe308f47d5
added greeting line to interactive search and harmonized display
...
position with 'Administration' line in all administration pages
9 years ago
Michael Peter Christen
a7b41bd206
use curl downloads in download script with silent mode
9 years ago
Michael Peter Christen
7274e50d7f
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
reger
50f64ddc3b
apply default css styles (class btn) to submit buttons
9 years ago
reger
09d3dd13d6
limit bookmark tag cloud font-size to 2.0em
9 years ago
reger
3076c87247
fix typo in Steering.html
9 years ago
reger
80e2c82249
fix NPE on empty blog importfile parameter
9 years ago
reger
8a8e53b1a1
apply default css styles (class btn) to blacklist* submit buttons
9 years ago
reger
0fa6340936
apply more default css styles (class btn) to submit buttons
9 years ago
reger
bf098412cf
use input type=file for choosing IndexImportMediawiki_p dump file
9 years ago
reger
7c6d6cd69a
change some more submit button to bootstrap btn css class
9 years ago
reger
4eb7fb0ee5
just remove debug leftover
9 years ago
reger
45b9bd8403
adjust MultiProtocolURL.protocol detection to handle mailto with "://" in parameters,
...
and feeding hyperlinks to webgraph processing.
9 years ago
reger
67f64af4b4
quick fix: go back to display search results favicon via <img> tag and ViewImage,
...
! until better solution is found !.
Reason: in IE-Browser no individual favicon is displayed with <object> tag
(always the default) and only few individual fav's with Firefox (randomly)
hint: to be able to use <img src=ViewImage/> return of default icon was
added back to it.
relates to http://mantis.tokeek.de/view.php?id=629
9 years ago
reger
dec3e6ad96
fix: adjust urlstub for mailto links
...
(skip protocol)
9 years ago
reger
0c5548a7ff
fix (todo) remove redundant holding of email link nameproperty in parser document
9 years ago
reger
71c416f383
show mailto links in ViewFile.html linklist
9 years ago
luc
befb2415f8
Corrected frames preview displaying eventually incorrectly in local
...
administration mode.
9 years ago
luc
8c4ab9c76b
Added an option to eventually limit size of remote solr documents put to
...
local index. See mantis #626 .
9 years ago
luc
a2c08402af
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
luc
55a4d15775
Added a note on deprecated default search field and operator.
9 years ago
sixcooler
1be67d9ab6
CachedSolrConnector was replaced by ConcurrentUpdateSolrConnector years
...
ago - time to let it go
Commented out unused table of cache-objects
9 years ago
reger
28b8bc290a
fix use of NETWORK_SEARCHVERIFY for rwi verification
...
was not used to set the searchevent parameter (done in SearchEventCache.getEvent)
- remove unused corresponding QueryParams.filterfailurls param.
9 years ago
reger
020630efd8
remove unused network scanner parameter from queryparameter
...
Search event is not using networkscanner
(removed filterscannerfail param always init to false)
9 years ago
Michael Peter Christen
967508a87d
fix in error handling
9 years ago
reger
7cda48a9d6
add hint to "default max results per page" limit on ConfigPortal
...
(limit is applied in yacysearch & max. total results by sum result-stack size)
- remove obsolete search.navigation prop (has moved to ConfigSearchPage_p)
9 years ago
reger
a622c9b656
upd to Bootstrap v3.3.6
9 years ago
reger
1043fe55a3
add missing bootstrap 3.3.4 glyphicons file
...
see comment @luc http://mantis.tokeek.de/view.php?id=623#c1151
9 years ago
luc
29585e2c5b
Corrected return type when licence is gone to be consistent with other
...
error cases.
9 years ago
luc
df77e90ed7
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
luc
2a67d2ba6f
Corrected error management for unsupported image formats, parsing
...
errors, and unavailable resources : avoid logging to much Exceptions as
these errors easily occur when searching images.
9 years ago
reger
997f18f658
prevent exception on repeated ViewImage with same urlLicense
9 years ago
Michael Peter Christen
7e785dac8e
urlproxyheader must be in the default package because all classes in the
...
htroot path must be in the default package
9 years ago
Michael Peter Christen
d82d311995
Merge branch 'master' of https://github.com/luccioman/yacy_search_server
...
# Conflicts:
# .classpath
9 years ago
reger
1160b13172
remove unused md5 from ViewFile servlet params
9 years ago
luc
e40ae0943b
- No max dimensions specified : render raw image data when source and
...
target image format are the same.
- Corrected scaling condition.
9 years ago
luc
5eafce5577
Rendering performance improvement : use EncodedImage constructor with
...
BufferedImage parameter to avoid re-rerendering BufferedImage.
9 years ago
luc
bc6c79fc12
Corrected scaling function for non RGB images.
9 years ago
luc
7f27683831
Correction erreur de compilation.
9 years ago
luc
07437986e7
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
97cc03ef6a
start using a template for urlproxy header
...
It is included as iframe /proxmsg/urlproxyheader.html
to allow full servlet functionallity and flexibility to display some
index/meta data in future.
9 years ago
reger
d08e421809
fix link to logo (yacysearch.xsl)
9 years ago
luc
f01d49c37a
Process large or local file images dealing directly with content
...
InputStream.
9 years ago
luc
bfe51001e3
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
7bf03856d1
add link to quick select blacklist
...
from title list
9 years ago
reger
b4dbff6a6a
fix yacysearch.json "totalResults"
...
element "totalResults" is included twice (at begin & end),
only the element after performing the search holds number > 0
see http://mantis.tokeek.de/view.php?id=608
9 years ago
reger
52a9040ae6
Sort out double keywords (dc_subject) early in parsed documents
...
- by direct using Set vs. List
- remove not neede String[] getter
9 years ago
luc
0e8b3d9a90
Refactoring : default favicon and image processing errors.
...
- moved default favicon processing from ViewImage to
yacysearchitem.html : when previewing ico image search results we don't
want a default favicon be displayed
- throw an IOException ending in a HTTP 500 error when image processing
fails, rather than returning a null result : behavior is more consistent
accross browsers (for exempla Chrome and Firefox), especially with new
default favicon display system
9 years ago