summaryrefslogtreecommitdiffstats
path: root/buglist.cgi
AgeCommit message (Expand)AuthorFilesLines
2009-11-10Bug 505039: Use $user->is_timetracker instead of $user->in_group(Bugzilla->pa...lpsolit%gmail.com1-1/+1
2009-11-03Bug 526271: Uninitialized value in can_enter_product() due to a missing argum...lpsolit%gmail.com1-1/+1
2009-10-29Bug 524234: When there are no search results, include helpful linksmkanat%bugzilla.org1-16/+29
2009-10-26Bug 524395: Boolean charts And, Or, "add another chart" buttons do no work wi...lpsolit%gmail.com1-12/+13
2009-08-21Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org1-52/+13
2009-08-11Bug 509045: Make "use_keywords" a global template variable instead of having ...mkanat%bugzilla.org1-5/+8
2009-07-07Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for t...mkanat%bugzilla.org1-156/+36
2009-07-07Bug 502641: Fix various problems that would occur when you would log in from ...mkanat%bugzilla.org1-11/+11
2009-05-25Bug 494643: Do not pass the same columns twice to the SQL query - Patch by Fr...lpsolit%gmail.com1-2/+4
2009-05-25Bug 494369: Do not throw an error if the 'order' parameter contains invalid c...lpsolit%gmail.com1-12/+7
2009-05-22Back out bug 441496: it breaks Safari and Google Chromelpsolit%gmail.com1-7/+4
2009-05-14Bug 290631 - iCalendar export should include prioritybbaetz%acm.org1-0/+11
2009-05-06Bug 491679: Do not store the buglist sort order of shared saved searches in c...lpsolit%gmail.com1-1/+1
2009-03-06Remove the unused 'unconfirmedstate' variable (as mentioned in the release no...lpsolit%gmail.com1-2/+0
2009-02-05 Bug 476943 - Edit multiple issues token after switching to shadow DBghendricks%novell.com1-0/+4
2009-02-02Bug 466748: [SECURITY] Shared/saved searches can be deleted without user conf...lpsolit%gmail.com1-5/+14
2009-02-02Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ...lpsolit%gmail.com1-0/+2
2009-01-29Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org1-8/+21
2009-01-15Bug 344878: Automatically generate list of acceptable columns for buglist.cgi...lpsolit%gmail.com1-50/+46
2009-01-04Bug 316425: Summarize time estimates on buglist page - Patch by Aaron Larson ...lpsolit%gmail.com1-0/+31
2008-12-06Bug 463002 - Show a description of what you searched for, at the top of bugl...mkanat%bugzilla.org1-1/+1
2008-09-24Bug 456642 - Mass bug edit form for buglist.cgi shows inactive bug statuses i...dkl%redhat.com1-2/+5
2008-09-18Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org1-1/+0
2008-09-12Bug 15089: Make buglist.cgi shorten search URLs by cleaning them and then red...mkanat%bugzilla.org1-0/+11
2008-08-28Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ...lpsolit%gmail.com1-12/+7
2008-08-27Bug 182238: Allow users to choose what time zone to display times in - Patch ...lpsolit%gmail.com1-1/+1
2008-08-08Bug 449693: If a custom multi-select field is active, displaying all columns ...lpsolit%gmail.com1-0/+2
2008-08-08Bug 432931: [Oracle] Saved Searches that search multi-byte characters return ...mkanat%bugzilla.org1-0/+6
2008-08-08Bug 442031: Make Bugzilla::User::groups return an arrayref of Bugzilla::Group...mkanat%bugzilla.org1-1/+1
2008-08-01Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1mkanat%bugzilla.org1-0/+7
2008-07-07Bug 441496 - Use server push (multipart/x-mixed-replace) with compatible vers...gerv%gerv.net1-4/+7
2008-06-30Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org1-2/+2
2008-06-29Bug 437003 – Add hook to buglist.cgi to add columns to bug listmkanat%bugzilla.org1-0/+2
2008-05-14Bug 433514: Renaming a saved search with the same name of different case caus...lpsolit%gmail.com1-1/+2
2008-04-10Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxesguy.pyrzak%gmail.com1-1/+1
2008-03-18Bug 413439: Enable "change several bugs at once" if the user has editbugs OR ...lpsolit%gmail.com1-16/+34
2008-02-25Bug 415652: Implement Bugzilla->active_custom_fields - Patch by Frédéri...lpsolit%gmail.com1-1/+1
2008-02-09Bug 90334: Do not display the "change several bugs at once" form if there are...lpsolit%gmail.com1-1/+1
2008-01-18Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org1-10/+14
2008-01-12Bug 383643: When using "Find a specific bug", the generated buglist does not ...lpsolit%gmail.com1-1/+1
2007-11-03Bug 23473: Implement the ability to reverse the sort order in buglist.cgi ("A...lpsolit%gmail.com1-2/+4
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
2007-10-09Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by...lpsolit%gmail.com1-1/+2
2007-09-21Fixing bug 395771 for reallpsolit%gmail.com1-1/+1
2007-09-21Bug 395771: Advanced search results sorted incorrectly when sorted by importa...lpsolit%gmail.com1-1/+1
2007-09-10Bug 134474: The mass-change form in buglist.cgi offers too many groups - Patc...lpsolit%gmail.com1-20/+28
2007-08-24Bug 365438 Tag-related error messages should mention "tag" instead of "saved ...timeless%mozdev.org1-2/+5
2007-07-28Bug 389835: Various issues when changing several bugs at once - Patch by FrÃ...lpsolit%gmail.com1-3/+2
2007-07-21Bug 385003: Entering a tag name manually ("create and add the tag") should no...lpsolit%gmail.com1-5/+10
2007-07-03Bug 385910: Rename the 'quicksearch_allow_empty_words' parameter to 'specific...lpsolit%gmail.com1-3/+3