Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backout bug 984980 | Frédéric Buclin | 2014-04-18 | 1 | -7/+0 |
| | |||||
* | Remove tabs | Frédéric Buclin | 2014-04-17 | 1 | -4/+4 |
| | |||||
* | Bug 984980 - add framework for keyboard shortcuts, and key to switch between ↵ | Acho Arnold | 2014-04-17 | 1 | -0/+7 |
| | | | | preview and edit mode. Patch by <arnold@archlinux.info>, r=gerv, a=justdave. | ||||
* | Bug 956190 (part 5): Merge attachment.css, dependency-tree.css, ↵ | Frédéric Buclin | 2014-03-10 | 1 | -1/+1 |
| | | | | | | enter_bug.css and show_bug.css into bug.css r/a=justdave | ||||
* | Bug 975112 - Add the "Preview" mode for "Optional Comment" in the Create New ↵ | Dave Lawrence | 2014-02-28 | 1 | -7/+5 |
| | | | | | | Attachement page r=glob,a=justdave | ||||
* | Bug 969881: All "Help" links in the header and footer of pages point to ↵ | Frédéric Buclin | 2014-02-12 | 1 | -1/+1 |
| | | | | | | inexistent files r=gerv a=justdave | ||||
* | Bug 903337 - Do not display the CC list and the "Remove selected CCs" ↵ | Sunil Joshi | 2013-08-27 | 1 | -1/+1 |
| | | | | | checkbox if the CC list is empty r=simon, a=glob | ||||
* | Bug 138546: Add a checkbox to add himself to the CC list when creating or ↵ | Reed Loden | 2012-06-26 | 1 | -0/+9 |
| | | | | | | editing an attachment r/a=LpSolit | ||||
* | Bug 696387: Remove useless calls to field-descs.none.tmpl | Matt Selsky | 2012-02-26 | 1 | -2/+0 |
| | | | | r/a=LpSolit | ||||
* | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 2012-01-11 | 1 | -20/+5 |
| | | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | ||||
* | Bug 682822: Hide 'obsolete attachments' section when there are none to display | Byron Jones | 2011-09-02 | 1 | -15/+11 |
| | | | | r=LpSolit, a=LpSolit | ||||
* | Bug 633298 - Please add a 'form' hook to attachment/create.html.tmpl and ↵ | David Lawrence | 2011-02-11 | 1 | -0/+3 |
| | | | | | | attachment/edit.html.tmpl r/a=mkanat | ||||
* | Bug 386600: Implement auto-completion for the requestee field | Guy Pyrzak | 2010-11-21 | 1 | -1/+2 |
| | | | | r/a=LpSolit | ||||
* | Bug 119703: Create an attachment by pasting it into a text field | Frédéric Buclin | 2010-07-18 | 1 | -1/+7 |
| | | | | r/a=mkanat | ||||
* | 101770 | Guy Pyrzak | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Bug 162060: Remove the relationship between "votestoconfirm" and whether or ↵ | mkanat%bugzilla.org | 2009-12-17 | 1 | -1/+2 |
| | | | | | | not the UNCONFIRMED status is available, by adding a checkbox to enable the UNCONFIRMED status in editproducts.cgi. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 524065: Template Hook for attachment creating and editing, at end | mkanat%bugzilla.org | 2009-12-04 | 1 | -0/+2 |
| | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 505038: Use $user->is_insider instead of ↵ | lpsolit%gmail.com | 2009-11-10 | 1 | -3/+2 |
| | | | | $user->in_group(Bugzilla->params->{'insidergroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit | ||||
* | Bug 512623: Change get_status and get_resolution to display_value everywhere. | mkanat%bugzilla.org | 2009-09-30 | 1 | -2/+2 |
| | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 388830: Use JS to make sure there's a Description value when submitting ↵ | mkanat%bugzilla.org | 2009-09-21 | 1 | -1/+3 |
| | | | | | | an attachment Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit | ||||
* | Bug 508737: Allow Bugzilla::Template::get_bug_link to take a Bugzilla::Bug ↵ | mkanat%bugzilla.org | 2009-08-06 | 1 | -1/+1 |
| | | | | | | object if one is available Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 488943: Clarify the text of the "Private" checkbox for comments and ↵ | mkanat%bugzilla.org | 2009-07-20 | 1 | -2/+5 |
| | | | | | | attachments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit | ||||
* | Bug 494751 - Toggling Add/Don't add attachment doesn't reset JS state | bbaetz%acm.org | 2009-05-29 | 1 | -2/+1 |
| | | | | r/a=mkanat | ||||
* | Bug 475063: Make the logged-out index.cgi simpler | mkanat%bugzilla.org | 2009-02-12 | 1 | -1/+1 |
| | | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat | ||||
* | Bug 455808: "YAHOO is not defined" JS error thrown when editing attachments | guy.pyrzak%gmail.com | 2008-09-18 | 1 | -1/+1 |
| | | | | Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat | ||||
* | Bug 422691 â Attachment gets added twice after hitting "Back" and "Refresh" | dkl%redhat.com | 2008-06-28 | 1 | -0/+1 |
| | | | | Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit | ||||
* | Bug 422935 â Status values for âTake Bugâ functionality on ↵ | wurblzap%gmail.com | 2008-03-17 | 1 | -3/+3 |
| | | | | | | | attachment creation not localizable. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit | ||||
* | Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colin | lpsolit%gmail.com | 2007-11-12 | 1 | -0/+1 |
| | |||||
* | Bug 398739: "Taking a bug" while adding a new attachment locks the bug ↵ | lpsolit%gmail.com | 2007-10-08 | 1 | -0/+15 |
| | | | | status forever if the ASSIGNED bug status has been renamed or deleted - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat 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 189627: Implement per-product privileges - Patch by Frédéric ↵ | lpsolit%gmail.com | 2006-11-11 | 1 | -5/+5 |
| | | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 321556: Prepare Bugzilla to ship with at least 2 skins. | wurblzap%gmail.com | 2006-10-18 | 1 | -4/+4 |
| | | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=myk, a=justdave | ||||
* | Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_group | mkanat%bugzilla.org | 2006-09-04 | 1 | -2/+2 |
| | | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk | ||||
* | Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵ | lpsolit%gmail.com | 2006-07-12 | 1 | -1/+1 |
| | | | | <batosti@async.com.br> r=ghendricks a=myk | ||||
* | Bug 5179: Need to be able to put attachment on new bug - Patch by Marc ↵ | lpsolit%gmail.com | 2006-06-18 | 1 | -193/+17 |
| | | | | Schumann <wurblzap@gmail.com> r=LpSolit a=justdave | ||||
* | Bug 313256: Update CSS for attachment comment in real time to private ↵ | lpsolit%gmail.com | 2006-03-09 | 1 | -1/+13 |
| | | | | comments - Patch by André Batosti <batosti@async.com.br> r=vladd a=myk | ||||
* | 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 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of ↵ | lpsolit%gmail.com | 2006-02-26 | 1 | -1/+1 |
| | | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann ↵ | lpsolit%gmail.com | 2006-02-22 | 1 | -1/+8 |
| | | | | <wurblzap@gmail.com> r=vladd a=justdave | ||||
* | Bug 208827: Default Attachment Creation to "autodetect" - Patch by Vlad ↵ | lpsolit%gmail.com | 2005-12-14 | 1 | -1/+1 |
| | | | | Dascalu <vladd@bugzilla.org> r=jouni a=justdave | ||||
* | Bug 149504 Permit a reference to a URL to be treated as an attachment | bugreport%peshkin.net | 2005-10-20 | 1 | -3/+73 |
| | | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave | ||||
* | Bug 252272: Allow extremely large attachments to be stored locally | bugreport%peshkin.net | 2005-02-21 | 1 | -0/+12 |
| | | | | r=wurblzap.a=justdave | ||||
* | Bug 280410 : Use more <label> elements in attachment/create.html.tmpl | travis%sedsystems.ca | 2005-02-05 | 1 | -10/+7 |
| | | | | Patch by Anne van Kesteren <bug@annevankesteren.nl> r=GavinS a=justdave | ||||
* | Patch for bug 254371: include Flag Types in create new attachments form; ↵ | jocuri%softhome.net | 2004-09-01 | 1 | -0/+14 |
| | | | | patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>; r=jouni, a=myk. | ||||
* | Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵ | jocuri%softhome.net | 2004-01-19 | 1 | -1/+1 |
| | | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave. | ||||
* | Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵ | gerv%gerv.net | 2003-07-04 | 1 | -13/+15 |
| | | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave. | ||||
* | Bug 180635 - Enhance Bugzilla::User to store additional information | bbaetz%acm.org | 2003-06-03 | 1 | -1/+2 |
| | | | | r=myk,jake | ||||
* | Bug 156169: Bug number styling issues in attachment viewer/editor. r=joel, ↵ | jouni%heikniemi.net | 2003-01-14 | 1 | -1/+2 |
| | | | | a=justdave | ||||
* | Bug 116819 - Attach and Reassign in one fell swoop. Patch by gerv; r,a=justdave. | gerv%gerv.net | 2002-12-15 | 1 | -0/+11 |
| | |||||
* | Backing out checking for bug 172874 because it broke the tree. | justdave%syndicomm.com | 2002-10-24 | 1 | -0/+162 |
| |