From fc4d6907cd8d88ab42c9c91a177c9c9a2ebe99d6 Mon Sep 17 00:00:00 2001 From: Adam Moore Date: Tue, 26 Oct 2010 10:07:30 -0700 Subject: [PATCH] Added 2.8.2 metadata --- lib/meta/config_2.8.2.php | 750 ++++++++++++++++++++++++++++++++++++++ lib/meta/json_2.8.2.txt | 1 + 2 files changed, 751 insertions(+) create mode 100644 lib/meta/config_2.8.2.php create mode 100644 lib/meta/json_2.8.2.txt diff --git a/lib/meta/config_2.8.2.php b/lib/meta/config_2.8.2.php new file mode 100644 index 0000000..c3f2415 --- /dev/null +++ b/lib/meta/config_2.8.2.php @@ -0,0 +1,750 @@ + 'http://yui.yahooapis.com/2.8.2/build/', + 'skin' => + array ( + 'after' => + array ( + 0 => 'reset', + 1 => 'fonts', + 2 => 'grids', + 3 => 'base', + ), + 'path' => 'skin.css', + 'base' => 'assets/skins/', + 'rollup' => 3, + 'defaultSkin' => 'sam', + ), + 'moduleInfo' => + array ( + 'event' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'yahoo', + ), + 'path' => 'event/event-min.js', + ), + 'animation' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'dom', + 1 => 'event', + ), + 'path' => 'animation/animation-min.js', + ), + 'swfstore' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'element', + 1 => 'cookie', + 2 => 'swf', + ), + 'path' => 'swfstore/swfstore-min.js', + ), + 'datatable' => + array ( + 'path' => 'datatable/datatable-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'element', + 1 => 'datasource', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'calendar', + 1 => 'dragdrop', + 2 => 'paginator', + ), + ), + 'swfdetect' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'yahoo', + ), + 'path' => 'swfdetect/swfdetect-min.js', + ), + 'menu' => + array ( + 'path' => 'menu/menu-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'containercore', + ), + 'type' => 'js', + ), + 'treeview' => + array ( + 'path' => 'treeview/treeview-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'event', + 1 => 'dom', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'json', + 1 => 'animation', + 2 => 'calendar', + ), + ), + 'get' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'yahoo', + ), + 'path' => 'get/get-min.js', + ), + 'progressbar' => + array ( + 'path' => 'progressbar/progressbar-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'element', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'animation', + ), + ), + 'uploader' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'element', + ), + 'path' => 'uploader/uploader-min.js', + ), + 'datasource' => + array ( + 'path' => 'datasource/datasource-min.js', + 'requires' => + array ( + 0 => 'event', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'connection', + ), + ), + 'fonts' => + array ( + 'type' => 'css', + 'path' => 'fonts/fonts-min.css', + ), + 'profiler' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'yahoo', + ), + 'path' => 'profiler/profiler-min.js', + ), + 'connection' => + array ( + 'supersedes' => + array ( + 0 => 'connectioncore', + ), + 'path' => 'connection/connection-min.js', + 'requires' => + array ( + 0 => 'event', + ), + 'type' => 'js', + ), + 'json' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'yahoo', + ), + 'path' => 'json/json-min.js', + ), + 'datemath' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'yahoo', + ), + 'path' => 'datemath/datemath-min.js', + ), + 'calendar' => + array ( + 'supersedes' => + array ( + 0 => 'datemath', + ), + 'path' => 'calendar/calendar-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'event', + 1 => 'dom', + ), + 'type' => 'js', + ), + 'simpleeditor' => + array ( + 'path' => 'editor/simpleeditor-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'element', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'containercore', + 1 => 'menu', + 2 => 'button', + 3 => 'animation', + 4 => 'dragdrop', + ), + 'pkg' => 'editor', + ), + 'swf' => + array ( + 'supersedes' => + array ( + 0 => 'swfdetect', + ), + 'path' => 'swf/swf-min.js', + 'requires' => + array ( + 0 => 'element', + ), + 'type' => 'js', + ), + 'reset' => + array ( + 'type' => 'css', + 'path' => 'reset/reset-min.css', + ), + 'event-simulate' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'event', + ), + 'path' => 'event-simulate/event-simulate-min.js', + ), + 'yuiloader-dom-event' => + array ( + 'supersedes' => + array ( + 0 => 'yahoo', + 1 => 'dom', + 2 => 'event', + 3 => 'get', + 4 => 'yuiloader', + 5 => 'yahoo-dom-event', + ), + 'path' => 'yuiloader-dom-event/yuiloader-dom-event.js', + 'rollup' => 5, + 'type' => 'js', + ), + 'storage' => + array ( + 'path' => 'storage/storage-min.js', + 'requires' => + array ( + 0 => 'yahoo', + 1 => 'event', + 2 => 'cookie', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'swfstore', + ), + ), + 'container' => + array ( + 'supersedes' => + array ( + 0 => 'containercore', + ), + 'path' => 'container/container-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'dom', + 1 => 'event', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'dragdrop', + 1 => 'animation', + 2 => 'connection', + ), + ), + 'profilerviewer' => + array ( + 'path' => 'profilerviewer/profilerviewer-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'profiler', + 1 => 'yuiloader', + 2 => 'element', + ), + 'type' => 'js', + ), + 'imagecropper' => + array ( + 'path' => 'imagecropper/imagecropper-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'dragdrop', + 1 => 'element', + 2 => 'resize', + ), + 'type' => 'js', + ), + 'paginator' => + array ( + 'path' => 'paginator/paginator-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'element', + ), + 'type' => 'js', + ), + 'tabview' => + array ( + 'path' => 'tabview/tabview-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'element', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'connection', + ), + ), + 'grids' => + array ( + 'path' => 'grids/grids-min.css', + 'requires' => + array ( + 0 => 'fonts', + ), + 'type' => 'css', + 'optional' => + array ( + 0 => 'reset', + ), + ), + 'layout' => + array ( + 'path' => 'layout/layout-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'element', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'animation', + 1 => 'dragdrop', + 2 => 'resize', + 3 => 'selector', + ), + ), + 'imageloader' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'event', + 1 => 'dom', + ), + 'path' => 'imageloader/imageloader-min.js', + ), + 'containercore' => + array ( + 'path' => 'container/container_core-min.js', + 'requires' => + array ( + 0 => 'dom', + 1 => 'event', + ), + 'type' => 'js', + 'pkg' => 'container', + ), + 'event-mouseenter' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'dom', + 1 => 'event', + ), + 'path' => 'event-mouseenter/event-mouseenter-min.js', + ), + 'logger' => + array ( + 'path' => 'logger/logger-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'event', + 1 => 'dom', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'dragdrop', + ), + ), + 'cookie' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'yahoo', + ), + 'path' => 'cookie/cookie-min.js', + ), + 'stylesheet' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'yahoo', + ), + 'path' => 'stylesheet/stylesheet-min.js', + ), + 'connectioncore' => + array ( + 'path' => 'connection/connection_core-min.js', + 'requires' => + array ( + 0 => 'event', + ), + 'type' => 'js', + 'pkg' => 'connection', + ), + 'utilities' => + array ( + 'supersedes' => + array ( + 0 => 'yahoo', + 1 => 'event', + 2 => 'dragdrop', + 3 => 'animation', + 4 => 'dom', + 5 => 'connection', + 6 => 'element', + 7 => 'yahoo-dom-event', + 8 => 'get', + 9 => 'yuiloader', + 10 => 'yuiloader-dom-event', + ), + 'path' => 'utilities/utilities.js', + 'rollup' => 8, + 'type' => 'js', + ), + 'dragdrop' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'dom', + 1 => 'event', + ), + 'path' => 'dragdrop/dragdrop-min.js', + ), + 'colorpicker' => + array ( + 'path' => 'colorpicker/colorpicker-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'slider', + 1 => 'element', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'animation', + ), + ), + 'base' => + array ( + 'type' => 'css', + 'after' => + array ( + 0 => 'reset', + 1 => 'fonts', + 2 => 'grids', + ), + 'path' => 'base/base-min.css', + ), + 'event-delegate' => + array ( + 'path' => 'event-delegate/event-delegate-min.js', + 'requires' => + array ( + 0 => 'event', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'selector', + ), + ), + 'yuiloader' => + array ( + 'type' => 'js', + 'supersedes' => + array ( + 0 => 'yahoo', + 1 => 'get', + ), + 'path' => 'yuiloader/yuiloader-min.js', + ), + 'button' => + array ( + 'path' => 'button/button-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'element', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'menu', + ), + ), + 'resize' => + array ( + 'path' => 'resize/resize-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'dragdrop', + 1 => 'element', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'animation', + ), + ), + 'element' => + array ( + 'path' => 'element/element-min.js', + 'requires' => + array ( + 0 => 'dom', + 1 => 'event', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'event-mouseenter', + 1 => 'event-delegate', + ), + ), + 'history' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'event', + ), + 'path' => 'history/history-min.js', + ), + 'yahoo' => + array ( + 'type' => 'js', + 'path' => 'yahoo/yahoo-min.js', + ), + 'element-delegate' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'element', + ), + 'path' => 'element-delegate/element-delegate-min.js', + ), + 'charts' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'element', + 1 => 'json', + 2 => 'datasource', + 3 => 'swf', + ), + 'path' => 'charts/charts-min.js', + ), + 'slider' => + array ( + 'path' => 'slider/slider-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'dragdrop', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'animation', + ), + ), + 'selector' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'yahoo', + 1 => 'dom', + ), + 'path' => 'selector/selector-min.js', + ), + 'reset-fonts-grids' => + array ( + 'supersedes' => + array ( + 0 => 'reset', + 1 => 'fonts', + 2 => 'grids', + 3 => 'reset-fonts', + ), + 'path' => 'reset-fonts-grids/reset-fonts-grids.css', + 'rollup' => 4, + 'type' => 'css', + ), + 'yuitest' => + array ( + 'path' => 'yuitest/yuitest-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'logger', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'event-simulate', + ), + ), + 'carousel' => + array ( + 'path' => 'carousel/carousel-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'element', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'animation', + ), + ), + 'autocomplete' => + array ( + 'path' => 'autocomplete/autocomplete-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'dom', + 1 => 'event', + 2 => 'datasource', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'connection', + 1 => 'animation', + ), + ), + 'yahoo-dom-event' => + array ( + 'supersedes' => + array ( + 0 => 'yahoo', + 1 => 'event', + 2 => 'dom', + ), + 'path' => 'yahoo-dom-event/yahoo-dom-event.js', + 'rollup' => 3, + 'type' => 'js', + ), + 'dom' => + array ( + 'type' => 'js', + 'requires' => + array ( + 0 => 'yahoo', + ), + 'path' => 'dom/dom-min.js', + ), + 'reset-fonts' => + array ( + 'supersedes' => + array ( + 0 => 'reset', + 1 => 'fonts', + ), + 'path' => 'reset-fonts/reset-fonts.css', + 'rollup' => 2, + 'type' => 'css', + ), + 'editor' => + array ( + 'supersedes' => + array ( + 0 => 'simpleeditor', + ), + 'path' => 'editor/editor-min.js', + 'skinnable' => true, + 'requires' => + array ( + 0 => 'menu', + 1 => 'element', + 2 => 'button', + ), + 'type' => 'js', + 'optional' => + array ( + 0 => 'animation', + 1 => 'dragdrop', + ), + ), + ), +); ?> diff --git a/lib/meta/json_2.8.2.txt b/lib/meta/json_2.8.2.txt new file mode 100644 index 0000000..daacef5 --- /dev/null +++ b/lib/meta/json_2.8.2.txt @@ -0,0 +1 @@ +{"base":"http://yui.yahooapis.com/2.8.2/build/","skin":{"after":["reset","fonts","grids","base"],"path":"skin.css","base":"assets/skins/","rollup":3,"defaultSkin":"sam"},"moduleInfo":{"event":{"type":"js","requires":["yahoo"],"path":"event/event-min.js"},"animation":{"type":"js","requires":["dom","event"],"path":"animation/animation-min.js"},"swfstore":{"type":"js","requires":["element","cookie","swf"],"path":"swfstore/swfstore-min.js"},"datatable":{"path":"datatable/datatable-min.js","skinnable":true,"requires":["element","datasource"],"type":"js","optional":["calendar","dragdrop","paginator"]},"swfdetect":{"type":"js","requires":["yahoo"],"path":"swfdetect/swfdetect-min.js"},"menu":{"path":"menu/menu-min.js","skinnable":true,"requires":["containercore"],"type":"js"},"treeview":{"path":"treeview/treeview-min.js","skinnable":true,"requires":["event","dom"],"type":"js","optional":["json","animation","calendar"]},"get":{"type":"js","requires":["yahoo"],"path":"get/get-min.js"},"progressbar":{"path":"progressbar/progressbar-min.js","skinnable":true,"requires":["element"],"type":"js","optional":["animation"]},"uploader":{"type":"js","requires":["element"],"path":"uploader/uploader-min.js"},"datasource":{"path":"datasource/datasource-min.js","requires":["event"],"type":"js","optional":["connection"]},"fonts":{"type":"css","path":"fonts/fonts-min.css"},"profiler":{"type":"js","requires":["yahoo"],"path":"profiler/profiler-min.js"},"connection":{"supersedes":["connectioncore"],"path":"connection/connection-min.js","requires":["event"],"type":"js"},"json":{"type":"js","requires":["yahoo"],"path":"json/json-min.js"},"datemath":{"type":"js","requires":["yahoo"],"path":"datemath/datemath-min.js"},"calendar":{"supersedes":["datemath"],"path":"calendar/calendar-min.js","skinnable":true,"requires":["event","dom"],"type":"js"},"simpleeditor":{"path":"editor/simpleeditor-min.js","skinnable":true,"requires":["element"],"type":"js","optional":["containercore","menu","button","animation","dragdrop"],"pkg":"editor"},"swf":{"supersedes":["swfdetect"],"path":"swf/swf-min.js","requires":["element"],"type":"js"},"reset":{"type":"css","path":"reset/reset-min.css"},"event-simulate":{"type":"js","requires":["event"],"path":"event-simulate/event-simulate-min.js"},"yuiloader-dom-event":{"supersedes":["yahoo","dom","event","get","yuiloader","yahoo-dom-event"],"path":"yuiloader-dom-event/yuiloader-dom-event.js","rollup":5,"type":"js"},"storage":{"path":"storage/storage-min.js","requires":["yahoo","event","cookie"],"type":"js","optional":["swfstore"]},"container":{"supersedes":["containercore"],"path":"container/container-min.js","skinnable":true,"requires":["dom","event"],"type":"js","optional":["dragdrop","animation","connection"]},"profilerviewer":{"path":"profilerviewer/profilerviewer-min.js","skinnable":true,"requires":["profiler","yuiloader","element"],"type":"js"},"imagecropper":{"path":"imagecropper/imagecropper-min.js","skinnable":true,"requires":["dragdrop","element","resize"],"type":"js"},"paginator":{"path":"paginator/paginator-min.js","skinnable":true,"requires":["element"],"type":"js"},"tabview":{"path":"tabview/tabview-min.js","skinnable":true,"requires":["element"],"type":"js","optional":["connection"]},"grids":{"path":"grids/grids-min.css","requires":["fonts"],"type":"css","optional":["reset"]},"layout":{"path":"layout/layout-min.js","skinnable":true,"requires":["element"],"type":"js","optional":["animation","dragdrop","resize","selector"]},"imageloader":{"type":"js","requires":["event","dom"],"path":"imageloader/imageloader-min.js"},"containercore":{"path":"container/container_core-min.js","requires":["dom","event"],"type":"js","pkg":"container"},"event-mouseenter":{"type":"js","requires":["dom","event"],"path":"event-mouseenter/event-mouseenter-min.js"},"logger":{"path":"logger/logger-min.js","skinnable":true,"requires":["event","dom"],"type":"js","optional":["dragdrop"]},"cookie":{"type":"js","requires":["yahoo"],"path":"cookie/cookie-min.js"},"stylesheet":{"type":"js","requires":["yahoo"],"path":"stylesheet/stylesheet-min.js"},"connectioncore":{"path":"connection/connection_core-min.js","requires":["event"],"type":"js","pkg":"connection"},"utilities":{"supersedes":["yahoo","event","dragdrop","animation","dom","connection","element","yahoo-dom-event","get","yuiloader","yuiloader-dom-event"],"path":"utilities/utilities.js","rollup":8,"type":"js"},"dragdrop":{"type":"js","requires":["dom","event"],"path":"dragdrop/dragdrop-min.js"},"colorpicker":{"path":"colorpicker/colorpicker-min.js","skinnable":true,"requires":["slider","element"],"type":"js","optional":["animation"]},"base":{"type":"css","after":["reset","fonts","grids"],"path":"base/base-min.css"},"event-delegate":{"path":"event-delegate/event-delegate-min.js","requires":["event"],"type":"js","optional":["selector"]},"yuiloader":{"type":"js","supersedes":["yahoo","get"],"path":"yuiloader/yuiloader-min.js"},"button":{"path":"button/button-min.js","skinnable":true,"requires":["element"],"type":"js","optional":["menu"]},"resize":{"path":"resize/resize-min.js","skinnable":true,"requires":["dragdrop","element"],"type":"js","optional":["animation"]},"element":{"path":"element/element-min.js","requires":["dom","event"],"type":"js","optional":["event-mouseenter","event-delegate"]},"history":{"type":"js","requires":["event"],"path":"history/history-min.js"},"yahoo":{"type":"js","path":"yahoo/yahoo-min.js"},"element-delegate":{"type":"js","requires":["element"],"path":"element-delegate/element-delegate-min.js"},"charts":{"type":"js","requires":["element","json","datasource","swf"],"path":"charts/charts-min.js"},"slider":{"path":"slider/slider-min.js","skinnable":true,"requires":["dragdrop"],"type":"js","optional":["animation"]},"selector":{"type":"js","requires":["yahoo","dom"],"path":"selector/selector-min.js"},"reset-fonts-grids":{"supersedes":["reset","fonts","grids","reset-fonts"],"path":"reset-fonts-grids/reset-fonts-grids.css","rollup":4,"type":"css"},"yuitest":{"path":"yuitest/yuitest-min.js","skinnable":true,"requires":["logger"],"type":"js","optional":["event-simulate"]},"carousel":{"path":"carousel/carousel-min.js","skinnable":true,"requires":["element"],"type":"js","optional":["animation"]},"autocomplete":{"path":"autocomplete/autocomplete-min.js","skinnable":true,"requires":["dom","event","datasource"],"type":"js","optional":["connection","animation"]},"yahoo-dom-event":{"supersedes":["yahoo","event","dom"],"path":"yahoo-dom-event/yahoo-dom-event.js","rollup":3,"type":"js"},"dom":{"type":"js","requires":["yahoo"],"path":"dom/dom-min.js"},"reset-fonts":{"supersedes":["reset","fonts"],"path":"reset-fonts/reset-fonts.css","rollup":2,"type":"css"},"editor":{"supersedes":["simpleeditor"],"path":"editor/editor-min.js","skinnable":true,"requires":["menu","element","button"],"type":"js","optional":["animation","dragdrop"]}}}