| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Bug 427219 Ð The "Reset QA Contact to default" checkbox remains bold when ↵ | guy.pyrzak%gmail.com | 2008-04-10 | 1 | -10/+10 | |
| | | | | | | | | | | editing the component if qa contact is blank Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat Patch removes the init for the QA field to be outside of the check to see if the field is blank. | |||||
| * | Bug 427236 Ð Different font sizes used in the group restrictions section of ↵ | guy.pyrzak%gmail.com | 2008-04-10 | 1 | -2/+2 | |
| | | | | | | | | | | show_bug.cgi Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat Patch changes the font size of the group area to be the same for both by changing the font size to both use the <small> tag | |||||
| * | Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxes | guy.pyrzak%gmail.com | 2008-04-10 | 1 | -29/+24 | |
| | | | | | | Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=LpSolit. Removes knob from edit single and edit multiple bugs. | |||||
| * | Bug 425433: Read-only fields should not be passed to process_bug.cgi - Patch ↵ | lpsolit%gmail.com | 2008-04-05 | 1 | -12/+0 | |
| | | | | | by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=LpSolit | |||||
| * | Bug 418895: Assignee and QA contact fields always become revealed (editable), | guy.pyrzak%gmail.com | 2008-03-01 | 1 | -5/+10 | |
| | | | | | | | | The patch moves what used to be in one function to hide the qa and assignee into 2 separate calls. It also fixes some typos in the comments and adds my name to the committers list Patch By Guy Pyrzak <guy.pyrzak@gmail.com.com> r=mkanat, a=mkanat | |||||
| * | Bug 419191: CC'ed users not being in the group a bug is restricted to cannot ↵ | lpsolit%gmail.com | 2008-02-26 | 1 | -22/+28 | |
| | | | | | do any change - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
| * | Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵ | lpsolit%gmail.com | 2008-02-25 | 1 | -9/+6 | |
| | | | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
| * | Bug 414284: Bug edit page is bad for changing components | mkanat%bugzilla.org | 2008-02-08 | 1 | -2/+8 | |
| | | | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat | |||||
| * | Bug 414269: Move the knobs to appear below the enter comments area (like it ↵ | lpsolit%gmail.com | 2008-01-30 | 1 | -2/+1 | |
| | | | | | used to) - Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=mkanat | |||||
| * | Bug 414382: Remove the duplicated "CC myself" checkbox below the "Additional ↵ | lpsolit%gmail.com | 2008-01-30 | 1 | -22/+14 | |
| | | | | | Comment" field in favor of the one near the CC list - Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=LpSolit | |||||
| * | Bug 374020: Re-work the bug editing form to be more usable. | mkanat%bugzilla.org | 2008-01-28 | 1 | -489/+729 | |
| | | | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat | |||||
| * | Bug 401965: Move groups updating from process_bug.cgi to Bugzilla::Bug | mkanat%bugzilla.org | 2008-01-12 | 1 | -0/+5 | |
| | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
| * | Bug 389983 - "Enable spellchecking in the summary field" [p=reed r+a=justdave] | reed%reedloden.com | 2007-12-03 | 1 | -2/+4 | |
| | | ||||||
| * | Bug 404412: Couldn't edit comments anymore because of a regression from bug ↵ | mkanat%bugzilla.org | 2007-11-21 | 1 | -4/+4 | |
| | | | | | | | 401957. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
| * | Bug 392186: Remove version headers from all templates - Patch by GavinS ↵ | lpsolit%gmail.com | 2007-08-20 | 1 | -1/+0 | |
| | | | | | <bugzilla@chimpychompy.org> r/a=LpSolit | |||||
| * | Bug 225731: Implement a user pref to choose if clicking the "Reply" link of ↵ | lpsolit%gmail.com | 2007-08-08 | 1 | -16/+23 | |
| | | | | | a comment should qutote the comment or not, or only its ID - Patch by Albert Ting <altlist@gmail.com> r/a=LpSolit | |||||
| * | Bug 370739: Bugzilla UI broken with Firefox 2.0.0.x - Patch by ↵ | lpsolit%gmail.com | 2007-07-28 | 1 | -0/+8 | |
| | | | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
| * | Bug 370921: reporter_accessible and cclist_accessible checkboxes in ↵ | lpsolit%gmail.com | 2007-06-20 | 1 | -2/+4 | |
| | | | | | show_bug.cgi appear editable by users with no privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
| * | Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug ↵ | lpsolit%gmail.com | 2007-05-27 | 1 | -1/+1 | |
| | | | | | status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
| * | Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa ↵ | lpsolit%gmail.com | 2007-05-14 | 1 | -2/+11 | |
| | | | | | <wicked@etlicon.fi> r=justdave a=LpSolit | |||||
| * | Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵ | lpsolit%gmail.com | 2007-04-19 | 1 | -1/+1 | |
| | | | | | get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit | |||||
| * | Bug 92552: Separate reassignment from bug status change (they are now ↵ | lpsolit%gmail.com | 2007-04-13 | 1 | -6/+23 | |
| | | | | | independent) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit | |||||
| * | bug 369429: bug reports should contain microformat markup in order to make ↵ | db48x%yahoo.com | 2007-02-27 | 1 | -13/+22 | |
| | | | | | | | the information in them more useable. r=LpSolit | |||||
| * | Bug 364851: Some accesskeys are duplicated when viewing a bug - Patch by ↵ | lpsolit%gmail.com | 2006-12-27 | 1 | -0/+1 | |
| | | | | | Reed Loden <reed@reedloden.com> r=LpSolit a=justdave | |||||
| * | Bug 353528 - "<select> fields with just one value shouldn't appear editable" ↵ | reed%reedloden.com | 2006-12-27 | 1 | -1/+1 | |
| | | | | | [p=reed r=LpSolit a=justdave] | |||||
| * | Bug 364169 - "There is a "show votes for this bug" link when the bug has no ↵ | reed%reedloden.com | 2006-12-27 | 1 | -2/+4 | |
| | | | | | votes" [p=reed r=bkor a=justdave] | |||||
| * | Bug 364065 - "Disabling CC list <select> for logged-out users can make the ↵ | reed%reedloden.com | 2006-12-19 | 1 | -2/+1 | |
| | | | | | list unscrollable" [p=reed r=bkor a=myk] | |||||
| * | Bug 363556: No obvious way to log in to view/change a bug when you're not ↵ | lpsolit%gmail.com | 2006-12-13 | 1 | -4/+13 | |
| | | | | | logged in - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave | |||||
| * | Bug 181239: Do not show flag table's header when all flags are disabled | olav%bkor.dhs.org | 2006-12-12 | 1 | -24/+34 | |
| | | | | | Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave | |||||
| * | Bug 121576: fields should not be editable when viewing a bug if the user is ↵ | olav%bkor.dhs.org | 2006-10-23 | 1 | -66/+86 | |
| | | | | | | | not logged in Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave | |||||
| * | Bug 357580: Flag fieldset should appear directly under People fieldset | olav%bkor.dhs.org | 2006-10-23 | 1 | -8/+3 | |
| | | | | | Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave | |||||
| * | Bug 357534: Add fieldsets in show_bug.cgi - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 2006-10-22 | 1 | -280/+322 | |
| | | | | | <LpSolit@gmail.com> r=mkanat a=justdave | |||||
| * | Bug 357478: Custom fields should appear as text when they are not editable | olav%bkor.dhs.org | 2006-10-22 | 1 | -1/+1 | |
| | | | | | Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave | |||||
| * | Bug 357490: Reorganize fields in show_bug.cgi and group links together - ↵ | lpsolit%gmail.com | 2006-10-22 | 1 | -131/+141 | |
| | | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave | |||||
| * | Bug 321556: Prepare Bugzilla to ship with at least 2 skins. | wurblzap%gmail.com | 2006-10-18 | 1 | -0/+2 | |
| | | | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=myk, a=justdave | |||||
| * | Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵ | lpsolit%gmail.com | 2006-10-15 | 1 | -3/+3 | |
| | | | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave | |||||
| * | Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_group | mkanat%bugzilla.org | 2006-09-04 | 1 | -4/+4 | |
| | | | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk | |||||
| * | Bug 338965: Add me to cc list feature is confusing - Patch by Joost de Valk ↵ | lpsolit%gmail.com | 2006-08-25 | 1 | -1/+1 | |
| | | | | | <bugzilla@joostdevalk.nl> r=mkanat a=myk | |||||
| * | Bug 344961: Display custom fields on show_bug.cgi before the time table | mkanat%bugzilla.org | 2006-08-22 | 1 | -14/+13 | |
| | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
| * | Bug 348871: modify show_bug in order to pass HTML validation - Patch by ↵ | vladd%bugzilla.org | 2006-08-18 | 1 | -8/+11 | |
| | | | | | victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk | |||||
| * | Bug 326946: Hide resolved bugs by default when accessing ↵ | lpsolit%gmail.com | 2006-07-23 | 1 | -1/+1 | |
| | | | | | showdependencytree.cgi from show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave | |||||
| * | Bug 344513: Make plain-text custom fields functional on all pages except ↵ | mkanat%bugzilla.org | 2006-07-18 | 1 | -1/+4 | |
| | | | | | | | enter_bug.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
| * | Bug 95923: Don't let users change fields they aren't allowed to change - ↵ | lpsolit%gmail.com | 2006-07-17 | 1 | -36/+74 | |
| | | | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | |||||
| * | Bug 94534: Customised resolutions - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 2006-07-14 | 1 | -1/+1 | |
| | | | | | <LpSolit@gmail.com> r=mkanat a=myk | |||||
| * | Bug 96431: It's possible to write an essay in the Summary field. | mkanat%bugzilla.org | 2006-05-10 | 1 | -1/+2 | |
| | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
| * | Bug 7710: Pref to automatically put me on the CC: list of bugs I change - ↵ | lpsolit%gmail.com | 2006-05-10 | 1 | -1/+11 | |
| | | | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk | |||||
| * | Bug 281691: Misused <label>'s cause screen reader problems. | wurblzap%gmail.com | 2006-04-18 | 1 | -88/+88 | |
| | | | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave | |||||
| * | Bug 328638: Remove @::legal_keywords and %::keywordsbyname | mkanat%kerio.com | 2006-03-09 | 1 | -1/+1 | |
| | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
| * | Patch for bug 328089: make number of columns in additional comments field ↵ | jocuri%softhome.net | 2006-03-03 | 1 | -1/+1 | |
| | | | | | identical with constants.COMMENT_COLS; patch by Rudolf Ramler <rudolf.ramler@scch.at>, r=vladd, a=justdave. | |||||
| * | Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann ↵ | lpsolit%gmail.com | 2006-02-22 | 1 | -2/+8 | |
| | | | | | <wurblzap@gmail.com> r=vladd a=justdave | |||||
