]> git.donarmstrong.com Git - debbugs.git/history - Debbugs
* Avoid warnings on buggy
[debbugs.git] / Debbugs /
2007-07-03 Don Armstrong * Avoid warnings on buggy
2007-07-02 Don Armstrong * Add debbugging to Debbugs::Status::bug_archiveable
2007-07-02 Don Armstrong * Add a configuration variable for the pseudo-package...
2007-07-02 Don Armstrong * Move pseudodesc to Debbugs::Common
2007-06-28 Don Armstrongfix syntax error (missing ()
2007-06-28 Don Armstrong * Use our $bug_order for mod_perl issues
2007-06-28 Don Armstrong - Allow selecting the newest N bugs (closes: #84681)
2007-06-27 Don ArmstrongIndicate correctly when merged bugs can be archived
2007-06-26 Don Armstrong * Pass usertags to get_bugs in pkgreport.cgi
2007-06-26 Don Armstrong * Calculate the number of keys correctly in get_bugs_idx
2007-06-26 Don Armstrong * Move bugfilter out to Debbugs::Bugs
2007-06-26 Don Armstrongremove debbugging messages from Debbugs::SOAP
2007-06-23 Don Armstrong - Allow selecting both archived and unarchived bugs...
2007-06-23 Don Armstrongfix missing $ in Debbugs::SOAP
2007-06-23 Don Armstrong * Add missing subtraction from bug_archiveable
2007-06-22 Don Armstronghandle single options in Debbugs::SOAP correctly
2007-06-21 Don Armstrong * Add get_bug_log support to Debbugs::SOAP to return...
2007-06-21 Don Armstrong * Handle splitting on package1,package2 in Debbugs...
2007-06-20 Don Armstrongdon't use Debbugs::Cookies
2007-06-20 Don Armstrong * Add the version aware soap subsystem
2007-06-20 Don Armstrongerror out when makesourceversions is called with multip...
2007-06-20 Don ArmstrongAdd maint_decode function to Debbugs::CGI
2007-06-20 Don Armstrong * Support usertags in the .idx Debbugs::Bugs::get_bugs...
2007-06-20 Don Armstrong * Handle bugs assigned to multiple packages correctly
2007-06-19 Don Armstrongmore Debbugs::Status fixes
2007-06-19 Don Armstrong * Fix new IO::File use
2007-06-19 Don Armstrong * Only block SIGINT when it's important to; stop as...
2007-06-19 Don Armstrongadd missing semicolon
2007-06-19 Don Armstrong * Actually export the lockpid function
2007-06-19 Don Armstrong * Add lockfile to expire.in
2007-06-17 Don Armstrongfix munge_uri function to handle deleting params correctly
2007-06-17 Don Armstrong * Allow bughook archive to trigger multiple bugs in...
2007-06-17 Don Armstrong * Allow archive=>both in get_bugs() to search both...
2007-06-16 Don Armstrong * Add missing Received: line to the fakecontrol messa...
2007-06-15 Don Armstrongdon't autovivify {package} in __handle_pkg_src_and_maint
2007-06-15 Don Armstrong * Add munge_url to Debbugs::CGI to abstract out code...
2007-06-15 Don Armstrong * Use make_list from Debbugs::Common in Debbugs::Bugs...
2007-06-15 Don Armstrong * join message with "\n" in Debbugs::Estraier
2007-06-14 Don Armstrong * Fix typo in Debbugs::Status
2007-06-14 Don Armstrong * Don't show time to archive for archived bugs
2007-06-14 Don Armstrong * Fix undefined name issues in Debbugs::Estraier
2007-06-14 Don Armstrongfix mistake in days returned by secs_to_english
2007-06-14 Don Armstrong - Indicate date of last activity (closes: #207065)
2007-06-14 Don Armstrong - Only mail duplicated recipients once (closes: ...
2007-06-13 Don Armstrong * Add html/bugs.css
2007-06-13 Don Armstrong * Add Debbugs::Control which will eventually contain...
2007-06-10 Don Armstronghandle undefined msg_ids properly in Debbugs::Estraier
2007-06-09 Don Armstrong - Implement versioning aware archiving support (close...
2007-05-27 Don Armstrong * Fix copyright/license statements in a bunch of the...
2007-05-23 Don Armstrongonly use the body, not attachments, in Estraier
2007-05-21 Don Armstrongset the package version regex correctly for debian...
2007-05-21 Don Armstrong - Save leading space when we unmime (closes: #416321)
2007-05-20 Don Armstrong * Add removal_architectures config variable
2007-05-20 Don Armstrong * Pull countbugs out to Debbugs::Bugs so things can...
2007-05-06 Don Armstrongfix incorrect lexical variables in Debbugs
2007-04-14 Don Armstrong * Flatfile searching should be using package, not pkg
2007-04-03 Don Armstrong * Strip out duplicates from usertags
2007-03-19 Don Armstrongadd fixed and notfixed commands
2007-03-18 Don Armstrong - Add searching by owner (closes: #345407)
2007-03-14 Don Armstrong - When searching by source package, include the sourc...
2007-03-12 Don Armstrong * dist must be set (not only arch) in Debbugs::Status...
2007-03-11 Don Armstrongreturn absent if dist or arch is passed and there are...
2007-03-10 Don Armstrongdefault to collapsed for things with width/height
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 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-02-21 Don Armstrongremove useless duplicated functions
2007-02-19 Don ArmstrongAdd support for a height/width in the version_url function
2007-02-17 Don Armstrongreadbug has moved to Debbugs::Status
2007-02-17 Don Armstronguntaint $ENV{DEBBUGS_CONFIG_FILE} when appropriate
2007-02-03 Don Armstrong * Stop useless overspecification of variables in Debbu...
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-10 Don Armstrongremove debbuging code from Debbugs::Config and add...
2006-12-23 Don Armstrong * Switch to using Params::Validate in Debbugs::Mail
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-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-20 Don Armstrong * Start documenting the global names of variables...
2006-11-18 Don Armstrong * Add versioning archival/removal support to the confi...
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 * Support setting the common values from text in ...
2006-11-11 Don Armstrong * Move makesourceversions to Debbugs::Packages
next