yacy_search_server/htroot/js
fuchsi 0e1738899f * Complete number localization and provide a more reasonable interface to serverObjects:
- put(key, value) methods are now used if a value added to the map should be kept as it is. Numbers are transformed (but not formatted) to an equivalent String representation.
- putASIS(...) have been removed, now done with simple put(...) (see above).
- puNum(...) can be used for number values which should be stored in a formatted way, either depending on the current locale setting for yacy (default) or in a "none" locale (see javadocs and setLocalize()).
- putHTML(...) escapes special characters into corresponding HTML enities ('<' => '&lt;') which was done with put(...) before and so was called too often, becauses it is necessary only for very few cases. Additionally there is a "forXML" mode which only replaces < > & ".
In short: Use put(...) for almost everything, use putXY(...) if you need some special transformation of the value.
A few bugs have been fixed as well, and there should be a small performance improvement for complex pages with a lot of values.

* added additional Sum/Avg rows to access tracker pages, see http://forum.yacy-websuche.de/viewtopic.php?f=5&t=456
* removed duplicate code (mostly related to the big changes above).

TODO:
- make sure, number formats work as expected _everywhere_, report overseen stuff http://forum.yacy-websuche.de/viewtopic.php?f=5&t=437
- probably a good idea to add special putDate() methods as they are used in many pages and create duplicated formatting code + maybe some centralized handling for memory value formatting.
- further improve the speed of page creation for the WatchCrawler.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4178 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-10-24 21:38:19 +00:00
..
ajax.js Basic WatchCrawler.html, which loades the Queues using AJAX. 2005-10-29 09:47:30 +00:00
Bookmarks.js Bookmarks tag suggestion 2007-06-07 22:49:31 +00:00
html.js - fixed the handover of the searchterm and -type on index.html when the user clicks on "more options..." 2007-06-29 19:23:42 +00:00
IndexCreate.js *) Bugfix for problem with ajax graphic 2007-06-07 07:40:32 +00:00
WatchCrawler.js * Complete number localization and provide a more reasonable interface to serverObjects: 2007-10-24 21:38:19 +00:00
WatchWebStructure.js enter on webstrucutre 2007-06-02 14:50:36 +00:00
xml.js fix for last commit 2006-12-12 02:51:59 +00:00
yacysearch.js second try of rev 4100 :). Tested in Iceweasel/Firefox 2.0.6, Konqueror 3.5.7, Opera 9.23 (all linux) and IE6-SP1 (wine) 2007-09-17 19:39:15 +00:00