Closed Bug 336890 Opened 18 years ago Closed 17 years ago

Various minor template bugs

Categories

(Bugzilla :: User Interface, defect)

2.22
defect
Not set
minor

Tracking

()

RESOLVED FIXED
Bugzilla 3.0

People

(Reporter: spam, Unassigned)

References

Details

Attachments

(1 file)

[admin/products/list-classifications.html.tmpl] breaks href attribute (line 40-)
[% edit_contentlink = BLOCK %]
  editproducts.cgi?action=edit&product=%%name%%

should be 
 [% edit_contentlink = BLOCK -%]
editproducts.cgi?action=edit&product=%%name%%

[% delete_contentlink = BLOCK %]
  editproducts.cgi?action=del&product=%%name%%

should be 
 [% delete_contentlink = BLOCK -%]
editproducts.cgi?action=del&product=%%name%%


[admin/params/index] breaks href attribute
            <a href="editparams.cgi?section=
               [%- panel.name FILTER url_quote %]#[% param.name FILTER url_quote %]">


[admin/params/usermatch]
usermatchmode: missing /p
 "and editing ${terms.bugs}.<p> " _


[admin/products/footer]
 using p as br


[admin/params/auth] emailregexpdesc
 "This describes in English words what kinds of legal addresses "
this isn't good. why do you say Englsh?


[admin/params/bugchange]
 using 'title = "Bug Change Policies"'
 using 'desc = "Set up bug change policies"'
terms.*** should be used i think


letsubmitterchoosepriority
 "If off, then all $terms.bugs initially have the default " _
 "priority selected below.",
this sentense is strange: 'below' is ow on the other page


[admin/params/bugfields]
permission should be privilege


[admin/params/core] cookiepath
 Path, relative to your web document root, to which to restrict " 
like, URL path to the Bugzilla installation 


[admin/params/groupsecurity]
qa-contacts: why s?


[admin/params/core] newchangedmail:
making a list is better: 'gets replaced's


[admin/params/patchviewer] cvsroot
 part of the CVS root.</a>).
dupe '.'

404 http://www.cvshome.org/docs/manual/cvs_2.html#SEC26
--> http://ximbiot.com/cvs/manual/cvs-1.11.21/cvs_2.html#SEC26


strict_isolation description should mention it requires CANEDIT restriction on editproducts.cgi?action=editgroupcontrols.. page

<rsz_x20> hmm, so it requires CANEDIT restriction on editproducts.cgi?action=editgroupcontrols.. page?
<LpSolit> yes
<rsz_x20> it seems no document about it :-(
Unless these are serious errors, we should probably avoid changing the 2.22 templates. We can put the fixes on to the trunk, definitely, though.
Summary: bz2.22 templates bugs → Various minor template bugs in Bugzilla 2.22
Target Milestone: Bugzilla 2.22 → Bugzilla 2.24
Severity: normal → minor
Summary: Various minor template bugs in Bugzilla 2.22 → Various minor template bugs
Target Milestone: Bugzilla 3.0 → Future
Target Milestone: Future → ---
Attached patch patch for tipSplinter Review
this contains:
365557, 365560, 365561, 365562, 365563, 365480, 365564, 365482, 
365483, 365484, 365486, 365487, 365565, 365566, 365567, 365568,
365491, 365492, 365493, 365494, 365495, 365456, 365555, 365556
AFAIK, this is now fixed.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 3.0
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: