luc
f11b5e8309
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
112ae013f4
update bzip and bzip parser process,
...
to return one document for the file with combined parser results of the
containing file and registers it with supplied url and mime of the archive.
9 years ago
reger
e76a90837b
update zip and tar parser process,
...
to return one document for the file with combined parser results of the
containing files.
9 years ago
sixcooler
bc610e5382
Merge branch 'master' of https://github.com/yacy/yacy_search_server
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
luc
4e673ffc9a
Ensure closing of InputStream even when an exception occurs.
9 years ago
luc
10696b53f7
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
8532565c7d
optimize order of parsers to try
...
- start with a parser matching the remote supplied mime
9 years ago
reger
681889ae64
use current tar library for untar files
...
- remove old source copy
9 years ago
reger
5d71fc70e3
fix tarParser early exit on looping content
...
- adjust check of data available according to doc
- return null on no recognized content (to not exit TextParser next parser try)
- use commons.compress directly
9 years ago
luc
bcc2e7cb5b
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
2fcf6f104c
fix bzipParser recognition
...
- Bzip2Inputstream checks magic byte itself to identify bz2 (leave it in input)
- try to suppy fitting mime for parsing bz2 content
9 years ago
luc
745e97a575
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
reger
a60b1fb6c2
differentiate api call getLocalPort() from getConfigInt()
9 years ago
reger
02afba730e
fix detection of https port changed after set in System Admin
9 years ago
reger
11f3666660
increase use of pre.defined CATCHALL_QUERY string
9 years ago
reger
a58ee49307
Optimize internal imagequery focus on using content_type to select images
...
(in favor of url file extension)
9 years ago
sixcooler
b61f91f0d4
Merge branch 'master' of https://github.com/yacy/yacy_search_server
9 years ago
luc
e90e1f165d
Avoid returning an empty image when target encoding is not supported or
...
when an error occured while encoding.
9 years ago
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