Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-19 | Bug 479228: Duplicated words in the error message in importxml.pl when the ↵ | lpsolit%gmail.com | 1 | -9/+7 | |
default product or component doesn't exist - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | |||||
2009-02-14 | Bug 333648: Add flag change to activity log and bugmail when only setter is ↵ | wicked%sci.fi | 2 | -32/+9 | |
changed - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit | |||||
2009-02-12 | Bug 476622: Assure that mod_perl children always receive a different srand() ↵ | mkanat%bugzilla.org | 1 | -0/+2 | |
seed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=gozer, a=mkanat | |||||
2009-02-12 | Bug 464187: Make the text inputs in the show_bug edit form grow with the window | mkanat%bugzilla.org | 3 | -7/+31 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat | |||||
2009-02-12 | Bug 476090: Allow users to log-in from toolbar | mkanat%bugzilla.org | 5 | -93/+122 | |
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat | |||||
2009-02-12 | Bug 477391: The "Commit" and "Move to..." buttons at the top of show_bug ↵ | guy.pyrzak%gmail.com | 1 | -6/+8 | |
should only be displayed if the user is logged in Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit | |||||
2009-02-12 | s/new Account/New Account/ on new index page in order to make the text ↵ | reed%reedloden.com | 1 | -1/+1 | |
grammatically correct. [r=mkanat@IRC] | |||||
2009-02-12 | The new Dusk index.css was missing from the checkin of bug 475063 because it ↵ | mkanat%bugzilla.org | 2 | -1/+25 | |
was still listed in .cvsignore. | |||||
2009-02-12 | Add the right images for bug 475063. | mkanat%bugzilla.org | 6 | -0/+0 | |
2009-02-12 | The wrong homepage images were checked in. | mkanat%bugzilla.org | 3 | -0/+0 | |
2009-02-12 | Bug 475063: Make the logged-out index.cgi simpler | mkanat%bugzilla.org | 16 | -130/+222 | |
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat | |||||
2009-02-11 | Bug 375382: When viewing a bug, make obsolete attachments hidden by default | mkanat%bugzilla.org | 1 | -20/+21 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-02-11 | Bug 475151: Refactor the XML-RPC server stuff out of Bugzilla::WebService | mkanat%bugzilla.org | 5 | -198/+244 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-02-11 | Bug 376673: Add a simple version of the bug entry form (enter_bug.cgi) | mkanat%bugzilla.org | 7 | -152/+154 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit | |||||
2009-02-11 | Bug 341542: Include timestamp of query execution in programmatic search ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
output (RDF) - Patch by Frank Becker <Frank@Frank-Becker.de> r/a=LpSolit | |||||
2009-02-09 | Fix bustage | lpsolit%gmail.com | 1 | -1/+0 | |
2009-02-09 | Bug 477662: Display attachment flags as read-only to logged out users - ↵ | lpsolit%gmail.com | 2 | -13/+16 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-02-09 | Bug 477513: md5_hex() fails if a saved search has UTF8 characters in it - ↵ | lpsolit%gmail.com | 1 | -1/+7 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-02-08 | Bug 371995: Allow the Product field to restrict visibility of custom fields | mkanat%bugzilla.org | 8 | -14/+52 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2009-02-08 | Fix bustage in filterexceptions.pl. | gerv%gerv.net | 1 | -1/+0 | |
2009-02-08 | Bug 365521 and bug 365056: remove Netscape-specific parts of form, fix ↵ | gerv%gerv.net | 1 | -39/+5 | |
encodings of &, and update OS list. r=justdave, a=lpsolit. | |||||
2009-02-06 | There was one too many =back's in the last patch, tests failed. | mkanat%bugzilla.org | 1 | -1/+0 | |
2009-02-05 | Bug 458853 - Add a "permissive" argument that allows Bug.get to return even ↵ | dkl%redhat.com | 1 | -1/+13 | |
if there are errors Updated method history to show new changes. | |||||
2009-02-05 | Bug 458853 - Add a "permissive" argument that allows Bug.get to return even ↵ | dkl%redhat.com | 1 | -6/+63 | |
if there are errors Patch by Noura Nelhawary <nelhawar@redhat.com> - r=dkl/mkanat a=mkanat | |||||
2009-02-05 | Bug 476678 - Rich clients unable to update bugs need security token ↵ | ghendricks%novell.com | 3 | -1/+11 | |
included in bug xml patch by ghendricks@novell.com r=LpSolit a=LpSolit | |||||
2009-02-05 | Bug 476889: importxml.pl crashes when importing bugs ↵ | lpsolit%gmail.com | 2 | -1/+4 | |
(Date::Parse::strptime() leave seconds undefined in some cases) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | |||||
2009-02-05 | Bug 476943 - Edit multiple issues token after switching to shadow DB | ghendricks%novell.com | 1 | -0/+4 | |
patch by ghendricks@novell.com r=mkanat a=mkanat | |||||
2009-02-03 | Bump version number post-release. | mkanat%bugzilla.org | 1 | -1/+1 | |
2009-02-03 | Bump version number for 3.3.3. | mkanat%bugzilla.org | 2 | -3/+3 | |
2009-02-03 | Bug 476594: [SECURITY] Calling srand() at startup time in mod_perl makes the ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
same token be generated over and over Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat | |||||
2009-02-03 | The release notes contained the raw word "bug". | mkanat%bugzilla.org | 1 | -1/+1 | |
2009-02-03 | Bug 476612: Release Notes for Bugzilla 3.2.2 | mkanat%bugzilla.org | 1 | -0/+14 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave | |||||
2009-02-03 | Bump version number post-release. | mkanat%bugzilla.org | 1 | -1/+1 | |
2009-02-03 | Bump version number for 3.3.2. | mkanat%bugzilla.org | 2 | -3/+3 | |
2009-02-02 | The URL to the Security Advisory was incorrect. | mkanat%bugzilla.org | 1 | -1/+1 | |
2009-02-02 | Bug 472362: [SECURITY] Malicious attachments can change your user settings ↵ | lpsolit%gmail.com | 2 | -0/+9 | |
(user + email prefs, shared searches) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit | |||||
2009-02-02 | Bug 472206: [SECURITY] Bugzilla should optionally not allow the user to view ↵ | lpsolit%gmail.com | 5 | -21/+57 | |
possibly harmful attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=LpSolit | |||||
2009-02-02 | Bug 466692: [SECURITY] keywords and unused flag types can be deleted by ↵ | lpsolit%gmail.com | 5 | -32/+23 | |
bypassing the token check - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-02-02 | Bug 466748: [SECURITY] Shared/saved searches can be deleted without user ↵ | lpsolit%gmail.com | 4 | -10/+22 | |
confirmation using predictable URL - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-02-02 | I almost forgot the fix on checkin for bug 26257 | lpsolit%gmail.com | 1 | -1/+0 | |
2009-02-02 | Second part of bug 26257: [SECURITY] Bugzilla should prevent malicious ↵ | lpsolit%gmail.com | 1 | -0/+63 | |
webpages from making bugzilla users submit changes to bugs | |||||
2009-02-02 | Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ↵ | lpsolit%gmail.com | 9 | -8/+98 | |
bugzilla users submit changes to bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-02-02 | Bug 38862: [SECURITY] attachments should be at a different hostname - Patch ↵ | lpsolit%gmail.com | 6 | -40/+162 | |
by Byron Jones <bugzilla@glob.com.au> and Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-01-31 | Bug 472078: Release Notes for Bugzilla 3.2.1 | mkanat%bugzilla.org | 1 | -3/+58 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit | |||||
2009-01-31 | SnowyOwl noticed that the word "Bug" appeared raw in the title of some ↵ | mkanat%bugzilla.org | 1 | -2/+2 | |
errors I checked in as part of bug 472872. | |||||
2009-01-30 | Bug 344559: Add Commit Button below the top fields on show_bug.cgi | guy.pyrzak%gmail.com | 2 | -9/+12 | |
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat | |||||
2009-01-29 | Bug 219021: Only display email addresses to logged-in users | mkanat%bugzilla.org | 21 | -146/+252 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-01-29 | Bug 473201: config.rdf.tmpl flag_type should include group information - ↵ | lpsolit%gmail.com | 1 | -0/+4 | |
Patch by Frank Becker <Frank@Frank-Becker.de> r/a=LpSolit | |||||
2009-01-29 | Bug 471523: Cloning a bug copies the newest visible comment for Newest to ↵ | lpsolit%gmail.com | 1 | -4/+7 | |
Oldest comment order - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-01-28 | Bug 470262 - Show alias if available in show_bug.cgi for bug dependencies, ↵ | dkl%redhat.com | 1 | -6/+6 | |
otherwise show bug id Mistakenly checked in previous version of patch. This brings the changes up to date with the approved patch. dkl |