luccioman
5a67d0f46d
Fixed Travis configuration for Debian package building task
7 years ago
luccioman
1e000f72c2
Fixed Travis configuration for Debian package building task
7 years ago
luccioman
8002e5e5e8
Updated Debian optional dependencies with the ones used for snapshots
7 years ago
luccioman
e63178a619
Fixed YaCy Debian package path in Travis configuration
7 years ago
luccioman
27bd1921e4
Exclude eventual maven targets from ant dist task.
7 years ago
luccioman
9982af7f04
Updated travis config : install ghostscript, required for Html2Image
7 years ago
luccioman
7e271f9cf5
Updated travis config : install ghostscript, required for Html2Image
7 years ago
luccioman
ddb8715fd5
Merge branch 'travis' of https://github.com/krichter722/yacy_search_server into travis
7 years ago
luccioman
2fb731b5c7
Updated Travis jdk version to match current requirements (Java 1.8)
7 years ago
luccioman
32c9dfa768
Added partial bzip2 stream parsing support and bzipParser Junit test
7 years ago
luccioman
dd9cb06d25
Fixed RWI distance calculation on multi words search queries.
...
Distance was lost when storing/retrieving references to intermediate
result container.
Now all JUnit tests are again successfully passing!
7 years ago
luccioman
fcea6def72
Added textual hints to language radio buttons labels
...
As an help and accessible alternative to visual styling marking whether
a language is available in browser preferred lang mode.
7 years ago
luccioman
6b11bf3a12
Fixed NullPointerException case on 'Browser' lang selection
...
Occurred when English was the only active language, then making the
ConfigBasic.html page unusable until manually modifying the
locale.language setting.
7 years ago
reger
ae1c675c85
fix array out of bounds in YJsonResponseWriter and OpensearchResponsWriter
...
on recreation of image url.
Set parameter of indexList2protocolList to required number of images (image_stubs)
Situation e.g. image_stub(size=15) but images_protocol(size=12)
7 years ago
reger
cbaa492054
upd to Jetty-9.4.7.v20170914
7 years ago
luccioman
27ab733685
Ensure private search features are not lost on Digest auth timeout
...
This is a fix for mantis 766 ( http://mantis.tokeek.de/view.php?id=766 )
Since the upgrade to Digest authentication, access to protected search
features was indeed disabled once the Digest nonce timed out.
After Digest auth timeout the browser no more sent authentication
information and as the search results page is not private, protected
features were simply be hidden without asking browser again for
authentication.
Adding a supplementary parameter when accessing the search results as
authenticated fixes this.
7 years ago
reger
ba60f65040
Adjust filetype: query modifier parameter to lower case
...
to prevent mismatch on user input with mixed case
Internally file extension are always compared lowercase.
7 years ago
luccioman
ff87b1c5e2
Updated master translation file for ConfigSearchPage_p.html
7 years ago
luccioman
13643d9430
Merge branch 'master' of https://github.com/yacy/yacy_search_server
7 years ago
reger
dd82f85953
Add links to the optional keyword tags of search result
...
If swichted on link (click) to the tag adds the keyword to the search query.
If a keyword navigator is active the selected keyword adds or replaces
a query keyword: modifier (currently replace was choosen as multiple
keywords are not fully supported yet)
7 years ago
luccioman
643967af9f
Added French translation for ConfigSearchPage_p.html
7 years ago
luccioman
fc28c58731
Added missing accessible labels to ConfigSearchPage_p.html
7 years ago
luccioman
8294374c10
Fixed ConfigSearchPage_p HTML validation errors.
...
Validated with Nu Html Checker 17.9.0
7 years ago
luccioman
57a33aefb0
Removed unnecessary max counts init on empty search navigators.
7 years ago
luccioman
b1e7bd0dd6
Restrict Search Result Layout modification to HTTP POST only.
7 years ago
luccioman
ef8aea7f8d
Made the dates navigator max elements number user configurable.
...
Also used object properties on QueryParams instances, rather than using
mutable class (static) properties.
7 years ago
luccioman
0b0980b364
Improved accessibility of histograms widgets.
...
Added keyboard navigation support and missing WAI-ARIA attributes.
Tested with NVDA 2017.3 screenreader on recent major browsers.
7 years ago
luccioman
62c7cd9a77
Upgraded JavaScript lib raphael.js from 2.1.3 to 2.2.7
7 years ago
luccioman
cbbc7b43d3
Refresh paginations buttons instead of fully rendering each time.
...
This prevent the already displayed pagination buttons to be unresponsive
when clicking on them while the rendering JS function is running.
7 years ago
reger
c4a7ad2865
update jars for upd solr 6.6. commit for ant
7 years ago
reger
b19397bc7c
update classpath for Eclipse project config to Solr 6.6.1
7 years ago
reger
2e13ca6e71
update to Solr 6.6.1
...
(ant build)
7 years ago
reger
0cf598659d
update to Solr 6.6.1
...
(maven build)
7 years ago
reger
0dbd179479
update maven source and compiler plugin to latest version
7 years ago
luccioman
18412dca21
Handle JS refreshing of belatedly added search navigators
7 years ago
luccioman
9049a926a5
Restrict JS results resorting to authenticated users.
...
Until a more efficient DOM refresh model needing less XHR requests per
search is implemented.
7 years ago
luccioman
4ab961fa46
Added HTML ids to search navigators for a more reliable JS refreshing.
7 years ago
luccioman
ad61a3afed
Results JS resort : properly handle results with same ranking value.
7 years ago
luccioman
57a1007772
Added new graphical setting for browser JS/On demand results resorting.
7 years ago
luccioman
d00a35576c
Apply JS resort only when currently relevant : p2p text search
7 years ago
luccioman
4e3c928d31
Do not animate unnecessarily when changing page on JS sorted results.
7 years ago
luccioman
fb6743e8f8
Prevent unnecessary DOM finds in JS resorting functions.
...
Also removed now unused functions earlierPage() and laterPage().
7 years ago
luccioman
b1b9ffbbc8
Stop updating results with JS resorting on server feeds termination
7 years ago
luccioman
6f5e55c9f0
Updated the JavaScript license information page
7 years ago
luccioman
c7149acb48
Disabled as default verbose browser console logs in yacysort.js
7 years ago
luccioman
b50700c35f
Added missing copyright header to the yacysort.js file
7 years ago
luccioman
86d41f0242
Moved the JS resort specific styling to the usual YaCy CSS location
7 years ago
luccioman
9e86d183b8
Disable manual search results resorting when resorting is done with JS
...
Also added a constant for the js resorting setting key.
7 years ago
luccioman
4ccd38357f
Trigger js resorting animations using only CSS classes.
...
Also added some more descriptive comments.
7 years ago
luccioman
e40a225bc1
Merge branch 'javascript-resort' of https://github.com/Scarfmonster/yacy_search_server into jsResort
7 years ago