Activity

From 11/14/2008 to 12/13/2008

12/13/2008

06:03 PM Bug #133 (Closed): sometimes the perl scripts return an incorrect content-type - text/x-perl
Andreas Unterkircher
06:03 PM Bug #133: sometimes the perl scripts return an incorrect content-type - text/x-perl
somehow caused by a mixup of CGI and mod_perl2 at the same time (every second request...) Andreas Unterkircher
05:37 PM Bug #133: sometimes the perl scripts return an incorrect content-type - text/x-perl
normally: 192.168.191.20 - unki [13/Dec/2008:17:35:56 +0100] "POST /cgi-bin/exilog/exilog_cgi.pl? HTTP/1.1" 200 57366 "https://admin.netshadow.at/cgi-bin/exilog/exilog_cgi.pl?" "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.4) Gecko/20080528 Ep... Andreas Unterkircher
05:31 PM Revision fb6b47fd9ef31681bb65703bf4439dad095f01ac: tom's patch contained some icons not correctly...
tom's patch contained some icons not correctly addressed with webroot config parameter Signed-off-by: Andreas Unterkircher <unki@netshadow.at> Andreas Unterkircher
01:43 PM Devel #120: separate html-stuff from perl code
possible engines (both available as Debian packages): http://www.template-toolkit.org/ http://www.masonhq.com/?Download Andreas Unterkircher
12:05 PM Feature #123 (Closed): show queue statistics
the "servers" view has all of this, no need to extend for now Andreas Unterkircher
11:13 AM Revision 93989d3f5315015f42639f1143568d4a4831835a: check if webroot parameter has been set, befor...
check if webroot parameter has been set, before using a regexp on it Signed-off-by: Andreas Unterkircher <unki@netshadow.at> Andreas Unterkircher
10:55 AM Devel #129 (Closed): config->web->webroot - check for trailing slash
Andreas Unterkircher
10:55 AM Devel #132 (Closed): check if exilog.conf is readable
Andreas Unterkircher
10:55 AM Devel #128 (Closed): warn if exilog.conf is readable by others
Andreas Unterkircher
10:55 AM Devel #129 (Resolved): config->web->webroot - check for trailing slash
Applied in changeset commit:"64677e82098a4aaba82d26a2d73481d3fe912440". Andreas Unterkircher
10:54 AM Revision 64677e82098a4aaba82d26a2d73481d3fe912440: automatically add trailing slash to webroot co...
automatically add trailing slash to webroot config option if missing, resolves #129 Signed-off-by: Andreas Unterkircher <unki@netshadow.at> Andreas Unterkircher
10:51 AM Devel #128 (Resolved): warn if exilog.conf is readable by others
Applied in changeset commit:"59a9ee3646aa7ca6daf360dfde771ac865a74054". Andreas Unterkircher
10:51 AM Devel #132 (Resolved): check if exilog.conf is readable
Applied in changeset commit:"59a9ee3646aa7ca6daf360dfde771ac865a74054". Andreas Unterkircher
10:48 AM Revision 59a9ee3646aa7ca6daf360dfde771ac865a74054: * warn if exilog.conf is readable by others, r...
* warn if exilog.conf is readable by others, resolves #128 * check if exilog.conf exists and is readable by the current user, resolves #132 Signed-off-by: Andreas Unterkircher <unki@netshadow.at> Andreas Unterkircher
10:38 AM Devel #132: check if exilog.conf is readable
http://www.pageresource.com/cgirec/ptut17.htm http://perldoc.perl.org/functions/stat.html Andreas Unterkircher
10:31 AM Devel #132: check if exilog.conf is readable
espacially when used via cgi, the permissions of the webserver are used and user needs to ensure, that this one can erads exilog.conf. otherwise display a clear warning Andreas Unterkircher
10:14 AM Bug #131 (Closed): Form contains enctype=multipart/form-data, but does not contain method=post
Andreas Unterkircher
10:13 AM Bug #131 (Resolved): Form contains enctype=multipart/form-data, but does not contain method=post
Applied in changeset commit:"b0ffceaf0b66d1af25ec227a05175311188b1ce9". Andreas Unterkircher
10:12 AM Revision b0ffceaf0b66d1af25ec227a05175311188b1ce9: use method POST and define enctype for HTML-fo...
use method POST and define enctype for HTML-forms, fixes #131 Signed-off-by: Andreas Unterkircher <unki@netshadow.at> Andreas Unterkircher
10:06 AM Bug #130 (Closed): error in parsing value for property 'padding'. declaration dropped
Andreas Unterkircher
10:06 AM Bug #131: Form contains enctype=multipart/form-data, but does not contain method=post
so Epiphany is going to use method=GET and ignores enctype Andreas Unterkircher
10:06 AM Bug #130 (Resolved): error in parsing value for property 'padding'. declaration dropped
Applied in changeset commit:"7760d9cdd909258591ebeb28a0b4d94ce00eeb31". Andreas Unterkircher
09:56 AM Revision 7760d9cdd909258591ebeb28a0b4d94ce00eeb31: * add missing units to some padding-definition...
* add missing units to some padding-definitions * remove 'cursor: hand' - hopefully nobody longer uses internet explorers < 5.5 * fix 'vertical­align:center' in exilog_jscript.js, 'middle' has to be used instead of 'center' * use background-color... Andreas Unterkircher
09:54 AM Bug #130: error in parsing value for property 'padding'. declaration dropped
there are also complains about cursor (error parsing value) and vertical-align (error parsing value) Andreas Unterkircher
09:49 AM Bug #130: error in parsing value for property 'padding'. declaration dropped
epiphyany complains about some padding definitions in exilog_stylesheet.css Andreas Unterkircher

