summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2010-08-04Bug 450013: (CVE-2010-2757) [SECURITY] Can sudo a user without sending emailFrédéric Buclin1-0/+3
r=glob a=LpSolit
2010-08-04Bug 417048: (CVE-2010-2756) [SECURITY] Boolean charts let me query for users ↵Frédéric Buclin1-0/+7
being in any given group r=mkanat a=LpSolit
2010-08-04Bug 583614: Simple Search no longer worksFrédéric Buclin1-1/+1
r/a=mkanat
2010-08-04Bug 584036: _sync_fulltext() not called when (un)setting an existing comment ↵Frédéric Buclin1-1/+2
as private r/a=mkanat
2010-08-04Bug 584021: FILTER txt should also remove  Frédéric Buclin1-0/+2
r/a=mkanat
2010-08-03Bug 583287: Some fields should not be displayed in bugmail for new bugsFrédéric Buclin2-4/+4
r/a=mkanat
2010-08-03Bug 583165: Un(setting) a comment as private doesn't update bugs.delta_tsFrédéric Buclin1-1/+3
r/a=mkanat
2010-08-02Bug 553884: Quicksearch incorrectly treats "-" in quotes as negationFrédéric Buclin1-0/+3
r/a=mkanat
2010-08-02Bug 583622: email_in.pl doesn't let me set timetracking fieldsFrédéric Buclin2-7/+5
r/a=mkanat
2010-08-02Bug 578494: We can't use "shellwords" to split words for sql_fulltext on Pg,Max Kanat-Alexander1-6/+17
because it doesn't work with unbalanced single quotes. So we just do a hack to make Quicksearch work right, for Pg. r=LpSolit, a=mkanat
2010-08-02Bug 583645: Make $dbh->quote always detaint its output, even on DBDs thatMax Kanat-Alexander1-0/+11
don't normally detaint output from $dbh->quote. r=LpSolit, a=LpSolit
2010-08-02Bug 577956: Bugs which were never confirmed cannot be reopened as UNCONFIRMEDFrédéric Buclin1-2/+2
r/a=mkanat
2010-08-02Bug 581622: When a quicksearch includes the "content" field, it is limited ↵Frédéric Buclin1-6/+0
to 200 bugs r/a=mkanat
2010-08-02Bug 581327: The patch to allow commas in Product (etc.) names broke theMax Kanat-Alexander1-1/+15
entering of comma-separated values in other search fields, like bug_id. So now we split on commas in text fields, but not for <select> fields. r=mkanat, a=mkanat (module owner)
2010-07-28Bug 396558: Dependency change e-mails should only include status changes ↵Frédéric Buclin3-163/+124
that happened right now r/a=mkanat
2010-07-23Bug 581311: Bring the documentation of various hooks in Bugzilla::HookMax Kanat-Alexander1-46/+69
up to date r=mkanat, a=mkanat (module owner)
2010-07-23Bug 578240 - Re-add "owner" as a quicksearch alias for searching for ↵Reed Loden1-0/+1
"assigned_to" [r=mkanat a=mkanat]
2010-07-23Bug 578494: When doing a QuickSearch on a phrase, pass the phrase quotedMax Kanat-Alexander2-4/+13
to the fulltext engine, so that it knows it's a phrase. r=LpSolit, a=mkanat
2010-07-23Bug 577054: ChoiceInterface was denying the deletion of any value ifMax Kanat-Alexander1-3/+9
the field had *any* value-controlling values. r=LpSolit, a=LpSolit
2010-07-23Bug 556579: Back out the patch from bug 554819, because it caused specialMax Kanat-Alexander1-4/+32
characters in quoted strings to be interpreted instead of passed along. r=LpSolit, a=LpSolit
2010-07-23Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin1-6/+0
r/a=mkanat
2010-07-22Bug 580208: Search.pm: Combine all the user search types into one searchMax Kanat-Alexander1-143/+150
function r=mkanat, a=mkanat (module owner)
2010-07-21Bug 428313: Properly expire the browser's CSS and JS cache when thereMax Kanat-Alexander2-20/+159
are new versions of those files. This also eliminates single-file skins and should also allow Extensions to have skins. r=glob, a=mkanat
2010-07-20Bug 579514: Make Bug.attachments also return attachment dataMax Kanat-Alexander4-25/+64
r=dkl, a=mkanat
2010-07-20Bug 579797: Restore ValidateGroupName in Bugzilla::Group, because it isMax Kanat-Alexander1-0/+33
still in use by the whining system r=LpSolit, a=LpSolit
2010-07-20Bug 575475: ANSI coloring of error messages was hiding template compilationMax Kanat-Alexander1-1/+3
errors r=LpSolit, a=LpSolit
2010-07-20Bug 580174: Search.pm: Move special parsing functions around, to be moreMax Kanat-Alexander1-157/+164
orderly r=mkanat, a=mkanat (module owner)
2010-07-18Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin7-87/+35
r/a=mkanat
2010-07-18Bug 579568: Search.pm: Improve the implementation and performance ofMax Kanat-Alexander2-57/+78
substring and "words" searches, improve the formatting of generated SQL, and use real subselects instead of performing the subselect and using its results in an IN. r=mkanat, a=mkanat (module owner)
2010-07-16Bug 67036: Allow searching for product, component, etc. names that containMax Kanat-Alexander1-24/+73
commas r=mkanat, a=mkanat (module owner)
2010-07-16Bug 578335: The "Show next bug in my list" user pref either doesn't display ↵Frédéric Buclin1-1/+1
the next bug or display one from the wrong buglist r/a=mkanat
2010-07-16Bug 398308: Make Search.pm take a hashref for its "params" argumentMax Kanat-Alexander2-68/+78
instead of taking a CGI object. r=mkanat, a=mkanat (module owner)
2010-07-15Bug 521416: Some web servers fail to set the QUERY_STRING parameterbyron jones (glob)1-0/+3
r/a=mkanat
2010-07-15Bug 577800: Finish the cleanup of Search.pm's "init" function by removingMax Kanat-Alexander1-216/+240
it and having its work be done by a new "sql" accessor instead. Also adds some comments, moves functions around into sections, and creates a new _user accessor. r=mkanat, a=mkanat (module owner)
2010-07-15Bug 578904: Search.pm: Fully generate the FROM clause inside of an accessorMax Kanat-Alexander1-92/+154
r=mkanat, a=mkanat (module owner)
2010-07-15Bug 578888: Search.pm: Add and store joins as data structures instead ofMax Kanat-Alexander1-174/+264
raw SQL. r=mkanat, a=mkanat (module owner)
2010-07-15Bug 578602: Search.pm: Move the parsing of boolean charts out of initMax Kanat-Alexander1-122/+194
r=mkanat, a=mkanat (module owner)
2010-07-15Bug 578739: Instead of removing REFERENCES from _bz_real_schema and thenMax Kanat-Alexander5-61/+139
populating FKs from _bz_schema at the end of checksetup, store REFERENCES in _bz_real_schema with a special "created => 0" key that tells us that we still need to create the FK. r=mkanat, a=mkanat (module owner)
2010-07-14Bug 578587: Make checksetup be way quieter when creating a new installMax Kanat-Alexander5-23/+69
r=mkanat, a=mkanat (module owner)
2010-07-14Bug 578308: Move the parsing of special fields and the creation ofMax Kanat-Alexander1-37/+34
@specialcharts out of init in Search.pm r=mkanat, a=mkanat (module owner)
2010-07-14Bug 578594: Search.pm: Move deadlinefrom and deadlineto parsing into aMax Kanat-Alexander1-33/+17
special method r=mkanat, a=mkanat (module owner)
2010-07-14The changes to accept positional parameters in XML-RPC meant that sometimesMax Kanat-Alexander1-0/+5
$params wouldn't just be undef, but actually missing, so validate() was getting @keys where $params should have been. https://bugzilla.mozilla.org/show_bug.cgi?id=577765
2010-07-14Bug 578531: Move the chfield stuff out of init, and makeMax Kanat-Alexander1-135/+87
the changedbefore/after charts include the date specified (they previously did exclusive searches) r=mkanat, a=mkanat (module owner)
2010-07-14Bug 578323: Remove the special parsing of "changedin" from Search.pm.Max Kanat-Alexander1-31/+12
r=mkanat, a=mkanat (module owner)
2010-07-14Bug 577765: Allow XML-RPC to accept multiple positional parametersMax Kanat-Alexander2-10/+12
r=ghendricks, a=mkanat
2010-07-14Remove some errors from WS_ERROR_CODE that don't exist on trunk.Max Kanat-Alexander1-2/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=412074
2010-07-14Bug 578324: The "Hours Worked" field in show_bug.cgi rejects all values ↵Frédéric Buclin1-2/+2
passed to it if it would make the Remaining Time negative r/a=mkanat
2010-07-14Bug 412074: Ability to add attachments to a bug via the WebServiceMax Kanat-Alexander5-3/+207
(Bug.add_attachment) r=timello, a=mkanat
2010-07-13Bug 578316: Search.pm: Move the parsing of email* fields into a methodMax Kanat-Alexander1-42/+38
r=mkanat, a=mkanat (module owner)
2010-07-13Bug 578313: Search.pm: Move the parsing of basic fields (ones that map toMax Kanat-Alexander1-35/+28
fielddefs) into methods r=mkanat, a=mkanat (module owner)