summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Expand)AuthorFilesLines
2006-10-17Bug 350921: [email_in] Create an email interface that can create a bug in Bug...mkanat%bugzilla.org3-0/+36
2006-10-17Bug 350220: Add hooks to checksetup for extensions.mkanat%bugzilla.org2-4/+71
2006-10-17Bug 192451: Checksetup should prioritize missing module whinesmkanat%bugzilla.org2-269/+256
2006-10-15Bug 356206: Allow "do $file" to be used within localconfigolav%bkor.dhs.org1-0/+3
2006-10-15Bump the version number post-release.mkanat%bugzilla.org1-1/+1
2006-10-15Bump version number pre-release for 2.23.3.mkanat%bugzilla.org1-1/+1
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com1-3/+54
2006-10-15Bug 346086: [SECURITY] attachment.cgi lets you view descriptions of private a...lpsolit%gmail.com3-44/+84
2006-10-15Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by F...lpsolit%gmail.com4-3/+129
2006-10-08Bug 355841: Bug::check_can_change_field() incorrectly updates $PrivilegesRequ...lpsolit%gmail.com1-6/+6
2006-10-07Bug 355744: Bugs are not added to mandatory groups on bug creation - Patch by...lpsolit%gmail.com1-1/+1
2006-10-07Bug 355709: [PostgreSQL] Crash when querying the DBmkanat%bugzilla.org1-1/+1
2006-10-06Bug 350232: Allow the Webservice interface to create User Accountsmkanat%bugzilla.org2-0/+143
2006-10-06Bug 352410: Shared Queries don't work if usevisibilitygroups is off.wurblzap%gmail.com1-9/+31
2006-10-05Bug 351175: The WebService interface should include the error text along with...mkanat%bugzilla.org3-8/+89
2006-09-30I originally checked in the wrong patch for Bug 351178. Here are themkanat%bugzilla.org1-4/+4
2006-09-29Bug 351178: WebService needs to be able to provide the server's timezonemkanat%bugzilla.org2-1/+75
2006-09-28Bug 354304: Changing several bugs at once fails if aliases are in use - Patch...lpsolit%gmail.com1-2/+2
2006-09-24Bug 347453: Checksetup needs Perl-LDAP for Net::LDAP module on Windowsmkanat%bugzilla.org1-1/+2
2006-09-23Bug 353796: Rename BugMail::ProcessOneBug() as BugMail::Send() - Patch by FrÃ...lpsolit%gmail.com1-5/+0
2006-09-23Bug 353623: SanityCheck 'rescanallbugmail' parameter not working (no 'changer...lpsolit%gmail.com1-1/+4
2006-09-23Bug 351243: Public webdot server changed its IP addressmkanat%bugzilla.org2-2/+18
2006-09-23Bug 349852: "I'm added to or removed from this capacity" email pref doesn't w...lpsolit%gmail.com2-2/+13
2006-09-22Bug 351994: Messages shouldn't contain HTML characters unless we're in USAGE_...mkanat%bugzilla.org1-0/+16
2006-09-22Bug 353706 - Hooks require Template Toolkit 2.12 but we only check for 2.10ghendricks%novell.com1-1/+1
2006-09-21Bug 352625: "You are receiving this mail because" messages cannot be localizedmkanat%bugzilla.org2-30/+12
2006-09-21Bug 38922: Default (Initial) CC list for each componentmkanat%bugzilla.org3-2/+43
2006-09-20Bug 348518: grant / reject options for flag listbox should only appear if use...lpsolit%gmail.com2-11/+39
2006-09-19Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig from...mkanat%bugzilla.org4-39/+42
2006-09-19Bug 333040: Cannot search based on "Attachment Creator" - Patch by Frédéric...lpsolit%gmail.com2-0/+15
2006-09-19Bug 223880: "marked a duplicate" messages cannot be localizedmkanat%bugzilla.org3-4/+6
2006-09-18Bug 352967: [PostgreSQL] Changing a DB column type to "serial" is broken on P...lpsolit%gmail.com1-1/+2
2006-09-16Bug 351888: Move comment creation out of post_bug.cgi and into Bugzilla::Bugmkanat%bugzilla.org3-6/+35
2006-09-15Bug 352702: Warnings in the web server error log when no URL is given on bug ...lpsolit%gmail.com1-1/+1
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org8-111/+119
2006-09-14Bug 277502: Re-organize checksetup.pl to be understood more easily (make it a...mkanat%bugzilla.org2-1/+19
2006-09-14Bug 352593: Move group creation from checksetup.pl to Bugzilla::Installmkanat%bugzilla.org2-0/+121
2006-09-14Bug 346597: Have Bugzilla::Group implement Bugzilla::Object->create, and make...mkanat%bugzilla.org2-2/+114
2006-09-13Bug 352355: Cannot log in on a fresh installation - Patch by Frédéric Bucli...lpsolit%gmail.com1-0/+2
2006-09-12Bug 351877: Move dependson/blocked insertion into Bugzilla::Bug from post_bug...mkanat%bugzilla.org1-0/+31
2006-09-12Bug 345547: shutdownhtml will not work under mod_perlmkanat%bugzilla.org1-0/+3
2006-09-10Bug 351983: Move admin creation out of checksetup.pl and into Bugzilla::Installmkanat%bugzilla.org1-0/+125
2006-09-10Bug 351345: Move keyword insertion out of post_bug.cgi and into Bugzilla::Bugmkanat%bugzilla.org1-3/+16
2006-09-10Bug 351339: Move group insertion out of post_bug.cgi and into Bugzilla::Bugmkanat%bugzilla.org1-1/+14
2006-09-10Bug 351332: Move Group validation into Bugzilla::Bug from post_bug.cgimkanat%bugzilla.org1-0/+46
2006-09-09Bug 287326: Ability to add custom single-select fields to a bug - Patch by Fr...lpsolit%gmail.com7-43/+169
2006-09-09Bug 351747: skins/.cvsignore should be in the CVS repo, not created by checks...mkanat%bugzilla.org1-2/+0
2006-09-09Bug 323239: Move CC insertion from post_bug.cgi to Bugzilla::Bugmkanat%bugzilla.org2-23/+99
2006-09-09Bug 351478: userprefs.cgi mysteriously fails (Our template-toolkit requiremen...mkanat%bugzilla.org1-1/+1
2006-09-08Bug 350217: Extensions need to be able to update Bugzilla's DB schemamkanat%bugzilla.org3-10/+104