12/12/2008

11:34 PM Revision 250c31d5ff01722e35888c6b92bd0969a6a51aef: fix conflict merging upstream on master Signe...
fix conflict merging upstream on master Signed-off-by: Andreas Unterkircher <unki@netshadow.at> Andreas Unterkircher
11:27 PM Revision f1370d810782a2b4099ff31be83ca312051f9100: fix conflict on merging upstream from Tom Kist...
fix conflict on merging upstream from Tom Kistner Signed-off-by: Andreas Unterkircher <unki@netshadow.at> Andreas Unterkircher
11:23 PM Revision b06044b1b31033c6c1ad5e28a7eb427b5f5fde5f: set version to 0.5.1, update Changelog Signed...
set version to 0.5.1, update Changelog Signed-off-by: Andreas Unterkircher <unki@netshadow.at> Andreas Unterkircher
11:00 PM Devel #129: config->web->webroot - check for trailing slash
if user forgots to add it, do this automatically. otherwise icons, stylesheet, ... get not addressed correctly. Andreas Unterkircher
10:50 PM Revision a35e1469841bfbc7e58b66dcefb108993bc4b494: also exilog_cgi.pl should look into /usr/lib/e...
also exilog_cgi.pl should look into /usr/lib/exilog when search for further libraries Signed-off-by: Andreas Unterkircher <unki@netshadow.at> Andreas Unterkircher
10:42 PM Devel #128: warn if exilog.conf is readable by others
others should not be able to read the content of exilog.conf. we should warn the user about this Andreas Unterkircher
10:34 PM Devel #125 (Closed): exilog-agent init.d script should create run-directory
done, see commit:"52e7c2cc5" Andreas Unterkircher
10:32 PM Bug #126 (Closed): exilog-agent init script should not fail on stop if no agent-process is active
done, see commit:"f3bc9da80" Andreas Unterkircher
10:29 PM Devel #127: issue a warning if the database structure has not been loaded
if the user forgots to load the table-structure, instead of printing funny SQL error messages into the log, give a clear warning message, what is missing. Andreas Unterkircher
10:23 PM Bug #126: exilog-agent init script should not fail on stop if no agent-process is active
currently the script breaks off and returns 1 Andreas Unterkircher
10:14 PM Devel #125: exilog-agent init.d script should create run-directory
to store its pidfile in /var/run/exilog/agent.log Andreas Unterkircher
10:04 PM Devel #124 (Closed): make log, pidfile, ... paths more debian-like
Andreas Unterkircher
10:04 PM Devel #122 (Closed): Debian package
Andreas Unterkircher
10:04 PM Devel #124 (Resolved): make log, pidfile, ... paths more debian-like
Applied in changeset commit:"05ab3587556d53973ac67a1d0064241d8623b447". Andreas Unterkircher
09:57 PM Revision 05ab3587556d53973ac67a1d0064241d8623b447: * make paths for log and pidfile to look more ...
* make paths for log and pidfile to look more like for Debian distris. * look out for the exim logfile in /var/log/exim4/mainlog. * Exim4 on Debian uses /var/spool/exim4 as spool directory resolves #124 Signed-off-by: Andreas Unterkircher <unki@... Andreas Unterkircher
09:55 PM Devel #124: make log, pidfile, ... paths more debian-like
log file should be /var/log/exilog.log, pidfile better in /var/run/exilog Andreas Unterkircher
09:54 PM Devel #122 (Resolved): Debian package
debian directory now included in debian branch Andreas Unterkircher
06:34 PM Revision 226ad0a3c764c0606048acf7371b02765eee60d2: Imported Upstream version 0.5
Imported Upstream version 0.5 Andreas Unterkircher

