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