aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 364254: Add hook to Bugzilla::Template::quoteUrlsmkanat%bugzilla.org2009-09-306-7/+181
* Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), a...mkanat%bugzilla.org2009-09-309-36/+55
* Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-3027-93/+93
* Bug 512623: Implement the basic infrastructure for localization of all custo...mkanat%bugzilla.org2009-09-302-19/+26
* Bug 452813: No link to the "duplicate of" bug when JS is turned off - Patch b...lpsolit%gmail.com2009-09-301-0/+3
* Bug 455559: The requestee field should be narrower - Patch by Frédéric ...lpsolit%gmail.com2009-09-302-3/+7
* Bug 519676: Allow users to set blank/false values for things in checksetup.pl...mkanat%bugzilla.org2009-09-302-2/+12
* Bug 511796: Allow groups to bless themselvesmkanat%bugzilla.org2009-09-301-4/+7
* Bug 452750: Make it easier to distinguish visited links in Dusk from normal t...mkanat%bugzilla.org2009-09-301-17/+8
* Bug 488931: Change the default priority values to be human-readable words ins...mkanat%bugzilla.org2009-09-305-19/+17
* Bug 328628: When attachments have UTF-8 characters in their name, they will n...mkanat%bugzilla.org2009-09-301-0/+7
* Bug 519481 - Advanced search has empty version and milestoneghendricks%novell.com2009-09-291-12/+19
* Bug 140999: Users without edit permissions for an attachment should still be ...lpsolit%gmail.com2009-09-282-45/+51
* Bug 519032: Remove the unused "last_viewed" column from the "series" DB table...lpsolit%gmail.com2009-09-282-1/+3
* Bug 164009: Add arrows to buglist columns to indicate columns and direction u...wicked%sci.fi2009-09-272-14/+36
* Bug 408807: Need a link pointing to the bug report from the attachment detail...lpsolit%gmail.com2009-09-273-1/+6
* Bug 517793: Use the ENCODING parameter of Template Toolkit instead of having ...mkanat%bugzilla.org2009-09-261-23/+2
* Bug 514378: 'Submit only my new comment' leads to Suspicious Action - Patch b...lpsolit%gmail.com2009-09-221-0/+1
* Bug 512983: Missing comma in field-descs.none.tmpl - Patch by A.A. Shimono (h...lpsolit%gmail.com2009-09-221-1/+1
* Bug 517761: Checksetup creates and deletes ./data/duplicates/ directory every...lpsolit%gmail.com2009-09-221-1/+0
* Bug 490551: Refactor Bugzilla::Search::QuickSearch::quicksearch into a series...mkanat%bugzilla.org2009-09-221-252/+290
* Bug 517632: Make checksetup.pl die when it fails to create a directorymkanat%bugzilla.org2009-09-221-2/+2
* Bug 516712: Allow checksetup.pl to upgrade installations from before 3.4 wher...mkanat%bugzilla.org2009-09-211-2/+12
* Bug 496855: Hooks for sanitycheck.cgimkanat%bugzilla.org2009-09-216-1/+173
* Bug 388830: Use JS to make sure there's a Description value when submitting a...mkanat%bugzilla.org2009-09-213-1/+17
* Bug 516157: MySQL 6.x/5.2/5.4 uses "ENGINE", not "TYPE", for altering tables ...mkanat%bugzilla.org2009-09-201-1/+1
* Bug 516269: New Template Hook: after the bug comment textareamkanat%bugzilla.org2009-09-161-0/+1
* Bug 445875: Make it possible to open a CPAN shell with install-modulemkanat%bugzilla.org2009-09-161-3/+13
* Bug 510958: Allow hooks to exit() under mod_perlmkanat%bugzilla.org2009-09-161-3/+24
* Bug 510669: Do not display the "shared searches" table if there is no search ...lpsolit%gmail.com2009-09-151-12/+5
* Bug 515991: Blacklist CGI 3.46 and 3.47 because CGI::Carp breaks Template Too...mkanat%bugzilla.org2009-09-111-1/+3
* Bug 515191: [SECURITY] SQL Injection via Bug.search (CVE-2009-3125) and Bug.c...mkanat%bugzilla.org2009-09-114-1/+35
* Bug 508189: (CVE-2009-3166) [SECURITY] Logging in after changing your passwor...mkanat%bugzilla.org2009-09-111-0/+4
* Bug 515509: Release Notes for Bugzilla 3.4.2mkanat%bugzilla.org2009-09-101-0/+52
* Bug 515606: Fix the arguments of Bugzilla::Job::Mailer->retry_delay--it's act...mkanat%bugzilla.org2009-09-101-1/+1
* Bug 512598: The "Save Changes" button wasn't aligned with the comment box if ...mkanat%bugzilla.org2009-09-101-3/+2
* Bug 509035: An empty e-mail gets sent to non-timetrackinggroup members if I c...lpsolit%gmail.com2009-09-081-13/+8
* Bug 515149: BugMail.pm uses urlbase for dependency notifications despite sslb...lpsolit%gmail.com2009-09-081-2/+1
* Bug 176002: Move duplicate statistics into the dbmkanat%bugzilla.org2009-09-067-215/+93
* Bug 486306: Truncated XML-RPC response (incorrect content-length header)mkanat%bugzilla.org2009-09-042-13/+3
* Bug 475403: A RHEL SysV Init Script for jobqueue.plmkanat%bugzilla.org2009-09-043-1/+208
* Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org2009-09-048-27/+26
* Bug 513585: Don't trigger utf8 conversion just because there are VIEWs presen...justdave%bugzilla.org2009-09-031-3/+4
* Bug 512616: "collapse/expand comment" removes css-class 'bz_comment_text' - P...lpsolit%gmail.com2009-09-031-2/+2
* Bug 509794: Crash if setting a flag with Unicode characters in the name - Pat...lpsolit%gmail.com2009-09-031-1/+2
* Bug 286625: Make collectstats.pl --regenerate WAY faster and make it correctl...mkanat%bugzilla.org2009-08-311-47/+64
* Bug 510798: Omit "--- Comment 0" line for new bugs - Patch by Frédéric ...lpsolit%gmail.com2009-08-251-0/+2
* Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org2009-08-217-62/+91
* Bug 208714: Make checksetup.pl move $datadir/template when it can't delete itmkanat%bugzilla.org2009-08-202-9/+17
* Bug 458395: Hook for setting-descsmkanat%bugzilla.org2009-08-191-0/+2