12/05/2008

08:19 PM Revision 6f71c4ad3b8e28556c2c3d9ae5918f47c09ea519: set lib-path to /usr/lib/exilog instead using ...
set lib-path to /usr/lib/exilog instead using FindBin module Signed-off-by: Andreas Unterkircher <unki@netshadow.at> Andreas Unterkircher
08:15 PM Revision 420d5ad12d4e97dbef7981826d52d6210c25da16: look for exilog.conf in /etc/exilog, resolves ...
look for exilog.conf in /etc/exilog, resolves #118 Signed-off-by: Andreas Unterkircher <unki@netshadow.at> Andreas Unterkircher
08:13 PM Revision 230037af4788cb2a050a254a0799377ff0084b89: if fork succeeded, no longer send a detaching-...
if fork succeeded, no longer send a detaching-from-terminal message, resolves #117 Signed-off-by: Andreas Unterkircher <unki@netshadow.at> Andreas Unterkircher

12/04/2008

11:24 AM Revision f8a8bc98f9a77d24e0fce2abd73c9512bcf26f2d: Forward unreleased changes - IPv6 address pa...
Forward unreleased changes - IPv6 address parsing - Some queue management - Better SQL quoting - More misc stuff Signed-off-by: Tom Kistner <tom@duncanthrax.net> Tom Kistner
09:42 AM Feature #123: show queue statistics
like some rrdgraphs or speedometer see http://www.olliecook.net/projects/eximstate/ for futher hints Andreas Unterkircher
06:04 AM Devel #122: Debian package
add stuff to build a Debian package Andreas Unterkircher
06:01 AM Devel #121: make it easy to differ between mail status
for example use different colors for emails successfully transmitted, or queued/defered or failed. Andreas Unterkircher
05:58 AM Devel #120: separate html-stuff from perl code
a template engine like Smarty is for PHP would be nice Andreas Unterkircher

12/03/2008

