Info
Help
Forums
Old Login
Anonymous |
Login
|
Signup for a new account
2010-09-10 05:58 EDT
Project:
All Projects
ClarkConnect
Gateway Services
Upstream
Main
|
My View
|
View Issues
|
Change Log
|
Roadmap
Viewing Issue Simple Details
[
Jump to Notes
]
[
View Advanced
]
[
Issue History
]
[
Print
]
ID
Category
Severity
Reproducibility
Date Submitted
Last Update
0000891
[ClarkConnect] Web-based Administration
tweak
always
2008-06-18 03:31
2009-10-15 23:57
Reporter
whwelch
View Status
public
Assigned To
peter
Priority
normal
Resolution
fixed
Status
closed
Product Version
4.2
Summary
0000891: base.inc: unneed references to YUI modules
Description
References yahoo-min.js, event-min.js, dom-min.js are NOT needed.
yahoo-dom-events is a "rollup" of these first three references.
An even more streamlined and complete solution would be to replace everything with the following:
<!-- Base YUI css -->
<link rel="stylesheet" type="text/css" href="/templates/base/yui/build/container/assets/container.css">
<!-- Base YUI js -->
<script type="text/javascript" src="/templates/base/yui/build/utilities/utilities.js" ></script>
<script type="text/javascript" src="/templates/base/yui/build/container/container-min.js" ></script>
<!-- Global Javascript -->
<script type="text/javascript" src="/templates/base/html/base.js" ></script>
Additional Information
A handy reference for the "rollups" may be found at
http://developer.yahoo.com/yui/articles/hosting/#configure
[
^
]
Also worth consideration is adding the following to the top of style_required.css:
@import "../../base/yui/build/reset-fonts-grids/reset-fonts-grids.css";
Nice to see the update to ver 2.5.2 of YUI in 4.3
Tags
No tags attached.
Attached Files
Relationships
Relationships
There are no notes attached to this issue.
Notes
Issue History
Date Modified
Username
Field
Change
2008-06-18 03:31
whwelch
New Issue
2008-06-18 09:53
whwelch
Severity
minor => tweak
2009-03-21 19:22
peter
Status
new => resolved
2009-03-21 19:22
peter
Fixed in Version
=> 5.0
2009-03-21 19:22
peter
Resolution
open => fixed
2009-03-21 19:22
peter
Assigned To
=> peter
2009-06-24 21:15
peter
Status
resolved => closed
2009-10-15 23:56
peter
Status
closed => resolved
2009-10-15 23:57
peter
Status
resolved => closed
Issue History
Copyright © 2000-2009, Point Clark Networks