<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yacy/htroot/Table_API_p.java, branch master</title>
<subtitle>YaCy search server with some extra patches
</subtitle>
<id>https://git.fennell.dev/yacy/atom?h=master</id>
<link rel='self' href='https://git.fennell.dev/yacy/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/'/>
<updated>2022-10-02T21:22:12Z</updated>
<entry>
<title>moved all remaining servlet classes to new location</title>
<updated>2022-10-02T21:22:12Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2022-10-02T21:22:12Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=adbda4c71b38cff4acdd14afb899c48eb26363f8'/>
<id>urn:sha1:adbda4c71b38cff4acdd14afb899c48eb26363f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added server side columns sorting on the Process Scheduler table</title>
<updated>2018-07-04T08:28:32Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-07-04T08:28:32Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=2bdd71de60a8115117422ee46b259d3f63c450a4'/>
<id>urn:sha1:2bdd71de60a8115117422ee46b259d3f63c450a4</id>
<content type='text'>
For easier usage of large tables in the Table_API_p.html page.</content>
</entry>
<entry>
<title>Fixed unsafe conccurent access to generic SimpleDateFormat instances</title>
<updated>2018-06-28T12:59:23Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-06-28T12:59:23Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=e97580dfc713d7572dd95c3f4d4cc19a2d46b6a2'/>
<id>urn:sha1:e97580dfc713d7572dd95c3f4d4cc19a2d46b6a2</id>
<content type='text'>
SimpleDateFormat must not be used by concurrent threads without
synchronization for parsing or formating dates as it is not thread-safe
(internally holds a calendar instance that is not synchronized).

Prefer now DateTimeFormatter when possible as it is thread-safe without
concurrent access performance bottleneck (does not internally use
synchronization locks).</content>
</entry>
<entry>
<title>Allow edtion of scheduled next execution dates for finer control</title>
<updated>2018-06-11T09:38:58Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-06-11T09:38:58Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=9bc7b6c39da79a3938626fcacae4858211bbd18b'/>
<id>urn:sha1:9bc7b6c39da79a3938626fcacae4858211bbd18b</id>
<content type='text'>
Can be useful more especially when scheduling many API calls over a long
period of time to precisely adjust each scheduled date/time.</content>
</entry>
<entry>
<title>Adjusted api table query matching strategies</title>
<updated>2018-03-30T09:12:48Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-03-30T09:12:48Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=05702c2ced40caac595b808a04f038d21798db4c'/>
<id>urn:sha1:05702c2ced40caac595b808a04f038d21798db4c</id>
<content type='text'>
When inlined (for example in the CrawlProfileEditor_p.html page) :
search only on the comment, as the url is not visible

On regular display : search on comment OR url, instead of comment AND
url. Otherwise searching on comments terms is almost useless as these
terms are not necessarily present in the url.</content>
</entry>
<entry>
<title>Fixed start record on the last api table results page</title>
<updated>2018-03-30T08:53:06Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-03-30T08:53:06Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=65451a3d6210a66e24565af6e435d20692b6f9f2'/>
<id>urn:sha1:65451a3d6210a66e24565af6e435d20692b6f9f2</id>
<content type='text'>
When the last results page size was lower than maximumRecords, results
from the previous page where displayed again.</content>
</entry>
<entry>
<title>Enable api table page navigation with search query</title>
<updated>2018-03-30T08:21:42Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-03-30T08:21:42Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=86c902b85336ec43fa4e67f69a8163d8bdb35d54'/>
<id>urn:sha1:86c902b85336ec43fa4e67f69a8163d8bdb35d54</id>
<content type='text'>
Applied the same default results page size as when a type filter is
defined for proper and consistend page navigation when combining type
filter and search query.</content>
</entry>
<entry>
<title>Display the total number of matching items when filtering on table API</title>
<updated>2018-03-29T12:24:25Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-03-29T12:24:25Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=9c7faa04d8c52cdfb158e2c2d979d9b939306270'/>
<id>urn:sha1:9c7faa04d8c52cdfb158e2c2d979d9b939306270</id>
<content type='text'>
Notably for a proper page navigation of the crawl scheduler table
(CrawlProfileEditor_p.html page).</content>
</entry>
<entry>
<title>Enforced access controls on a few more administration pages.</title>
<updated>2017-04-03T10:20:16Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2017-04-03T10:20:16Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=665d087d768bd5ae182e2e114403ad0bfe295ec2'/>
<id>urn:sha1:665d087d768bd5ae182e2e114403ad0bfe295ec2</id>
<content type='text'>
 - ensure use of HTTP POST method when performing server side effect
operations
 - transaction token required to ensure the request has effectively been
requested by user interaction</content>
</entry>
<entry>
<title>Escaped HTML eventually active content from recorded API call comments.</title>
<updated>2017-04-03T09:40:37Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2017-04-03T09:40:37Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=0feded21dd32a65fc4f3a19d0b2db3382499d85f'/>
<id>urn:sha1:0feded21dd32a65fc4f3a19d0b2db3382499d85f</id>
<content type='text'>
</content>
</entry>
</feed>
