summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2005-08-31Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept ↵mkanat%kerio.com4-13/+39
string and pattern as arguments Patch By Lance Larsh <lance.larsh@oracle.com> r=joel, a=justdave
2005-08-31Fix for bug 305773: fixes regression in flag validation code that let ↵myk%mozilla.org2-81/+101
through untrusted requestees when multiple requestees were entered into a requestee field (per the new feature that lets multiple requestees be entered into those fields); r=lpsolit
2005-08-31Bug 279738: Move GetLongDescriptionAsText() out of globals.pl - Patch by ↵lpsolit%gmail.com1-1/+52
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-08-31Bug 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric ↵lpsolit%gmail.com1-2/+24
Buclin <LpSolit@gmail.com> r=joel a=myk
2005-08-29Bug 306117: Search on "Percentage Completed" field returns "unknown column ↵lpsolit%gmail.com1-0/+3
'bugs.remaining_time' in 'having clause'" - Patch by Lance Larsh <lance.larsh@oracle.com> r=joel a=justdave
2005-08-27Bug 305333: Move attachments.thedata to its own tablebugreport%peshkin.net4-3/+24
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
2005-08-27Bug 302650: Product.pm methods don't return what is expected for milestones ↵lpsolit%gmail.com1-12/+11
and versions - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave
2005-08-26Bug 305771: Cannot create request flags with no requestee - Patch by Myk ↵lpsolit%gmail.com1-2/+3
Melez <myk@mozilla.org> r=LpSolit a=justdave
2005-08-25Fix nits for bug 208761 the reviewer asked me to do on checkin (make a ↵lpsolit%gmail.com1-3/+3
description in POD more precise) and which I forgot to do. Sorry wicked ;)
2005-08-25Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ↵lpsolit%gmail.com1-3/+84
by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-08-25Bug 305498: UTF-8 e-mail encoding is not working - Patch by Cedric Caron ↵lpsolit%gmail.com1-2/+2
<cedric.caron@urbanet.ch> r=glob a=justdave
2005-08-25Bug 298400: [PostgreSQL] SQL error using buglist.cgi and full text search. ↵mkanat%kerio.com1-1/+2
Column "relevance desc" not valid in GROUP BY Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, r=joel, a=justdave
2005-08-23Bug 303366: Possible locking tables conflict when voting for bugs - Patch by ↵lpsolit%gmail.com1-9/+0
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-08-22Bug 300231: Bugzilla::User needs a way of returning only Selectable ↵lpsolit%gmail.com1-0/+38
classification objects - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=mkanat a=justdave
2005-08-22Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - ↵lpsolit%gmail.com1-0/+499
Patch by Marc Schumann <wurblzap@gmail.com> r=wicked a=myk
2005-08-21Fix for bug 292022: accepts multiple requestees in the requestee field for a ↵myk%mozilla.org1-19/+44
given flag, and creates multiple requests, one per requestee, so that users can request a flag multiple times simultaneously instead of one at a time; r=joel, a=myk
2005-08-19Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net5-160/+89
Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
2005-08-18Bug 296054: [PostgreSQL] Cannot add a new query for event/whiningmkanat%kerio.com1-1/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-18Bug 299848: enter_bug's automatic OS/Platform code does not work with the ↵mkanat%kerio.com1-1/+1
new default OS list Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
2005-08-16Bug 304642: Bugzilla::Flag::GetTarget() should be called internally by ↵lpsolit%gmail.com1-7/+8
Bugzilla::Flag::process() - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2005-08-16Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - ↵lpsolit%gmail.com3-29/+29
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-08-16Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric ↵lpsolit%gmail.com3-20/+28
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-08-15Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi ↵justdave%bugzilla.org10-10/+0
files already have it loaded, and it causes circular dependencies. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave a=justdave
2005-08-15Bug 304588: Remove 'use Bugzilla::User' from DB.pm - Patch by Frédéric ↵lpsolit%gmail.com1-2/+1
Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-08-14Bug 284263: Inherited bless permissions without inherited membership do not ↵lpsolit%gmail.com1-28/+48
work - Patch by Marc Schumann <wurblzap@gmail.com> r=joel,LpSolit a=justdave
2005-08-14Bug 303914: legal_bugs_status should be spelled legal_bug_status in Bug.pm - ↵lpsolit%gmail.com1-2/+2
Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-08-13Bug 302418: re-enable sendmail support for Windows - Patch by byron jones ↵lpsolit%gmail.com2-0/+13
(glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
2005-08-13Bug 303824: BugMail should ignore deleted or renamed user accounts - Patch ↵lpsolit%gmail.com1-4/+7
by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com14-56/+56
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com5-10/+8
r=mkanat,wicked a=justdave
2005-08-10Back out bug 300231, because it triggers bug 303413.mkanat%kerio.com1-37/+0
2005-08-10Bug 300231: Bugzilla::Classification needs a way of returning only ↵mkanat%kerio.com1-0/+37
Selectable classification objects Patch By Gabriel Sales de Oliveira <gabriel@async.com.br> r=mkanat, a=justdave
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net14-56/+56
of other items.
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com14-56/+56
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-06Bug 301261: uninitialized value in Search.pm when querying by date - Patch ↵lpsolit%gmail.com1-1/+1
by Albert Ting <altlst@sonic.net> r=LpSolit a=justdave
2005-08-05Bug 303088: MoreSQLData and FetchSQLData/FetchOneColumn may return wrong ↵lpsolit%gmail.com1-2/+5
results - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap,justdave a=justdave
2005-08-04Bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW ↵lpsolit%gmail.com3-7/+107
installations - Patch by byron jones (glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
2005-08-01Bug 301901: Index rename failure when renaming an index called PRIMARYmkanat%kerio.com1-0/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
2005-07-29Bug 286294: cleanup editclassifications.cgi and migrate the existent code to ↵lpsolit%gmail.com2-17/+45
use Classification.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=myk
2005-07-28Bug 293678: Sorting bug list by Assignee Real Name failing in latest nightlymkanat%kerio.com1-0/+7
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
2005-07-28Bug 300952: Change the editmilestones.cgi code to use Milestone.pm and ↵lpsolit%gmail.com1-9/+69
Product.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=justdave
2005-07-26Bug 300403: New Charts errors out, creates new 'add' user, when Env auth ↵lpsolit%gmail.com1-2/+6
method is used - Patch by A. Karl Kornel <karl@kornel.name> r=wurblzap a=justdave
2005-07-26Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric ↵lpsolit%gmail.com12-48/+86
Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-07-25Bug 284264: Move canSeeUser from editusers.cgi to User.pm - Patch by Marc ↵lpsolit%gmail.com1-0/+38
Schumann <wurblzap@gmail.com> r=mkanat,joel a=justdave
2005-07-22Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by ↵lpsolit%gmail.com1-0/+19
Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2005-07-22Bug 301463: Move CheckFormField and CheckFormFieldDefined into Field.pm - ↵lpsolit%gmail.com1-0/+106
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-07-21Bug 301458: Move url_decode out of CGI.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-0/+28
<LpSolit@gmail.com> r=mkanat a=myk
2005-07-21Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com2-2/+10
<LpSolit@gmail.com> r=mkanat a=myk
2005-07-21Bug 301440: Move LogActivityEntry out of CGI.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-0/+48
<LpSolit@gmail.com> r=mkanat a=justdave
2005-07-20Bug 285112: Move ValidateBugID out of CGI.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-1/+45
<LpSolit@gmail.com> r=joel,wicked a=justdave