summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Expand)AuthorFilesLines
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
2006-04-05Bug 331343: The timestamp is quoted twice in Bugzilla::Flag::modify() - Patch...lpsolit%gmail.com1-6/+4
2006-04-03Bug 330698: Remove $::components, @::enterable_products and $::classification...lpsolit%gmail.com1-31/+9
2006-03-31Bug 306695: Boolean charts forgets "0" values.wurblzap%gmail.com1-1/+1
2006-03-30Bug 70710: More expandable tags within emails - Patch by Alan Siu-Lung Tam <T...lpsolit%gmail.com2-0/+13
2006-03-16Bug 330521: Remove @::legal_product, @::legal_components and @::legal_target_...lpsolit%gmail.com1-18/+0
2006-03-16Bug 330588 - Missing newline in Search.pmtimeless%mozdev.org1-1/+2
2006-03-16Bug 330577 "its" is wrong in commenttimeless%mozdev.org1-1/+1
2006-03-15Bug 329022: Remove group_name_to_id in favor of creating Group objects - Patc...lpsolit%gmail.com1-26/+0
2006-03-14Fixing POD markuptimeless%mozdev.org1-1/+1
2006-03-12Bug 330186: Crash when changing the status of a bug which has dependencies - ...lpsolit%gmail.com1-1/+1
2006-03-11Bug 329334: User::match_field() may redirect you outside your Bugzilla instal...lpsolit%gmail.com1-1/+1
2006-03-10I forgot a "fix on checkin" (useless whitespaces)lpsolit%gmail.com1-1/+1
2006-03-10Bug 300551: Eliminate deprecated Bugzilla::DB routines from User.pm and Token...lpsolit%gmail.com2-168/+129
2006-03-09Fix a checkin nit on Bug 328638 that I forgot to fix on the original checkin.mkanat%kerio.com1-1/+1
2006-03-09Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com4-11/+221
2006-03-09Bug 132893: Create header X-Bugzilla-Watch-Reason - Patch by Olav Vitters <bu...lpsolit%gmail.com2-25/+51
2006-03-09Bug 323905: "Group" "isn't equal to" boolean chart does not work correctly - ...lpsolit%gmail.com1-3/+6
2006-03-07Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com6-8/+26
2006-03-04Patch for bug 216902: support LDAPS connections; patch by Christian Krause <c...jocuri%softhome.net1-3/+22
2006-03-03Patch for bug 161369: Strip trailing whitespace from login usernames; patch b...jocuri%softhome.net1-1/+1
2006-03-03Patch for bug 74355: Set tooltip to bug title for full-url buglinks; patch by...jocuri%softhome.net1-1/+9
2006-03-03Bug 328602: Eliminate %::versions and @::legal_versionsmkanat%kerio.com2-2/+22
2006-03-02Bug 281358: Attachment links in bugmail are different from the link in show_b...lpsolit%gmail.com1-1/+1
2006-03-02Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExistsmkanat%kerio.com1-1/+27
2006-03-01Fix ThrowCodeError calls by giving them an unique ID (tree fix).jocuri%softhome.net2-3/+3
2006-03-01Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test ...jocuri%softhome.net4-6/+8
2006-02-28Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton...jocuri%softhome.net4-7/+164
2006-02-28Bug 315605: Bugzilla::Field::check_form_field() should not take a CGI object ...lpsolit%gmail.com1-52/+29
2006-02-26Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of globals....lpsolit%gmail.com2-12/+201
2006-02-25Bug 328449: Remove BugMail::MessageToMTA() from Bug::RemoveVotes() - Patch by...lpsolit%gmail.com1-2/+8
2006-02-23Bug 328239: Software error when editing the 'docs_urlbase' parameter - Patch ...lpsolit%gmail.com1-1/+1
2006-02-23Bug 328108: Unable to login on a fresh Bugzilla install using the login form ...lpsolit%gmail.com2-2/+2
2006-02-22Bug 316127: Implement an infrastructure to link to the documentation - Patch ...lpsolit%gmail.com2-0/+16
2006-02-22Bug 172415: Bugzilla should support URLs containing bug IDs with a leading # ...lpsolit%gmail.com1-2/+4
2006-02-22Bug 328063: [PostgreSQL] Bugzilla::DB::Pg does not support adding a new SERIA...mkanat%kerio.com1-7/+23
2006-02-22Bug 100089: Templatise "passwordmail" emailmozilla%colinogilvie.co.uk2-22/+9
2006-02-22Patch for bug 137261: Add X-Bugzilla-Who: an email header specifying the bugz...jocuri%softhome.net2-0/+5