summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search/Saved.pm
AgeCommit message (Collapse)AuthorFilesLines
2010-07-08Bug 577089: Make convert-workflow fix the query values for seriesMax Kanat-Alexander1-2/+5
r=LpSolit, a=LpSolit
2010-07-08Bug 577149: Make convert-workflow rename values in saved searchesMax Kanat-Alexander1-0/+31
r=LpSolit, a=LpSolit
2010-06-24Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander1-2/+0
are required for create(). It now assumes that any column that is NOT NULL and has not DEFAULT in the database is required. We also shift the burden of throwing errors about empty values to the validators. This fixes the bug that Bugzilla::Bug->create() wasn't populating default values for fields if they weren't specified in the create() parameters. r=timello, a=mkanat
2009-08-21Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org1-5/+65
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-11-09Bug 364162: Code determining if named queries should be shown in the page ↵lpsolit%gmail.com1-0/+24
footer is suboptimal - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-05-14Bug 433514: Renaming a saved search with the same name of different case ↵lpsolit%gmail.com1-1/+4
causes db error - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-11-19Bug 399163: Bugzilla/*.pm should use transactions for database interaction - ↵lpsolit%gmail.com1-3/+2
Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
2007-07-13Bug 387678: Warnings thrown when running ./runtests -v 11 - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
2007-06-13Bug 383935: Display how many other users have chosen to see your saved ↵lpsolit%gmail.com1-0/+23
search in their footer - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=LpSolit
2006-11-13Checkin fix for bug 360028.mkanat%bugzilla.org1-0/+1
2006-11-13Bug 360028: Bugzilla::Search::Saved should have create() and update(), and ↵mkanat%bugzilla.org1-0/+78
buglist.cgi should use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-11-04Bug 352403: Create an object for saved searches, and have Bugzilla::User use itmkanat%bugzilla.org1-0/+186
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk