X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=61903eba09b824ef5636434c298379fe174d4db0;hb=21779bfb08067d38a43f5af9667082a3ea8ca043;hp=e63d3ce07845c15922a17eff6a2568b7259f92f0;hpb=0a16fa0a63a15c54b3ba85292a3244485d694f27;p=dak.git diff --git a/ChangeLog b/ChangeLog index e63d3ce0..61903eba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +2008-12-19 Joerg Jaspert + + * daklib/utils.py: move the html escape stuff here. + + * dak/examine_package.py: Remove the html escape stuff. + + * dak/queue_report.py: lotsa html changes to get more info on the + page and to get Tinchos css foo working. + + * web/style.css: Added new stuff from Tincho + +2008-12-16 Joerg Jaspert + + * config/debian/cron.dinstall: Run logs.py as last command before + we mail the log. + + * tools/logs.py: Added script from Thomas. + Modifications from me: + - Use path entries that fit ftpmaster dak user + - Make the bz2 extension optional for log files, so we can run it + out of cron.dinstall, where it is not yet compressed. + - Also show the two largest time killers in the totals graph. + - do not drop old entries from the cachefile + - fiddle with the color palette + +2008-12-15 Joerg Jaspert + + * config/debian/cron.hourly: Call the removals.pl + +2008-12-09 Joerg Jaspert + + * config/debian/cron.hourly: Added queue_rss.py to hourly cron. + +2008-12-09 Filippo Giunchedi + + * tools/queue_rss.py: Added, generates RSS feeds of NEW. + +2008-12-09 Philipp Kern + + * daklib/queue.py (cross_suite_version_check): add an additional + parameter to specify if an upload is sourceful or not; do not reject + uploads that do not satisfy the "must be newer than" criteria and + are binary-only + * daklib/queue.py (check_source_against_db, check_binary_against_db): + invoke cross_suite_version_check as above + +2008-12-04 Philipp Kern + + * dak/process_new.py (recheck): call reject for + Upload.check_{binary,source}_against_db with an empty prefix to not + reject on warnings + 2008-11-30 Philipp Kern * dak/process_unchecked.py (do_stableupdate, do_oldstableupdate):