]> git.donarmstrong.com Git - debbugs.git/shortlog
debbugs.git
2007-03-10 Don Armstrongdefault to collapsed for things with width/height
2007-03-10 Don Armstrong * Allow collapsing nodes
2007-03-10 Don Armstrongfix bug in getversions
2007-03-10 Don Armstrong * Add make_list utility function to Debbugs::Common
2007-03-08 Don Armstrong * Only encode "'<>& for now; will change back once...
2007-03-08 Don Armstrongadd the strong list to the configuration module
2007-03-08 Don Armstrongfix bug in bug_presence function
2007-03-08 Don Armstrong * Use Cwd to make lockfiles into absolute filenames
2007-03-08 Don Armstrongfix mbox handling
2007-03-08 Don Armstrong * "Allow" for negative bug numbers in readbug
2007-03-07 Don Armstrong * Add bug_presence function to Debbugs::Status
2007-03-07 Don Armstrong * Add $gSpamScan support to Debbugs::Config
2007-03-07 Don Armstrong * Remove getmaintainers from Debbugs::CGI
2007-03-03 Don Armstrong - Marking a bug as fixed now overrides a found at...
2007-03-03 Don Armstrong - Fix multiple submitters for a single bug in the...
2007-03-03 Don Armstrong - List bugs being blocked (closes: #356680)
2007-03-03 Don Armstrongadd missing space that was breaking the blocking bugs...
2007-03-03 Don Armstrongfix owner documentation
2007-03-03 Don Armstrongadd more dependencices that are required to debian...
2007-03-03 Don ArmstrongOutput more information when receive.in fails
2007-02-21 Don Armstrongremove useless duplicated functions
2007-02-21 Don Armstrongchdir in the test to handle require common.pl
2007-02-20 Don Armstronguse require ./common.pl for now; will fix later
2007-02-20 Don Armstrongsanitize the format variable
2007-02-19 Don Armstrongchange the common.pl require to not be absolute
2007-02-19 Don Armstrong * Test pkgreport as well
2007-02-19 Don Armstrong Create an empty pseudo-packages.description, and sleep...
2007-02-19 Don Armstrongadd suport for width/height to version.cgi
2007-02-19 Don Armstrong * Show the version graph on the right
2007-02-19 Don ArmstrongAdd support for a height/width in the version_url function
2007-02-19 Don Armstrongdo not lc() version or source-version
2007-02-17 Don Armstrongadd the bugreport.cgi test script
2007-02-17 Don Armstrong * Add HTTP::Server::Simple::CGI class to allow testing...
2007-02-17 Don Armstrongfix . in place of ,
2007-02-17 Don Armstrongset repeatmerged to yes by default
2007-02-17 Don Armstrongreadbug has moved to Debbugs::Status
2007-02-17 Don Armstronguntaint $ENV{DEBBUGS_CONFIG_FILE} when appropriate
2007-02-04 Don Armstronguse get_bug_status instead of getbugstatus
2007-02-04 Don Armstronguse bug_url instead of bugurl
2007-02-03 Don Armstrongremove some of the old useless files still sticking...
2007-02-03 Don Armstrong * Stop useless overspecification of variables in Debbu...
2007-02-03 Don Armstrong * Modularize some of the test calls used in the mail_h...
2007-01-30 Don Armstrongfix the arrayref leaking into the myurl function problem
2007-01-30 Don Armstrong * Output which script we're trying to run when it...
2007-01-30 Don Armstrong * Use HTML::Entities in process and service instead...
2007-01-30 Don Armstrongimport getbugcomponent in gen-indices.in
2007-01-30 Don Armstronguse carp to deprecate sani instead of warn
2007-01-30 Don Armstrong * Fix various "comparison to undef" issues that happen...
2007-01-30 Don Armstrong * Fix typo in send_mail_message
2007-01-30 Don Armstrong * Use a DEBBUG_FH global (temporarily until we get...
2007-01-30 Don Armstrong * Handle setting non-scalar variables to empty values...
2007-01-30 Don Armstrong * More changes to sendmail tester and the mail handlin...
2007-01-10 Don Armstrongmuch more work on the mail hadnling test script
2007-01-10 Don Armstrongremove debbuging code from Debbugs::Config and add...
2007-01-10 Don Armstrong * Use Debbugs::Config and the new $gLibPath global
2007-01-10 Don Armstrongadd an owner index to gen-indices
2007-01-10 Don Armstrongadd the sendmail test script which is used by 06_mail_h...
2007-01-08 Don Armstrong - Add support for hiding useless messages; thanks...
2006-12-23 Don Armstrong * Switch to using Params::Validate in Debbugs::Mail
2006-12-23 Don Armstrong * Use the Debbugs::Bugs search functions in cgi/pkgrep...
2006-12-13 Don ArmstrongClean up the documentation on reopen's deprecation
2006-12-13 Don Armstrong * Unless there are fixed_versions, a done bug is done...
2006-12-13 Don Armstrong * Move getmaintainers and mail parsing functions to...
2006-12-13 Don Armstrong * Fix various issues with selecting package and mainta...
2006-12-13 Don Armstrong * Add a getmaintainers_rev to Debbugs::CGI
2006-12-13 Don Armstrong * Use the Debbugs:: modules in gen-indices
2006-12-01 Don Armstrongadd the beginnings of the mail testing scripts
2006-12-01 Don Armstrong * We now depend on libcgi-simple-perl; indicate it...
2006-12-01 Don Armstrong * Strip out the rest of the functions from cgi/common...
2006-12-01 Don Armstrong * Stop using cgi/common.pl in bugreport.cgi
2006-12-01 Don Armstrong * Add isstrongseverity to Debbugs::Status
2006-12-01 Don Armstrongadd buglog to Debbugs::Common
2006-12-01 Don Armstrongadd more code from cgi/common.pl to Debbugs::CGI; remov...
2006-11-21 Don Armstrongfix Debbugs::Status for the errorlib changes; fix 03_ve...
2006-11-21 Don Armstrong merge changes from mainline
2006-11-21 Don Armstrong * fix missing </a>; add description of how found works...
2006-11-20 Don Armstrongmerge fixes for silly jidanni bugs
2006-11-20 Don Armstrongfix various jidanni complaints
2006-11-20 Don Armstrongmerge fix for #395027
2006-11-20 Don Armstrong * Start documenting the global names of variables...
2006-11-20 Don Armstrong * Fix various silly statements in cgi/pkgreport.cgi
2006-11-18 Don Armstrong * Add versioning archival/removal support to the confi...
2006-11-18 Don Armstrong * Fix typo in archive/archived url specification
2006-11-18 Don Armstrong * Finish migration to Debbugs::Config in bugreport.cgi
2006-11-18 Don Armstrongmake sure to include the source of interesting versions
2006-11-15 Don Armstrongexport read_bug
2006-11-15 Don Armstrong * Make a read_bug which takes multiple arguments,...
2006-11-15 Don Armstrong * Move get_bug_status to Debbugs::Status
2006-11-11 Don Armstrong * use :text support in common.pl
2006-11-11 Don Armstrong * Support setting the common values from text in ...
2006-11-11 Don Armstrong * remove the rest of the lock detrius and id from...
2006-11-11 Don Armstrong * Move makesourceversions to Debbugs::Packages
2006-11-11 Don Armstrongadd test for Debbugs::Packages
2006-11-08 Don Armstrongdisallow forwarded being set to a $gEmailDomain address
2006-11-07 Don Armstrong * Modularize out cgi_parameters; make it do default...
2006-11-06 Don Armstrong * Clean up removefoundversions and add tests for the...
2006-11-06 Don Armstrong * my_url in pkgreport.cgi now returns the complete...
2006-10-23 Don Armstrongmerge changes from source tree
2006-10-23 Don Armstrongshow version graph link on bugreport.cgi
2006-10-23 Don ArmstrongAllow for useless messages to be hidden
next