aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ...lpsolit%gmail.com2006-05-0812-58/+70
* Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com2006-05-085-27/+22
* Fix a typo in the Release Notes pointed out by RSZ.mkanat%bugzilla.org2006-05-051-1/+1
* Bug 335572: contrib/bzdbcopy.pl fails because it tries to insert too long a n...mkanat%bugzilla.org2006-05-011-7/+0
* Bug 331008: Consistently name errors either prod_ or product_ - Patch by time...lpsolit%gmail.com2006-05-012-17/+17
* Bug 332925: The heading of the attachment diff page can extend off the right-...lpsolit%gmail.com2006-05-011-2/+0
* Bug 335999: Remove documentation specific to MySQL 3.x and to Pg 7.4.x - Patc...lpsolit%gmail.com2006-05-011-60/+4
* Followup docs to Bug 329537: [PostgreSQL] Bugzilla::DB::Pg can't alter a colu...mozilla%colinogilvie.co.uk2006-04-301-2/+2
* Bug 335633: Docs still refer to "loginmethod"mozilla%colinogilvie.co.uk2006-04-301-5/+5
* Bump version post-release.mkanat%bugzilla.org2006-04-231-1/+1
* Update the version numbers for 2.23.1.mkanat%bugzilla.org2006-04-232-4/+4
* Bug 329628: Finalize Release Notes for 2.22 - Patch by Frédéric Buclin <LpS...lpsolit%gmail.com2006-04-221-7/+13
* Bug 329629: Release Notes for 2.20.2 - Patch by Frédéric Buclin <LpSolit@gm...lpsolit%gmail.com2006-04-221-10/+35
* Bug 334620: When calling importxml.pl with the -v option, information is disp...lpsolit%gmail.com2006-04-201-3/+11
* Bug 334617: importxml.pl crashes when importing bugs having attachments from ...lpsolit%gmail.com2006-04-201-1/+3
* Bug 281691: Misused <label>'s cause screen reader problems.wurblzap%gmail.com2006-04-189-213/+223
* Bug 333998: 012throwables.t broken on Windows - Patch by Marc Schumann <wurbl...lpsolit%gmail.com2006-04-181-1/+1
* I forgot a minor fix on checkin for bug 330718 :)lpsolit%gmail.com2006-04-181-2/+2
* Bug 330718: showdependencytree.cgi needs some cleanup - Patch by Frédéric B...lpsolit%gmail.com2006-04-182-86/+34
* Bug 44595: Implement an interface for administrators to delete attachments - ...lpsolit%gmail.com2006-04-189-9/+247
* Bug 334344: process_bug.cgi is broken when changing several bugs at once - Pa...lpsolit%gmail.com2006-04-181-4/+5
* Bug 330186: Crash when changing the status of a bug which has dependencies (n...lpsolit%gmail.com2006-04-161-1/+3
* Bug 333836: extra </a> in sudo_password_required message - Patch by Emmanuel ...lpsolit%gmail.com2006-04-151-1/+1
* Bug 322285: Cancelling a flag should remove it completely from the DB - Patch...lpsolit%gmail.com2006-04-1412-87/+52
* Bug 329537: [PostgreSQL] Bugzilla::DB::Pg can't alter a column to be SERIAL -...lpsolit%gmail.com2006-04-143-99/+43
* Bug 333867: Incorrect examples for time units in Advanced Query help.wurblzap%gmail.com2006-04-141-2/+2
* Bug 303688: Eliminate deprecated Bugzilla::DB routines from attachment.cgi - ...lpsolit%gmail.com2006-04-131-151/+171
* Bug 333031: Uninitialized value when entering a new bug and an alias is given...lpsolit%gmail.com2006-04-131-1/+1
* Bug 308668: summarize_time.cgi: Use of uninitialized value in concatenation (...lpsolit%gmail.com2006-04-131-1/+1
* Bug 332705: Taking a bug when posting a new attachment doesn't update the 'du...lpsolit%gmail.com2006-04-101-1/+5
* Bug 333195: Cannot post a bug with keywords in itmkanat%kerio.com2006-04-081-1/+1
* Bug 323525: Style the group table as all other admin tables in Bugzilla - Pat...lpsolit%gmail.com2006-04-071-42/+80
* Bug 303696: Eliminate deprecated Bugzilla::DB routines from process_bug.cgi -...lpsolit%gmail.com2006-04-071-139/+185
* Bug 303695: Eliminate deprecated Bugzilla::DB routines from post_bug.cgi - Pa...lpsolit%gmail.com2006-04-071-60/+93
* Bug 303690: Eliminate deprecated Bugzilla::DB routines from collectstats.pl a...lpsolit%gmail.com2006-04-072-91/+103
* Bug 332906: Wrong parameters passed to sudo sessions when trying to bypass va...lpsolit%gmail.com2006-04-071-2/+2
* Bug 332891: Missing SET in admin/table.html.tmpl - Patch by Frédéric Buclin...lpsolit%gmail.com2006-04-061-6/+6
* Bug 275637: Templatise 'voteremovedmail' email - Patch by Emmanuel Seyman <es...lpsolit%gmail.com2006-04-054-43/+54
* Bug 331343: The timestamp is quoted twice in Bugzilla::Flag::modify() - Patch...lpsolit%gmail.com2006-04-051-6/+4
* Bug 330754: Remove AnyEntryGroups() from globals.pl - Patch by Frédéric Buc...lpsolit%gmail.com2006-04-032-36/+3
* Bug 330698: Remove $::components, @::enterable_products and $::classification...lpsolit%gmail.com2006-04-038-141/+34
* Bug 330583: Bad alignment of ) for Alias - Patch by timeless <timeless@bemail...lpsolit%gmail.com2006-04-021-1/+1
* Bug 330439: Missing whitespace after "Cancelled Because:" when cancelling a p...lpsolit%gmail.com2006-04-021-2/+1
* Bug 303692: Eliminate deprecated Bugzilla::DB routines from sanitycheck.cgi -...lpsolit%gmail.com2006-03-311-121/+135
* Bug 332142: Incorrect output when updating components - Patch by Frédéric B...lpsolit%gmail.com2006-03-311-3/+3
* Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin <LpSoli...lpsolit%gmail.com2006-03-317-30/+9
* Bug 306695: Boolean charts forgets "0" values.wurblzap%gmail.com2006-03-312-2/+6
* Bug 70710: More expandable tags within emails - Patch by Alan Siu-Lung Tam <T...lpsolit%gmail.com2006-03-302-0/+13
* Bug 330944: Add 'extensions' to .cvsignore - Patch by David D. Kilzer (ddk) <...lpsolit%gmail.com2006-03-291-0/+1
* Bug 92515: Implement the ability to change the resolution of a bug without re...lpsolit%gmail.com2006-03-283-50/+52