luccioman
7717a3d43d
Fixed license headers on files created to improve favicon management.
9 years ago
luccioman
6e1959f469
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
...
Conflicts:
htroot/yacysearchitem.java
source/net/yacy/cora/federate/solr/responsewriter/YJsonResponseWriter.java
source/net/yacy/search/schema/CollectionConfiguration.java
source/net/yacy/server/serverObjects.java
9 years ago
luccioman
7136b1ad60
HTML validation : fixed URL encoding of Pictures link.
9 years ago
reger
407563b9f0
add lock symbol to messages UI Trans menu item
9 years ago
luccioman
75bb77f0cb
Refactoring : extracted a method to handle authorized action links.
9 years ago
luccioman
c996b04741
HTML validation : fixed URL encoding of search results action links.
9 years ago
luccioman
2b81703828
Refactored search result action links construction.
...
These are long URLS with common parts : it is valuable to build the
common parts only one time.
9 years ago
luccioman
094aed8664
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
9 years ago
luccioman
c7402a2f89
Removed invalid empty form action.
...
A form action URL must not be empty (see
https://www.w3.org/TR/html/sec-forms.html#element-attrdef-form-action ).
No action attribute has the same effect (relaunching the same GET
action) but is valid HTML.
9 years ago
luccioman
37df2e19fd
Removed xmlns attribute which no more makes sense in HTML5 pages.
9 years ago
luccioman
94924e288f
Added some accessibility improvements to the main interface.
...
Tested with NVDA screen reader.
9 years ago
luccioman
dd86f7c44e
Fixed HTML validation errors and grouped radios options in fieldsets
9 years ago
luccioman
fc0c72c84b
Switched to the short HTML Doctype
...
This pages were already no more XHTML 1.0 because made use of the HTML5
syntax and elements.
Applied current (2016) HTML standard recommended Doctype declaration
(see https://www.w3.org/TR/html/syntax.html#the-doctype ).
9 years ago
reger
7c81160f45
correct blacklist export as text url to blacklists_p.txt
...
was using servlet for network access and missing network.unit.name
fix for http://mantis.tokeek.de/view.php?id=694
+ prevent unresoved_pattern in yacy/list servlet
9 years ago
luccioman
b5eb7a9217
Removed unnecessary crawlingDomFilterDepth hidden field.
...
It had incorrect "-UNRESOLVED_PATTERN-" value (see second part of
mantis 691 http://mantis.tokeek.de/view.php?id=691 )
Note : crawlingDomFilterDepth is apparently unused in current (2016)
YaCy code-base. It was also unnecessary because crawlingDomFilterCheck
hidden field is set to "off".
9 years ago
luccioman
f6d7c6ee1f
Fixed Recorded action URLs beginning displayed in /Table_API_p.html
...
Removed scheme, host and port from URL to avoid dealing with http/https,
external host and port retrieving issues.
What's more, this is consistent with how URL are displayed in
/Tables_p.html?table=api&count=100&reverse=on&search= or
Tables_p.xml?table=api&count=100&search=
This fixes mantis 691 first part
(http://mantis.tokeek.de/view.php?id=691 )
9 years ago
luccioman
0065c9b9ea
Crawl monitoring : refresh running crawls table
...
Fix mantis 690 ( http://mantis.tokeek.de/view.php?id=690 ).
Tested on :
- MS Windows 10 : Edge, Firefox 49, Chrome 53
- Debian Jessie : Firefox ESR 45
9 years ago
luccioman
e1e632ad84
Switched to the short HTML Doctype
...
This page was already no more XHTML 1.0 as it makes use of the HTML5
<progress> element.
Applied current HTML standard recommended Doctype declaration (see
https://www.w3.org/TR/html/syntax.html#the-doctype ).
9 years ago
luccioman
4d8611e5e7
Tables accessibility : added missing <thead> sections.
9 years ago
luccioman
9fb3142317
Restricted variables scope to function handleStatus() in Crawler.js
...
Missing 'var' in declaration was unnecessarily giving global scope to
these variables.
9 years ago
reger
e25f2ee88b
mention date search parameter in search option help (index.html)
9 years ago
luccioman
60df09fff9
Fixed some HTML validation errors : Illegal character in query
...
Now encode space characters in URLs query part.
9 years ago
luccioman
a76a46a2e9
Removed invalid rel="[count]" from links in tagcloud.
...
These are no valid link relationships, and do not appear to be used in
scripting or styling.
If necessary, a valid alternative could be to add an attribute such as
data-count="[count]"
9 years ago
reger
862f28eaa6
display number of documents/rss-items for label "docs" in load_rss_p servlet
...
(as replacement for the rarely used "docs" rss-tag for a url to the rss-specification)
9 years ago
luccioman
5027912f30
Fixed <p> spacers : blocks elements such as <div> are not allowed inside
9 years ago
luccioman
abe489a0b5
Removed unnecessary ARIA "form" role on native HTML form elements.
...
This fixes warnings reported by W3C Nu Html Checker
(https://validator.w3.org/nu/ ).
9 years ago
luccioman
cca4186044
Fixed HTML validation error : "Stray end tag div"
9 years ago
reger
ada473ced2
fix ConfigBasic servlet parameter name for Japanese _jp->_ja
9 years ago
reger
bac302bfe4
fix NPE in QuickCrawlLink_p if param doesn't contain crawl url
9 years ago
luccioman
b5ba8f9f68
Added alternative text and title to HostBrowser.html image links
...
For better accessibility
9 years ago
luccioman
4aba491156
Fixed HTML validation errors : duplicate ids.
9 years ago
luccioman
1c139d70d4
Fixed W3C validation error : percent encode '[' and ']' chars in hrefs.
9 years ago
luccioman
b3b75b0498
Accessibility : add a customizable alternative text to YaCy log
...
Applied W3C recommendations :
https://www.w3.org/TR/html51/semantics-embedded-content.html#a-link-or-button-containing-nothing-but-an-image
and
https://www.w3.org/TR/html51/semantics-embedded-content.html#logos-insignia-flags-or-emblems
9 years ago
luccioman
52e56025f7
Fixed undefined error case in sorttable.js
...
Occured when a table with class="sortable" has data cells with colspan
attribute greater than 1
9 years ago
luccioman
de5c873e38
Removed unused JavaScript file docs.min.js
...
This file is used by Bootstrap documentation website
(http://getbootstrap.com/ ) but is not part of the Bootstrap distribution
and has not be included in a Bootstrap based application.
9 years ago
reger
e51ab8c7aa
hack to generate a unique message-id for messages created in the same second
...
by optionally add a 1 second offset counter to the current time (which is
used as the unique id part)
9 years ago
luccioman
ce536fe90b
Fixed remaining OpenSearch link name consistency issues
...
Hopefully the last complementary fix related to mantis 679
((http://mantis.tokeek.de/view.php?id=679 )
9 years ago
reger
40442ca3c8
Add title attribute to Translator_p.html edit fields
...
(to display complete text hint)
Thank's @luc
9 years ago
luccioman
44b4d3984e
OpenSearch short name : made it generic (non internationalized)
...
This ensure consistency between the index link and the
opensearchdescription, even when switching language after having added
your YaCy peer to the browser engines list.
9 years ago
Michael Peter Christen
5e165a8150
removed unused imports
9 years ago
Michael Peter Christen
c716648c78
enhanced json encoding of strings
9 years ago
reger
51c077f493
adjust the getTopics() and getTopicNavigator() to current useage
...
- move the maxcount limit restriction completely to getTopicNavigator (as there not used in getTopics)
- let search servlet use getTopics by default (w/o RWI connected check, as of now, Topics are available w/o any additional index interaction)
9 years ago
reger
ebf818ad95
log a error on aborted news publish (due to duplicate news.id)
...
+ change printed err msg to log entry in PeerAction.processPeerArrival
9 years ago
reger
a2777903d6
include translation news service in status submenue
...
+ display translation proposal news only for current language (in TransNews servlet)
9 years ago
reger
47391678e7
TranslationNews: take out limitation to send only one text per translated file
...
(to avoid need of repeated publish button hits)
9 years ago
reger
de663be48b
skip resolving of host "<unknown>" in hello servlet
9 years ago
reger
ec8dd95014
fix deactivation of Russian Thesaurus
9 years ago
Burkhard
4b6f41375a
Merge pull request #69 from Stepanov-Sergey/master
...
to add Russian synonyms
9 years ago
reger
5e72d37f0a
TransNews_p: add ad-hoc translation of target file on positive vote (additon to local translation)
...
+ errmsg on language=default
9 years ago
reger
8c46cb8e80
-fix Supporter log line (instead of System.out)
...
-TransNews_p.html del debugging text left-over
9 years ago