aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Expand)AuthorAgeFilesLines
* Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ...lpsolit%gmail.com2005-08-251-3/+84
* Bug 305498: UTF-8 e-mail encoding is not working - Patch by Cedric Caron <ced...lpsolit%gmail.com2005-08-251-2/+2
* Bug 298400: [PostgreSQL] SQL error using buglist.cgi and full text search. Co...mkanat%kerio.com2005-08-251-1/+2
* Bug 303366: Possible locking tables conflict when voting for bugs - Patch by ...lpsolit%gmail.com2005-08-231-9/+0
* Bug 300231: Bugzilla::User needs a way of returning only Selectable classific...lpsolit%gmail.com2005-08-221-0/+38
* Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - Patc...lpsolit%gmail.com2005-08-221-0/+499
* Fix for bug 292022: accepts multiple requestees in the requestee field for a ...myk%mozilla.org2005-08-211-19/+44
* Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net2005-08-195-160/+89
* Bug 296054: [PostgreSQL] Cannot add a new query for event/whiningmkanat%kerio.com2005-08-181-1/+2
* Bug 299848: enter_bug's automatic OS/Platform code does not work with the new...mkanat%kerio.com2005-08-181-1/+1
* Bug 304642: Bugzilla::Flag::GetTarget() should be called internally by Bugzil...lpsolit%gmail.com2005-08-161-7/+8
* Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - Patc...lpsolit%gmail.com2005-08-163-29/+29
* Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric B...lpsolit%gmail.com2005-08-163-20/+28
* Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi f...justdave%bugzilla.org2005-08-1510-10/+0
* Bug 304588: Remove 'use Bugzilla::User' from DB.pm - Patch by Frédéric Bucl...lpsolit%gmail.com2005-08-141-2/+1
* Bug 284263: Inherited bless permissions without inherited membership do not w...lpsolit%gmail.com2005-08-141-28/+48
* Bug 303914: legal_bugs_status should be spelled legal_bug_status in Bug.pm - ...lpsolit%gmail.com2005-08-141-2/+2
* Bug 302418: re-enable sendmail support for Windows - Patch by byron jones (gl...lpsolit%gmail.com2005-08-132-0/+13
* Bug 303824: BugMail should ignore deleted or renamed user accounts - Patch by...lpsolit%gmail.com2005-08-131-4/+7
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-1314-56/+56
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-105-10/+8
* Back out bug 300231, because it triggers bug 303413.mkanat%kerio.com2005-08-101-37/+0
* Bug 300231: Bugzilla::Classification needs a way of returning only Selectable...mkanat%kerio.com2005-08-101-0/+37
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-0914-56/+56
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-0914-56/+56
* Bug 301261: uninitialized value in Search.pm when querying by date - Patch by...lpsolit%gmail.com2005-08-061-1/+1
* Bug 303088: MoreSQLData and FetchSQLData/FetchOneColumn may return wrong resu...lpsolit%gmail.com2005-08-051-2/+5
* Bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW ...lpsolit%gmail.com2005-08-043-7/+107
* Bug 301901: Index rename failure when renaming an index called PRIMARYmkanat%kerio.com2005-08-011-0/+3
* Bug 286294: cleanup editclassifications.cgi and migrate the existent code to ...lpsolit%gmail.com2005-07-292-17/+45
* Bug 293678: Sorting bug list by Assignee Real Name failing in latest nightlymkanat%kerio.com2005-07-281-0/+7
* Bug 300952: Change the editmilestones.cgi code to use Milestone.pm and Produc...lpsolit%gmail.com2005-07-281-9/+69
* Bug 300403: New Charts errors out, creates new 'add' user, when Env auth meth...lpsolit%gmail.com2005-07-261-2/+6
* Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Bucl...lpsolit%gmail.com2005-07-2612-48/+86
* Bug 284264: Move canSeeUser from editusers.cgi to User.pm - Patch by Marc Sch...lpsolit%gmail.com2005-07-251-0/+38
* Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by Frédér...lpsolit%gmail.com2005-07-221-0/+19
* Bug 301463: Move CheckFormField and CheckFormFieldDefined into Field.pm - Pat...lpsolit%gmail.com2005-07-221-0/+106
* Bug 301458: Move url_decode out of CGI.pl - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com2005-07-211-0/+28
* Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com2005-07-212-2/+10
* Bug 301440: Move LogActivityEntry out of CGI.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com2005-07-201-0/+48
* Bug 285112: Move ValidateBugID out of CGI.pl - Patch by Frédéric Buclin <Lp...lpsolit%gmail.com2005-07-201-1/+45
* Bug 257767: Option to have fields in CSV files separated by semicolons instea...lpsolit%gmail.com2005-07-201-0/+23
* Bug 282737: Software Error from time-tracking fields during Change Columnsmozilla%colinogilvie.co.uk2005-07-201-5/+5
* Bug 300709: Avoid the use of SELECT * - Patch by Frédéric Buclin <LpSolit@g...lpsolit%gmail.com2005-07-191-1/+1
* Bug 300532: Update editversions.cgi to use routines from Version.pm and Produ...lpsolit%gmail.com2005-07-192-11/+99
* Bug 282632: Eliminate AUTOLOAD section from BugMail.pmmkanat%kerio.com2005-07-191-28/+20
* Fix for bug 232612: enables boolean mode fulltext searches for better searchi...myk%mozilla.org2005-07-153-17/+27
* Bug 283989: CGI.pl global init code should be moved to Bugzilla::CGImkanat%kerio.com2005-07-142-0/+25
* Bug 300501: Move GetBugActivity() into Bug.pm - Patch by Frédéric Buclin <L...lpsolit%gmail.com2005-07-141-0/+113
* Bug 300311: [PostgreSQL] bz_table_list_real returns PostgreSQL system tables ...mkanat%kerio.com2005-07-131-0/+15