aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/versions
Commit message (Collapse)AuthorAgeFilesLines
* Bug 962812: Use the "required" attribute where appropriateSunil Joshi2014-03-232-2/+2
| | | | r=LpSolit a=justdave
* Bug 840407: Remove the "align" and "valign" attributesFrédéric Buclin2014-01-072-2/+2
| | | | r/a=justdave
* Bug 920681: Remove the cellspacing and cellpadding attributes from tablesFrédéric Buclin2013-12-313-36/+41
| | | | r/a=justdave
* Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by ↵Frédéric Buclin2013-12-223-1/+3
| | | | | | CSS styles r/a=justdave
* Bug 547311 - Remove the "align" attribute from <th>Christopher Trom2013-08-301-2/+2
| | | r=simon, a=sgreen
* Bug 547311: Remove the "align" attribute from <th>Christopher Trom2012-12-021-1/+1
| | | | r/a=LpSolit
* Bug 460372: The confirmation thrown when deleting a custom field, component, ↵Sunil Joshi2012-12-021-1/+2
| | | | | | version or product must have a red background if the deletion affects bugs r/a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-116-106/+30
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 465118: The "version_has_bugs" error message is slighly unclearChristopher2011-12-301-4/+4
| | | | r/a=LpSolit
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-233-6/+0
| | | | r/a=mkanat
* Bug 615636: Labels are badly aligned when editing versions and milestones in ↵Matt Selsky2011-10-031-2/+2
| | | | | | admin pages r/a=LpSolit
* Bug 77193 - Add the ability to retire (disable) old versions, components and ↵Dave Lawrence2010-08-312-1/+10
| | | | | | milestones r/a=mkanat
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-233-11/+11
| | | | r/a=mkanat
* Bug 573637: Add a new "before_table" hooks to the list.html.tmpl interfaceTiago Mello2010-06-241-0/+2
| | | | | for products, components, milestones, and versions r=mkanat, a=mkanat
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-013-126/+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.
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-209-9/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 213831 "Update" is ambiguous/confusing to sleepy adminstimeless%mozdev.org2007-07-241-1/+1
| | | | r=wurblzap a=lpsolit
* Bug 365515 admin/versions/updated has useless <p>timeless%mozdev.org2007-01-081-3/+1
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365514 admin/versions/select-product has useless <p>timeless%mozdev.org2007-01-081-2/+0
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365513 admin/versions/list has useless <p>timeless%mozdev.org2007-01-081-2/+0
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365512 admin/versions/footer produces invalid markuptimeless%mozdev.org2007-01-081-3/+3
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365511 admin/versions/edit has useless <p>timeless%mozdev.org2007-01-081-2/+0
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365510 admin/versions/deleted has useless <p>timeless%mozdev.org2007-01-081-2/+0
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365509 admin/versions/created has useless <p>timeless%mozdev.org2007-01-081-2/+0
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365508 admin/versions/create useless <p>timeless%mozdev.org2007-01-081-2/+0
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365507 admin/versions/confirm-delete uses strange mark uptimeless%mozdev.org2007-01-081-4/+4
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 321556: Prepare Bugzilla to ship with at least 2 skins.wurblzap%gmail.com2006-10-181-2/+2
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=myk, a=justdave
* Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com2006-10-153-2/+3
| | | | versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 313125: Implement validations and database persistence functions for ↵lpsolit%gmail.com2006-07-191-5/+3
| | | | Versions.pm and clean-up editversions.cgi - Patch by André Batosti <batosti@async.com.br> r=LpSolit a=myk
* Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com2006-07-123-3/+3
| | | | <batosti@async.com.br> r=ghendricks a=myk
* Bug 311258: use objects in admin templates (products & co) - Patch by André ↵lpsolit%gmail.com2006-03-028-77/+78
| | | | Batosti <batosti@async.com.br> r=LpSolit a=justdave
* Bug 307604: "Redisplay table with bug counts" should also be available from ↵lpsolit%gmail.com2005-09-282-20/+51
| | | | editmilestones.cgi and editversions.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
* Bug 294605: Use UTF-8 (Unicode) charset encoding for current templates - ↵lpsolit%gmail.com2005-05-221-1/+1
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch ↵lpsolit%gmail.com2005-04-062-61/+13
| | | | by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Patch for bug 190226: templatize editversions.cgi; patch by GavinS ↵jocuri%softhome.net2005-01-169-0/+598
<bugzilla@chimpychompy.org>, r=jouni, a=myk.