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
reger
8c9684cc45
optimize surftip data load,
...
double load (index, loader) not neccessary, getMetadata already suficient
+ lng file adjustments
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
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
reger
cc79ad8de6
compare search page, remove diminished search target
...
(romso.de, dbpedia.neofonie.de )
9 years ago
reger
8e60788c8f
fix json date facet displayname
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
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
reger
04161912a5
fix tray icon switch
...
(using predefined/correct config name)
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