reger
e3d53f0248
add de translation for IndexExport_p
9 years ago
reger
9f5b768d84
fix typo in translation (de,hi) for AccessTracker_p
...
- rem some not translated in ru (-> currently best maintained translation)
9 years ago
reger
c91e712178
further refactor using standard java / (one) utf-8 charset variable
...
extending initiative of commit 9a25751850
9 years ago
Michael Peter Christen
e3e8015306
Merge pull request #28 from Stepanov-Sergey/patch-1
...
fixed typos
9 years ago
Michael Peter Christen
3dbd3caecf
Merge pull request #37 from sudheesh001/LogFix
...
Log files are commitable and shouldn't be
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
bfcca6bfee
update on translation files
...
- delete removed servlets
AugmentedBrowsingFilters_p.html (de)
CrawlStartIntranet_p.html (de)
IndexCreateWWW***Queue_p.html (de)
Ranking_p.html (de)
- add
IndexCreateQueues_p.html
- rename
Settings_Http.inc -> Settings_ProxyAccess.inc
Language_p.html -> ConfigLanguage_p.html
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
218061752e
add missing quote chars in sk.lng translation file
...
+ minor: del one redundancy
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
sudheesh001
23ac8d186e
Log files are commitable and shouldn't be
9 years ago
reger
1af0e9ef74
remove workaround for Solr bug regarding multivalued date fields
...
fixed in 5.4.0
http://issues.apache.org/jira/browse/SOLR-8050
9 years ago
sixcooler
5a35f9383a
bump to solr/lucene 5.4.0
9 years ago
reger
a58d34a4e8
check error URL cache before adding errorDoc to index
...
- del obsolete related switchboardconstant
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
e9539b1086
reintroduce special handling of file upload multipart/form-data from HTTPDemon.parseMultipart
...
- add filename to parameter fieldname
- add filecontent to special parameter fieldname$file
(some servlets use this $file parameter)
fix for http://mantis.tokeek.de/view.php?id=542
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
reger
a5faf73afa
remove obsolete yacy.init entries interaction.*
...
(related to removed triplestore)
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
582d059fb7
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
Michael Peter Christen
a7b41bd206
use curl downloads in download script with silent mode
9 years ago
reger
46ac0867ff
fix poison mediawikiimporter output queue also after ExecutionException
...
in worker thread.
Writer of importer keeps needs a poison to close the file. On exception (e.g. OOM)
add a poison marker in outer most try/catch to assure output queue will terminate
in this condition too (and closes+renames the surrogate/in/xxx.prt file)
9 years ago
reger
a7591d3ed0
fix mediawikiimporter number format exception on coordinate parsing
...
handle uncomplete metadata like "NS=43/50//N".
For other {expr ... } type entries a try catch added
9 years ago
Michael Peter Christen
fade8452c6
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
Michael Peter Christen
7274e50d7f
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
Michael Peter Christen
5a39f9f679
stub to use a new app launcher for mac
9 years ago
reger
9da1712a31
increase http header EXPIRES for css and images in DefaultServlet
...
to increase browser cache hits for not changing content
9 years ago
reger
6d54eb3d36
skip loading document on crawl start for YMark bookmarks
...
by adding a constructor giving the already loaded document as parameter.
9 years ago
reger
50f64ddc3b
apply default css styles (class btn) to submit buttons
9 years ago
reger
7f6ee76eb9
upd to ImageIO 3.2.1
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
e84d94f8ca
fix mime table for ms office / open office documents
...
(causing wrong parser detect in intranet mode)
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
d5fd031449
fix reading of ippattern config array in URLProxy
9 years ago
reger
b7e8358645
make use of header.getContentType where possible (mime is normalized afterwards)
...
otherwise use header.mime() differentiated in prev. commit.
9 years ago
reger
7a8c077838
fix HeaderFramework.mime() to strip charset parameter.
...
Differentiate mime() and getContentType() which gives the raw header field.
This improves parser detection if charsets are included in http content-type field.
9 years ago
reger
b4b6910d60
fix (todo): correct doc.id of remote search result if no match with newly
...
calculated doc hash if different.
Testing showed that in some cases delivered url doesn't match the local
calculated hash. In this case replace doc.id (and host_id_s) with calculation
from url.
9 years ago
reger
15e46b2bad
exclude in/outboundlinksnofollowcount_i from default schema fields
...
(not used in any function)
9 years ago