aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 478232: Fix HTML validation of pages after index/header UI changes.mkanat%bugzilla.org2009-03-015-77/+40
* Bug 480858: Change Columns fails to escape search name when re-running saved ...lpsolit%gmail.com2009-03-011-1/+2
* Bug 295205 - runtests.pl should check that the line endings of files conform...wurblzap%gmail.com2009-03-011-2/+18
* Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errorsjustdave%bugzilla.org2009-03-011-1/+1
* Bug 126955 - Bugzilla should support translated/localized templates. Patch by...gerv%gerv.net2009-03-011-4/+5
* Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org2009-03-011-1/+1
* Fix for bug 143124, Fix warning messages about *::TESTOUT and clean upzach%zachlipton.com2009-03-011-1/+1
* Bug 135543 - @Support::Templates::testitems does not list all templatesbbaetz%student.usyd.edu.au2009-03-011-12/+15
* Check templates for tabs, also.jake%acutex.net2009-03-011-0/+5
* Don't rely on the TEST_VERBOSE environment variable (no longer exported from ...jake%acutex.net2009-03-011-1/+0
* Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ...jake%acutex.net2009-03-011-2/+4
* yet another meaningless whitespace change to test tinderbox withjustdave%syndicomm.com2009-03-011-1/+1
* another useless whitespace change to test tinderbox withjustdave%syndicomm.com2009-03-011-1/+1
* whitespace change to test tinderbox again.justdave%syndicomm.com2009-03-011-1/+1
* whitespace change to do a test checkin to see how tinderbox reactsjustdave%syndicomm.com2009-03-011-1/+1
* Tabs are not allowed in Bugzilla source... if we find one, issue a warning.jake%acutex.net2009-03-011-0/+45
* Bug 477745: [Oracle] Search doesn't work because of sql_string_until - Patch ...lpsolit%gmail.com2009-02-261-0/+7
* Bug 479446: email_in.pl wasn't splitting lines properly when they ended with ...mkanat%bugzilla.org2009-02-261-1/+1
* Add qs_suffix to filterexceptions.pl, which was missed on checkin of the new ...mkanat%bugzilla.org2009-02-261-2/+2
* Bug 480061: Lots of JS was toggling the "display" attribute instead of removi...mkanat%bugzilla.org2009-02-255-34/+37
* Bug 479164: "Bug" appears raw in "File a Bug" on index.cgi - Patch by Fréd...lpsolit%gmail.com2009-02-254-4/+4
* Bug 479197: The mini_login Bugzilla_password box does not convert to text typ...mkanat%bugzilla.org2009-02-243-28/+62
* Bug 478173: Add a "Remember" checkbox to the header/footer login form and res...mkanat%bugzilla.org2009-02-244-59/+45
* Bug 476607: "Constant subroutine redefined" warnings from Bugzilla::Field::Ch...mkanat%bugzilla.org2009-02-231-6/+6
* Bug 467920: Remove multiple CRs in a row from the email template and make sur...mkanat%bugzilla.org2009-02-221-1/+14
* Bug 479345: Field::Choice->update returns incorrect data in list context, lea...lpsolit%gmail.com2009-02-211-1/+1
* Bug 431201: recode.pl crash when trying to convert 2.16 database to 3.0.3 schemamkanat%bugzilla.org2009-02-201-10/+6
* Bug 477459: buglist.cgi crashes for logged out users if the "Reporter" column...lpsolit%gmail.com2009-02-202-2/+2
* Bug 479228: Duplicated words in the error message in importxml.pl when the de...lpsolit%gmail.com2009-02-191-9/+7
* Bug 333648: Add flag change to activity log and bugmail when only setter is c...wicked%sci.fi2009-02-142-32/+9
* Bug 476622: Assure that mod_perl children always receive a different srand() ...mkanat%bugzilla.org2009-02-121-0/+2
* Bug 464187: Make the text inputs in the show_bug edit form grow with the windowmkanat%bugzilla.org2009-02-123-7/+31
* Bug 476090: Allow users to log-in from toolbarmkanat%bugzilla.org2009-02-125-93/+122
* Bug 477391: The "Commit" and "Move to..." buttons at the top of show_bug shou...guy.pyrzak%gmail.com2009-02-121-6/+8
* s/new Account/New Account/ on new index page in order to make the text gramma...reed%reedloden.com2009-02-121-1/+1
* The new Dusk index.css was missing from the checkin of bug 475063 because it ...mkanat%bugzilla.org2009-02-122-1/+25
* Add the right images for bug 475063.mkanat%bugzilla.org2009-02-126-0/+0
* The wrong homepage images were checked in.mkanat%bugzilla.org2009-02-123-0/+0
* Bug 475063: Make the logged-out index.cgi simplermkanat%bugzilla.org2009-02-1216-130/+222
* Bug 375382: When viewing a bug, make obsolete attachments hidden by defaultmkanat%bugzilla.org2009-02-111-20/+21
* Bug 475151: Refactor the XML-RPC server stuff out of Bugzilla::WebServicemkanat%bugzilla.org2009-02-115-198/+244
* Bug 376673: Add a simple version of the bug entry form (enter_bug.cgi)mkanat%bugzilla.org2009-02-117-152/+154
* Bug 341542: Include timestamp of query execution in programmatic search outpu...lpsolit%gmail.com2009-02-111-0/+1
* Fix bustagelpsolit%gmail.com2009-02-091-1/+0
* Bug 477662: Display attachment flags as read-only to logged out users - Patch...lpsolit%gmail.com2009-02-092-13/+16
* Bug 477513: md5_hex() fails if a saved search has UTF8 characters in it - Pat...lpsolit%gmail.com2009-02-091-1/+7
* Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org2009-02-088-14/+52
* Fix bustage in filterexceptions.pl.gerv%gerv.net2009-02-081-1/+0
* Bug 365521 and bug 365056: remove Netscape-specific parts of form, fix encodi...gerv%gerv.net2009-02-081-39/+5
* There was one too many =back's in the last patch, tests failed.mkanat%bugzilla.org2009-02-051-1/+0