<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/logadmin/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/logadmin/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/logadmin/bugs/</id><updated>2012-06-05T12:16:41Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>ERROR_REPORTING(E_ALL) blows apache log</title><link href="https://sourceforge.net/p/logadmin/bugs/7/" rel="alternate"/><published>2012-06-05T12:16:41Z</published><updated>2012-06-05T12:16:41Z</updated><author><name>Ronny Tiebel</name><uri>https://sourceforge.net/u/bendit/</uri></author><id>https://sourceforge.net7c4777d85a760079fa22f5fed33a3129d2e7725d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Due to remaining ERROR_REPORTING Function in functions.inc.php and cron_clean.php the log files of the webserver are blown up with to much debugging stuff.&lt;/p&gt;
&lt;p&gt;Will be commented out, that should do the trick&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Layout on small Monitor Resolutions</title><link href="https://sourceforge.net/p/logadmin/bugs/6/" rel="alternate"/><published>2012-05-29T08:37:29Z</published><updated>2012-05-29T08:37:29Z</updated><author><name>Ronny Tiebel</name><uri>https://sourceforge.net/u/bendit/</uri></author><id>https://sourceforge.neta9c431c86df8baab1c96ab2bdf5d48580f922daf</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;There are some design-related issus if the max monitor resolution or browser size is too small. For example: the caption in front of the select boxes are shown above the boxes if size of monitor/resolution/browser window is insufficient. The same in the "link box".&lt;/p&gt;
&lt;p&gt;Maybe there should be a redesign of the user/webinterface with css or something to get a better user experience.&lt;/p&gt;
&lt;p&gt;I think it should be done in the next major release &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Statistic Bug - detail page date/host/hour</title><link href="https://sourceforge.net/p/logadmin/bugs/5/" rel="alternate"/><published>2012-05-29T07:28:19Z</published><updated>2012-05-29T07:28:19Z</updated><author><name>Ronny Tiebel</name><uri>https://sourceforge.net/u/bendit/</uri></author><id>https://sourceforge.net491ecbc1609805a75fe7c7d9cde3baeda263bdd4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;On statistic page, the counting doesnt work properly if you select a date, a host and an hour. thats caused because of some non-unique array identifier in code.&lt;/p&gt;
&lt;p&gt;Fix: set some real unique identifier in array&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Removeing Entries  + Mail Warn and Report doesnt Work</title><link href="https://sourceforge.net/p/logadmin/bugs/4/" rel="alternate"/><published>2012-05-29T06:31:14Z</published><updated>2012-05-29T06:31:14Z</updated><author><name>Ronny Tiebel</name><uri>https://sourceforge.net/u/bendit/</uri></author><id>https://sourceforge.net50fea9d9fd3bb1bcbae58b6beb6e7b9b0199ff05</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Log@min comes with an auto-purge function which will clean out old (definition per config file) entries from 'remove' table. it also should send out a warning mail and a report mail so that you can see, when logs will be deleted and when it will be done.&lt;/p&gt;
&lt;p&gt;That function, in fact, doesnt work correctly. i just found out, that it wont work but didnt checked exactly why.&lt;/p&gt;
&lt;p&gt;it will be fixed in next release!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Unknown column 'priority' in 'field list' - Error</title><link href="https://sourceforge.net/p/logadmin/bugs/3/" rel="alternate"/><published>2012-05-29T05:48:11Z</published><updated>2012-05-29T05:48:11Z</updated><author><name>Ronny Tiebel</name><uri>https://sourceforge.net/u/bendit/</uri></author><id>https://sourceforge.net18c4286b8cfd8a39bfbbd5f9e86c015be8168954</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Because of unneeded redundancy ive removed the 'priority' field from every definition and syslog-ng config definition.&lt;/p&gt;
&lt;p&gt;In the 'cron_clean.php' file are still some queries which contain the 'priority' field.&lt;/p&gt;
&lt;p&gt;Fix: change all queries so that there is no 'prioriry' in select or insert field lists&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Backup Statistic - jpgraph Error if backup table empty</title><link href="https://sourceforge.net/p/logadmin/bugs/2/" rel="alternate"/><published>2012-05-29T05:42:36Z</published><updated>2012-05-29T05:42:36Z</updated><author><name>Ronny Tiebel</name><uri>https://sourceforge.net/u/bendit/</uri></author><id>https://sourceforge.net735794217c65aec998f7afd47f8769256a3a94fc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;JPgraph, which is used for statistic graphs will throw an error if there are no entries in the database tables.&lt;/p&gt;
&lt;p&gt;suggested fix: deactivate links if corresponding table doesnt contain any rows&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add inices for blacklist table</title><link href="https://sourceforge.net/p/logadmin/bugs/1/" rel="alternate"/><published>2011-05-17T06:49:02Z</published><updated>2011-05-17T06:49:02Z</updated><author><name>Marc Kowal</name><uri>https://sourceforge.net/u/f0lk/</uri></author><id>https://sourceforge.neta9a030c03b18962235bf256a7e2f9f32c19bc61f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;As bendit reported in News section, there are some issues with slow datbase queries. Therefor we need to add indices to "expression" and "target" columns of blacklist table to improve query-speed.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>