summaryrefslogtreecommitdiff
path: root/htroot/Status_p.inc
AgeCommit message (Collapse)Author
2023-10-25removed concept of empty passwords as "no passwords used",Michael Peter Christen
because we now start YaCy with a default password (yacy). This has impact of all function that check the current state of password-protection that included the empty password situation, including the warnings to set a password in case that none is set (which cannot be the case any more).
2020-12-12design updateMichael Peter Christen
more space
2017-01-22Group all proxy settings on System Administration by adding settings ofreger
UrlProxyAccss page (moved from deleted AugmentedBrowsing_p), adjust submenu (remove Augmented Browsing) and translation files.
2016-04-21keep addon/Notepad++ keyword marker on lng export reger
(length of remarks devider line) + harmonize status_p.inc lng text
2015-01-23write java version to status pageMichael Peter Christen
2014-12-02show number of threads on status pageMichael Peter Christen
2014-09-21add link to thread pool settings in status panelreger
2014-08-20remove old description for proxy port settings ↵reger
(Settings_p.html?page=ProxyAccess) - The options were not current (only port number accepted, which is part of ConfigBasic.html) - Deleted options and the port number input field from the proxyaccess page. - joined both transparent proxy setup pages (Settings_Http.inc & Settings_ProxyAccess.inc) in one page - adjustments to the related/linked pages
2014-06-02add links to port config in status panelreger
- pom upd to match javadoc location
2014-03-18- added bootstrap css frameworkMichael Peter Christen
- adopted all YaCy administration pages to new framework - created new search page layout (working, but still work in progress) - old skin files are fully appliable! (and looking good) - target is a new style based on bootstrap examples, see /test.html - icons in YaCy may be replaced by glyphicons (to be done)
2014-03-01status panel link to set max memreger
+url proxy same error text as in transparent
2014-02-20Edit German de locale and improved translationMichael Benz
2014-02-12enhanced the resource observerMichael Peter Christen
The resource observer is now able to recognize free disk space AND available space for YaCy. The amount of space which is assigned for YaCy are defined in new settings in the configuration file. Furthermore, there is now a cleanup process which deletes files in case that an autodelete is activated. The autodelete is now BY DEFAULT ON if the disk space is low, which means that YaCy starts to delete documents when the disk is full!
2014-02-11Added methods in resource observer to calculate the available and theMichael Peter Christen
occupied disc space. These values are also shown on the status page. The disc space calculation shall be used for a disk-limitation of the search index.
2014-02-03small change to start/stop/pause icon styleMichael Peter Christen
2014-01-04adding proxy status to (private) status boxreger
(show also transparent and url proxy status) show search result via url proxy only if status=on
2014-01-03extend ssl enabled msg on status page reger
- post the portnr
2013-07-17added cpu load information to status pageorbiter
2012-03-10fix links & bug #163Lotus
2012-01-18refactoring of tray icon class,Lotus
now uses Java 6 methods natively
2010-02-26tell non-windows users about the tray-iconlotus
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6703 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-12-28*) added message if unrestricted access from localhost is possiblelow012
*) added link to admin access config page git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6543 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-07-17removed the indexing queue. This queue was superfluous since the ↵orbiter
introduction of the blocking queues last year, where documents are parsed, analysed and stored in the index with concurrency. - The indexing queue was a historic data structure that was introduced at the very beginning at the project as a part of the switchboard organisation object structure. Without the indexing queue the switchboard queue becomes also superfluous. It has been removed as well. - Removing the switchboard queue requires that all servlets are called without a opaque generic ('<?>'). That caused that all serlets had to be modified. - Many servlets displayed the indexing queue or the size of that queue. In the past months the indexer was so fast that mostly the indexing queue appeared empty, so there was no use of it any more. Because the queue has been removed, the display in the servlets had also to be removed. - The surrogate work task had been a part of the indexing queue control structure. Without the indexing queue the surrogates needed its own task management. That has been integrated here. - Because the indexing queue had a special queue entry object and properties attached to this object, the propterties had to be moved to the queue entry object which is part of the new indexing queue withing the blocking queue, the Response Object. That object has now also the new properties of the removed indexing queue entry object. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6225 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-10-03system status dropped into next line if seed server was enabled. display ↵lotus
needs about 230px, set fixed width again. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5243 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-07-13new yacyTraylotus
this will make a YaCy icon in the tray area on supported platforms enabled by default the search page will open on double click used JDIC 0.9.4 from https://jdic.dev.java.net/ git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4992 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-02-09fixed some XHTML strict errorslulabad
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4465 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-01-06more genericsorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4305 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-12-08- removed public peer info box on status page, this info can now be seen in ↵orbiter
the status banner - added peer count to banner - added some values to protected status box git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4257 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-11-29redesigned remote crawl process:orbiter
- instead of pushing urls to other peers, the urls are actively pulled by the peer that wants to do a remote crawl - the remote crawl push process had been removed - a process that adds urls from remote peers had been added - the server-side interface for providing 'limit'-urls exists since 0.55 and works with this version - the list-interface had been removed - servlets using the list-interface had been removed (this implementation did not properly manage double-check) - changes in configuration file to support new pull-process - fixed a bug in crawl balancer (status was not saved/closed properly) - the yacy/urls-protocol was extended to support different networks/clusters - many interface-adoptions to new stack counters git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4232 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-05-16- added servlet: remote crawler queue overviewkarlchenofhell
- added servlet: crawl profile editor git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3731 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-05-09Status.html now more XHTML valid(no author)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3694 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-05-07replaced yacy logo by better versionorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3675 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-05-04moved message string from colums at the side of Status_p.html to main text fieldorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3651 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-05-04redesign of status page:orbiter
- moved all information to columns at the right side - long texts within the column will be removed in a second step, and will re-appear as action items below the 'Welcome' header - new usage hints will also appear below the Welcome header - Peer news (in full sentences) will appear in separate column - possibly some more grafics git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3647 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-03-16*) bugfix for wrong proxy traffic accountingtheli
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3484 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-03-07- minor bugfixes for url-fetcher & http://www.yacy-forum.de/viewtopic.php?t=3646karlchenofhell
- PerformanceMemory_p.html is valid XHTML again git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3440 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-02-16- added lock symbol for restart- and stutdown-buttons on Status-page (see ↵karlchenofhell
http://www.yacy-forum.de/viewtopic.php?p=31444#31444) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3369 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-31*) missing table cell addedtheli
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3311 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-12-26updated languagefiledaburna
-clean up for unused strings -small changes git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3137 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-12-22- final step for Advanced Settings pages to XHTMLkarlchenofhell
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3121 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-12-13*) Some enhancements to the statuspage, which save one point from the ↵rramthun
advanced config *) ant clean now doesn't remove RPMs anymore git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3079 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-10-29-removed unused strings as suggested by Rostislav Svoboda (not all, but many)daburna
-updated language file -replaced <b> tags with <strong> tags git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2879 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-10-12*) small enhancement to webinterface, progressbars are now not stretched ↵auron_x
images, but <div>'s with colored background -> all skin files were set to use green progressbars (should be changed to colors fitting the skins appearence) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2751 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-09-11New XHTML-template for a large part of the frontend, for details see ↵michitux
http://yacy-websuche.de/wiki/index.php/Dev:XHTML If you don't use the default skin, the style will be broken or at least not complete. YaCy now has two css-files: base.css in htroot/env and the skin. In base.css the layout and black/white text-formating-rules are defined. Colors are only defined in the skin. The skin is now very easy to read and to change. If you want to make more changes than the colors you see in the default-skin, feel free to use the full power of css, but you are warned: The code is still not ready and may change, but we try to avoid changes which affect anything in the default-style. Translation will be broken too because the language-files contain HTML-Code which has changed. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2547 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-09-07*) Status_p.inc: link to memory configuration addedtheli
*) startYACY.bat: comment added See: http://www.yacy-forum.de/viewtopic.php?p=25311#25311 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2500 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-07-13security fix (known path on yacy host / known path on remote ftp server)allo
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2292 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-05-15*) adding first version of native SSL support for yacytheli
VERY EXPERIMENTAL! See: http://www.yacy-forum.de/viewtopic.php?p=18516 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2096 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-28avoid confusion with green_bar.gif and red_bar.gifallo
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1780 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-24*) displaying fill level of indexing and loader queue on status page theli
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1757 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-21First version of Italian translation by Riccardo Lemmirramthun
Updated german language with bugfix. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1726 6c8d7289-2bf4-0310-a012-ef5d649a1542