summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search/Saved.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-04-14Bug 1088022 - Bump min version to CGI 4.09Frédéric Buclin1-3/+3
r=dkl
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
r=dkl a=sgreen
2014-04-23Bug 993910: Bugzilla/Search/Saved.pm:294 isn't using the cacheByron Jones1-3/+2
r=gerv, a=glob
2014-01-31Bug 956233: enable USE_MEMCACHE on most objectsByron Jones1-0/+1
r=dkl, a=glob
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
r/a=LpSolit
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+18
r/a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-2/+3
r=wicked a=LpSolit
2012-08-20Bug 698068: The "There is no saved search named ..." page has a "forget" linkFrédéric Buclin1-1/+1
r=glob a=LpSolit
2012-01-12Bug 715902: Do not log personal common activities in audit_logFrédéric Buclin1-0/+4
r=dkl a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-18/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-01-30Bug 616185: Move tags (aka lists of bugs) to their own DB tablesFrédéric Buclin1-11/+1
r/a=mkanat
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