summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/milestones
AgeCommit message (Collapse)AuthorFilesLines
2014-03-23Bug 962812: Use the "required" attribute where appropriateSunil Joshi2-2/+2
r=LpSolit a=justdave
2014-01-20Bug 958825: Use HTML5's attribute "autofocus" instead of ↵Frédéric Buclin1-4/+2
onload="element.focus()" r/a=justdave
2014-01-07Bug 840407: Remove the "align" and "valign" attributesFrédéric Buclin2-2/+2
r/a=justdave
2013-12-31Bug 920681: Remove the cellspacing and cellpadding attributes from tablesFrédéric Buclin3-32/+33
r/a=justdave
2013-12-22Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by ↵Frédéric Buclin3-1/+3
CSS styles r/a=justdave
2013-08-30Bug 547311 - Remove the "align" attribute from <th>Christopher Trom1-2/+2
r=simon, a=sgreen
2013-04-10Bug 860140: Remove the obsolete <blink> HTML elementFrédéric Buclin1-1/+1
r=sgreen a=LpSolit
2012-12-02Bug 547311: Remove the "align" attribute from <th>Christopher Trom1-2/+2
r/a=LpSolit
2012-12-02Bug 460372: The confirmation thrown when deleting a custom field, component, ↵Sunil Joshi1-5/+3
version or product must have a red background if the deletion affects bugs r/a=LpSolit
2012-03-26Make Target Milestone field have the same maximum length as Version field. ↵Gervase Markham2-2/+2
r,a=LpSolit. https://bugzilla.mozilla.org/show_bug.cgi?id=448551
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin6-106/+30
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-10-23Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin3-6/+0
r/a=mkanat
2011-10-03Bug 615636: Labels are badly aligned when editing versions and milestones in ↵Matt Selsky1-3/+3
admin pages r/a=LpSolit
2010-08-31Bug 77193 - Add the ability to retire (disable) old versions, components and ↵Dave Lawrence2-1/+10
milestones r/a=mkanat
2010-07-23Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin3-11/+11
r/a=mkanat
2010-06-24Bug 573637: Add a new "before_table" hooks to the list.html.tmpl interfaceTiago Mello1-0/+2
for products, components, milestones, and versions r=mkanat, a=mkanat
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander3-149/+0
During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
2009-06-25Bug 304267: Large lists in admin pages fail to display (they take too much ↵lpsolit%gmail.com1-6/+3
time) - Patch by Michael Thomas <mockodin@gmail.com> r/a=LpSolit
2007-10-10Bug 313129: Implement $milestone->create and $milestone->update based on ↵lpsolit%gmail.com1-6/+5
Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com9-9/+0
<bugzilla@chimpychompy.org> r/a=LpSolit
2007-07-24Bug 213831 "Update" is ambiguous/confusing to sleepy adminstimeless%mozdev.org1-1/+1
r=wurblzap a=lpsolit
2007-07-10Bug 384400 Delete milestone message uses "ALL" incorrectlytimeless%mozdev.org1-2/+3
r=lpsolit a=lpsolit
2007-01-08Bug 365496 admin/milestones/list has useless <p>timeless%mozdev.org1-2/+0
patch by bmo2007@rsz.jp r=timeless a=justdave
2007-01-08Bug 365498 admin/milestones/updated has useless <p>timeless%mozdev.org1-4/+3
patch by bmo2007@rsz.jp r=timeless a=justdave
2007-01-08Bug 365497 admin/milestones/select-product has useless <p>timeless%mozdev.org1-2/+0
patch by bmo2007@rsz.jp r=timeless a=justdave
2007-01-08Bug 365495 . admin/milestones/footer produces invalid markuptimeless%mozdev.org1-3/+3
patch by bmo2007@rsz.jp r=timeless a=justdave
2007-01-08Bug 365494 admin/milestones/edit has useless <p>timeless%mozdev.org1-2/+0
patch by bmo2007@rsz.jp r=timeless a=justdave
2007-01-08Bug 365493 admin/milestones/deleted has useless <p>timeless%mozdev.org1-2/+0
patch by bmo2007@rsz.jp r=timeless a=justdave
2007-01-08Bug 365492 admin/milestones/created has useless <p>timeless%mozdev.org1-2/+0
patch by bmo2007@rsz.jp r=timeless a=justdave
2007-01-08Bug 365491 admin/milestones/create has useless <p>timeless%mozdev.org1-2/+0
patch by bmo2007@rsz.jp r=timeless a=justdave
2006-10-18Bug 321556: Prepare Bugzilla to ship with at least 2 skins.wurblzap%gmail.com1-2/+2
Patch by Marc Schumann <wurblzap@gmail.com>; r=myk, a=justdave
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com3-2/+3
versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-07-12Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com3-3/+3
<batosti@async.com.br> r=ghendricks a=myk
2006-03-02Bug 311258: use objects in admin templates (products & co) - Patch by André ↵lpsolit%gmail.com8-86/+81
Batosti <batosti@async.com.br> r=LpSolit a=justdave
2005-09-28Bug 307604: "Redisplay table with bug counts" should also be available from ↵lpsolit%gmail.com2-18/+51
editmilestones.cgi and editversions.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
2005-08-29Bug 302955: Remove the "delete" link for the default milestone - Patch by ↵lpsolit%gmail.com1-6/+19
Gavin Shelley <bugzilla@chimpychompy.org> r=LpSolit a=justdave
2005-08-23Bug 304542: Focus/Select forms with javascript when editting milestones - ↵lpsolit%gmail.com2-2/+4
Patch by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave
2005-07-28Bug 300952: Change the editmilestones.cgi code to use Milestone.pm and ↵lpsolit%gmail.com2-3/+0
Product.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=justdave
2005-05-22Bug 294605: Use UTF-8 (Unicode) charset encoding for current templates - ↵lpsolit%gmail.com2-2/+2
Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2005-04-06Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch ↵lpsolit%gmail.com2-66/+24
by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2004-09-24Patch for bug 258938: Minor tweak to editmilestones templatization; patch by ↵jocuri%softhome.net1-0/+2
GavinS <bugzilla@chimpychompy.org>; r=jouni, a=justdave.
2004-09-11Bug 190224: templatize editmilestones.cgijustdave%bugzilla.org9-0/+635
Patch by GavinS <bugzilla@chimpychompy.org> r=jouni, a=justdave