luc
fc3294382e
Updated javadocs for warning on target encoding format potential errors.
9 years ago
luc
aa70ff4ff6
Corrected images alpha channel rendering
9 years ago
luc
2895ab552a
Made ViewImagePerfTest extend ViewImageTest to ease automated image
...
render tests
9 years ago
Michael Peter Christen
5f1b1491d2
removed totalResults in json to prevent message 'Duplicate key
...
"totalResults"' when parsing the json in JSONObject (json reference
implementation)
9 years ago
luc
4a03cf06e1
Corrected encoding extension arg parsing
9 years ago
reger
81f53fc83a
upd readme.mediawiki min java version 1.7
9 years ago
reger
d223cf0ae4
adjust MediaWiki importer geo coordinate calculation
...
- allow lat/long 0.xxx
- south / west assignment
include test class
9 years ago
sixcooler
7e2723a894
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
2b775d5be6
fix typo in WikiCode coordinate calculation
9 years ago
reger
a2dcf64039
fix IndexImportMediawiki_p servlet's refresh header
...
add url parameter to make sure no parameter are included in refresh url
which could cause unwanted restart of import job
see http://mantis.tokeek.de/view.php?id=591 comments
9 years ago
reger
bbe9df2bb3
fix MediawikiImporter for bz2 dump
...
skip reading bz2 file magicbyte to identify bz2 format as inputstream reset would be required. Common compress reads and checks the magicbytes internally and throws ioexception if wrong, making preread obsolete.
9 years ago
reger
c6687dd560
fix a system.out to log.fine
...
in bmpParser
9 years ago
reger
c720b4c249
remove override of dynamicField coordinate_p in solr schema
...
(coordinate_p is not a mandatory field as such doesn't need to be declared as schema.field)
9 years ago
reger
e53c6bbd51
fix init of peer flags
...
(remove hiding of ssl flag)
9 years ago
sixcooler
301ba6131a
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
Michael Peter Christen
ac034db8bc
Merge branch 'master' of https://github.com/luccioman/yacy_search_server
...
# Conflicts:
# htroot/js/highslide/highslide.js
# source/net/yacy/document/ImageParser.java
9 years ago
luc
8da20718aa
Created a class to test ViewImage rendering against multiple image
...
files.
9 years ago
luc
ec04d27473
Corrected APNG test suite link name.
9 years ago
luc
cbb84ba073
Detailed javadoc.
9 years ago
luc
70111876d2
Filled ViewImageTest.html with all remaining IANA image file formats.
...
Added some links to test suites and specifications.
9 years ago
sixcooler
bfccb8db1c
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
826f14f37f
fix unnececary set null of peer flags, causing reread
...
remove obsolete version flags
9 years ago
luc
a156fd65d0
Patch to manage render or load errors is still needed after highlight.js
...
version upgrade.
Updated patch for better behavior consistency between browsers.
9 years ago
sixcooler
cdbafe340e
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
luc
37e28e0dd3
- Keep aspect ratio of images rendered directly by browser such as gif
...
and svg.
- Corrected quadratic rendering of landscape images with height smaller
than maxHeight
9 years ago
reger
571609c208
upd javascript img viewerto highslide 4.1.13
9 years ago
luc
e2d00585e2
Display full size preview using ViewImage Servlet.
9 years ago
luc
74b0283d57
Added image preview error management.
9 years ago
luc
5902ce032e
Corrected NullPointerException case when ImageIO reader is not found for
...
image format.
9 years ago
reger
f0b5bc93a3
remove obsolete yacy.init entry "secureHttps"
...
not used anywhere
9 years ago
reger
c4fa6d7bf5
upd to icu4j-56_1
9 years ago
reger
5445f38070
upd to jetty 9.2.13.v20150730
9 years ago
reger
6ca02ad577
upd httpclient-4.5.1, httpmime-4.5.1, httpcore-4.4.3, commons-compress-1.10
9 years ago
reger
c6495a5b62
add a log entry on parsing ajax crawling scheme snapshot
...
(prev. commit 9252e36aeb
)
9 years ago
reger
9252e36aeb
implement ajax crawling scheme for ajax sites which adhere to the proposed use of hash-bangs to provide html content
...
see freshly deprecated https://developers.google.com/webmasters/ajax-crawling/
Implementation improves parsing of the homepage (ajax page) which uses metatag "fragment" in header and parses supplied html snapshot instead of mostly empty ajax/scripted page.
Implementation supports also hash-bang urls (url with anchor starting with ! like ...path#!hashfragment) but our crawler filters it
(use of hash-bang is controversly discussed and proposal is deprecated, makes no sense to adjust the crawler, but as long as it is used by some sites the minor change/improvement in htmlparser is good for some time).
Quick - how does it work
- if metatag fragment with content "!" is found
- htmlparser tries to get content of htmls snapshot (using a different url)
- htmlparser returns 2 documents (original url and snapshot content - but using same original url)
- after parsing result documents are joined (and stored to index containing content also from snapshot page... as the original ajax page contains typically no parseable html content)
9 years ago
Michael Peter Christen
d1ae999ef9
replaced HashMap with LinkedHashMap to preserve the object order
9 years ago
Michael Peter Christen
7d075a1d76
added log lines
9 years ago
Michael Peter Christen
092dac086e
Merge branch 'master' of https://github.com/luccioman/yacy_search_server
9 years ago
Michael Peter Christen
a44cc774d0
Merge branch 'master' of github.com:yacy/yacy_search_server
9 years ago
sixcooler
41c9215174
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
7a64bebb86
init Recrawl job chunk size to max crawl loader during job start, to use some system preferences
...
and allow injection of recrawl urls before queue is empty
During recrawl the balancer hangs on the very last urls often on hosts with huge delay time,
by allowing injection earlier progress is more balanced. Max number of injected crawl urls by recrawl job is 2 * max loader.
9 years ago
sixcooler
e7dab60ebd
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
luc
d6522fa4a2
Integrated haraldk/TwelveMonkeys library to first add TIF image format
...
support.
9 years ago
luc
e093fb228d
Created a generic ViewImage performance render test.
9 years ago
Michael Peter Christen
9244694e64
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
Michael Peter Christen
151ccd50a9
fix for image size field values (must be multi-valued)
9 years ago
luc
3ad564e2e4
Created a ViewImage rendering performance measurement test.
9 years ago
luc
62e07a26a0
Refactoring : split into sub-functions to make it understanding and
...
performance measurement easier.
9 years ago
luc
b3f044072e
Updated table headers and SVG file url for case sensitive OS.
9 years ago
luc
ff963cbe23
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago