]> git.donarmstrong.com Git - debbugs.git/shortlog
debbugs.git
2015-01-29 Virginia KingMinor edits for clarity don/json_support
2015-01-29 Virginia KingFixed MORE code block formatting
2015-01-29 Virginia KingFixed MORE code block formatting
2015-01-29 Virginia KingFixed code block formatting
2015-01-29 Virginia KingUpdated the installation instructions
2015-01-29 Virginia KingAdjusted README.md with minor structural changes and...
2015-01-29 Virginia KingMerge remote-tracking branch 'don/master' into pindy...
2015-01-21 Don Armstrongmove scripts/config to examples/
2015-01-21 Don Armstrongdepend on apache2 or httpd
2015-01-15 Don Armstrongswitch to using Require all granted from old Options...
2015-01-15 Don Armstronguse + for symlinks and multiviews; newer apache doesn...
2015-01-15 Don Armstrongwe don't need to expose the txt directory either
2015-01-15 Don Armstrongremove irrelevant configuration options which have...
2015-01-15 Don Armstrongwe shouldn't expose db
2015-01-15 Don Armstronguse /var/log/apache2/ as the default error log location
2015-01-15 Don Armstrongallow " in other places too (HTML::Escape doesn...
2015-01-15 Don ArmstrongStop URLs at " too. Thanks to Vincent Lefevre...
2015-01-14 Virginia KingSuper basic intro
2014-11-14 Don Armstrongignore addresses which do not have @ to work around...
2014-11-14 Don Armstronguse uri_escape_utf8 instead of uri_escape
2014-11-06 Don ArmstrongAdd affects to bugreport.cgi package info header (Close...
2014-10-31 Don ArmstrongMerge remote-tracking branch 'pindy/pindy/docs'
2014-10-28 Virginia KingReplaced dead website link with current pages
2014-10-28 Virginia KingConverted to markdown
2014-10-28 Virginia KingAdded contributing section
2014-10-27 Don Armstrongfix the hidden parameters not being included in the...
2014-09-26 Don Armstrongfix missing semicolon; check that HTTP_HOST is defined
2014-09-26 Don Armstrongunfinalize; document XSS fix
2014-09-26 Don Armstrongfix XSS in version.cgi
2014-09-04 Don Armstrongcleanup_eval_fail should match all croak messages;...
2014-07-30 Don Armstrongremove leading and trailing spaces in references and... don/reply_links
2014-07-29 Don Armstrongfix multipart messages when quoting the body; bodyhandl...
2014-07-29 Don ArmstrongAdd reply links to individual bug messages with headers...
2014-05-30 Don Armstrongeliminate convert to utf8 warning
2014-05-30 Don Armstronghandle undefined headers by just returning ''
2014-05-07 Don Armstrongfix the links to reassigned packages in the html entries
2014-05-07 Don Armstrongfix #747267 by causing the closing regex to require...
2014-04-23 Don Armstrongdon't go past end of @msg when setting
2014-04-21 Don Armstronghandle package, msgid, and keywords being undefined
2014-04-16 Don ArmstrongAlso check for package being defined before checking...
2014-04-16 Don Armstrongcheck for package being defined before source regex
2014-04-15 Don ArmstrongBecause we now properly decode UTF8, in order to strip... don/fix_bom
2014-02-07 Don Armstrongswitch the libravatar url to not prefix with http://
2013-11-30 Don ArmstrongSupport CVEs surrounded by parenthesis (closes: #662228...
2013-11-30 Don ArmstrongFix title of $gBug (closes: #546383). Thanks to Jakub...
2013-11-30 Don Armstrongrevert part of 593feb86; Source_maintainer has a differ...
2013-11-29 Don Armstrongset cleanup=>1 and use remove_tree instead to hopefully...
2013-11-29 Don Armstrongwe need to unlink the temporary file name, not the...
2013-11-21 Don Armstronghandle source maintainer having the archive name properly
2013-10-29 Don Armstronguri_escape e-mails in libravatar (closes: #728034)...
2013-10-02 Don Armstrongadd $gLibravatarCacheDir
2013-10-02 Don Armstrongfix cache location regex
2013-10-01 Don ArmstrongDebbugs::Libravatar requires convert from imagemagick
2013-10-01 Don Armstrongset content type even if we use apache to serve the...
2013-10-01 Don Armstrongserve_cache is not exported by Debbugs::Libravatar
2013-10-01 Don ArmstrongMerge branch 'master' into don/libravatar don/libravatar
2013-10-01 Don Armstrongattachments must be encoded into octets
2013-10-01 Don ArmstrongMerge branch 'master' into don/libravatar
2013-10-01 Don Armstronguse sub style of constants to avoid needing mod_perl...
2013-10-01 Don Armstrongremove useless my $_ in encode_utf8_structure
2013-10-01 Don Armstrongfix sigchild and sigpipe handling in test
2013-10-01 Don Armstrongspecify encoding in Debbugs/MIME.pm pod
2013-10-01 Don Armstronguse abs location for libmagic and fix retrieve libravat...
2013-10-01 Don Armstrongfix how e-mails are passed to the avatar script
2013-10-01 Don ArmstrongSupport blacklisting avatars
2013-09-10 Don Armstrongupdate control for libravatar
2013-08-16 Don Armstronguse a cmp sort instead of a <=> sort, because that...
2013-06-28 Don Armstronginstall bugs.css to www/css/bugs.css not www/bugs.css
2013-06-08 Don Armstronguse Debbugs::Libravatar
2013-06-08 Don Armstronguse carp and export cache_location
2013-06-08 Don Armstrongadd code to serve images via mod_perl
2013-06-08 Don Armstrongmove cgi options underneath misc options
2013-06-08 Don Armstrongadd support for simple_filelock and unlock
2013-05-06 Don Armstrongaccept -1 in addition to 0 for the current message...
2013-04-19 Don Armstrongencode all strings to bytes before including in estraier
2013-04-04 Don ArmstrongText::Iconv has a bug where it fails to reset the conve...
2013-04-03 Don ArmstrongMove libravatar code out to Debbugs::Libravatar
2013-04-03 Don Armstrongswitch to internal libravatar cgi by default
2013-04-02 Don Armstrongcheck the log modified time of an optional gziped log
2013-03-29 Don Armstronguse resize instead of geometry
2013-03-28 Don Armstrongadd libravatar caching cgi; add 1x1.png; add web direct...
2013-03-28 Don Armstrongadd libravatar caching cgi; add 1x1.png; add web direct...
2013-03-22 Don Armstronguse a div instead of p for the headers; use headerfield...
2013-03-21 Don ArmstrongMerge branch 'don/rebuild-index'
2013-03-21 Don Armstrongfix pod test to not look at editor temp files
2013-03-21 Don Armstrongchange convert_to_utf8 to attempt to fix doubly encoded... don/rebuild-index
2013-03-21 Don Armstrongfix unterminated B<> sequence
2013-03-21 Don ArmstrongMerge branch 'don/rebuild-index'
2013-03-21 Don Armstrongmake generate_status_line handle bug not being defined...
2013-03-20 Don ArmstrongMerge remote-tracking branch 'mikegabriel/proposal_upst... mike_patches
2013-03-20 Don Armstrongwhen we fail to commit to utf8, output the charset...
2013-03-20 Don Armstrongadd rebuild index support
2013-03-20 Mike Gabriel/debian/control: de-capitalize description synopsis...
2013-03-20 Mike GabrielPass param bug=<NNN> to bugreport.html call in bugrepor...
2013-03-20 Mike GabrielRaise Standards to 3.9.4 (after fixing several lintian...
2013-03-20 Mike Gabriel* Fix lintian issues: libdebbugs-perl: spelling-error...
2013-03-20 Mike GabrielFix lintian issues: debbugs source: debian-rules-makema...
2013-03-20 Mike GabrielFix lintian issue: debbugs source: duplicate-in-relatio...
2013-03-20 Mike GabrielSwitch to debian/source/format: 3.0 (native).
2013-03-20 Mike GabrielFix lintian issues: debian-rules-missing-recommended...
next