10:29 PM Devel #115 (Closed): show agent heartbeat
Andreas Unterkircher
10:29 PM Devel #119 (Closed): config option to define the url-path for static files
Andreas Unterkircher
10:29 PM Devel #115 (Resolved): show agent heartbeat
Applied in changeset commit:"e2b809017129a31a13127e46822dc3c778a325b8". Andreas Unterkircher
10:27 PM Revision f603da207df24207be8cbb734778ff9e11ec479a: exilog-agent heartbeats, resolves #115 Signed...
exilog-agent heartbeats, resolves #115 Signed-off-by: Andreas Unterkircher <unki@netshadow.at> Andreas Unterkircher
10:00 PM Devel #119 (Resolved): config option to define the url-path for static files
Applied in changeset commit:"a7ce44ea5928f2fd75799671855dafc7d6e04c70". Andreas Unterkircher
09:59 PM Revision 2944fad5619542a8c720fc3e47609c2af40ab4d8: make place for static files configureable, res...
make place for static files configureable, resolves #119 Signed-off-by: Andreas Unterkircher <unki@netshadow.at> Andreas Unterkircher
09:43 PM Devel #119: config option to define the url-path for static files
while the CGI stuff will be fetched from /cgi-bin/exilog/, stylesheets, icons, javascript should be fetched from a configureable place - /exilog for example Andreas Unterkircher
09:38 PM Devel #116 (Closed): separate static files from perl files
done, see commit:1c6429dc50fac15f3bf7f9d8c83a19ab70aaf652 Andreas Unterkircher
09:37 PM Devel #117 (Closed): be silent when doing the initial fork
Andreas Unterkircher
09:37 PM Devel #118 (Closed): expect exilog.conf in /etc directory
Andreas Unterkircher
09:37 PM Devel #118 (Resolved): expect exilog.conf in /etc directory
Applied in changeset commit:"6dabc656dc89dc822ce0e4878c13f495e39803ba". Andreas Unterkircher
09:37 PM Devel #117 (Resolved): be silent when doing the initial fork
Applied in changeset commit:"8d395ed3e5ba86bcdf73f690612ad8911f09211c". Andreas Unterkircher
09:37 PM Devel #114 (Closed): exilog-agent - append to logfile
Andreas Unterkircher
09:32 PM Devel #118: expect exilog.conf in /etc directory
/etc/exilog/exilog.conf is fine for packet-management Andreas Unterkircher
09:22 PM Devel #117: be silent when doing the initial fork
currently a message [exilog_agent] Detaching from terminal, output goes to ... get's displayed. not necessary when exilog_agent.pl gets started via an init.d script Andreas Unterkircher
09:11 PM Devel #116: separate static files from perl files
Debian for example likes it to have the cgi-bin stuff in /usr/lib/cgi-bin while the static content is homed in /var/www so an additional config option would be nice, to specify the "webroot" for the static files - see #119 for this Andreas Unterkircher
08:48 PM Devel #115: show agent heartbeat
in "servers" view it would be nice to see a "heartbeat" time - when was the last time a agent on a exim server was responding. which becomes red if the timestamp was older then 300s for example Andreas Unterkircher
08:46 PM Devel #114 (Resolved): exilog-agent - append to logfile
Applied in changeset commit:"05870247bca9f448805e400a3a9ab7744ecca6ca". Andreas Unterkircher
08:45 PM Revision 903d136e02ca8b271f0ac65dbcff37e35784d984: append to logfile, resolves #114 Signed-off-b...
append to logfile, resolves #114 Signed-off-by: Andreas Unterkircher <unki@netshadow.at> Andreas Unterkircher
08:44 PM Devel #114 (Assigned): exilog-agent - append to logfile
Andreas Unterkircher
08:43 PM Devel #114: exilog-agent - append to logfile
currently the logfile gets overwritten on every startup Andreas Unterkircher
08:37 PM Revision 0a6e4fae2c79d5f9da1033e0a51abfc69e10b8b2: sort files into their directories. move agent-...
sort files into their directories. move agent- and cleanup-script into 'agents', all static www-content (icons, stylesheet, javascript, ...) into 'htdocs'. cgi-stuff into 'cgi' and all reused code into 'lib'. Signed-off-by: Andreas Unterkircher <... Andreas Unterkircher
« Previous
Next »
 

Also available in: Atom