aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Tabs are not allowed in Bugzilla source... if we find one, issue a warning.jake%acutex.net2009-03-011-0/+45
| | | | No review needed for tests at this time. NOT PART OF BUILD
* Bug 477745: [Oracle] Search doesn't work because of sql_string_until - Patch ↵lpsolit%gmail.com2009-02-261-0/+7
| | | | by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat
* Bug 479446: email_in.pl wasn't splitting lines properly when they ended with ↵mkanat%bugzilla.org2009-02-261-1/+1
| | | | | | CRLF (which is the actual RFC standard email line ending). Patch by Eric Olson <Eric.Olson@adm.com> r=mkanat, a=mkanat
* Add qs_suffix to filterexceptions.pl, which was missed on checkin of the new ↵mkanat%bugzilla.org2009-02-261-2/+2
| | | | login-small.
* Bug 480061: Lots of JS was toggling the "display" attribute instead of ↵mkanat%bugzilla.org2009-02-255-34/+37
| | | | | | removing/adding the bz_default_hidden class. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
* Bug 479164: "Bug" appears raw in "File a Bug" on index.cgi - Patch by ↵lpsolit%gmail.com2009-02-254-4/+4
| | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 479197: The mini_login Bugzilla_password box does not convert to text ↵mkanat%bugzilla.org2009-02-243-28/+62
| | | | | | type or clear itself in IE Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
* Bug 478173: Add a "Remember" checkbox to the header/footer login form and ↵mkanat%bugzilla.org2009-02-244-59/+45
| | | | | | restructure the header and footer so that it fits nicely. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
* Bug 476607: "Constant subroutine redefined" warnings from ↵mkanat%bugzilla.org2009-02-231-6/+6
| | | | | | Bugzilla::Field::Choice Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 467920: Remove multiple CRs in a row from the email template and make ↵mkanat%bugzilla.org2009-02-221-1/+14
| | | | | | sure all email lines end in CRLF. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
* Bug 479345: Field::Choice->update returns incorrect data in list context, ↵lpsolit%gmail.com2009-02-211-1/+1
| | | | leading group settings changes to crash - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 431201: recode.pl crash when trying to convert 2.16 database to 3.0.3 schemamkanat%bugzilla.org2009-02-201-10/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 477459: buglist.cgi crashes for logged out users if the "Reporter" ↵lpsolit%gmail.com2009-02-202-2/+2
| | | | column is displayed - Patches by Frédéric Buclin <LpSolit@gmail.com> and Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat
* Bug 479228: Duplicated words in the error message in importxml.pl when the ↵lpsolit%gmail.com2009-02-191-9/+7
| | | | default product or component doesn't exist - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 333648: Add flag change to activity log and bugmail when only setter is ↵wicked%sci.fi2009-02-142-32/+9
| | | | changed - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
* Bug 476622: Assure that mod_perl children always receive a different srand() ↵mkanat%bugzilla.org2009-02-121-0/+2
| | | | | | seed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=gozer, a=mkanat
* Bug 464187: Make the text inputs in the show_bug edit form grow with the windowmkanat%bugzilla.org2009-02-123-7/+31
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat
* Bug 476090: Allow users to log-in from toolbarmkanat%bugzilla.org2009-02-125-93/+122
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 477391: The "Commit" and "Move to..." buttons at the top of show_bug ↵guy.pyrzak%gmail.com2009-02-121-6/+8
| | | | | | should only be displayed if the user is logged in Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit
* s/new Account/New Account/ on new index page in order to make the text ↵reed%reedloden.com2009-02-121-1/+1
| | | | grammatically correct. [r=mkanat@IRC]
* The new Dusk index.css was missing from the checkin of bug 475063 because it ↵mkanat%bugzilla.org2009-02-122-1/+25
| | | | was still listed in .cvsignore.
* 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
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 375382: When viewing a bug, make obsolete attachments hidden by defaultmkanat%bugzilla.org2009-02-111-20/+21
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 475151: Refactor the XML-RPC server stuff out of Bugzilla::WebServicemkanat%bugzilla.org2009-02-115-198/+244
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 376673: Add a simple version of the bug entry form (enter_bug.cgi)mkanat%bugzilla.org2009-02-117-152/+154
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 341542: Include timestamp of query execution in programmatic search ↵lpsolit%gmail.com2009-02-111-0/+1
| | | | output (RDF) - Patch by Frank Becker <Frank@Frank-Becker.de> r/a=LpSolit
* Fix bustagelpsolit%gmail.com2009-02-091-1/+0
|
* Bug 477662: Display attachment flags as read-only to logged out users - ↵lpsolit%gmail.com2009-02-092-13/+16
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 477513: md5_hex() fails if a saved search has UTF8 characters in it - ↵lpsolit%gmail.com2009-02-091-1/+7
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org2009-02-088-14/+52
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Fix bustage in filterexceptions.pl.gerv%gerv.net2009-02-081-1/+0
|
* Bug 365521 and bug 365056: remove Netscape-specific parts of form, fix ↵gerv%gerv.net2009-02-081-39/+5
| | | | encodings of &, and update OS list. r=justdave, a=lpsolit.
* There was one too many =back's in the last patch, tests failed.mkanat%bugzilla.org2009-02-051-1/+0
|
* Bug 458853 - Add a "permissive" argument that allows Bug.get to return even ↵dkl%redhat.com2009-02-051-1/+13
| | | | | | if there are errors Updated method history to show new changes.
* Bug 458853 - Add a "permissive" argument that allows Bug.get to return even ↵dkl%redhat.com2009-02-051-6/+63
| | | | | | if there are errors Patch by Noura Nelhawary <nelhawar@redhat.com> - r=dkl/mkanat a=mkanat
* Bug 476678 - Rich clients unable to update bugs need security token ↵ghendricks%novell.com2009-02-053-1/+11
| | | | | | included in bug xml patch by ghendricks@novell.com r=LpSolit a=LpSolit
* Bug 476889: importxml.pl crashes when importing bugs ↵lpsolit%gmail.com2009-02-052-1/+4
| | | | (Date::Parse::strptime() leave seconds undefined in some cases) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 476943 - Edit multiple issues token after switching to shadow DBghendricks%novell.com2009-02-051-0/+4
| | | | patch by ghendricks@novell.com r=mkanat a=mkanat
* Bump version number post-release.mkanat%bugzilla.org2009-02-031-1/+1
|
* Bump version number for 3.3.3.mkanat%bugzilla.org2009-02-032-3/+3
|
* Bug 476594: [SECURITY] Calling srand() at startup time in mod_perl makes the ↵mkanat%bugzilla.org2009-02-031-1/+1
| | | | | | same token be generated over and over Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
* The release notes contained the raw word "bug".mkanat%bugzilla.org2009-02-031-1/+1
|
* Bug 476612: Release Notes for Bugzilla 3.2.2mkanat%bugzilla.org2009-02-031-0/+14
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave
* Bump version number post-release.mkanat%bugzilla.org2009-02-031-1/+1
|
* Bump version number for 3.3.2.mkanat%bugzilla.org2009-02-022-3/+3
|
* The URL to the Security Advisory was incorrect.mkanat%bugzilla.org2009-02-021-1/+1
|
* Bug 472362: [SECURITY] Malicious attachments can change your user settings ↵lpsolit%gmail.com2009-02-022-0/+9
| | | | (user + email prefs, shared searches) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 472206: [SECURITY] Bugzilla should optionally not allow the user to view ↵lpsolit%gmail.com2009-02-025-21/+57
| | | | possibly harmful attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=LpSolit