aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search/Saved.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org2009-08-211-5/+65
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 364162: Code determining if named queries should be shown in the page ↵lpsolit%gmail.com2008-11-091-0/+24
| | | | footer is suboptimal - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 433514: Renaming a saved search with the same name of different case ↵lpsolit%gmail.com2008-05-141-1/+4
| | | | causes db error - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 399163: Bugzilla/*.pm should use transactions for database interaction - ↵lpsolit%gmail.com2007-11-191-3/+2
| | | | Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
* Bug 387678: Warnings thrown when running ./runtests -v 11 - Patch by ↵lpsolit%gmail.com2007-07-131-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
* Bug 383935: Display how many other users have chosen to see your saved ↵lpsolit%gmail.com2007-06-131-0/+23
| | | | search in their footer - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=LpSolit
* Checkin fix for bug 360028.mkanat%bugzilla.org2006-11-131-0/+1
|
* Bug 360028: Bugzilla::Search::Saved should have create() and update(), and ↵mkanat%bugzilla.org2006-11-131-0/+78
| | | | | | buglist.cgi should use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 352403: Create an object for saved searches, and have Bugzilla::User use itmkanat%bugzilla.org2006-11-041-0/+186
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk