summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Expand)AuthorFilesLines
2006-06-19Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com1-147/+68
2006-06-19Patch for bug 341374: fix checksetup failure when database exists with non-Bu...vladd%bugzilla.org1-4/+4
2006-06-18Bug 5179: Need to be able to put attachment on new bug - Patch by Marc Schuma...lpsolit%gmail.com1-6/+318
2006-06-18Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...lpsolit%gmail.com1-2/+4
2006-06-16Bug 328438: Eliminate @::log_columns - Patch by Max Kanat-Alexander <mkanat@b...lpsolit%gmail.com2-1/+15
2006-06-15Bug 341456: Bugzilla/Search/Quicksearch.pm shouldn't use Bugzilla.pm - Patch ...lpsolit%gmail.com1-1/+0
2006-06-15Bug 341453: Bugzilla::Series looks for functions in global scope that are not...mkanat%bugzilla.org1-8/+9
2006-06-14Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by FrÃ...lpsolit%gmail.com1-0/+18
2006-06-13Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric ...lpsolit%gmail.com3-1/+220
2006-06-08Patch for bug 329178: Remove old code specific to MySQL 3.x from DB::Mysql as...uid6231-14/+3
2006-06-08Bug 339667: Attachment data not deleted when deleting a component or a produc...lpsolit%gmail.com1-1/+16
2006-06-08Bug 275638: Templatise 'whinemail' email - Patch by Emmanuel Seyman <eseyman@...lpsolit%gmail.com1-44/+0
2006-06-08Bug 312935: User Account Log should start with a creation date - Patch by FrÃ...lpsolit%gmail.com1-5/+17
2006-06-07Patch for bug 305506: reduce number of SQL calls in Bugzilla::User->groups; i...uid6231-12/+40
2006-06-04Bug 340226: Util.pm shouldn't depend on Bugzilla::Config - Patch by Frédéri...lpsolit%gmail.com1-9/+9
2006-06-03Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by Frédér...lpsolit%gmail.com4-44/+40
2006-06-03Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric ...lpsolit%gmail.com2-17/+12
2006-06-02Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat a=ju...lpsolit%gmail.com2-0/+14
2006-06-02Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Pat...lpsolit%gmail.com4-173/+219
2006-06-01Bug 329377: Bugzilla::Object base class for objectsmkanat%bugzilla.org3-129/+237
2006-06-01Bug 339858: Remove useless module dependencies in Bugzilla::Auth::* - Patch b...lpsolit%gmail.com4-4/+3
2006-05-31Bug 338573: Auth could throw an insecure dependency error if username is taintedmkanat%bugzilla.org1-0/+6
2006-05-31Bug 320751: LDAP: Ability to have Bugzilla use the LDAP username directly as ...mkanat%bugzilla.org1-5/+10
2006-05-30Bug 313023: Param("confirmuniqueusermatch") should not be case sensitive - Pa...lpsolit%gmail.com1-1/+1
2006-05-30Bug 337054: Remove get_component_id() and get_component_name() from globals.p...lpsolit%gmail.com1-1/+3
2006-05-29Bug 302876: Database Version-Checking needs to be more modular and more genericmkanat%bugzilla.org4-38/+20
2006-05-23Bug 328642: Params should be in Bugzilla->params instead of being a Bugzilla:...mkanat%bugzilla.org1-74/+43
2006-05-23Bug 331365: Sendmail complains about a possible attack because there's a newl...lpsolit%gmail.com1-1/+2
2006-05-23Bug 139309: Include real name (not just email address) in bugmail comment and...lpsolit%gmail.com1-8/+8
2006-05-22Bug 332522: Remove $::prodmaxvotes - Patch by Frédéric Buclin <LpSolit@gmai...lpsolit%gmail.com1-3/+4
2006-05-21Bug 338365: Bugzilla::BugMail calls Param() outside of any functionmkanat%bugzilla.org1-7/+7
2006-05-17Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and FlagT...lpsolit%gmail.com2-227/+126
2006-05-17Bug 337747: config.cgi fails with an SQL error in Bugzilla::Keyword with no k...mozilla%colinogilvie.co.uk1-4/+2
2006-05-16Trying to fix bustage on Perl5.8.0 (adding a newline between 1; and __END__) ...lpsolit%gmail.com1-0/+1
2006-05-16Bug 337681: When trying to impersonate someone, the UI displays the password ...lpsolit%gmail.com1-1/+4
2006-05-16Bug 337661: LDAP user login failure: Can't locate object method "realname" vi...lpsolit%gmail.com1-1/+1
2006-05-15Bug 137751: Linkify bug numbers in dependency fields on show_activity.cgi - P...lpsolit%gmail.com1-0/+6
2006-05-12Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org18-1227/+1406
2006-05-11Bug 96431: It's possible to write an essay in the Summary field.mkanat%bugzilla.org1-1/+1
2006-05-08Bug 333581: Provide editbugs as default timetrackinggroup value.wurblzap%gmail.com1-1/+1
2006-05-08Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ...lpsolit%gmail.com4-12/+49
2006-05-08Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com2-4/+4
2006-04-23Bump version post-release.mkanat%bugzilla.org1-1/+1
2006-04-23Update the version numbers for 2.23.1.mkanat%bugzilla.org1-1/+1
2006-04-18Bug 44595: Implement an interface for administrators to delete attachments - ...lpsolit%gmail.com2-6/+11
2006-04-16Bug 330186: Crash when changing the status of a bug which has dependencies (n...lpsolit%gmail.com1-1/+3
2006-04-15Bug 322285: Cancelling a flag should remove it completely from the DB - Patch...lpsolit%gmail.com6-62/+27
2006-04-15Bug 329537: [PostgreSQL] Bugzilla::DB::Pg can't alter a column to be SERIAL -...lpsolit%gmail.com3-99/+43
2006-04-13Bug 333031: Uninitialized value when entering a new bug and an alias is given...lpsolit%gmail.com1-1/+1
2006-04-05Bug 275637: Templatise 'voteremovedmail' email - Patch by Emmanuel Seyman <es...lpsolit%gmail.com2-31/+15