From 5bbc78c77c4fa9f5f14007152e1ad5ce5945f7ab Mon Sep 17 00:00:00 2001 From: david Date: Tue, 4 Oct 2011 09:12:25 +0000 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n=20del=20plugin=20TubePress?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.OriginalHouse_Web/trunk@66 54e8636e-a86c-764f-903d-b964358a1ae2 --- src/wp-content/plugins/tubepress/COPYING | 674 -------------- .../plugins/tubepress/content/themes/README | 1 - src/wp-content/plugins/tubepress/index.php | 3 - src/wp-content/plugins/tubepress/readme.txt | 384 -------- .../plugins/tubepress/screenshot-1.jpg | Bin 114709 -> 0 bytes .../api/bootstrap/Bootstrapper.class.php | 34 - .../org/tubepress/api/cache/Cache.class.php | 45 - .../const/filters/ExecutionPoint.class.php | 42 - .../api/const/options/CategoryName.class.php | 35 - .../api/const/options/Type.class.php | 42 - .../const/options/names/Advanced.class.php | 39 - .../api/const/options/names/Display.class.php | 43 - .../const/options/names/Embedded.class.php | 41 - .../api/const/options/names/Feed.class.php | 37 - .../api/const/options/names/Meta.class.php | 41 - .../api/const/options/names/Output.class.php | 51 -- .../api/const/options/names/Widget.class.php | 29 - .../const/options/values/ModeValue.class.php | 46 - .../const/options/values/OrderValue.class.php | 39 - .../options/values/OutputValue.class.php | 30 - .../PlayerImplementationValue.class.php | 29 - .../options/values/PlayerValue.class.php | 38 - .../options/values/SafeSearchValue.class.php | 30 - .../options/values/TimeFrameValue.class.php | 32 - .../querystring/QueryParamName.class.php | 33 - .../api/const/template/Variable.class.php | 79 -- .../api/embedded/EmbeddedPlayer.class.php | 38 - .../api/environment/Detector.class.php | 40 - .../api/factory/VideoFactory.class.php | 35 - .../tubepress/api/feed/FeedFetcher.class.php | 37 - .../api/feed/FeedInspector.class.php | 35 - .../tubepress/api/feed/FeedResult.class.php | 74 -- .../api/filesystem/Explorer.class.php | 55 -- .../api/html/HtmlGenerator.class.php | 46 - .../tubepress/api/http/HttpClient.class.php | 57 -- .../tubepress/api/ioc/IocService.class.php | 35 - .../api/message/MessageService.class.php | 35 - .../api/options/OptionValidator.class.php | 37 - .../api/options/OptionsManager.class.php | 79 -- .../api/options/StorageManager.class.php | 62 -- .../api/pagination/Pagination.class.php | 35 - .../api/patterns/FilterManager.class.php | 47 - .../tubepress/api/patterns/Strategy.class.php | 57 -- .../api/patterns/StrategyManager.class.php | 35 - .../org/tubepress/api/player/Player.class.php | 53 -- .../tubepress/api/provider/Provider.class.php | 50 -- .../api/provider/ProviderCalculator.class.php | 43 - .../querystring/QueryStringService.class.php | 74 -- .../api/shortcode/ShortcodeParser.class.php | 46 - .../api/single/SingleVideo.class.php | 36 - .../tubepress/api/template/Template.class.php | 63 -- .../api/theme/ThemeHandler.class.php | 54 -- .../org/tubepress/api/url/Url.class.php | 294 ------- .../tubepress/api/url/UrlBuilder.class.php | 49 -- .../org/tubepress/api/video/Video.class.php | 100 --- .../bootstrap/AbstractBootstrapper.class.php | 125 --- .../FreeWordPressPluginBootstrapper.class.php | 78 -- .../cache/PearCacheLiteCacheService.class.php | 359 -------- .../DelegatingEmbeddedPlayer.class.php | 58 -- .../embedded/EmbeddedPlayerUtils.class.php | 74 -- .../AbstractEmbeddedStrategy.class.php | 122 --- .../AbstractYouTubeEmbeddedStrategy.class.php | 67 -- .../JwFlvEmbeddedStrategy.class.php | 54 -- .../VimeoEmbeddedStrategy.class.php | 73 -- .../YouTubeIframeEmbeddedStrategy.class.php | 50 -- .../impl/env/wordpress/Admin.class.php | 95 -- .../impl/env/wordpress/Main.class.php | 146 --- .../impl/env/wordpress/Widget.class.php | 135 --- .../SimpleEnvironmentDetector.class.php | 51 -- .../factory/DelegatingVideoFactory.class.php | 66 -- .../AbstractFactoryStrategy.class.php | 242 ----- .../strategies/VimeoFactoryStrategy.class.php | 187 ---- .../YouTubeFactoryStrategy.class.php | 252 ------ .../impl/feed/CacheAwareFeedFetcher.class.php | 80 -- .../feed/DelegatingFeedInspector.class.php | 65 -- .../AbstractFeedInspectionStrategy.class.php | 91 -- .../VimeoFeedInspectionStrategy.class.php | 43 - .../YouTubeFeedInspectionStrategy.class.php | 67 -- .../impl/filesystem/FsExplorer.class.php | 128 --- .../feedresult/ResultCountCapper.class.php | 77 -- .../filters/feedresult/Shuffler.class.php | 58 -- .../feedresult/VideoBlacklist.class.php | 76 -- .../feedresult/VideoPrepender.class.php | 114 --- .../filters/html/AjaxPagination.class.php | 74 -- .../impl/filters/html/ThemeCss.class.php | 91 -- .../template/EmbeddedPlayerName.class.php | 57 -- .../filters/template/EmbeddedSource.class.php | 46 - .../filters/template/Pagination.class.php | 59 -- .../impl/filters/template/Player.class.php | 57 -- .../impl/filters/template/VideoMeta.class.php | 55 -- .../impl/html/DefaultHtmlGenerator.class.php | 115 --- .../strategies/SearchInputStrategy.class.php | 124 --- .../strategies/SearchOutputStrategy.class.php | 123 --- .../strategies/SingleVideoStrategy.class.php | 86 -- .../strategies/SoloPlayerStrategy.class.php | 104 --- .../strategies/ThumbGalleryStrategy.class.php | 136 --- .../impl/http/FastHttpClient.class.php | 207 ----- .../impl/http/clientimpl/Cookie.class.php | 188 ---- .../impl/http/clientimpl/Encoding.class.php | 235 ----- .../strategies/AbstractHttpStrategy.class.php | 202 ----- .../strategies/CurlStrategy.class.php | 150 ---- .../strategies/ExtHttpStrategy.class.php | 122 --- .../strategies/FopenStrategy.class.php | 156 ---- .../strategies/FsockOpenStrategy.class.php | 173 ---- .../strategies/StreamsStrategy.class.php | 143 --- .../FreeWordPressPluginIocService.class.php | 65 -- .../tubepress/impl/ioc/IocContainer.class.php | 69 -- .../impl/ioc/TubePressIocService.class.php | 112 --- .../org/tubepress/impl/log/Log.class.php | 71 -- .../message/AbstractMessageService.class.php | 257 ------ .../message/WordPressMessageService.class.php | 44 - .../options/AbstractStorageManager.class.php | 126 --- .../impl/options/FormHandler.class.php | 238 ----- .../impl/options/OptionsReference.class.php | 436 --------- .../options/SimpleOptionValidator.class.php | 166 ---- .../options/SimpleOptionsManager.class.php | 122 --- .../options/WordPressStorageManager.class.php | 138 --- .../DiggStylePaginationService.class.php | 186 ---- .../impl/patterns/FilterManagerImpl.class.php | 133 --- .../patterns/StrategyManagerImpl.class.php | 79 -- .../impl/player/SimplePlayer.class.php | 55 -- .../impl/provider/SimpleProvider.class.php | 140 --- .../SimpleProviderCalculator.class.php | 73 -- .../SimpleQueryStringService.class.php | 128 --- .../shortcode/SimpleShortcodeParser.class.php | 183 ---- .../impl/single/SimpleSingleVideo.class.php | 93 -- .../impl/template/SimpleTemplate.class.php | 68 -- .../impl/theme/SimpleThemeHandler.class.php | 91 -- .../impl/url/DelegatingUrlBuilder.class.php | 70 -- .../AbstractUrlBuilderStrategy.class.php | 107 --- .../VimeoUrlBuilderStrategy.class.php | 227 ----- .../YouTubeUrlBuilderStrategy.class.php | 202 ----- .../tubepress/impl/util/StringUtils.class.php | 61 -- .../tubepress/impl/util/TimeUtils.class.php | 93 -- .../sys/classes/tubepress_classloader.php | 71 -- .../tubepress/sys/i18n/tubepress-ar_SA.mo | Bin 15173 -> 0 bytes .../tubepress/sys/i18n/tubepress-ar_SA.po | 551 ------------ .../tubepress/sys/i18n/tubepress-de_DE.mo | Bin 9279 -> 0 bytes .../tubepress/sys/i18n/tubepress-de_DE.po | 549 ------------ .../tubepress/sys/i18n/tubepress-es_ES.mo | Bin 14781 -> 0 bytes .../tubepress/sys/i18n/tubepress-es_ES.po | 549 ------------ .../tubepress/sys/i18n/tubepress-fr_FR.mo | Bin 12719 -> 0 bytes .../tubepress/sys/i18n/tubepress-fr_FR.po | 536 ----------- .../tubepress/sys/i18n/tubepress-he_IL.mo | Bin 14104 -> 0 bytes .../tubepress/sys/i18n/tubepress-he_IL.po | 540 ------------ .../tubepress/sys/i18n/tubepress-it_IT.mo | Bin 16734 -> 0 bytes .../tubepress/sys/i18n/tubepress-it_IT.po | 553 ------------ .../tubepress/sys/i18n/tubepress-pt_BR.mo | Bin 12588 -> 0 bytes .../tubepress/sys/i18n/tubepress-pt_BR.po | 552 ------------ .../tubepress/sys/i18n/tubepress-ru_RU.mo | Bin 16626 -> 0 bytes .../tubepress/sys/i18n/tubepress-ru_RU.po | 537 ------------ .../tubepress/sys/i18n/tubepress-sv_SE.mo | Bin 7168 -> 0 bytes .../tubepress/sys/i18n/tubepress-sv_SE.po | 535 ----------- .../plugins/tubepress/sys/i18n/tubepress.mo | Bin 291 -> 0 bytes .../plugins/tubepress/sys/i18n/tubepress.po | 549 ------------ .../plugins/tubepress/sys/i18n/tubepress.pot | 549 ------------ .../sys/scripts/wordpress/db_nuke.php | 46 - .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 180 -> 0 bytes .../images/ui-bg_flat_0_eeeeee_40x100.png | Bin 180 -> 0 bytes .../images/ui-bg_flat_55_ffffff_40x100.png | Bin 178 -> 0 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 178 -> 0 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 105 -> 0 bytes .../ui-bg_highlight-soft_100_f6f6f6_1x100.png | Bin 90 -> 0 bytes .../ui-bg_highlight-soft_25_0073ea_1x100.png | Bin 118 -> 0 bytes .../ui-bg_highlight-soft_50_dddddd_1x100.png | Bin 92 -> 0 bytes .../images/ui-icons_0073ea_256x240.png | Bin 4369 -> 0 bytes .../images/ui-icons_454545_256x240.png | Bin 4369 -> 0 bytes .../images/ui-icons_666666_256x240.png | Bin 4369 -> 0 bytes .../images/ui-icons_ff0084_256x240.png | Bin 5355 -> 0 bytes .../images/ui-icons_ffffff_256x240.png | Bin 4369 -> 0 bytes .../jquery-ui-1.7.2.custom.css | 405 --------- .../sys/ui/static/flash/longtail/player.swf | Bin 91092 -> 0 bytes .../sys/ui/static/flash/longtail/yt.swf | Bin 1136 -> 0 bytes .../ui/static/images/missing_thumbnail.png | Bin 5964 -> 0 bytes .../tubepress/sys/ui/static/images/vimeo.png | Bin 3943 -> 0 bytes .../sys/ui/static/images/youtube.png | Bin 2059 -> 0 bytes .../sys/ui/static/js/jscolor/arrow.gif | Bin 66 -> 0 bytes .../sys/ui/static/js/jscolor/cross.gif | Bin 83 -> 0 bytes .../tubepress/sys/ui/static/js/jscolor/hs.png | Bin 2684 -> 0 bytes .../tubepress/sys/ui/static/js/jscolor/hv.png | Bin 2865 -> 0 bytes .../sys/ui/static/js/jscolor/jscolor.js | 829 ------------------ .../tubepress/sys/ui/static/js/tubepress.js | 533 ----------- .../sys/ui/static/players/jqmodal/jqmodal.js | 21 - .../ui/static/players/jqmodal/lib/jqModal.css | 4 - .../ui/static/players/jqmodal/lib/jqModal.js | 8 - .../sys/ui/static/players/normal/normal.js | 19 - .../sys/ui/static/players/popup/popup.js | 24 - .../ui/static/players/shadowbox/lib/LICENSE | 65 -- .../ui/static/players/shadowbox/lib/close.png | Bin 255 -> 0 bytes .../static/players/shadowbox/lib/loading.gif | Bin 2545 -> 0 bytes .../ui/static/players/shadowbox/lib/next.png | Bin 248 -> 0 bytes .../ui/static/players/shadowbox/lib/pause.png | Bin 155 -> 0 bytes .../ui/static/players/shadowbox/lib/play.png | Bin 211 -> 0 bytes .../static/players/shadowbox/lib/previous.png | Bin 237 -> 0 bytes .../players/shadowbox/lib/shadowbox.css | 30 - .../static/players/shadowbox/lib/shadowbox.js | 8 - .../ui/static/players/shadowbox/shadowbox.js | 52 -- .../static/players/solo/lib/jQuery.query.js | 11 - .../sys/ui/static/players/solo/solo.js | 44 - .../static/players/static/lib/jQuery.query.js | 11 - .../sys/ui/static/players/static/static.js | 44 - .../sys/ui/static/players/vimeo/vimeo.js | 15 - .../sys/ui/static/players/youtube/youtube.js | 15 - .../templates/gallery/ajax_pagination.tpl.php | 33 - .../gallery/generate_thumbnails.tpl.php | 25 - .../ui/templates/gallery/theme_loader.tpl.php | 29 - .../templates/wordpress/options_page.tpl.php | 121 --- .../wordpress/widget_controls.tpl.php | 9 - .../default/embedded_flash/longtail.tpl.php | 31 - .../default/embedded_flash/vimeo.tpl.php | 22 - .../default/embedded_flash/youtube.tpl.php | 22 - .../sys/ui/themes/default/gallery.tpl.php | 132 --- .../ui/themes/default/players/jqmodal.tpl.php | 22 - .../ui/themes/default/players/normal.tpl.php | 32 - .../ui/themes/default/players/popup.tpl.php | 22 - .../themes/default/players/shadowbox.tpl.php | 22 - .../ui/themes/default/players/static.tpl.php | 32 - .../default/search/search_input.tpl.php | 38 - .../ui/themes/default/single_video.tpl.php | 106 --- .../tubepress/sys/ui/themes/default/style.css | 197 ----- .../sys/ui/themes/horizontal/gallery.tpl.php | 123 --- .../sys/ui/themes/horizontal/style.css | 28 - .../sys/ui/themes/sidebar/gallery.tpl.php | 122 --- .../tubepress/sys/ui/themes/sidebar/style.css | 19 - .../sys/ui/themes/vimeo/gallery.tpl.php | 131 --- .../sys/ui/themes/vimeo/single_video.tpl.php | 106 --- .../tubepress/sys/ui/themes/vimeo/style.css | 9 - .../sys/ui/themes/youtube/gallery.tpl.php | 131 --- .../ui/themes/youtube/single_video.tpl.php | 106 --- .../plugins/tubepress/tubepress.php | 37 - 230 files changed, 23129 deletions(-) delete mode 100644 src/wp-content/plugins/tubepress/COPYING delete mode 100644 src/wp-content/plugins/tubepress/content/themes/README delete mode 100644 src/wp-content/plugins/tubepress/index.php delete mode 100644 src/wp-content/plugins/tubepress/readme.txt delete mode 100644 src/wp-content/plugins/tubepress/screenshot-1.jpg delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/bootstrap/Bootstrapper.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/cache/Cache.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/filters/ExecutionPoint.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/CategoryName.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/Type.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Advanced.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Display.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Embedded.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Feed.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Meta.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Output.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Widget.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/ModeValue.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/OrderValue.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/OutputValue.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/PlayerImplementationValue.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/PlayerValue.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/SafeSearchValue.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/TimeFrameValue.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/querystring/QueryParamName.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/template/Variable.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/embedded/EmbeddedPlayer.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/environment/Detector.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/factory/VideoFactory.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/feed/FeedFetcher.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/feed/FeedInspector.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/feed/FeedResult.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/filesystem/Explorer.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/html/HtmlGenerator.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/http/HttpClient.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/ioc/IocService.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/message/MessageService.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/options/OptionValidator.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/options/OptionsManager.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/options/StorageManager.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/pagination/Pagination.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/patterns/FilterManager.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/patterns/Strategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/patterns/StrategyManager.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/player/Player.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/provider/Provider.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/provider/ProviderCalculator.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/querystring/QueryStringService.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/shortcode/ShortcodeParser.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/single/SingleVideo.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/template/Template.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/theme/ThemeHandler.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/url/Url.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/url/UrlBuilder.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/video/Video.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/bootstrap/AbstractBootstrapper.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/bootstrap/FreeWordPressPluginBootstrapper.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/cache/PearCacheLiteCacheService.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/DelegatingEmbeddedPlayer.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/EmbeddedPlayerUtils.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/AbstractEmbeddedStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/AbstractYouTubeEmbeddedStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/JwFlvEmbeddedStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/VimeoEmbeddedStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/YouTubeIframeEmbeddedStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/env/wordpress/Admin.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/env/wordpress/Main.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/env/wordpress/Widget.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/environment/SimpleEnvironmentDetector.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/factory/DelegatingVideoFactory.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/factory/strategies/AbstractFactoryStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/factory/strategies/VimeoFactoryStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/factory/strategies/YouTubeFactoryStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/CacheAwareFeedFetcher.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/DelegatingFeedInspector.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/inspectionstrategies/AbstractFeedInspectionStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/inspectionstrategies/VimeoFeedInspectionStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/inspectionstrategies/YouTubeFeedInspectionStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filesystem/FsExplorer.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/feedresult/ResultCountCapper.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/feedresult/Shuffler.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/feedresult/VideoBlacklist.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/feedresult/VideoPrepender.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/html/AjaxPagination.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/html/ThemeCss.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/EmbeddedPlayerName.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/EmbeddedSource.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/Pagination.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/Player.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/VideoMeta.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/DefaultHtmlGenerator.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/SearchInputStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/SearchOutputStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/SingleVideoStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/SoloPlayerStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/ThumbGalleryStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/FastHttpClient.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/Cookie.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/Encoding.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/AbstractHttpStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/CurlStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/ExtHttpStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/FopenStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/FsockOpenStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/StreamsStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/ioc/FreeWordPressPluginIocService.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/ioc/IocContainer.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/ioc/TubePressIocService.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/log/Log.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/message/AbstractMessageService.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/message/WordPressMessageService.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/AbstractStorageManager.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/FormHandler.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/OptionsReference.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/SimpleOptionValidator.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/SimpleOptionsManager.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/WordPressStorageManager.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/pagination/DiggStylePaginationService.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/patterns/FilterManagerImpl.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/patterns/StrategyManagerImpl.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/player/SimplePlayer.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/provider/SimpleProvider.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/provider/SimpleProviderCalculator.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/querystring/SimpleQueryStringService.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/shortcode/SimpleShortcodeParser.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/single/SimpleSingleVideo.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/template/SimpleTemplate.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/theme/SimpleThemeHandler.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/url/DelegatingUrlBuilder.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/url/strategies/AbstractUrlBuilderStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/url/strategies/VimeoUrlBuilderStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/url/strategies/YouTubeUrlBuilderStrategy.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/util/StringUtils.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/util/TimeUtils.class.php delete mode 100644 src/wp-content/plugins/tubepress/sys/classes/tubepress_classloader.php delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-ar_SA.mo delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-ar_SA.po delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-de_DE.mo delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-de_DE.po delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-es_ES.mo delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-es_ES.po delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-fr_FR.mo delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-fr_FR.po delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-he_IL.mo delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-he_IL.po delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-it_IT.mo delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-it_IT.po delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-pt_BR.mo delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-pt_BR.po delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-ru_RU.mo delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-ru_RU.po delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-sv_SE.mo delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress-sv_SE.po delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress.mo delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress.po delete mode 100644 src/wp-content/plugins/tubepress/sys/i18n/tubepress.pot delete mode 100644 src/wp-content/plugins/tubepress/sys/scripts/wordpress/db_nuke.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_flat_0_aaaaaa_40x100.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_flat_0_eeeeee_40x100.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_flat_55_ffffff_40x100.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_flat_75_ffffff_40x100.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_glass_65_ffffff_1x400.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-icons_0073ea_256x240.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-icons_454545_256x240.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-icons_666666_256x240.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-icons_ff0084_256x240.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-icons_ffffff_256x240.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/jquery-ui-1.7.2.custom.css delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/flash/longtail/player.swf delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/flash/longtail/yt.swf delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/images/missing_thumbnail.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/images/vimeo.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/images/youtube.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/js/jscolor/arrow.gif delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/js/jscolor/cross.gif delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/js/jscolor/hs.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/js/jscolor/hv.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/js/jscolor/jscolor.js delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/js/tubepress.js delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/jqmodal/jqmodal.js delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/jqmodal/lib/jqModal.css delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/jqmodal/lib/jqModal.js delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/normal/normal.js delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/popup/popup.js delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/LICENSE delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/close.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/loading.gif delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/next.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/pause.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/play.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/previous.png delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/shadowbox.css delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/shadowbox.js delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/shadowbox.js delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/solo/lib/jQuery.query.js delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/solo/solo.js delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/static/lib/jQuery.query.js delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/static/static.js delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/vimeo/vimeo.js delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/static/players/youtube/youtube.js delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/templates/gallery/ajax_pagination.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/templates/gallery/generate_thumbnails.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/templates/gallery/theme_loader.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/templates/wordpress/options_page.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/templates/wordpress/widget_controls.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/default/embedded_flash/longtail.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/default/embedded_flash/vimeo.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/default/embedded_flash/youtube.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/default/gallery.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/default/players/jqmodal.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/default/players/normal.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/default/players/popup.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/default/players/shadowbox.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/default/players/static.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/default/search/search_input.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/default/single_video.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/default/style.css delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/horizontal/gallery.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/horizontal/style.css delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/sidebar/gallery.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/sidebar/style.css delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/vimeo/gallery.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/vimeo/single_video.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/vimeo/style.css delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/youtube/gallery.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/sys/ui/themes/youtube/single_video.tpl.php delete mode 100644 src/wp-content/plugins/tubepress/tubepress.php diff --git a/src/wp-content/plugins/tubepress/COPYING b/src/wp-content/plugins/tubepress/COPYING deleted file mode 100644 index 20d40b6..0000000 --- a/src/wp-content/plugins/tubepress/COPYING +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. \ No newline at end of file diff --git a/src/wp-content/plugins/tubepress/content/themes/README b/src/wp-content/plugins/tubepress/content/themes/README deleted file mode 100644 index 37fb9c7..0000000 --- a/src/wp-content/plugins/tubepress/content/themes/README +++ /dev/null @@ -1 +0,0 @@ -This directory holds your custom TubePress themes! \ No newline at end of file diff --git a/src/wp-content/plugins/tubepress/index.php b/src/wp-content/plugins/tubepress/index.php deleted file mode 100644 index ea62f8c..0000000 --- a/src/wp-content/plugins/tubepress/index.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/src/wp-content/plugins/tubepress/readme.txt b/src/wp-content/plugins/tubepress/readme.txt deleted file mode 100644 index 720d371..0000000 --- a/src/wp-content/plugins/tubepress/readme.txt +++ /dev/null @@ -1,384 +0,0 @@ -=== TubePress === -Contributors: k2eric -Donate link: http://tubepress.org -Tags: video, youtube, gallery, videos, vimeo -Requires at least: 2.2 -Stable tag: trunk - -Displays gorgeous YouTube and Vimeo galleries in your posts, pages, and/or sidebar. Please visit http://tubepress.org for more info! - -== Installation == - -1. Unzip into your plugins directory at `(wp-content/plugins)` -1. Activate TubePress from Site Admin > Plugins -1. Configure from Site Admin > Settings > TubePress -1. Type `[tubepress]` in a post or a page where you'd like to insert your first gallery - -== Changelog == - -= 2.2.0 = -* Interactive searching! (closes issue 138 ) -* YouTube iframe embedded player (closes issue 265 and issue 259 ) -* Improved inclusion of JS/CSS resources in WordPress environments (closes issue 191 ) -* Ability to restrict search-based galleries to videos from a specific YouTube/Vimeo user -* New HTTP subsystem provides faster and more robust feed retrieval -* Added advanced caching options -* Improved visual feedback during Ajax operations (closes issue 142 ) -* Better upgrade notice for TubePress Pro users in a WordPress environment (closes issue 252 ) -* Graceful handling of single video embedding when video isn't found (closes issue 267 ) -* Broken gallery when trying to display Vimeo videos with JW FLV Media Player (closes issue 242 ) -* Incorrect detection of multi-gallery mode in some circumstances (closes issue 238 ) -* Duplicate videos no longer appear in galleries (closes issue 248 ) -* Private Vimeo videos no longer appear in galleries -* Non-functional message service when using TubePress Pro in a PHP environment without built-in gettext support -* Fixed bug that could affect TubePress Pro users in a WordPress environment hosted on Windows-based PHP installations -* Removed option for "mobile" YouTube videos feed as it appears to be completely abandoned -* YouTube now uses the iframe embedded player by default -* Removed "enhanced genie menu" and "border" options from YouTube embedded player -* Version bump for php-gettext to 1.0.11 -* Version bump for jQuery to 1.5.1 - -= 2.1.2 = -* Fixed JavaScript error in Internet Explorer when determining height/width of embedded video player -* Fixed ajax pagination appearance when non-default thumbnail sizes are in use -* Fixed non-functional WordPress widget control -* Updated Italian translation thanks to Gianni Diurno - -= 2.1.1 = -* Fixed major JavaScript bug in determining embedded player height/width on jQuery 1.4.2 -* Fixed bug with ajax pagination on some PHP installations - -= 2.1.0 = -* Ability to create galleries from multiple sources (TubePress Pro only) (closes issue 135) -* Lightweight theming support -* Support for "fluid" thumbnails -* Vimeo universal player (closes issue 215) -* Improved video search capability (closes issue 81) -* Improved mobile user experience -* Single video mode now works in WordPress widget -* Fixed aliased text with Ajax pagination in Internet Explorer 7 -* Search engines no longer index TubePress's internal directories (closes issue 221) -* Static player now works with Vimeo (closes issue 217) -* Fixed color support for JW FLV Player -* YouTube "most linked" gallery replaced with YouTube "top favorites" gallery due to change in API -* Version bump for Shadowbox.js to 3.0.3 -* Version bump for JW FLV Media Player to 5.2 -* Version bump for jQuery to 1.4.2 -* Version bump for php-gettext to 1.0.10 -* Added Arabic translation thanks to Abdullah Hamed -* Updated Italian translation thanks to Gianni Diurno -* Updated Spanish translation thanks to Luis Fok - -= 2.0.0 = -* Vimeo support! Choose from 8 different types of Vimeo galleries. (closes issue 108) -* Brought back ability to play each video from a gallery in a new window by itself (closes issue 94) -* Now detects and parses HTML links found in video descriptions -* Updated Italian translation thanks to Gianni Diurno -* Added Spanish translation thanks to Luis Fok -* Added Hebrew translation thanks to Yaron Ofer -* Ability to blacklist individual videos (closes issue 162) -* Option to use high-quality thumbnails (closes issue 96) (TubePress Pro only) -* HTML popups are now centered on screen (closes issue 160) -* Fixed regression bug for description limit (closes issue 153) -* Incorrect video could load into embedded player after thumbnail click in certain configurations (closes issue 175) -* resultCountCap now works on a single gallery page -* Fixes single video mode in TubePress Pro -* Static player now works with Ajax pagination (closes issue 177) -* Version bump for FancyBox (to 1.3.1) -* FancyBox now operates correctly in all browsers (closes issue 172) - -= 1.9.0 = -* Fixed a bug that breaks the WordPress widget administration page in some PHP installations -* Added Portugese translation thanks to Miriam de Pauala - -= 1.8.9 = - -* Now includes ability to embed individual videos along with all of their meta info (title, author, description, etc)! -* Request cache is now disabled by default -* Updated sorting functionality. Fixes possible "bad request" response from YouTube. Fixes sorting of playlist galleries. -* Fixed blank item on video sort order dropdown of WordPress options page (closes issue 155) -* descLimit shortcode can now be set to zero (closes issue 153) -* Improved compatibility with older versions of PHP (closes issue 163) -* Added Russian translation (thanks to an anonymous supporter) -* ShadowBox version bump to 3.0rc1 -* Improved documentation -* (TubePress Pro) Improved i18n support -* (TubePress Pro) FancyBox version bump to 1.2.6 -* (TubePress Pro) Fixed bug that prevented FancyBox from operating correctly in IE (closes issue 165) - -= 1.8.8 = -* JavaScript initialization is much more robust. Reduces chances of un-clickable video thumbnails. -* Fixed potentially fatal error in cache mechanism -* Improved sidebar's CSS -* Fixed bug in video sort order (closes issue 146) -* Fixed bug that could cause fatal error in templates -* Version bump for JW FLV Media Player (to 5.0) -* Updated Italian translation thanks to Gianni Diurno - -= 1.8.7 = -* Improved compatibility with PEAR (closes issue 140) -* Fixed bug that affected determining video ID in some YouTube feeds -* New static player option. Produces page refresh on each thumbnail click. -* Gallery HTML is now semantically correct and more structured (closes issue 125 and issue 117) -* TubePress Pro: New player: TinyBox (closes issue 110) -* TubePress Pro: New player: FancyBox (closes issue 118) -* TubePress Pro: Greatly improved WordPress integration -* TubePress Pro: Fixed bug that produced open_basedir warning message in some installations -* Fixed bug that prevented use of custom templates -* Overhaul and simplification of templating system -* Improved performance of logging system -* Improved iPhone/iPod playback (keeps user on site instead of redirecting to YouTube player) (closes issue 143) - -= 1.8.6 = -* WordPress options page now uses jQuery tabs -* Fixed bug that could prevent request cache from working in some PHP installations -* (TubePress Pro only) Ajax pagination (closes issue 45 and issue 111) -* (TubePress Pro only) Version bump for jQuery (1.2.6 -> 1.3.2) -* (TubePress Pro only) Removed potential "Invalid locale category name" warning that shows up on some PHP installations -* Version bump for JW FLV Media Player (to 4.6) -* Fixed bug that prevented display of videos with "limited syndication" restriction -* Shortcode and input validation is much more comprehensive (closes issue 129) -* Fixed bug that prevented videos from playing in high definition upon request (closes issue 137) -* Additional gallery pages are no longer indexed by search engines (closes issue 133) -* Minor refactoring of tubepress.js functions -* Updated WordPress plugins page blurb -* Updated Italian translation thanks to Gianni Diurno -* Various trivial improvements to HTML templates - -= 1.8.5 = -* Videos now play correctly on iPhone and iPod Touch (closes issue 101) -* Flexible shortcodes! No need to include commas between attribute/value pairs. Can use single, double, or no quotes around attribute values. -* Greatly improved debugging mode -* Fixed bug that prevents all videos in gallery from playing if first video in gallery is unavailable (closes issue 115) -* Fixed bug that could prevent video playback, and JavaScript error, on Firefox with AdBlock Plus enabled (closes issue 124) -* Added ability to cap the total number of videos in a gallery (closes issue 65) -* Updated Italian translation thanks to Gianni Diurno -* Shadowbox CSS no longer tries to load non-existent images. (closes issue 112) -* WordPress galleries are no longer wrapped with HTML paragraph tags (closes issue 79) -* WordPress.org compliant readme.txt changelog (closes issue 123) - -= 1.8.0 = -* Includes all the changes listed in 1.8.0.RC1 -* Fixed typo on options page regarding embedded player width/height -* Unavailable videos will now not appear in galleries at all - -= 1.8.0 = -* New embedded player option: JW Flv Media Player -* New player location: jqModal -* All classes use dependency injection via Crafty -* jQuery 1.2.6 or higher is now required (built-in for WordPress users) -* Multiple galleries on a single page now behave correctly with "normal" player -* Dynamically load JavaScript libraries as needed (Prototype, Shadowbox, etc) (closes issue 56) -* All JavaScript is now unobtrusive -* Can now use modal players (e.g. Shadowbox) in a TubePress shortcode -* Removed extra HTML comments and whitespace. Galleries now use about 16% less bandwidth. -* CSS will stay valid for multiple galleries on a single page -* CSS classes now have sensible names (renamed some classes) -* Updated Italian translation thanks to Gianni Diurno (closes issue 83) -* Fixed bug that affected some PHP installations with PEAR installed (closes issue 84) -* Fixed bug that blocked WordPress plugin's "database nuke" functionality -* Removed GreyBox as a player location due to its inability to display inline content -* Version bump for ShadowBox (closes issue 77) -* popup.php has been removed and replaced with JavaScript functionality (closes issue 76) -* Better control over pagination visibility for multi-page galleries (closes issue 93) -* Removed GreyBox and LightWindow as players -* Graceful failure for videos that are unavailable - -= 1.7.2 = - -* Fullscreen playback now available in embedded player (closes issue 64) -* Created "YouTube Feed" options category. Moved some of the advanced options into this category. -* Added ability to exclude non-embeddable videos (closes issue 69) -* Added jscolor HTML color picker for embedded player colors -* Fixed bug where debugging mode threw a fatal error (closes issue 80) -* Fixed bug where random video sort order would throw a fatal error -* Added ability to toggle display of title/rating before video starts playing -* Now using version 2.0 of YouTube gdata API (closes issue 68) - -= 1.7.1 = - -* Drastically improved class loading mechanism (uses several thousand less system calls) -* Added Italian translation thanks to Gianni Diurno (closes issue 75) -* Minified Shadowbox JS source using YUI Compressor -* Fixed critical bug that broke embedded YouTube player on IE7 (closes issue 73) -* Fixed minor bug in normal player where embedded player would shift by a few pixels after user clicked a thumbnail - -= 1.7.0 = -* Option to initialize TubePress options in WordPress (closes issue 52) -* Now works with PHP <= 5.1.0 again (closes issue 59 and issue 67) -* Links to popup.php are drastically shorter, which avoids a 404 on some webservers (closes issue 55) -* Added German translation thanks to Pascal Berger (closes issue 58) -* Option to play videos in HD (closes issue 33) -* Option to show custom video in embedded player on page load while using "normal" player (closes issue 26) - -= 1.6.9 = -* TubePress Pro is now available! Use TubePress anywhere that runs PHP -* Default thumbmail URL now uses "default.jpg" (closes issue 47) -* Fixed bug that resulted in inability to paginate past the first page of a multi-page gallery. -* Version bump for Net_URL to Net_URL2 -* Version bump for HTTP_Request to HTTP_Request2 -* Version bump for Cache_Lite -* Huge amounts of unit/integration tests -* Major refactoring of classes (now using dependency injection) - -= 1.6.8 = -* Fixed overly large gap between thumbnail rows - -= 1.6.7 = -* Added YouTube connection test to debug output -* Added YouTube API client ID and developer key to aide in debugging -* Fixed bug where TubePress would remove all post/page content if no videos were found for your request -* Toggle request cache on/off (closes issue 43) -* Ampersands in query strings are now properly escaped (closes issue 38) -* Galleries can now sort videos randomly (closes issue 23) -* Toggle "nofollow" attributes to YouTube links (closes issue 35) - -= 1.6.6 = -* Widget-enabled! Put TubePress in your sidebar. (closes issue 12) -* Removed pass-by-reference warnings (closes issue 34) -* Ability to limit length of video descriptions -* Option to toggle relative dates/times for video upload timestamps -* Swedish translation. Thanks to Mikael Jorhult -* Improved error handling for PHP installations with suppressed error output -* Removed several small bugs that affected users of PHP < 5.2.1 - -= 1.6.5 = -* Full internationalization capability (closes issue 21) -* Upgrades, from this version on, will no longer destroy your old TubePress default settings (closes issue 28) -* Multiple galleries on a single post/page now possible (closes issue 20) -* Fixes broken YouTube link (closes issue 30) -* Video playback now functions correctly in IE7 -* Cross site scripting vulnerability fixed (thanks Numline1 for reporting) -* Fixed debug output -* Options page now looks good in WordPress 2.5.1 -* Various pass-by-reference warnings eliminated - -= 1.6.0 = -* PHP5 only. This includes an overall rewrite of the code base to take advantage of PHP5-only stuff -* Responses from YouTube are now cached -* New galleries: Top favorites, Most recently added, Most discussed, Most linked, Most responded, Responses to a video -* New way to watch: Shadowbox.js -* Removed "New Window" player -* Customize textual formatting of dates -* Much more control over embedded player: Toggle "related videos" feature after a video finishes, Choose from several colors, Toggle auto-play, Toggle "enhanced genie menu" when mouse enters video area (instead of user clicking the "menu" button), Toggle video loop -* Interface improvements: Removed border and scroll bars from gallery, Removed time of day from date uploaded, Changed upload label from "Uploaded date" to "Uploaded", Pagination now supports HTTP/HTTPS and non-standard ports, Simplified templating (easier to customize the look of your galleries) -* Issues/enhancements closed: #20, #25, #7 -* Upgrade source to GPLv3 - -= 1.5.7 = -* Fixed yet another title problem due to YouTube changing their feed -* Fixes issue #16 - -= 1.5.6 = -* Fixes a major problem displaying video titles due to change in YouTube feed format - -= 1.5.5 RC3 = -* Fixes issue #13 - -= 1.5.5 RC2 = -* Fixes issue #5 -* Changes default thumb width from 33% to 32% (helps with IE) - -= 1.5.5 RC1 = -* "Favorites" mode now displays up to 500 videos -* "Search" mode now can return up to 1,000 videos -* New mode: most-viewed videos from today, this week, this month, or all time -* Customize the order of galleries by view-count, rating, relevance, or date-updated -* Randomize thumbnails (most videos come with 4 thumbnails, this option will mix it up for each pageload) -* Filter "racy" videos from galleries -* Option to show a video’s category in its metadata -* All access to TubePressVideo member variables is now done through getters -* All HTML is generated via PEAR's HTML_Template_IT package - -= 1.5.2 = -* Fixes a fatal error upon plugin activation in some PHP installations - -= 1.5.1 = -* Fixes a minor bug with "search" mode due to YouTube changing the format of the XML results - -= 1.5.0 = -* "All tags" and "Any tags" modes now merged into "YouTube search" mode -* Play videos with GreyBox (this replaces ThickBox) -* Play videos with lightWindow -* Pagination now uses modified Digg Style pagination -* Max player size is now 424px x 336px (removes thin white border from player) -* Input validation on options page -* All error messages are extremely detailed -* Debug mode is more comprehensive -* Option to disable debugging mode completely -* Embedded video is XHTML compliant -* "Playlist" mode pages correctly (thanks, YouTube!) -* "Normal" mode displays title and runtime correctly after user click -* Much better code documentation -* Code style is PEAR compliant -* XML parsing uses PEAR's XML_Unserializer instead of XMLIster -* Almost all functions moved to classes (helps namespace management) -* WordPress-specific code is cleanly isolated -* Improved message-resources handling -* Revamped directory structure -* Improved naming conventions all around -* Quasi-private methods (PHP4 OOP isn't too sophisticated) -* Most HTML printing methods use sprintf (or variant) - improves readability - -= 1.2.0 = -* Fixed a bug that caused an incorrect count of YouTube video results -* Added debugging mode! See the documentation for how to use it. - -= 1.1.5 = -* Fixed major XML bugs that caused a fatal error when parsing YouTube's XML -* CSS bug fixes with the pagination links -* Fixed a bug in the options page related to the "popular" mode drop down menu - -= 1.1 = -* CSS bug fixes. Thanks to Scott for reporting it - -= 1.05 = -* Fixed huge IE display bug (thanks to Keane and Jojo for reporting it) -* Disabled Thickbox by default due to incompatibilities with themes and other jquery-enabled features - -= 1.0 = -* Now with seven modes of operation: videos by playlists (with paging), featured (the latest 25 featured videos from YouTube's homepage), popular (the most-viewed videos from the past day, week, or month), related (videos that match any tag that you specify), tag (videos that match all the tags you specify), favorite videos of any user, videos uploaded by any user -* You no longer need to supply your own developer ID and YouTube username! This means that anyone can use TubePress, even if you don't have a YouTube account! -* Pagination. You control how many videos per page show up (supported modes only) -* Leaner and meaner. The speedups in this version are ridiculous. Makes literally dozens less of the expensive database calls per page that existed in previous versions. Reduces database space in your wordpress options table from about 40 rows to only one. -* Options page is more concise and XHTML compliant -* Improved documentation -* Bug fixes. Too many to list! - -= 0.9 = -* Now with five options on where to play the main video: Normally (at the top of your gallery), In a popup window, In a new window all by itself, In its original YouTube page, Using Thickbox (experimental, but very cool!) -* Bug fix regarding HTML special characters in video titles - -= 0.8 = -* Major bug fix with PHP4. Thanks to Fabien and Paige for reporting it. - -= 0.7 = -* Override global settings on a per-page basis! This will allow you to have one page with your videos (that you've uploaded), another page with your YouTube favorites, etc. -* Choose which meta information (author, rating, description, etc) you want to display -* Lots of optimizations and bug fixes - -= 0.6 = -* Now works with PHP4 -* CSS revisions -* Uses snoopy class instead of cURL libraries -* Added configurable timeout parameter for contacting YouTube - -= 0.5 = -* Fixed small bug in time display - -= 0.4 = -* Takes full advantage of the YouTube API: List videos from "your favorites"Â, List your videos (that you've uploaded), List videos that match some tag, List videos of another user -* XHTML compliant - -= 0.3 = -* OK, now the bug is really fixed. Sorry about that! - -= 0.2 = -* Fixed major bug with CSS file path - -= 0.1 = -* Initial release - -== Screenshots == - -1. Sample TubePress gallery diff --git a/src/wp-content/plugins/tubepress/screenshot-1.jpg b/src/wp-content/plugins/tubepress/screenshot-1.jpg deleted file mode 100644 index 05d174a15b6a84e3a3af6fb2bd0a9e802e0e2be2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 114709 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 diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/bootstrap/Bootstrapper.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/bootstrap/Bootstrapper.class.php deleted file mode 100644 index 4a796d0..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/bootstrap/Bootstrapper.class.php +++ /dev/null @@ -1,34 +0,0 @@ -. - * - */ - -/** - * Performs TubePress-wide preflight checks and initialization. - */ -interface org_tubepress_api_bootstrap_Bootstrapper -{ - - /** - * Performs TubePress-wide initialization. - * - * @return null - */ - function boot(); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/cache/Cache.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/cache/Cache.class.php deleted file mode 100644 index ec7fd32..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/cache/Cache.class.php +++ /dev/null @@ -1,45 +0,0 @@ -. - * - */ - -/** - * String cache for TubePress - */ -interface org_tubepress_api_cache_Cache -{ - /** - * Get a value from the cache - * - * @param string $key The key of the data to retrieve - * - * @return string The data at the given key, or false if not there - */ - function get($key); - - /** - * Save the given data with the given key - * - * @param string $key The key at which to save the data - * @param string $data The data to save at the key - * - * @return void - */ - function save($key, $data); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/filters/ExecutionPoint.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/filters/ExecutionPoint.class.php deleted file mode 100644 index c2b7e8c..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/filters/ExecutionPoint.class.php +++ /dev/null @@ -1,42 +0,0 @@ -. - * - */ - -/** - * Filter execution point names. - */ -class org_tubepress_api_const_filters_ExecutionPoint -{ - /* immediately after videos are returned by the provider */ - const VIDEOS_DELIVERY = 'videosDelivery'; - - /* immediately after thumbnail gallery template generation */ - const GALLERY_TEMPLATE = 'galleryTemplate'; - - /* immediately after thumbnail gallery template is converted to HTML */ - const GALLERY_HTML = 'galleryHtml'; - - /* immediately after single video template generation */ - const SINGLE_VIDEO_TEMPLATE = 'singleVideoTemplate'; - - /* immediately after single video template is converted to HTML */ - const SINGLE_VIDEO_HTML = 'singleVideoHtml'; - -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/CategoryName.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/CategoryName.class.php deleted file mode 100644 index 32f70df..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/CategoryName.class.php +++ /dev/null @@ -1,35 +0,0 @@ -. - * - */ - -/** - * The valid options categories and their names - * - */ -class org_tubepress_api_const_options_CategoryName -{ - const ADVANCED = 'advanced'; - const DISPLAY = 'display'; - const EMBEDDED = 'embedded'; - const FEED = 'feed'; - const META = 'meta'; - const WIDGET = 'widget'; - const OUTPUT = 'output'; -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/Type.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/Type.class.php deleted file mode 100644 index 67e0930..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/Type.class.php +++ /dev/null @@ -1,42 +0,0 @@ -. - * - */ - -/** - * The types of options TubePress can handle - * - */ -class org_tubepress_api_const_options_Type -{ - const BOOL = 'boolean'; // Yes/No options - const COLOR = 'color'; // An HTML color (6 hex digits) - const INTEGRAL = 'integral'; // A number - const MODE = 'mode'; // A gallery mode - const ORDER = 'order'; // Video sort order - const OUTPUT = 'output'; // Output mode - const PLAYER = 'player'; // Shadowbox, popup, etc - const PLAYER_IMPL = 'playerImplementation'; // YouTube, Longtail, etc - const PLAYLIST = 'playlist'; // A YouTube playlist ID - const SAFE_SEARCH = 'safeSearch'; // a SafeSearch level - const TEXT = 'text'; // Free form text - const THEME = 'theme'; // TubePress theme to use - const TIME_FRAME = 'timeFrame'; // Today, last week, etc - const YT_USER = 'youtubeUser'; // A YouTube username -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Advanced.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Advanced.class.php deleted file mode 100644 index bf5a74c..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Advanced.class.php +++ /dev/null @@ -1,39 +0,0 @@ -. - * - */ - -/** - * Advanced option names for the plugin. - */ -class org_tubepress_api_const_options_names_Advanced -{ - const CACHE_CLEAN_FACTOR = 'cacheCleaningFactor'; - const CACHE_DIR = 'cacheDirectory'; - const CACHE_LIFETIME_SECONDS = 'cacheLifetimeSeconds'; - const DATEFORMAT = 'dateFormat'; - const DEBUG_ON = 'debugging_enabled'; - const DISABLE_HTTP_CURL = 'disableHttpTransportCurl'; - const DISABLE_HTTP_EXTHTTP = 'disableHttpTransportExtHttp'; - const DISABLE_HTTP_FOPEN = 'disableHttpTransportFopen'; - const DISABLE_HTTP_FSOCKOPEN = 'disableHttpTransportFsockOpen'; - const DISABLE_HTTP_STREAMS = 'disableHttpTransportStreams'; - const KEYWORD = 'keyword'; - const VIDEO_BLACKLIST = 'videoBlacklist'; -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Display.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Display.class.php deleted file mode 100644 index f4a4527..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Display.class.php +++ /dev/null @@ -1,43 +0,0 @@ -. - * - */ - -/** - * Display option names for the plugin - * - */ -class org_tubepress_api_const_options_names_Display -{ - //The order in which these constants are declared dictates the - //order in which they'll be presented on the options page - const THEME = 'theme'; - const AJAX_PAGINATION = 'ajaxPagination'; - const CURRENT_PLAYER_NAME = 'playerLocation'; - const RESULTS_PER_PAGE = 'resultsPerPage'; - const HQ_THUMBS = 'hqThumbs'; - const THUMB_HEIGHT = 'thumbHeight'; - const THUMB_WIDTH = 'thumbWidth'; - const ORDER_BY = 'orderBy'; - const PAGINATE_ABOVE = 'paginationAbove'; - const PAGINATE_BELOW = 'paginationBelow'; - const RANDOM_THUMBS = 'randomize_thumbnails'; - const RELATIVE_DATES = 'relativeDates'; - const DESC_LIMIT = 'descriptionLimit'; -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Embedded.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Embedded.class.php deleted file mode 100644 index 47cd98e..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Embedded.class.php +++ /dev/null @@ -1,41 +0,0 @@ -. - * - */ - -/** - * Option names for the embedded player - * - */ -class org_tubepress_api_const_options_names_Embedded -{ - //The order in which these constants are declared dictates the - //order in which they'll be presented on the options page */ - const PLAYER_IMPL = "playerImplementation"; - const EMBEDDED_HEIGHT = "embeddedHeight"; - const EMBEDDED_WIDTH = "embeddedWidth"; - const AUTOPLAY = "autoplay"; - const FULLSCREEN = "fullscreen"; - const HIGH_QUALITY = "hd"; - const LOOP = "loop"; - const PLAYER_COLOR = "playerColor"; - const PLAYER_HIGHLIGHT = "playerHighlight"; - const SHOW_INFO = "showInfo"; - const SHOW_RELATED = "showRelated"; -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Feed.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Feed.class.php deleted file mode 100644 index 2ca1e42..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Feed.class.php +++ /dev/null @@ -1,37 +0,0 @@ -. - * - */ - -/** - * YouTube feed options - */ -class org_tubepress_api_const_options_names_Feed -{ - /* The order in which these constants are declared dictates the - order in which they'll be presented on the options page */ - const CACHE_ENABLED = 'cacheEnabled'; - const EMBEDDABLE_ONLY = 'embeddableOnly'; - const FILTER = 'filter_racy'; - const DEV_KEY = 'developerKey'; - const RESULT_COUNT_CAP = 'resultCountCap'; - const SEARCH_ONLY_USER = 'searchResultsRestrictedToUser'; - const VIMEO_KEY = 'vimeoKey'; - const VIMEO_SECRET = 'vimeoSecret'; -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Meta.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Meta.class.php deleted file mode 100644 index a77d707..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Meta.class.php +++ /dev/null @@ -1,41 +0,0 @@ -. - * - */ - -/** - * Option names that control which meta info is displayed below video - * thumbnails - */ -class org_tubepress_api_const_options_names_Meta -{ - const AUTHOR = "author"; - const CATEGORY = "category"; - const DESCRIPTION = "description"; - const ID = "id"; - const LENGTH = "length"; - const LIKES = 'likes'; - const RATING = "rating"; - const RATINGS = "ratings"; - const TAGS = "tags"; - const TITLE = "title"; - const UPLOADED = "uploaded"; - const URL = "url"; - const VIEWS = "views"; -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Output.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Output.class.php deleted file mode 100644 index ac382de..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Output.class.php +++ /dev/null @@ -1,51 +0,0 @@ -. - * - */ - -/** - * Option names defining what output to display - */ -class org_tubepress_api_const_options_names_Output -{ - const MODE = 'mode'; - const VIDEO = 'video'; - const OUTPUT = 'output'; - - const SEARCH_RESULTS_URL = 'searchResultsUrl'; - const SEARCH_RESULTS_ONLY = 'searchResultsOnly'; - const SEARCH_PROVIDER = 'searchProvider'; - const SEARCH_RESULTS_DOM_ID = 'searchResultsDomId'; - - const FAVORITES_VALUE = 'favoritesValue'; - const MOST_VIEWED_VALUE = 'most_viewedValue'; - const PLAYLIST_VALUE = 'playlistValue'; - const TAG_VALUE = 'tagValue'; - const TOP_FAVORITES_VALUE = 'youtubeTopFavoritesValue'; - const TOP_RATED_VALUE = 'top_ratedValue'; - const USER_VALUE = 'userValue'; - const VIMEO_UPLOADEDBY_VALUE = 'vimeoUploadedByValue'; - const VIMEO_LIKES_VALUE = 'vimeoLikesValue'; - const VIMEO_APPEARS_IN_VALUE = 'vimeoAppearsInValue'; - const VIMEO_SEARCH_VALUE = 'vimeoSearchValue'; - const VIMEO_CREDITED_VALUE = 'vimeoCreditedToValue'; - const VIMEO_CHANNEL_VALUE = 'vimeoChannelValue'; - const VIMEO_ALBUM_VALUE = 'vimeoAlbumValue'; - const VIMEO_GROUP_VALUE = 'vimeoGroupValue'; -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Widget.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Widget.class.php deleted file mode 100644 index bf915aa..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/names/Widget.class.php +++ /dev/null @@ -1,29 +0,0 @@ -. - * - */ - -/** - * Widget option names for the plugin - */ -class org_tubepress_api_const_options_names_Widget -{ - const TAGSTRING = "widget-tagstring"; - const TITLE = "widget-title"; -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/ModeValue.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/ModeValue.class.php deleted file mode 100644 index c8f25fc..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/ModeValue.class.php +++ /dev/null @@ -1,46 +0,0 @@ -. - * - */ - -/** - * TubePress gallery content modes. - */ -class org_tubepress_api_const_options_values_ModeValue -{ - const FAVORITES = 'favorites'; - const FEATURED = 'recently_featured'; - const MOST_DISCUSSED = 'most_discussed'; - const MOST_RECENT = 'most_recent'; - const MOST_RESPONDED = 'most_responded'; - const PLAYLIST = 'playlist'; - const POPULAR = 'most_viewed'; - const TAG = 'tag'; - const TOP_FAVORITES = 'youtubeTopFavorites'; - const TOP_RATED = 'top_rated'; - const USER = 'user'; - const VIMEO_UPLOADEDBY = 'vimeoUploadedBy'; - const VIMEO_LIKES = 'vimeoLikes'; - const VIMEO_APPEARS_IN = 'vimeoAppearsIn'; - const VIMEO_SEARCH = 'vimeoSearch'; - const VIMEO_CREDITED = 'vimeoCreditedTo'; - const VIMEO_CHANNEL = 'vimeoChannel'; - const VIMEO_ALBUM = 'vimeoAlbum'; - const VIMEO_GROUP = 'vimeoGroup'; -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/OrderValue.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/OrderValue.class.php deleted file mode 100644 index 7a4e131..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/OrderValue.class.php +++ /dev/null @@ -1,39 +0,0 @@ -. - * - */ - -/** - * TubePress gallery content modes. - */ -class org_tubepress_api_const_options_values_OrderValue -{ - const COMMENT_COUNT = 'commentCount'; - const DATE_PUBLISHED = 'published'; - const DURATION = 'duration'; - const NEWEST = 'newest'; - const OLDEST = 'oldest'; - const POSITION = 'position'; - const RANDOM = 'random'; - const RATING = 'rating'; - const RELEVANCE = 'relevance'; - const TITLE = 'title'; - const VIEW_COUNT = 'viewCount'; - -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/OutputValue.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/OutputValue.class.php deleted file mode 100644 index ceb2f1c..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/OutputValue.class.php +++ /dev/null @@ -1,30 +0,0 @@ -. - * - */ - -/** - * Output options. - */ -class org_tubepress_api_const_options_values_OutputValue -{ - const AJAX_SEARCH_INPUT = 'ajaxSearchInput'; - const SEARCH_INPUT = 'searchInput'; - const SEARCH_RESULTS = 'searchResults'; -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/PlayerImplementationValue.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/PlayerImplementationValue.class.php deleted file mode 100644 index 52b387d..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/PlayerImplementationValue.class.php +++ /dev/null @@ -1,29 +0,0 @@ -. - * - */ - -/** - * TubePress gallery content modes. - */ -class org_tubepress_api_const_options_values_PlayerImplementationValue -{ - const LONGTAIL = 'longtail'; - const PROVIDER_BASED = 'provider_based'; -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/PlayerValue.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/PlayerValue.class.php deleted file mode 100644 index 275027b..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/PlayerValue.class.php +++ /dev/null @@ -1,38 +0,0 @@ -. - * - */ - -/** - * TubePress gallery content modes. - */ -class org_tubepress_api_const_options_values_PlayerValue -{ - const NORMAL = 'normal'; - const POPUP = 'popup'; - const SHADOWBOX = 'shadowbox'; - const JQMODAL = 'jqmodal'; - const VIMEO = 'vimeo'; - const YOUTUBE = 'youtube'; - const STATICC = 'static'; - const SOLO = 'solo'; - const FANCYBOX = 'fancybox'; - const TINYBOX = 'tinybox'; - -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/SafeSearchValue.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/SafeSearchValue.class.php deleted file mode 100644 index c349296..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/SafeSearchValue.class.php +++ /dev/null @@ -1,30 +0,0 @@ -. - * - */ - -/** - * TubePress gallery content modes. - */ -class org_tubepress_api_const_options_values_SafeSearchValue -{ - const NONE = 'none'; - const MODERATE = 'moderate'; - const STRICT = 'strict'; -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/TimeFrameValue.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/TimeFrameValue.class.php deleted file mode 100644 index 4f36565..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/options/values/TimeFrameValue.class.php +++ /dev/null @@ -1,32 +0,0 @@ -. - * - */ - -/** - * TubePress gallery content modes. - */ -class org_tubepress_api_const_options_values_TimeFrameValue -{ - const TODAY = 'today'; - const THIS_WEEK = 'this_week'; - const THIS_MONTH = 'this_month'; - const ALL_TIME = 'all_time'; - -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/querystring/QueryParamName.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/querystring/QueryParamName.class.php deleted file mode 100644 index bb6659b..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/querystring/QueryParamName.class.php +++ /dev/null @@ -1,33 +0,0 @@ -. - * - */ - -/** - * Query string parameter names. - */ -class org_tubepress_api_const_querystring_QueryParamName -{ - const DEBUG = 'tubepress_debug'; - const GALLERY_ID = 'tubepress_galleryId'; - const PAGE = 'tubepress_page'; - const SEARCH_TERMS = 'tubepress_search'; - const SHORTCODE = 'tubepress_shortcode'; - const VIDEO = 'tubepress_video'; -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/template/Variable.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/template/Variable.class.php deleted file mode 100644 index 300378d..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/const/template/Variable.class.php +++ /dev/null @@ -1,79 +0,0 @@ -. - * - */ - -/** - * TubePress template variables - */ -class org_tubepress_api_const_template_Variable -{ - const AUTHOR_URL_PREFIX = 'authorUrlPrefix'; - const EMBEDDED_AUTOSTART = 'autostart'; - const EMBEDDED_COLOR_HIGHLIGHT = 'embeddedColorHightlight'; - const EMBEDDED_COLOR_PRIMARY = 'embeddedColorPrimary'; - const EMBEDDED_DATA_URL = 'homeURL'; - const EMBEDDED_FULLSCREEN = 'embeddedFullscreen'; - const EMBEDDED_HEIGHT = 'embeddedHeight'; - const EMBEDDED_IMPL_NAME = 'embeddedImplementationName'; - const EMBEDDED_SOURCE = 'embeddedSource'; - const EMBEDDED_WIDTH = 'embeddedWidth'; - const GALLERY_ID = 'galleryId'; - const META_LABELS = 'metaLabels'; - const META_SHOULD_SHOW = 'shouldShow'; - const OPTIONS_PAGE_CATEGORIES = 'optionsPageCategories'; - const OPTIONS_PAGE_CATEGORY_OPTIONS = 'optionsPageCategoryOptions'; - const OPTIONS_PAGE_CATEGORY_TITLE = 'optionsPageCategoryTitle'; - const OPTIONS_PAGE_INTRO = 'optionsPageIntro'; - const OPTIONS_PAGE_OPTIONS_DESC = 'optionsPageOptionsDesc'; - const OPTIONS_PAGE_OPTIONS_FILTER = 'optionsPageOptionsFilter'; - const OPTIONS_PAGE_OPTIONS_PRO_ONLY = 'optionsPageProOnly'; - const OPTIONS_PAGE_OPTIONS_TITLE = 'optionsPageOptionTitle'; - const OPTIONS_PAGE_OPTIONS_WIDGET = 'optionsPageOptionsWidget'; - const OPTIONS_PAGE_SAVE = 'optionsPageSave'; - const OPTIONS_PAGE_TITLE = 'optionsPageTitle'; - const OPTIONS_PAGE_VIMEO_OPTION = 'optionsPageVimeoOption'; - const OPTIONS_PAGE_YOUTUBE_OPTION = 'optionsPageYouTubeOption'; - const PAGINATION_BOTTOM = 'bottomPagination'; - const PAGINATION_TOP = 'topPagination'; - const PLAYER_HTML = 'preGallery'; - const PLAYER_NAME = 'playerName'; - const PRE_GALLERY = self::PLAYER_HTML; - const SEARCH_HANDLER_URL = 'searchHandlerUrl'; - const SEARCH_HIDDEN_INPUTS = 'searchHiddenInputs'; - const SEARCH_BUTTON = 'searchButton'; - const SEARCH_TARGET_DOM_ID = 'searchTargetDomId'; - const SEARCH_TERMS = 'searchTerms'; - const SHORTCODE = 'shortcode'; - const THEME_CSS = 'themeCssUrl'; - const THUMBNAIL_HEIGHT = 'thumbHeight'; - const THUMBNAIL_WIDTH = 'thumbWidth'; - const TUBEPRESS_BASE_URL = 'tubepressBaseUrl'; - const VIDEO_ARRAY = 'videoArray'; - const VIDEO_SEARCH_PREFIX = 'videoSearchPrefix'; - const VIDEO = 'video'; - const WIDGET_CONTROL_SHORTCODE = 'widgetControlShortcode'; - const WIDGET_CONTROL_TITLE = 'widgetControlTitle'; - const WIDGET_SHORTCODE = 'widgetShortcode'; - const WIDGET_TITLE = 'widgetTitle'; -} - -class org_tubepress_template_Template extends org_tubepress_api_const_template_Variable { - //the only purpose of this class is for backwards compatibility with user HTML templates :( -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/embedded/EmbeddedPlayer.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/embedded/EmbeddedPlayer.class.php deleted file mode 100644 index e49bd4f..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/embedded/EmbeddedPlayer.class.php +++ /dev/null @@ -1,38 +0,0 @@ -. - * - */ - -/** - * Represents an HTML-embeddable Flash video player - * - */ -interface org_tubepress_api_embedded_EmbeddedPlayer -{ - /** - * Spits back the text for this embedded player - * - * @param string $videoId The video ID to display - * - * @throws Exception If something goes wrong. - * - * @return string The text for this embedded player - */ - function toString($videoId); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/environment/Detector.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/environment/Detector.class.php deleted file mode 100644 index 49353c6..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/environment/Detector.class.php +++ /dev/null @@ -1,40 +0,0 @@ -. - * - */ - -/** - * Detects TubePress's environment - */ -interface org_tubepress_api_environment_Detector -{ - /** - * Detects if the user is running TubePress Pro. - * - * @return boolean True is the user is running TubePress Pro. False otherwise (or if there is a problem detecting the environment). - */ - function isPro(); - - /** - * Detects if the user is running within WordPress - * - * @return boolean True is the user is running within WordPress (or if there is a problem detecting the environment). False otherwise. - */ - function isWordPress(); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/factory/VideoFactory.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/factory/VideoFactory.class.php deleted file mode 100644 index ec1a505..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/factory/VideoFactory.class.php +++ /dev/null @@ -1,35 +0,0 @@ -. - * - */ - -/** - * Converts raw video feeds to TubePress videos - */ -interface org_tubepress_api_factory_VideoFactory -{ - /** - * Converts raw video feeds to TubePress videos - * - * @param unknown $feed The raw feed result from the video provider - * - * @return array an array of TubePress videos generated from the feed (may be empty). - */ - function feedToVideoArray($feed); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/feed/FeedFetcher.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/feed/FeedFetcher.class.php deleted file mode 100644 index 11a73fe..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/feed/FeedFetcher.class.php +++ /dev/null @@ -1,37 +0,0 @@ -. - * - */ - -/** - * TubePress's feed retrieval mechanism - * - */ -interface org_tubepress_api_feed_FeedFetcher -{ - /** - * Fetches the feed from the remote provider - * - * @param string $url The URL to fetch. - * @param boolean $useCache Whether or not to use the network cache. - * - * @return unknown The raw feed from the provider - */ - function fetch($url, $useCache); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/feed/FeedInspector.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/feed/FeedInspector.class.php deleted file mode 100644 index 66b6bd7..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/feed/FeedInspector.class.php +++ /dev/null @@ -1,35 +0,0 @@ -. - * - */ - -/** - * Examines the feed results. - */ -interface org_tubepress_api_feed_FeedInspector -{ - /** - * Count the total videos in this feed result. - * - * @param unknown $rawFeed The raw video feed (varies depending on provider) - * - * @return int The total result count of this query, or 0 if there was a problem. - */ - function getTotalResultCount($rawFeed); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/feed/FeedResult.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/feed/FeedResult.class.php deleted file mode 100644 index 26a716e..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/feed/FeedResult.class.php +++ /dev/null @@ -1,74 +0,0 @@ -. - * - */ - -/** - * Simple class to abstract the response from a video provider - */ -class org_tubepress_api_feed_FeedResult -{ - private $_effectiveDisplayCount; - private $_effectiveTotalResultCount; - private $_videoArray; - - /** - * Set the video array - * - * @param array $videos The video array. - * - * @return void - */ - public function setVideoArray($videos) - { - $this->_videoArray = $videos; - } - - /** - * Set the effective total result count - * - * @param integer $count The effective total result count. - * - * @return void - */ - public function setEffectiveTotalResultCount($count) - { - $this->_effectiveTotalResultCount = $count; - } - - /** - * Get the video array - * - * @return array The video array. - */ - public function getVideoArray() - { - return $this->_videoArray; - } - - /** - * Get the effective total result count - * - * @return integer The effective total result count. - */ - public function getEffectiveTotalResultCount() - { - return $this->_effectiveTotalResultCount; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/filesystem/Explorer.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/filesystem/Explorer.class.php deleted file mode 100644 index bb24ae7..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/filesystem/Explorer.class.php +++ /dev/null @@ -1,55 +0,0 @@ -. - * - */ - -/** - * Filesystem utilities. - */ -interface org_tubepress_api_filesystem_Explorer -{ - /** - * Finds the absolute path of the TubePress installation on the filesystem. - * - * @return string The absolute filesystem path of this TubePress installation. - */ - function getTubePressBaseInstallationPath(); - - /** - * Find the directories contained in the given directory (non-recursive). - * - * @param string $dir The absolute filesystem path of the directory to examine. - * @param string $prefix The logging prefix. - * - * @return array The names of the directories in the given directory (non-recursive). - */ - function getDirectoriesInDirectory($dir, $prefix); - - /** - * Find the files contained in the given directory (non-recursive). - * - * @param string $dir The absolute filesystem path of the directory to examine. - * @param string $prefix The logging prefix. - * - * @return array The names of the files in the given directory (non-recursive). - */ - function getFilenamesInDirectory($dir, $prefix); - - function getSystemTempDirectory(); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/html/HtmlGenerator.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/html/HtmlGenerator.class.php deleted file mode 100644 index 9f7cb6b..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/html/HtmlGenerator.class.php +++ /dev/null @@ -1,46 +0,0 @@ -. - * - */ - -/** - * Handles HTML. - */ -interface org_tubepress_api_html_HtmlGenerator -{ - function getHeadJqueryIncludeString(); - - function getHeadInlineJavaScriptString(); - - function getHeadTubePressJsIncludeString(); - - function getHeadTubePressCssIncludeString(); - - function getHeadMetaString(); - - /** - * Generates the HTML for TubePress. Could be a gallery or single video. - * - * @param string $shortCodeContent The shortcode content. May be empty or null. - * - * @return The HTML for the given shortcode, or the error message if there was a problem. - */ - function getHtmlForShortcode($shortCodeContent); -} - diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/http/HttpClient.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/http/HttpClient.class.php deleted file mode 100644 index 4d1d8bd..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/http/HttpClient.class.php +++ /dev/null @@ -1,57 +0,0 @@ -. - * - */ - -/** - * Handles HTTP client functionality. - */ -interface org_tubepress_api_http_HttpClient -{ - const HTTP_METHOD_GET = 'GET'; - const HTTP_METHOD_POST = 'POST'; - const HTTP_METHOD_PUT = 'PUT'; - - const HTTP_HEADER_ACCEPT_ENCODING = 'Accept-Encoding'; - const HTTP_HEADER_CONTENT_LENGTH = 'Content-Length'; - const HTTP_HEADER_CONTENT_TYPE = 'Content-Type'; - const HTTP_HEADER_USER_AGENT = 'User-Agent'; - - /** - * Get. - * - * @param string $url URI resource. - * - * @throws Exception If something goes wrong. - * - * @return string Resulting body as a string (could be null) - */ - function get($url); - - /** - * Post. - * - * @param string $url URI resource. - * @param unknown $body The HTTP body. - * - * @return string Resulting body as a string (could be null) - */ - function post($url, $body); -} - diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/ioc/IocService.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/ioc/IocService.class.php deleted file mode 100644 index 0b37561..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/ioc/IocService.class.php +++ /dev/null @@ -1,35 +0,0 @@ -. - * - */ - -/** - * Dependency injector for TubePress - */ -interface org_tubepress_api_ioc_IocService -{ - /** - * Get an object from the container by name. - * - * @param string $className The name of the object to retrieve. - * - * @return object The object with the given name. - */ - function get($className); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/message/MessageService.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/message/MessageService.class.php deleted file mode 100644 index d30eeaf..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/message/MessageService.class.php +++ /dev/null @@ -1,35 +0,0 @@ -. - * - */ - -/** - * General purpose message abstraction for TubePress - */ -interface org_tubepress_api_message_MessageService -{ - /** - * Get the message corresponding to the given key. - * - * @param string $messageKey The message key. - * - * @return string The corresponding message. - */ - function _($messageKey); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/options/OptionValidator.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/options/OptionValidator.class.php deleted file mode 100644 index a6b9c31..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/options/OptionValidator.class.php +++ /dev/null @@ -1,37 +0,0 @@ -. - * - */ - -/** - * Performs validation on option values - */ -interface org_tubepress_api_options_OptionValidator -{ - /** - * Validates an option value. Will throw an Exception if validation - * fails. - * - * @param string $optionName The option name - * @param unknown_type $candidate The candidate option value - * - * @return void - */ - function validate($optionName, $candidate); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/options/OptionsManager.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/options/OptionsManager.class.php deleted file mode 100644 index e6b6272..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/options/OptionsManager.class.php +++ /dev/null @@ -1,79 +0,0 @@ -. - * - */ - -/** - * Holds the current options for TubePress. This is the default options, - * usually in persistent storage somewhere, and custom options parsed - * from a shortcode - */ -interface org_tubepress_api_options_OptionsManager -{ - /** - * Gets the value of an option - * - * @param string $optionName The name of the option - * - * @return unknown The option value - */ - function get($optionName); - - /** - * Sets the value of an option - * - * @param string $optionName The name of the option - * @param unknown $optionValue The option value - * - * @return void - */ - function set($optionName, $optionValue); - - /** - * Sets the options that differ from the default options. - * - * @param array $customOpts The custom options. - * - * @return void - */ - function setCustomOptions($customOpts); - - /** - * Gets the options that differ from the default options. - * - * @return array The options that differ from the default options. - */ - function getCustomOptions(); - - /** - * Set the current shortcode. - * - * @param string $newTagString The current shortcode - * - * @return void - */ - function setShortcode($newTagString); - - /** - * Get the current shortcode - * - * @return string The current shortcode - */ - function getShortcode(); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/options/StorageManager.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/options/StorageManager.class.php deleted file mode 100644 index 4bf2370..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/options/StorageManager.class.php +++ /dev/null @@ -1,62 +0,0 @@ -. - * - */ - -/** - * Handles persistent storage of TubePress options - * - */ -interface org_tubepress_api_options_StorageManager -{ - /** - * Determines if an option exists - * - * @param string $optionName The name of the option in question - * - * @return boolean True if the option exists, false otherwise - */ - function exists($optionName); - - /** - * Initializes the storage - * - * @return void - */ - function init(); - - /** - * Retrieve the current value of an option - * - * @param string $optionName The name of the option - * - * @return unknown_type The option's value - */ - function get($optionName); - - /** - * Sets an option value - * - * @param string $optionName The option name - * @param unknown_type $optionValue The option value - * - * @return void - */ - function set($optionName, $optionValue); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/pagination/Pagination.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/pagination/Pagination.class.php deleted file mode 100644 index 20a73a9..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/pagination/Pagination.class.php +++ /dev/null @@ -1,35 +0,0 @@ -. - * - */ - -/** - * TubePress gallery pagination service. - */ -interface org_tubepress_api_pagination_Pagination -{ - /** - * Get the HTML for pagination. - * - * @param int $totalResults The total number of results in this gallery - * - * @return string The HTML for the pagination. - */ - function getHtml($totalResults); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/patterns/FilterManager.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/patterns/FilterManager.class.php deleted file mode 100644 index beaa4c1..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/patterns/FilterManager.class.php +++ /dev/null @@ -1,47 +0,0 @@ -. - * - */ - -/** - * Manages the registration and execution of filters. - */ -interface org_tubepress_api_patterns_FilterManager -{ - /** - * Run all filters for the specified execution point, giving each filter a chance - * to modify the given value. - * - * @param string $name The execution point name. - * @param unknown_type $value The value to send to the filters. - * - * @return unknown_type The modified value. - */ - function runFilters($name, $value); - - /** - * Registers a filter for the specified execution point. - * - * @param string $name The execution point name. - * @param callback $callback The filter callback. - * - * @return void - */ - function registerFilter($name, $callback); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/patterns/Strategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/patterns/Strategy.class.php deleted file mode 100644 index 8638753..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/patterns/Strategy.class.php +++ /dev/null @@ -1,57 +0,0 @@ -. - * - */ - -/** - * A generic strategy. - */ -interface org_tubepress_api_patterns_Strategy -{ - /** - * Returns true if this strategy is able to handle - * the request. - * - * @return boolean True if the strategy can handle the request, false otherwise. - */ - function canHandle(); - - /** - * Execute the strategy. - * - * @return unknown The result of this strategy execution. - */ - function execute(); - - /** - * Called *before* canHandle() and execute() to allow the strategy - * to initialize itself. - * - * @return void - */ - function start(); - - /** - * Called *after* canHandle() and execute() to allow the strategy - * to tear itself down. - * - * @return void - */ - function stop(); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/patterns/StrategyManager.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/patterns/StrategyManager.class.php deleted file mode 100644 index be23b45..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/patterns/StrategyManager.class.php +++ /dev/null @@ -1,35 +0,0 @@ -. - * - */ - -/** - * Finds the first strategy to execute and executes it. - */ -interface org_tubepress_api_patterns_StrategyManager -{ - /** - * Executes the given strategies. - * - * @param array $strategyInstances An array of org_tubepress_api_patterns_Strategy class names to execute. - * - * @return unknown The result of the strategy execution. - */ - function executeStrategy($strategyInstances); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/player/Player.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/player/Player.class.php deleted file mode 100644 index 7962788..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/player/Player.class.php +++ /dev/null @@ -1,53 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_video_Video')); - -/** - * A TubePress "player", such as lightWindow, GreyBox, popup window, etc - */ -interface org_tubepress_api_player_Player -{ - const NORMAL = 'normal'; - const POPUP = 'popup'; - const SHADOWBOX = 'shadowbox'; - const JQMODAL = 'jqmodal'; - const YOUTUBE = 'youtube'; - const TINYBOX = 'tinybox'; - const FANCYBOX = 'fancybox'; - const STATICC = 'static'; - const SOLO = 'solo'; - const VIMEO = 'vimeo'; - - /** - * Get's the HTML for the TubePress "player" - * - * @param org_tubepress_api_video_Video $vid The video to display in the player. - * @param unknown $galleryId The current gallery ID. - * - * @throws Exception If something goes wrong. - * - * @return string The HTML for this player with the given video. - */ - function getHtml(org_tubepress_api_video_Video $vid, $galleryId); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/provider/Provider.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/provider/Provider.class.php deleted file mode 100644 index 0794f8d..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/provider/Provider.class.php +++ /dev/null @@ -1,50 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_options_OptionsManager')); - -/** - * Interface to a remove video provider - */ -interface org_tubepress_api_provider_Provider -{ - const DIRECTORY = 'directory'; - const YOUTUBE = 'youtube'; - const VIMEO = 'vimeo'; - - /** - * Get the video feed result. - * - * @return org_tubepress_api_feed_FeedResult The feed result, never null. - */ - function getMultipleVideos(); - - /** - * Fetch a single video. - * - * @param string $customVideoId The video ID to fetch. - * - * @return org_tubepress_api_video_Video The video, or null if there's a problem. - */ - function getSingleVideo($customVideoId); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/provider/ProviderCalculator.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/provider/ProviderCalculator.class.php deleted file mode 100644 index e49df65..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/provider/ProviderCalculator.class.php +++ /dev/null @@ -1,43 +0,0 @@ -. - * - */ - - -/** - * Calculates video provider in use. - */ -interface org_tubepress_api_provider_ProviderCalculator -{ - /** - * Determine the current video provider. - * - * @return string 'youtube', 'vimeo', or 'directory' - */ - function calculateCurrentVideoProvider(); - - /** - * Determine the provider of the given video ID. - * - * @param string $videoId The ID of the video to examine. - * - * @return string 'youtube', 'vimeo', or 'directory' - */ - function calculateProviderOfVideoId($videoId); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/querystring/QueryStringService.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/querystring/QueryStringService.class.php deleted file mode 100644 index 5fe8225..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/querystring/QueryStringService.class.php +++ /dev/null @@ -1,74 +0,0 @@ -. - * - */ - -/** - * Handles some tasks related to the query string - */ -interface org_tubepress_api_querystring_QueryStringService -{ - /** - * Try to get the custom video ID from the query string - * - * @param array $getVars The PHP $_GET array - * - * @return string The custom video ID, or '' if not set or if there was a problem. - */ - function getCustomVideo($getVars); - - /** - * Try to get the gallery ID from the query string - * - * @param array $getVars The PHP $_GET array - * - * @return string The gallery ID, or '' if not set or if there was a problem. - */ - function getGalleryId($getVars); - - /** - * Returns what's in the address bar - * - * @param array $serverVars The PHP $_SERVER array - * - * @return string What's in the address bar - */ - function getFullUrl($serverVars); - - /** - * Try to figure out what page we're on by looking at the query string - * Defaults to '1' if there's any doubt - * - * @param array $getVars The PHP $_GET array - * - * @return int The page number, or 1 if there was a problem. - */ - function getPageNum($getVars); - - /** - * Try to get the shortcode from the query string - * - * @param array $getVars The PHP $_GET array - * - * @return string The shortcode, or '' if not set or if there was a problem. - */ - function getShortcode($getVars); - - function getSearchTerms($getVars); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/shortcode/ShortcodeParser.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/shortcode/ShortcodeParser.class.php deleted file mode 100644 index a957cbe..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/shortcode/ShortcodeParser.class.php +++ /dev/null @@ -1,46 +0,0 @@ -. - * - */ - -/** - * Parses shortcodes. - */ -interface org_tubepress_api_shortcode_ShortcodeParser -{ - /** - * This function is used to parse a shortcode into options that TubePress can use. - * - * @param string $content The haystack in which to search - * - * @return array The associative array of parsed options. - */ - function parse($content); - - /** - * Determines if the given content contains a shortcode. - * - * @param string $content The content to search through - * @param string $trigger The shortcode trigger word - * - * @return boolean True if there's a shortcode in the content, false otherwise. - */ - function somethingToParse($content, $trigger = "tubepress"); -} - diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/single/SingleVideo.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/single/SingleVideo.class.php deleted file mode 100644 index 24be6ea..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/single/SingleVideo.class.php +++ /dev/null @@ -1,36 +0,0 @@ -. - * - */ - -/** - * Handles requests for a single video (for embedding) - */ -interface org_tubepress_api_single_SingleVideo -{ - /** - * Get the HTML for a single video display. - * - * @param string $videoId The ID of the video to display. - * - * @return string The HTML for the single video display. - */ - function getSingleVideoHtml($videoId); -} - diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/template/Template.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/template/Template.class.php deleted file mode 100644 index 138e22e..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/template/Template.class.php +++ /dev/null @@ -1,63 +0,0 @@ -. - * - */ - -/** - * TubePress template - */ -interface org_tubepress_api_template_Template -{ - /** - * Converts this template to a string - * - *@throws Exception If there was a problem. - * - * @return string The string representation of this template. - */ - function toString(); - - /** - * Sets the path of this template. - * - * @param string $path The absolute path on the filesystem of this template. - * - * @throws Exception If there was a problem. - * - * @return void - */ - function setPath($path); - - /** - * Set a template variable. - * - * @param string $name The name of the template variable to set. - * @param unknown $value The value of the template variable. - * - * @return void - */ - function setVariable($name, $value); - - /** - * Resets this template for use. Clears out any set variables. - * - * @return void - */ - function reset(); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/theme/ThemeHandler.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/theme/ThemeHandler.class.php deleted file mode 100644 index ecdfc21..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/theme/ThemeHandler.class.php +++ /dev/null @@ -1,54 +0,0 @@ -. - * - */ - -/** - * TubePress theme handler. - */ -interface org_tubepress_api_theme_ThemeHandler -{ - /** - * Gets an instance of a template appropriate for the current theme. - * - * @param string $pathToTemplate The relative path (from the root of the theme directory) to the template. - * - * @throws Exception If there was a problem. - * - * @return org_tubepress_api_template_Template The template instance. - */ - function getTemplateInstance($pathToTemplate); - - /** - * Returns the URL of the CSS stylesheet for the given theme. - * - * @param string $currentTheme The name of the theme. - * @param boolean $relative Whether or not to include the full URL or just the portion relative to $tubepress_base_url - * - * @return string The URl of the CSS stylesheet. - */ - function getCssPath($currentTheme, $relative = false); - - /** - * Returns the name of the current TubePress theme in use. - * - * @return string The current theme name, or 'default' if the default theme is in use or if there was a problem. - */ - function calculateCurrentThemeName(); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/url/Url.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/url/Url.class.php deleted file mode 100644 index 2f1b3f1..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/url/Url.class.php +++ /dev/null @@ -1,294 +0,0 @@ -. - * - */ - -/** - * URL class. Lifted mostly from PEAR's Net_URL2 class. - */ -class org_tubepress_api_url_Url -{ - /** - * @var string|bool - */ - private $_scheme = false; - - /** - * @var string|bool - */ - private $_userinfo = false; - - /** - * @var string|bool - */ - private $_host = false; - - /** - * @var string|bool - */ - private $_port = false; - - /** - * @var string - */ - private $_path = ''; - - /** - * @var string|bool - */ - private $_query = false; - - /** - * @var string|bool - */ - private $_fragment = false; - - /** - * Constructor. - * - * @param string $url an absolute or relative URL - */ - public function __construct($url) - { - // The regular expression is copied verbatim from RFC 3986, appendix B. - // The expression does not validate the URL but matches any string. - preg_match('!^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?!', $url, $matches); - - // "path" is always present (possibly as an empty string); the rest - // are optional. - $this->_scheme = !empty($matches[1]) ? $matches[2] : false; - $this->setAuthority(!empty($matches[3]) ? $matches[4] : false); - $this->_path = $matches[5]; - $this->_query = !empty($matches[6]) ? $matches[7] : false; - $this->_fragment = !empty($matches[8]) ? $matches[9] : false; - } - - /** - * Sets the query string to the specified variable in the query string. - * - * @param array $array (name => value) array - * - * @return void - */ - public function setQueryVariables(array $array) - { - if (!$array) { - $this->_query = false; - } else { - foreach ($array as $name => $value) { - $name = self::urlencode($name); - - if (is_array($value)) { - foreach ($value as $k => $v) { - $parts[] = sprintf('%s[%s]=%s', $name, $k, $v); - } - } elseif (!is_null($value)) { - $parts[] = $name . '=' . self::urlencode($value); - } else { - $parts[] = $name; - } - } - $this->_query = implode('&', $parts); - } - } - - /** - * Sets the specified variable in the query string. - * - * @param string $name variable name - * @param mixed $value variable value - * - * @return array - */ - public function setQueryVariable($name, $value) - { - $array = $this->getQueryVariables(); - $array[$name] = $value; - $this->setQueryVariables($array); - } - - /** - * Removes the specifed variable from the query string. - * - * @param string $name a query string variable, e.g. "foo" in "?foo=1" - * - * @return void - */ - public function unsetQueryVariable($name) - { - $array = $this->getQueryVariables(); - unset($array[$name]); - $this->setQueryVariables($array); - } - - /** - * Returns a string representation of this URL. - * - * @return string - */ - public function toString($encodeAmpersands = false) - { - // See RFC 3986, section 5.3 - $url = ""; - - if ($this->_scheme !== false) { - $url .= $this->_scheme . ':'; - } - - $authority = $this->getAuthority(); - if ($authority !== false) { - $url .= '//' . $authority; - } - $url .= $this->_path; - - if ($this->_query !== false) { - $url .= '?' . $this->_query; - } - - if ($this->_fragment !== false) { - $url .= '#' . $this->_fragment; - } - - if ($encodeAmpersands) { - return str_replace("&", "&", $url); - } - - return $url; - } - - /** - * Percent-encodes all non-alphanumeric characters except these: _ . - ~ - * Similar to PHP's rawurlencode(), except that it also encodes ~ in PHP - * 5.2.x and earlier. - * - * @param $raw the string to encode - * @return string - */ - public static function urlencode($string) - { - $encoded = rawurlencode($string); - - // This is only necessary in PHP < 5.3. - $encoded = str_replace('%7E', '~', $encoded); - return $encoded; - } - - /** - * Sets the authority part, i.e. [ userinfo "@" ] host [ ":" port ]. Specify - * false if there is no authority. - * - * @param string|false $authority a hostname or an IP addresse, possibly - * with userinfo prefixed and port number - * appended, e.g. "foo:bar@example.org:81". - * - * @return void - */ - public function setAuthority($authority) - { - $this->_userinfo = false; - $this->_host = false; - $this->_port = false; - if (preg_match('@^(([^\@]*)\@)?([^:]+)(:(\d*))?$@', $authority, $reg)) { - if ($reg[1]) { - $this->_userinfo = $reg[2]; - } - - $this->_host = $reg[3]; - if (isset($reg[5])) { - $this->_port = $reg[5]; - } - } - } - - /** - * Returns the authority part, i.e. [ userinfo "@" ] host [ ":" port ], or - * false if there is no authority. - * - * @return string|bool - */ - public function getAuthority() - { - if (!$this->_host) { - return false; - } - - $authority = ''; - - if ($this->_userinfo !== false) { - $authority .= $this->_userinfo . '@'; - } - - $authority .= $this->_host; - - if ($this->_port !== false) { - $authority .= ':' . $this->_port; - } - - return $authority; - } - - /** - * Returns the query string like an array as the variables would appear in - * $_GET in a PHP script. If the URL does not contain a "?", an empty array - * is returned. - * - * @return array - */ - public function getQueryVariables() - { - $pattern = '/[' . preg_quote('&', '/') . ']/'; - $parts = preg_split($pattern, $this->_query, -1, PREG_SPLIT_NO_EMPTY); - $return = array(); - - foreach ($parts as $part) { - if (strpos($part, '=') !== false) { - list($key, $value) = explode('=', $part, 2); - } else { - $key = $part; - $value = null; - } - - $key = rawurldecode($key); - $value = rawurldecode($value); - - if (preg_match('#^(.*)\[([0-9a-z_-]*)\]#i', $key, $matches)) { - - $key = $matches[1]; - $idx = $matches[2]; - - // Ensure is an array - if (empty($return[$key]) || !is_array($return[$key])) { - $return[$key] = array(); - } - - // Add data - if ($idx === '') { - $return[$key][] = $value; - } else { - $return[$key][$idx] = $value; - } - } else { - $return[$key] = $value; - } - } - - return $return; - } - -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/url/UrlBuilder.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/url/UrlBuilder.class.php deleted file mode 100644 index 1ac123f..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/url/UrlBuilder.class.php +++ /dev/null @@ -1,49 +0,0 @@ -. - * - */ - -/** - * Builds URLs to send out to a remote provider - * - */ -interface org_tubepress_api_url_UrlBuilder -{ - /** - * Builds a URL for a list of videos - * - * @param int $currentPage The current page number of the gallery. - * - * @throws Exception If there was a problem. - * - * @return string The request URL for this gallery - */ - function buildGalleryUrl($currentPage); - - /** - * Builds a request url for a single video - * - * @param string $id The video ID to search for - * - * @throws Exception If there was a problem. - * - * @return string The URL for the single video given. - */ - function buildSingleVideoUrl($id); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/video/Video.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/video/Video.class.php deleted file mode 100644 index 6661e95..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/api/video/Video.class.php +++ /dev/null @@ -1,100 +0,0 @@ -. - * - */ - -/** - * A video object that TubePress processes - */ -class org_tubepress_api_video_Video -{ - private $_authorDisplayName; - private $_authorUid; - private $_category; - private $_commentCount; - private $_description; - private $_duration; - private $_homeUrl; - private $_id; - private $_keywords; - private $_likesCount; - private $_ratingAverage; - private $_ratingCount; - private $_thumbnailUrl; - private $_timeLastUpdated; - private $_timePublished; - private $_title; - private $_viewCount; - - public function __construct() - { - $this->_keywords = array(); - } - - public function getAuthorDisplayName() { return $this->_authorDisplayName; } - public function setAuthorDisplayName($author) { $this->_authorDisplayName = $author; } - - public function getAuthorUid() { return $this->_authorUid; } - public function setAuthorUid($author) { $this->_authorUid = $author; } - - public function getCategory() { return $this->_category; } - public function setCategory($category) { $this->_category = $category; } - - public function getCommentCount() { return $this->_commentCount; } - public function setCommentCount($count) { $this->_commentCount = $count; } - - public function getDescription() { return $this->_description; } - public function setDescription($description) { $this->_description = $description; } - - public function getDuration() { return $this->_duration; } - public function setDuration($duration) { $this->_duration = $duration; } - - public function getHomeUrl() { return $this->_homeUrl; } - public function setHomeUrl($url) { $this->_homeUrl = $url; } - - public function getId() { return $this->_id; } - public function setId($id) { $this->_id = $id; } - - public function getKeywords() { return $this->_keywords; } - public function setKeywords($keywords) { $this->_keywords = $keywords; } - - public function getLikesCount() { return $this->_likesCount; } - public function setLikesCount($c) { $this->_likesCount = $c; } - - public function getRatingAverage() { return $this->_ratingAverage; } - public function setRatingAverage($average) { $this->_ratingAverage = $average; } - - public function getRatingCount() { return $this->_ratingCount; } - public function setRatingCount($count) { $this->_ratingCount = $count; } - - public function getThumbnailUrl() { return $this->_thumbnailUrl; } - public function setThumbnailUrl($url) { $this->_thumbnailUrl = $url; } - - public function getTimeLastUpdated() { return $this->_timeLastUpdated; } - public function setTimeLastUpdated($time) { $this->_timeLastUpdated = $time; } - - public function getTimePublished() { return $this->_timePublished; } - public function setTimePublished($time) { $this->_timePublished = $time; } - - public function getTitle() { return $this->_title; } - public function setTitle($title) { $this->_title = $title; } - - public function getViewCount() { return $this->_viewCount; } - public function setViewCount($count) { $this->_viewCount = $count; } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/bootstrap/AbstractBootstrapper.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/bootstrap/AbstractBootstrapper.class.php deleted file mode 100644 index e5b673d..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/bootstrap/AbstractBootstrapper.class.php +++ /dev/null @@ -1,125 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') -|| require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_bootstrap_Bootstrapper', - 'org_tubepress_impl_log_Log', - 'org_tubepress_api_const_filters_ExecutionPoint')); - -/** - * Performs TubePress-wide initialization. - */ -abstract class org_tubepress_impl_bootstrap_AbstractBootstrapper implements org_tubepress_api_bootstrap_Bootstrapper -{ - private static $_alreadyBooted = false; - - /** - * Performs TubePress-wide initialization. - * - * @return null - */ - public function boot() - { - try { - $this->_wrappedBoot(); - } catch (Exception $e) { - org_tubepress_impl_log_Log::log($this->_getName(), 'Caught exception while booting: '. $e->getMessage()); - } - } - - private function _wrappedBoot() - { - /* don't boot twice! */ - if (self::$_alreadyBooted) { - return; - } - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $envDetector = $ioc->get('org_tubepress_api_environment_Detector'); - - /* WordPress likes to keep control of the output */ - if ($envDetector->isWordPress()) { - ob_start(); - } - - /* Turn on logging if we need to */ - org_tubepress_impl_log_Log::setEnabled($tpom->get(org_tubepress_api_const_options_names_Advanced::DEBUG_ON), $_GET); - org_tubepress_impl_log_Log::log($this->_getName(), 'Booting!'); - - /* register default filters */ - $fs = $ioc->get('org_tubepress_api_filesystem_Explorer'); - $baseDir = $fs->getTubePressBaseInstallationPath() . '/sys/classes/org/tubepress/impl/filters/'; - - $this->_loadFilters($baseDir . 'html', $fs, $ioc); - $this->_loadFilters($baseDir . 'template', $fs, $ioc); - $this->_loadFilters($baseDir . 'feedresult', $fs, $ioc); - - /* continue booting process */ - $this->_doBoot(); - - /* remember that we booted. */ - self::$_alreadyBooted = true; - } - - /** - * Get the name of this bootstrapper. - * - * @return void - */ - protected abstract function _getName(); - - /** - * Perform boot procedure. - * - * @return void - */ - protected abstract function _doBoot(); - - private function _loadFilters($directory, $fs, $ioc) - { - org_tubepress_impl_log_Log::log($this->_getName(), 'Loading TubePress filters from %s', $directory); - - /* get a list of the files in the directory */ - $pluginPaths = $fs->getFilenamesInDirectory($directory, $this->_getName()); - - /* we want to provide the filter manager to the filters */ - $tubepressFilterManager = $ioc->get('org_tubepress_api_patterns_FilterManager'); - - /* include the PHP files that we can read */ - foreach ($pluginPaths as $pluginPath) { - - if ('.php' == substr($pluginPath, -4) && is_readable($pluginPath)) { - - org_tubepress_impl_log_Log::log($this->_getName(), 'Loading TubePress filter at %s', $pluginPath); - - include_once $pluginPath; - - } else { - - org_tubepress_impl_log_Log::log($this->_getName(), 'Ignoring non-filter file at %s', $pluginPath); - - } - } - } - -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/bootstrap/FreeWordPressPluginBootstrapper.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/bootstrap/FreeWordPressPluginBootstrapper.class.php deleted file mode 100644 index a70179b..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/bootstrap/FreeWordPressPluginBootstrapper.class.php +++ /dev/null @@ -1,78 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_bootstrap_AbstractBootstrapper', - 'org_tubepress_impl_env_wordpress_Main', - 'org_tubepress_impl_env_wordpress_Admin', - 'org_tubepress_impl_env_wordpress_Widget')); - -/** - * Performs WordPress initialization. - */ -class org_tubepress_impl_bootstrap_FreeWordPressPluginBootstrapper extends org_tubepress_impl_bootstrap_AbstractBootstrapper -{ - /** - * Perform boot procedure. - * - * @return void - */ - protected function _doBoot() - { - global $tubepress_base_url; - - $baseName = $this->getBaseName(); - - /* set the tubepress_base_url global */ - $tubepress_base_url = get_option('siteurl') . "/wp-content/plugins/$baseName"; - - /* register the plugin's message bundles */ - load_plugin_textdomain('tubepress', false, "$baseName/sys/i18n"); - - add_filter('the_content', array('org_tubepress_impl_env_wordpress_Main', 'contentFilter')); - add_action('wp_head', array('org_tubepress_impl_env_wordpress_Main', 'headAction')); - add_action('init', array('org_tubepress_impl_env_wordpress_Main', 'initAction')); - - add_action('admin_menu', array('org_tubepress_impl_env_wordpress_Admin', 'menuAction')); - add_action('admin_init', array('org_tubepress_impl_env_wordpress_Admin', 'initAction')); - - add_action('widgets_init', array('org_tubepress_impl_env_wordpress_Widget', 'initAction')); - } - - /** - * Get the name of this bootstrapper. - * - * @return void - */ - protected function _getName() - { - return 'WordPress Bootstrapper'; - } - - protected function getBaseName() - { - /* have to consider that sometimes people may name the "tubepress" directory differently */ - $dirName = realpath(dirname(__FILE__) . '/../../../../../../'); - - return basename($dirName); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/cache/PearCacheLiteCacheService.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/cache/PearCacheLiteCacheService.class.php deleted file mode 100644 index 3ecf2d1..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/cache/PearCacheLiteCacheService.class.php +++ /dev/null @@ -1,359 +0,0 @@ -. - * - * - * Fast, light and safe Cache Class lifted almost entirely from PEAR's Cache_Lite class. - * - * Cache_Lite is a fast, light and safe cache system. It's optimized - * for file containers. It is fast and safe (because it uses file - * locking and/or anti-corruption tests). - * - */ - -function_exists('tubepress_load_classes') -|| require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_cache_Cache', - 'org_tubepress_impl_log_Log', - 'org_tubepress_impl_filesystem_FsExplorer')); - -class org_tubepress_impl_cache_PearCacheLiteCacheService implements org_tubepress_api_cache_Cache -{ - const HASH_DIR_LEVEL = 1; - const HASH_DIR_UMASK = 0700; - - const LOG_PREFIX = 'Cache_Lite Cache'; - - /** - * Test if a cache is available and (if yes) return it - * - * @param string $id cache id - * - * @return string data of the cache (else : false) - */ - public function get($id) - { - try { - return $this->_wrappedGet($id); - } catch (Exception $e) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Caught exception when running "get": ' . $e->getMessage()); - return false; - } - } - - private function _wrappedGet($id) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $life = $tpom->get(org_tubepress_api_const_options_names_Advanced::CACHE_LIFETIME_SECONDS); - $data = false; - $refreshTime = $this->_getRefreshTime($life); - $file = $this->_getFileWithPath($id, $ioc); - - clearstatcache(); - - if (is_null($refreshTime)) { - if (file_exists($file)) { - $data = $this->_read($file, $life); - } - } else { - if ((file_exists($file)) && (@filemtime($file) > $refreshTime)) { - $data = $this->_read($file, $life); - } - } - - return $data; - } - - /** - * Save some data in a cache file - * - * @param string $id cache id - * @param string $data data to put in cache - * - * @return boolean true if no problem (else : false) - */ - public function save($id, $data) - { - try { - return $this->_wrappedSave($id, $data); - } catch (Exception $e) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Caught exception when saving: ' . $e->getMessage()); - return false; - } - } - - private function _wrappedSave($id, $data) - { - if (!is_string($data)) { - throw new Exception("Cache can only save string data"); - } - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $life = $tpom->get(org_tubepress_api_const_options_names_Advanced::CACHE_LIFETIME_SECONDS); - $cleaningFactor = $tpom->get(org_tubepress_api_const_options_names_Advanced::CACHE_CLEAN_FACTOR); - $file = $this->_getFileWithPath($id, $ioc); - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Saving data to key at %s and file %s. Cleaning factor is %d', $id, $file, $cleaningFactor); - - if ($cleaningFactor > 0) { - $rand = rand(1, $cleaningFactor); - if ($rand == 1) { - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Cleaning out old cache entries'); - $this->_cleanDir($this->_getCacheDir($ioc)); - } - } - - $res = $this->_writeAndControl($id, $data, $life, $file, $ioc); - - if (is_bool($res)) { - if ($res) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Saved data to key at %s', $id); - return true; - } - // if $res if false, we need to invalidate the cache - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Invalidating cache under key at %s', $id); - @touch($file, time() - 2 * abs($life)); - return false; - } - - return $res; - } - - /** - * Should only be called during testing! - * - * @return void - */ - public function clean() - { - $this->_cleanDir($this->_getCacheDir(org_tubepress_impl_ioc_IocContainer::getInstance())); - } - - /** - * Compute & set the refresh time - * - * @param int $life The current cache lifetime. - * - * @return int The Unix time when a cache item must be refreshed. - */ - private function _getRefreshTime($life) - { - if ($life === 0) { - return null; - } else { - return time() - $life; - } - } - - /** - * Remove a file - * - * @param string $file complete file path and name - * - * @return boolean true if no problem - */ - private function _unlink($file) - { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Removing file at %s', $file); - if (!@unlink($file)) { - throw new Exception('Cache_Lite : Unable to remove cache file at ' . $file); - } - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Removed file at %s', $file); - return true; - } - - /** - * Recursive function for cleaning cache file in the given directory - * - * @param string $dir directory complete path (with a trailing slash) - * - * @return boolean true if no problem - */ - private function _cleanDir($dir) - { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Removing cache files under directory at %s', $dir); - $motif = 'cache_'; - - if (!($dh = @opendir($dir))) { - return; - } - - $result = true; - - while ($file = readdir($dh)) { - - if (($file != '.') && ($file != '..')) { - - if (substr($file, 0, 6) == 'cache_') { - - $fileTwo = $dir . $file; - - if (is_file($fileTwo)) { - - if (strpos($fileTwo, $motif) !== false) { - $result = ($result and ($this->_unlink($fileTwo))); - } - } - - if ((is_dir($fileTwo)) and (self::HASH_DIR_LEVEL > 0)) { - $result = ($result and ($this->_cleanDir($fileTwo . '/'))); - } - } - } - } - - return $result; - } - - private function _getFileWithoutPath($id) - { - return 'cache_' . md5($id); - } - - private function _getFileWithPath($id, $ioc) - { - $suffix = $this->_getFileWithoutPath($id); - $root = $this->_getCacheDir($ioc); - - if (self::HASH_DIR_LEVEL > 0) { - - $hash = md5($suffix); - - for ($i=0 ; $i < self::HASH_DIR_LEVEL ; $i++) { - $root = $root . 'cache_' . substr($hash, 0, $i + 1) . '/'; - } - } - - return $root . $suffix; - } - - private function _read($file, $life) - { - $fp = @fopen($file, "rb"); - @flock($fp, LOCK_SH); - if (!$fp) { - throw new Exception('Unable to read cache file at ' . $file); - } - - clearstatcache(); - - $length = @filesize($file); - $hashControl = @fread($fp, 32); - $length = $length - 32; - - if ($length) { - $data = @fread($fp, $length); - } else { - $data = ''; - } - - @flock($fp, LOCK_UN); - @fclose($fp); - - $hashData = $this->_hash($data); - - if ($hashData != $hashControl) { - - if (!(is_null($life))) { - @touch($file, time() - 2*abs($life)); - } else { - @unlink($file); - } - return false; - } - return $data; - } - - private function _write($id, $data, $ioc) - { - $file = $this->_getFileWithPath($id, $ioc); - $cacheDir = $this->_getCacheDir($ioc); - - if (self::HASH_DIR_LEVEL > 0) { - - $hash = md5($file); - $root = $cacheDir; - - for ($i=0 ; $i < self::HASH_DIR_LEVEL ; $i++) { - - $root = $root . 'cache_' . substr($hash, 0, $i + 1) . '/'; - - if (!(@is_dir($root))) { - @mkdir($root, self::HASH_DIR_UMASK, true); - } - } - } - - $dir = dirname($file); - if (!@is_dir($dir)) { - @mkdir($dir, self::HASH_DIR_UMASK, true); - } - - $fp = @fopen($file, "wb"); - - if (!$fp) { - throw new Exception('Unable to write cache file : ' . $file); - } - - @flock($fp, LOCK_EX); - @fwrite($fp, $this->_hash($data), 32); - @fwrite($fp, $data); - @flock($fp, LOCK_UN); - @fclose($fp); - - return true; - } - - private function _writeAndControl($id, $data, $life, $file, $ioc) - { - $result = $this->_write($id, $data, $ioc); - $dataRead = $this->_read($file, $life); - - if ((is_bool($dataRead)) && (!$dataRead)) { - return false; - } - - return $dataRead == $data; - } - - private function _hash($data) - { - return sprintf('% 32d', crc32($data)); - } - - private function _getCacheDir($ioc) - { - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $cacheDir = $tpom->get(org_tubepress_api_const_options_names_Advanced::CACHE_DIR); - - if ($cacheDir != '') { - return $cacheDir; - } - - $fs = $ioc->get('org_tubepress_api_filesystem_Explorer'); - $tempDir = $fs->getSystemTempDirectory(); - - if (!is_dir($tempDir)) { - throw new Exception('Could not determine location of system temp directory'); - } - return $tempDir . '/tubepress_cache/'; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/DelegatingEmbeddedPlayer.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/DelegatingEmbeddedPlayer.class.php deleted file mode 100644 index 4446dad..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/DelegatingEmbeddedPlayer.class.php +++ /dev/null @@ -1,58 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_patterns_StrategyManager', - 'org_tubepress_api_embedded_EmbeddedPlayer', - 'org_tubepress_impl_ioc_IocContainer', - 'org_tubepress_api_provider_ProviderCalculator')); - -/** - * An HTML-embeddable video player. - */ -class org_tubepress_impl_embedded_DelegatingEmbeddedPlayer implements org_tubepress_api_embedded_EmbeddedPlayer -{ - /** - * Spits back the HTML for this embedded player - * - * @param string $videoId The video ID to display - * - * @return string The HTML for this embedded player - */ - public function toString($videoId) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $pc = $ioc->get('org_tubepress_api_provider_ProviderCalculator'); - $sm = $ioc->get('org_tubepress_api_patterns_StrategyManager'); - - //TODO: what if this bails? - $providerName = $pc->calculateProviderOfVideoId($videoId); - - /* let the strategies do the heavy lifting */ - //TODO: what if this bails? - return $sm->executeStrategy(array( - 'org_tubepress_impl_embedded_strategies_JwFlvEmbeddedStrategy', - 'org_tubepress_impl_embedded_strategies_YouTubeIframeEmbeddedStrategy', - 'org_tubepress_impl_embedded_strategies_VimeoEmbeddedStrategy' - ), $providerName, $videoId); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/EmbeddedPlayerUtils.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/EmbeddedPlayerUtils.class.php deleted file mode 100644 index de32f36..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/EmbeddedPlayerUtils.class.php +++ /dev/null @@ -1,74 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; - -/** - * Embedded player utilities - * - */ -class org_tubepress_impl_embedded_EmbeddedPlayerUtils -{ - /** - * Returns a valid HTML color. - * - * @param string $candidate The first-choice HTML color. May be invalid. - * @param string $default The fallback HTML color. Must be be invalid. - * - * @return string $candidate if it's a valid HTML color. $default otherwise. - */ - public static function getSafeColorValue($candidate, $default) - { - $pattern = '/^[0-9a-fA-F]{6}$/'; - if (preg_match($pattern, $candidate) === 1) { - return $candidate; - } - return $default; - } - - /** - * Converts a boolean value to a string 1 or 0. - * - * @param boolean $bool The boolean value to convert. - * - * @return string '1' or '0' - */ - public static function booleanToOneOrZero($bool) - { - if ($bool === '1' || $bool === '0') { - return $bool; - } - return $bool ? '1' : '0'; - } - - /** - * Converts a boolean value to string. - * - * @param boolean $bool The boolean value to convert. - * - * @return string 'true' or 'false' - */ - public static function booleanToString($bool) - { - return $bool ? 'true' : 'false'; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/AbstractEmbeddedStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/AbstractEmbeddedStrategy.class.php deleted file mode 100644 index d6a2f16..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/AbstractEmbeddedStrategy.class.php +++ /dev/null @@ -1,122 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_patterns_Strategy', - 'org_tubepress_impl_ioc_IocContainer', - 'org_tubepress_api_const_options_names_Embedded', - 'org_tubepress_impl_embedded_EmbeddedPlayerUtils', - 'org_tubepress_api_options_OptionsManager')); - -/** - * Base class for embedded strategies. - */ -abstract class org_tubepress_impl_embedded_strategies_AbstractEmbeddedStrategy implements org_tubepress_api_patterns_Strategy -{ - private $_ioc; - private $_tpom; - - /** - * Called *before* canHandle() and execute() to allow the strategy - * to initialize itself. - */ - public function start() - { - $this->_ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $this->_tpom = $this->_ioc->get('org_tubepress_api_options_OptionsManager'); - } - - /** - * Called *after* canHandle() and execute() to allow the strategy - * to tear itself down. - */ - public function stop() - { - unset($this->_ioc); - unset($this->_tpom); - } - - /** - * Returns true if this strategy is able to handle - * the request. - */ - public function canHandle() - { - /* grab the arguments */ - $args = func_get_args(); - - self::_checkArgs($args); - - $providerName = $args[0]; - $videoId = $args[1]; - - return $this->_canHandle($providerName, $videoId, $this->_ioc, $this->_tpom); - } - - /** - * Execute the strategy. - */ - public function execute() - { - global $tubepress_base_url; - - $args = func_get_args(); - self::_checkArgs($args); - - $providerName = $args[0]; - $videoId = $args[1]; - $theme = $this->_ioc->get('org_tubepress_api_theme_ThemeHandler'); - $template = $theme->getTemplateInstance($this->_getTemplatePath($providerName, $videoId, $this->_ioc, $this->_tpom)); - - $fullscreen = $this->_tpom->get(org_tubepress_api_const_options_names_Embedded::FULLSCREEN); - $playerColor = org_tubepress_impl_embedded_EmbeddedPlayerUtils::getSafeColorValue($this->_tpom->get(org_tubepress_api_const_options_names_Embedded::PLAYER_COLOR), '999999'); - $playerHighlight = org_tubepress_impl_embedded_EmbeddedPlayerUtils::getSafeColorValue($this->_tpom->get(org_tubepress_api_const_options_names_Embedded::PLAYER_HIGHLIGHT), 'FFFFFF'); - $autoPlay = $this->_tpom->get(org_tubepress_api_const_options_names_Embedded::AUTOPLAY); - - $template->setVariable(org_tubepress_api_const_template_Variable::EMBEDDED_DATA_URL, $this->_getEmbeddedDataUrl($providerName, $videoId, $this->_ioc, $this->_tpom)); - $template->setVariable(org_tubepress_api_const_template_Variable::TUBEPRESS_BASE_URL, $tubepress_base_url); - $template->setVariable(org_tubepress_api_const_template_Variable::EMBEDDED_AUTOSTART, org_tubepress_impl_embedded_EmbeddedPlayerUtils::booleanToString($autoPlay)); - $template->setVariable(org_tubepress_api_const_template_Variable::EMBEDDED_WIDTH, $this->_tpom->get(org_tubepress_api_const_options_names_Embedded::EMBEDDED_WIDTH)); - $template->setVariable(org_tubepress_api_const_template_Variable::EMBEDDED_HEIGHT, $this->_tpom->get(org_tubepress_api_const_options_names_Embedded::EMBEDDED_HEIGHT)); - $template->setVariable(org_tubepress_api_const_template_Variable::EMBEDDED_COLOR_PRIMARY, $playerColor); - $template->setVariable(org_tubepress_api_const_template_Variable::EMBEDDED_COLOR_HIGHLIGHT, $playerHighlight); - $template->setVariable(org_tubepress_api_const_template_Variable::EMBEDDED_FULLSCREEN, org_tubepress_impl_embedded_EmbeddedPlayerUtils::booleanToString($fullscreen)); - - return $template->toString(); - } - - protected abstract function _canHandle($providerName, $videoId, org_tubepress_api_ioc_IocService $ioc, org_tubepress_api_options_OptionsManager $tpom); - - protected abstract function _getTemplatePath($providerName, $videoId, org_tubepress_api_ioc_IocService $ioc, org_tubepress_api_options_OptionsManager $tpom); - - protected abstract function _getEmbeddedDataUrl($providerName, $videoId, org_tubepress_api_ioc_IocService $ioc, org_tubepress_api_options_OptionsManager $tpom); - - private static function _checkArgs($args) - { - /* a little sanity checking */ - if (count($args) !== 2) { - throw new Exception(sprintf("Wrong argument count sent to canHandle(). Expects 2, you sent %d", count($args))); - } - } -} - -?> diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/AbstractYouTubeEmbeddedStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/AbstractYouTubeEmbeddedStrategy.class.php deleted file mode 100644 index 3507459..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/AbstractYouTubeEmbeddedStrategy.class.php +++ /dev/null @@ -1,67 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_embedded_strategies_AbstractEmbeddedStrategy', - 'org_tubepress_api_ioc_IocService', - 'org_tubepress_impl_embedded_EmbeddedPlayerUtils', - 'org_tubepress_api_const_options_names_Embedded', - 'org_tubepress_api_options_OptionsManager', - 'org_tubepress_api_url_Url')); - -/** - * Embedded player strategy for YouTube embeds - */ -abstract class org_tubepress_impl_embedded_strategies_AbstractYouTubeEmbeddedStrategy extends org_tubepress_impl_embedded_strategies_AbstractEmbeddedStrategy -{ - protected function _getEmbeddedDataUrl($providerName, $videoId, org_tubepress_api_ioc_IocService $ioc, org_tubepress_api_options_OptionsManager $tpom) - { - $link = new org_tubepress_api_url_Url($this->_getUrlBaseWithoutTrailingSlash() . '/' . $videoId); - - $showRelated = $tpom->get(org_tubepress_api_const_options_names_Embedded::SHOW_RELATED); - $autoPlay = $tpom->get(org_tubepress_api_const_options_names_Embedded::AUTOPLAY); - $loop = $tpom->get(org_tubepress_api_const_options_names_Embedded::LOOP); - $fullscreen = $tpom->get(org_tubepress_api_const_options_names_Embedded::FULLSCREEN); - $playerColor = org_tubepress_impl_embedded_EmbeddedPlayerUtils::getSafeColorValue($tpom->get(org_tubepress_api_const_options_names_Embedded::PLAYER_COLOR), '999999'); - $playerHighlight = org_tubepress_impl_embedded_EmbeddedPlayerUtils::getSafeColorValue($tpom->get(org_tubepress_api_const_options_names_Embedded::PLAYER_HIGHLIGHT), 'FFFFFF'); - $showInfo = $tpom->get(org_tubepress_api_const_options_names_Embedded::SHOW_INFO); - - if (!($playerColor == '999999' && $playerHighlight == 'FFFFFF')) { - $link->setQueryVariable('color2', '0x' . $playerColor); - $link->setQueryVariable('color1', '0x' . $playerHighlight); - } - - $link->setQueryVariable('rel', org_tubepress_impl_embedded_EmbeddedPlayerUtils::booleanToOneOrZero($showRelated)); - $link->setQueryVariable('autoplay', org_tubepress_impl_embedded_EmbeddedPlayerUtils::booleanToOneOrZero($autoPlay)); - $link->setQueryVariable('loop', org_tubepress_impl_embedded_EmbeddedPlayerUtils::booleanToOneOrZero($loop)); - $link->setQueryVariable('fs', org_tubepress_impl_embedded_EmbeddedPlayerUtils::booleanToOneOrZero($fullscreen)); - $link->setQueryVariable('showinfo', org_tubepress_impl_embedded_EmbeddedPlayerUtils::booleanToOneOrZero($showInfo)); - - if ($tpom->get(org_tubepress_api_const_options_names_Embedded::HIGH_QUALITY)) { - $link->setQueryVariable('hd', '1'); - } - - return $link->toString(true); - } - - protected abstract function _getUrlBaseWithoutTrailingSlash(); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/JwFlvEmbeddedStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/JwFlvEmbeddedStrategy.class.php deleted file mode 100644 index 5fd32b5..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/JwFlvEmbeddedStrategy.class.php +++ /dev/null @@ -1,54 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_embedded_strategies_AbstractEmbeddedStrategy', - 'org_tubepress_api_ioc_IocService', - 'org_tubepress_api_url_Url', - 'org_tubepress_api_const_options_names_Embedded', - 'org_tubepress_api_options_OptionsManager')); - -/** - * Embedded player strategy for the JW FLV player - */ -class org_tubepress_impl_embedded_strategies_JwFlvEmbeddedStrategy extends org_tubepress_impl_embedded_strategies_AbstractEmbeddedStrategy -{ - protected function _canHandle($providerName, $videoId, org_tubepress_api_ioc_IocService $ioc, org_tubepress_api_options_OptionsManager $tpom) - { - return $providerName === org_tubepress_api_provider_Provider::YOUTUBE - && $tpom->get(org_tubepress_api_const_options_names_Embedded::PLAYER_IMPL) === org_tubepress_api_const_options_values_PlayerImplementationValue::LONGTAIL; - } - - protected function _getTemplatePath($providerName, $videoId, org_tubepress_api_ioc_IocService $ioc, org_tubepress_api_options_OptionsManager $tpom) - { - return 'embedded_flash/longtail.tpl.php'; - } - - protected function _getEmbeddedDataUrl($providerName, $videoId, org_tubepress_api_ioc_IocService $ioc, org_tubepress_api_options_OptionsManager $tpom) - { - $link = new org_tubepress_api_url_Url(sprintf('http://www.youtube.com/watch?v=%s', $videoId)); - return $link->toString(true); - } - -} - -?> diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/VimeoEmbeddedStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/VimeoEmbeddedStrategy.class.php deleted file mode 100644 index 6bda6db..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/VimeoEmbeddedStrategy.class.php +++ /dev/null @@ -1,73 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_embedded_strategies_AbstractEmbeddedStrategy', - 'org_tubepress_api_ioc_IocService', - 'org_tubepress_api_options_OptionsManager', - 'org_tubepress_impl_embedded_EmbeddedPlayerUtils', - 'org_tubepress_api_const_options_names_Embedded', - 'org_tubepress_api_provider_Provider', - 'org_tubepress_api_url_Url')); - -/** - * Embedded player strategy for native Vimeo - */ -class org_tubepress_impl_embedded_strategies_VimeoEmbeddedStrategy extends org_tubepress_impl_embedded_strategies_AbstractEmbeddedStrategy -{ - const VIMEO_EMBEDDED_PLAYER_URL = 'http://player.vimeo.com/'; - const VIMEO_QUERYPARAM_AUTOPLAY = 'autoplay'; - const VIMEO_QUERYPARAM_TITLE = 'title'; - const VIMEO_QUERYPARAM_BYLINE = 'byline'; - const VIMEO_QUERYPARAM_COLOR = 'color'; - const VIMEO_QUERYPARAM_LOOP = 'loop'; - const VIMEO_QUERYPARAM_PORTRAIT = 'portrait'; - - protected function _canHandle($providerName, $videoId, org_tubepress_api_ioc_IocService $ioc, org_tubepress_api_options_OptionsManager $tpom) - { - return $providerName === org_tubepress_api_provider_Provider::VIMEO; - } - - protected function _getTemplatePath($providerName, $videoId, org_tubepress_api_ioc_IocService $ioc, org_tubepress_api_options_OptionsManager $tpom) - { - return 'embedded_flash/vimeo.tpl.php'; - } - - protected function _getEmbeddedDataUrl($providerName, $videoId, org_tubepress_api_ioc_IocService $ioc, org_tubepress_api_options_OptionsManager $tpom) - { - $autoPlay = $tpom->get(org_tubepress_api_const_options_names_Embedded::AUTOPLAY); - $color = $tpom->get(org_tubepress_api_const_options_names_Embedded::PLAYER_COLOR); - $showInfo = $tpom->get(org_tubepress_api_const_options_names_Embedded::SHOW_INFO); - $loop = $tpom->get(org_tubepress_api_const_options_names_Embedded::LOOP); - - /* build the data URL based on these options */ - $link = new org_tubepress_api_url_Url(self::VIMEO_EMBEDDED_PLAYER_URL . "video/$videoId"); - $link->setQueryVariable(self::VIMEO_QUERYPARAM_AUTOPLAY, org_tubepress_impl_embedded_EmbeddedPlayerUtils::booleanToOneOrZero($autoPlay)); - $link->setQueryVariable(self::VIMEO_QUERYPARAM_COLOR, $color); - $link->setQueryVariable(self::VIMEO_QUERYPARAM_LOOP, org_tubepress_impl_embedded_EmbeddedPlayerUtils::booleanToOneOrZero($loop)); - $link->setQueryVariable(self::VIMEO_QUERYPARAM_TITLE, org_tubepress_impl_embedded_EmbeddedPlayerUtils::booleanToOneOrZero($showInfo)); - $link->setQueryVariable(self::VIMEO_QUERYPARAM_BYLINE, org_tubepress_impl_embedded_EmbeddedPlayerUtils::booleanToOneOrZero($showInfo)); - $link->setQueryVariable(self::VIMEO_QUERYPARAM_PORTRAIT, org_tubepress_impl_embedded_EmbeddedPlayerUtils::booleanToOneOrZero($showInfo)); - - return $link->toString(true); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/YouTubeIframeEmbeddedStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/YouTubeIframeEmbeddedStrategy.class.php deleted file mode 100644 index 12b7282..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/embedded/strategies/YouTubeIframeEmbeddedStrategy.class.php +++ /dev/null @@ -1,50 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_embedded_strategies_AbstractYouTubeEmbeddedStrategy', - 'org_tubepress_api_ioc_IocService', - 'org_tubepress_api_options_OptionsManager', - 'org_tubepress_api_const_options_names_Embedded', - 'org_tubepress_api_provider_Provider', - 'org_tubepress_api_embedded_EmbeddedPlayer')); - -/** - * Embedded player strategy for YouTube iframe embeds - */ -class org_tubepress_impl_embedded_strategies_YouTubeIframeEmbeddedStrategy extends org_tubepress_impl_embedded_strategies_AbstractYouTubeEmbeddedStrategy -{ - protected function _canHandle($providerName, $videoId, org_tubepress_api_ioc_IocService $ioc, org_tubepress_api_options_OptionsManager $tpom) - { - return $providerName === org_tubepress_api_provider_Provider::YOUTUBE; - } - - protected function _getTemplatePath($providerName, $videoId, org_tubepress_api_ioc_IocService $ioc, org_tubepress_api_options_OptionsManager $tpom) - { - return "embedded_flash/youtube.tpl.php"; - } - - protected function _getUrlBaseWithoutTrailingSlash() - { - return 'http://www.youtube.com/embed'; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/env/wordpress/Admin.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/env/wordpress/Admin.class.php deleted file mode 100644 index 87b707b..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/env/wordpress/Admin.class.php +++ /dev/null @@ -1,95 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_ioc_FreeWordPressPluginIocService', - 'org_tubepress_ioc_ProInWordPressIocService', - 'org_tubepress_api_ioc_IocService', - 'org_tubepress_impl_options_FormHandler', - 'org_tubepress_api_filesystem_Explorer')); - -class org_tubepress_impl_env_wordpress_Admin -{ - /** - * Hook for WordPress init. - * - * @return void - */ - public static function initAction() - { - if (!is_admin()) { - return; - } - - global $tubepress_base_url; - - $iocContainer = org_tubepress_impl_ioc_IocContainer::getInstance(); - $fs = $iocContainer->get('org_tubepress_api_filesystem_Explorer'); - $dirName = basename($fs->getTubePressBaseInstallationPath()); - - wp_register_style('jquery-ui-flick', "$tubepress_base_url/sys/ui/static/css/jquery-ui-flick/jquery-ui-1.7.2.custom.css"); - wp_register_script('jscolor-tubepress', "$tubepress_base_url/sys/ui/static/js/jscolor/jscolor.js"); - wp_enqueue_style('jquery-ui-flick'); - wp_enqueue_script('jquery-ui-tabs'); - wp_enqueue_script('jscolor-tubepress'); - } - - /** - * Hook for WordPress admin menu. - * - * @return void - */ - public static function menuAction() - { - add_options_page('TubePress Options', 'TubePress', 'manage_options', __FILE__, array('org_tubepress_impl_env_wordpress_Admin', 'conditionalExecuteOptionsPage')); - } - - /** - * Registers the TubePress options page - * - * @return void - */ - public static function conditionalExecuteOptionsPage() - { - /* grab the storage manager */ - $iocContainer = org_tubepress_impl_ioc_IocContainer::getInstance(); - $wpsm = $iocContainer->get('org_tubepress_api_options_StorageManager'); - - /* initialize our options in case we need to */ - $wpsm->init(); - - /* get the form handler */ - $optionsForm = $iocContainer->get('org_tubepress_impl_options_FormHandler'); - - /* are we updating? */ - if (isset($_POST['tubepress_save'])) { - try { - $optionsForm->collect($_POST); - echo '

Options updated

'; - } catch (Exception $error) { - echo '

' . $error->getMessage() . '

'; - } - } - print $optionsForm->getHtml(); - } -} - diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/env/wordpress/Main.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/env/wordpress/Main.class.php deleted file mode 100644 index cfcaa21..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/env/wordpress/Main.class.php +++ /dev/null @@ -1,146 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_options_WordPressStorageManager', - 'org_tubepress_api_const_options_names_Advanced', - 'org_tubepress_api_shortcode_ShortcodeParser', - 'org_tubepress_ioc_ProInWordPressIocService', - 'org_tubepress_impl_ioc_IocContainer', - 'org_tubepress_impl_util_StringUtils', - 'org_tubepress_api_const_options_values_ModeValue', - 'org_tubepress_api_html_HtmlGenerator')); - -class org_tubepress_impl_env_wordpress_Main -{ - /** - * Filters the WordPress content, looking for TubePress shortcodes and replacing them with galleries/videos. - * - * @param string $content The WordPress content. - * - * @return string The modified content. - */ - public static function contentFilter($content = '') - { - try { - /* Whip up the IOC service */ - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - - /* do as little work as possible here 'cause we might not even run */ - $wpsm = $ioc->get('org_tubepress_api_options_StorageManager'); - $trigger = $wpsm->get(org_tubepress_api_const_options_names_Advanced::KEYWORD); - $parser = $ioc->get('org_tubepress_api_shortcode_ShortcodeParser'); - - /* no shortcode? get out */ - if (!$parser->somethingToParse($content, $trigger)) { - return $content; - } - - return self::_getHtml($content, $trigger, $parser, $ioc); - } catch (Exception $e) { - return $e->getMessage() . $content; - } - } - - /** - * Does the heavy lifting of generating videos/galleries from content. - * - * @param string $content The WordPress content. - * @param string $trigger The shortcode keyword - * - * @return string The modified content. - */ - private static function _getHtml($content, $trigger, $parser, $ioc) - { - /* Get a handle to our options manager */ - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - - /* Grab the gallery that will do the heavy lifting */ - $gallery = $ioc->get('org_tubepress_api_html_HtmlGenerator'); - - /* Parse each shortcode one at a time */ - while ($parser->somethingToParse($content, $trigger)) { - - /* Get the HTML for this particular shortcode. Could be a single video or a gallery. */ - $generatedHtml = $gallery->getHtmlForShortcode($content); - - /* remove any leading/trailing

tags from the content */ - $pattern = '/(<[P|p]>\s*)(' . preg_quote($tpom->getShortcode(), '/') . ')(\s*<\/[P|p]>)/'; - $content = preg_replace($pattern, '${2}', $content); - - /* replace the shortcode with our new content */ - $currentShortcode = $tpom->getShortcode(); - $content = org_tubepress_impl_util_StringUtils::replaceFirst($currentShortcode, $generatedHtml, $content); - } - return $content; - } - - /** - * WordPress head action hook. - * - * @return void - */ - public static function headAction() - { - /* no need to print anything in the head of the admin section */ - if (is_admin()) { - return; - } - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $hh = $ioc->get('org_tubepress_api_html_HtmlGenerator'); - - /* this inline JS helps initialize TubePress */ - $inlineJs = $hh->getHeadInlineJavaScriptString(); - - /* this meta stuff prevents search engines from indexing gallery pages > 1 */ - $meta = $hh->getHeadMetaString(); - - print <<. -*/ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_message_WordPressMessageService', - 'org_tubepress_impl_ioc_FreeWordPressPluginIocService', - 'org_tubepress_api_ioc_IocService', - 'org_tubepress_api_const_options_names_Widget', - 'org_tubepress_impl_template_SimpleTemplate', - 'org_tubepress_api_const_template_Variable', - 'org_tubepress_ioc_ProInWordPressIocService', - 'org_tubepress_api_const_options_names_Advanced', - 'org_tubepress_api_const_options_names_Display', - 'org_tubepress_api_const_options_names_Meta', - 'org_tubepress_api_player_Player')); - -class org_tubepress_impl_env_wordpress_Widget -{ - /** - * Registers the TubePress widget with WordPress. - * - * @return void - */ - public static function initAction() - { - $msg = new org_tubepress_impl_message_WordPressMessageService(); - $widgetOps = array('classname' => 'widget_tubepress', 'description' => $msg->_('widget-description')); - - wp_register_sidebar_widget('tubepress', 'TubePress', array('org_tubepress_impl_env_wordpress_Widget', 'printWidget'), $widgetOps); - wp_register_widget_control('tubepress', 'TubePress', array('org_tubepress_impl_env_wordpress_Widget', 'printControlPanel')); - } - - /** - * Prints the output of the TubePress widget. - * - * @param array $opts The array of widget options. - * - * @return void - */ - public static function printWidget($opts) - { - extract($opts); - - $iocContainer = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $iocContainer->get('org_tubepress_api_options_OptionsManager'); - $parser = $iocContainer->get('org_tubepress_api_shortcode_ShortcodeParser'); - $gallery = $iocContainer->get('org_tubepress_api_html_HtmlGenerator'); - - /* Turn on logging if we need to */ - org_tubepress_impl_log_Log::setEnabled($tpom->get(org_tubepress_api_const_options_names_Advanced::DEBUG_ON), $_GET); - - /* default widget options */ - $defaultWidgetOptions = array( - org_tubepress_api_const_options_names_Display::RESULTS_PER_PAGE => 3, - org_tubepress_api_const_options_names_Meta::VIEWS => false, - org_tubepress_api_const_options_names_Meta::DESCRIPTION => true, - org_tubepress_api_const_options_names_Display::DESC_LIMIT => 50, - org_tubepress_api_const_options_names_Display::CURRENT_PLAYER_NAME => org_tubepress_api_player_Player::POPUP, - org_tubepress_api_const_options_names_Display::THUMB_HEIGHT => 105, - org_tubepress_api_const_options_names_Display::THUMB_WIDTH => 135, - org_tubepress_api_const_options_names_Display::PAGINATE_ABOVE => false, - org_tubepress_api_const_options_names_Display::PAGINATE_BELOW => false, - org_tubepress_api_const_options_names_Display::THEME => 'sidebar' - ); - - /* now apply the user's options */ - $wpsm = $iocContainer->get('org_tubepress_api_options_OptionsManager'); - $parser->parse($wpsm->get(org_tubepress_api_const_options_names_Widget::TAGSTRING)); - - /* calculate the final options */ - $finalOptions = array_merge($defaultWidgetOptions, $tpom->getCustomOptions()); - $tpom->setCustomOptions($finalOptions); - - if ($tpom->get(org_tubepress_api_const_options_names_Display::THEME) === '') { - $tpom->set(org_tubepress_api_const_options_names_Display::THEME, 'sidebar'); - } - - $out = $gallery->getHtmlForShortcode(''); - - /* do the standard WordPress widget dance */ - echo $before_widget . $before_title . - $wpsm->get(org_tubepress_api_const_options_names_Widget::TITLE) . - $after_title . $out . $after_widget; - } - - /** - * Prints the TubePress widget control panel. - * - * @return void - */ - public static function printControlPanel() - { - $iocContainer = new org_tubepress_impl_ioc_FreeWordPressPluginIocService(); - $wpsm = $iocContainer->get('org_tubepress_api_options_StorageManager'); - $msg = $iocContainer->get('org_tubepress_api_message_MessageService'); - - /* are we saving? */ - if (isset($_POST['tubepress-widget-submit'])) { - $wpsm->set(org_tubepress_api_const_options_names_Widget::TAGSTRING, strip_tags(stripslashes($_POST['tubepress-widget-tagstring']))); - $wpsm->set(org_tubepress_api_const_options_names_Widget::TITLE, strip_tags(stripslashes($_POST['tubepress-widget-title']))); - } - - /* load up the gallery template */ - $tpl = new org_tubepress_impl_template_SimpleTemplate(); - $tpl->setPath(dirname(__FILE__) . '/../../../../../../../sys/ui/templates/wordpress/widget_controls.tpl.php'); - - /* set up the template */ - $tpl->setVariable(org_tubepress_api_const_template_Variable::WIDGET_CONTROL_TITLE, $msg->_('options-meta-title-title')); - $tpl->setVariable(org_tubepress_api_const_template_Variable::WIDGET_TITLE, $wpsm->get(org_tubepress_api_const_options_names_Widget::TITLE)); - $tpl->setVariable(org_tubepress_api_const_template_Variable::WIDGET_CONTROL_SHORTCODE, $msg->_('widget-tagstring-description')); - $tpl->setVariable(org_tubepress_api_const_template_Variable::WIDGET_SHORTCODE, $wpsm->get(org_tubepress_api_const_options_names_Widget::TAGSTRING)); - - /* get the template's output */ - echo $tpl->toString(); - } -} - diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/environment/SimpleEnvironmentDetector.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/environment/SimpleEnvironmentDetector.class.php deleted file mode 100644 index a2d2ac7..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/environment/SimpleEnvironmentDetector.class.php +++ /dev/null @@ -1,51 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_environment_Detector')); - -/** - * Detects TubePress's environment - */ -class org_tubepress_impl_environment_SimpleEnvironmentDetector implements org_tubepress_api_environment_Detector -{ - /** - * Detects if the user is running TubePress Pro. - * - * @return boolean True is the user is running TubePress Pro. False otherwise. - */ - public function isPro() - { - return is_readable(dirname(__FILE__) . '/../ioc/ProIocService.class.php'); - } - - /** - * Detects if the user is running within WordPress - * - * @return boolean True is the user is running within WordPress. False otherwise. - */ - public function isWordPress() - { - return strpos(realpath(__FILE__), 'wp-content' . DIRECTORY_SEPARATOR . 'plugins') !== false - || function_exists('wp_cron'); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/factory/DelegatingVideoFactory.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/factory/DelegatingVideoFactory.class.php deleted file mode 100644 index a78a9ec..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/factory/DelegatingVideoFactory.class.php +++ /dev/null @@ -1,66 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require(dirname(__FILE__) . '/../../../../tubepress_classloader.php'); -tubepress_load_classes(array('org_tubepress_api_factory_VideoFactory', - 'org_tubepress_impl_ioc_IocContainer', - 'org_tubepress_api_patterns_StrategyManager')); - -/** - * Video factory that sends the feed to the right video factory based on the provider - */ -class org_tubepress_impl_factory_DelegatingVideoFactory implements org_tubepress_api_factory_VideoFactory -{ - /** - * Converts raw video feeds to TubePress videos - * - * @param unknown $feed The raw feed result from the video provider - * - * @return array an array of TubePress videos generated from the feed - */ - public function feedToVideoArray($feed) - { - try { - return $this->_wrappedFeedToVideoArray($feed); - } catch (Exception $e) { - org_tubepress_impl_log_Log::log('Delegating video factory', 'Caught exception building videos: ' . $e->getMessage()); - return array(); - } - } - - protected function getArrayOfStrategyNames() - { - return array( - 'org_tubepress_impl_factory_strategies_YouTubeFactoryStrategy', - 'org_tubepress_impl_factory_strategies_VimeoFactoryStrategy' - ); - } - - private function _wrappedFeedToVideoArray($feed) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $sm = $ioc->get('org_tubepress_api_patterns_StrategyManager'); - - /* let the strategies do the heavy lifting */ - return $sm->executeStrategy($this->getArrayOfStrategyNames(), $feed); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/factory/strategies/AbstractFactoryStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/factory/strategies/AbstractFactoryStrategy.class.php deleted file mode 100644 index 20a24cd..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/factory/strategies/AbstractFactoryStrategy.class.php +++ /dev/null @@ -1,242 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_patterns_Strategy', - 'org_tubepress_api_video_Video', - 'org_tubepress_impl_log_Log', - 'org_tubepress_impl_util_TimeUtils')); - -/** - * Base class for factory strategies. - */ -abstract class org_tubepress_impl_factory_strategies_AbstractFactoryStrategy implements org_tubepress_api_patterns_Strategy -{ - const LOG_PREFIX = 'Abstract Factory Strategy'; - - private $_tpom; - - /** - * Called *before* canHandle() and execute() to allow the strategy - * to initialize itself. - * - * @return void - */ - function start() - { - return; - } - - /** - * Called *after* canHandle() and execute() to allow the strategy - * to tear itself down. - * - * @return void - */ - function stop() - { - return; - } - - /** - * Execute the strategy. - * - * @return unknown The result of this strategy execution. - */ - function execute() - { - /* grab the arguments */ - $args = func_get_args(); - self::_checkArgs($args); - $feed = $args[0]; - - /* give the strategy a chance to do some initial processing */ - $this->_preExecute($feed); - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $this->_tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - - $results = array(); - $index = 0; - $total = $this->_countVideosInFeed($feed); - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Now building %d video(s) from raw feed', $total); - - for ($index = 0; $index < $total; $index++) { - - if (!$this->_canHandleVideo($index)) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Skipping video at index %d', $index); - continue; - } - - $results[] = $this->_buildVideo($index); - } - - /* give the strategy a chance to do some post processing */ - $this->_postExecute($feed); - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Built %d video(s) from raw feed', sizeof($results)); - - return $results; - } - - /** - * Safely attempts to unserialize serialized PHP. - * - * @param unknown_type $raw The item to attempt to unserialize. - * @throws Exception If the item cannot be unserialized. - * - * @return unknown_type The unserialized PHP. - */ - protected static function _unserializePhpFeed($raw) - { - $result = false; - - if (is_string($raw) && trim($raw) != '' && preg_match("/^(i|s|a|o|d):(.*);/si",$raw) > 0) { - $result = unserialize($raw); - } - - if ($result === false) { - throw new Exception(sprintf('Unable to unserialize PHP from feed')); - } - - return $result; - } - - protected abstract function _preExecute($feed); - protected abstract function _postExecute($feed); - protected abstract function _countVideosInFeed($feed); - protected abstract function _canHandleVideo($index); - protected abstract function _getAuthorDisplayName($index); - protected abstract function _getAuthorUid($index); - protected abstract function _getCategory($index); - protected abstract function _getRawCommentCount($index); - protected abstract function _getDescription($index); - protected abstract function _getDurationInSeconds($index); - protected abstract function _getHomeUrl($index); - protected abstract function _getId($index); - protected abstract function _getKeywordsArray($index); - protected abstract function _getRawLikeCount($index); - protected abstract function _getRatingAverage($index); - protected abstract function _getRawRatingCount($index); - protected abstract function _getThumbnailUrlsArray($index); - protected abstract function _getTimeLastUpdatedInUnixTime($index); - protected abstract function _getTimePublishedInUnixTime($index); - protected abstract function _getTitle($index); - protected abstract function _getRawViewCount($index); - - protected static function _checkArgs($args) - { - if (sizeof($args) !== 1) { - throw new Exception("Expected one arg. You sent %d", sizeof($args)); - } - } - - protected function _pickThumbnailUrl($urls) - { - if (!is_array($urls) || sizeof($urls) == 0) { - return ''; - } - - $random = $this->_tpom->get(org_tubepress_api_const_options_names_Display::RANDOM_THUMBS); - if ($random) { - return $urls[array_rand($urls)]; - } else { - return $urls[1]; - } - } - - private function _buildVideo($index) - { - /* collect the pieces of the video */ - $authorDisplayName = $this->_getAuthorDisplayName($index); - $authorUid = $this->_getAuthorUid($index); - $category = $this->_getCategory($index); - $commentCount = self::_fancyNumber($this->_getRawCommentCount($index)); - $description = $this->_trimDescription($this->_getDescription($index)); - $duration = org_tubepress_impl_util_TimeUtils::secondsToHumanTime($this->_getDurationInSeconds($index)); - $homeUrl = $this->_getHomeUrl($index); - $id = $this->_getId($index); - $keywordsArray = $this->_getKeywordsArray($index); - $likesCount = self::_fancyNumber($this->_getRawLikeCount($index)); - $ratingAverage = $this->_getRatingAverage($index); - $ratingCount = self::_fancyNumber($this->_getRawRatingCount($index)); - $thumbUrl = $this->_pickThumbnailUrl($this->_getThumbnailUrlsArray($index)); - $timeLastUpdated = $this->_fancyTime($this->_getTimeLastUpdatedInUnixTime($index)); - $timePublished = $this->_fancyTime($this->_getTimePublishedInUnixTime($index)); - $title = $this->_getTitle($index); - $viewCount = self::_fancyNumber($this->_getRawViewCount($index)); - - /* now build a video out of them */ - $vid = new org_tubepress_api_video_Video(); - - $vid->setAuthorDisplayName($authorDisplayName); - $vid->setAuthorUid($authorUid); - $vid->setCategory($category); - $vid->setCommentCount($commentCount); - $vid->setDescription($description); - $vid->setDuration($duration); - $vid->setHomeUrl($homeUrl); - $vid->setId($id); - $vid->setKeywords($keywordsArray); - $vid->setLikesCount($likesCount); - $vid->setRatingAverage($ratingAverage); - $vid->setRatingCount($ratingCount); - $vid->setThumbnailUrl($thumbUrl); - $vid->setTimeLastUpdated($timeLastUpdated); - $vid->setTimePublished($timePublished); - $vid->setTitle($title); - $vid->setViewCount($viewCount); - - return $vid; - } - - private static function _fancyNumber($num) - { - if (!is_numeric($num)) { - return 'N/A'; - } - return number_format($num); - } - - private function _fancyTime($unixTime) - { - if ($unixTime == '') { - return ''; - } - - if ($this->_tpom->get(org_tubepress_api_const_options_names_Display::RELATIVE_DATES)) { - return org_tubepress_impl_util_TimeUtils::getRelativeTime($unixTime); - } - return date($this->_tpom->get(org_tubepress_api_const_options_names_Advanced::DATEFORMAT), $unixTime); - } - - private function _trimDescription($description) - { - $limit = $this->_tpom->get(org_tubepress_api_const_options_names_Display::DESC_LIMIT); - - if ($limit > 0 && strlen($description) > $limit) { - $description = substr($description, 0, $limit) . '...'; - } - return $description; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/factory/strategies/VimeoFactoryStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/factory/strategies/VimeoFactoryStrategy.class.php deleted file mode 100644 index c9b854d..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/factory/strategies/VimeoFactoryStrategy.class.php +++ /dev/null @@ -1,187 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_factory_strategies_AbstractFactoryStrategy')); - -/** - * Video factory for Vimeo - */ -class org_tubepress_impl_factory_strategies_VimeoFactoryStrategy extends org_tubepress_impl_factory_strategies_AbstractFactoryStrategy -{ - const LOG_PREFIX = 'Vimeo Factory Strategy'; - - protected $_videoArray; - - /** - * Returns true if this strategy is able to handle - * the request. - * - * @return boolean True if the strategy can handle the request, false otherwise. - */ - function canHandle() - { - /* grab the arguments */ - $args = func_get_args(); - self::_checkArgs($args); - $feed = $args[0]; - - try { - $unserialized = org_tubepress_impl_factory_strategies_AbstractFactoryStrategy::_unserializePhpFeed($feed); - } catch (Exception $e) { - return false; - } - - return $unserialized->stat === 'ok'; - } - - protected function _preExecute($feed) - { - $unserialized = org_tubepress_impl_factory_strategies_AbstractFactoryStrategy::_unserializePhpFeed($feed); - - if (isset($unserialized->video)) { - $this->_videoArray = $unserialized->video; - return; - } - - if (isset($unserialized->videos) && isset($unserialized->videos->video)) { - $this->_videoArray = $unserialized->videos->video; - return; - } - $this->_videoArray = array(); - } - - protected function _postExecute($feed) - { - unset($this->_videoArray); - } - - protected function _countVideosInFeed($feed) - { - return sizeof($this->_videoArray); - } - - protected function _getAuthorDisplayName($index) - { - return $this->_videoArray[$index]->owner->display_name; - } - - protected function _getAuthorUid($index) - { - return $this->_videoArray[$index]->owner->username; - } - - protected function _getCategory($index) - { - return ''; - } - - protected function _getRawCommentCount($index) - { - return ''; - } - - protected function _getDescription($index) - { - return $this->_videoArray[$index]->description; - } - - protected function _getDurationInSeconds($index) - { - return $this->_videoArray[$index]->duration; - } - - protected function _getHomeUrl($index) - { - return 'http://vimeo.com/' . $this->_videoArray[$index]->id; - } - - protected function _getId($index) - { - return $this->_videoArray[$index]->id; - } - - protected function _getKeywordsArray($index) - { - return self::_gatherArrayOfContent($this->_videoArray[$index], 'tags', 'tag'); - } - - protected function _getRawLikeCount($index) - { - return $this->_videoArray[$index]->number_of_likes; - } - - protected function _getRatingAverage($index) - { - return ''; - } - - protected function _getRawRatingCount($index) - { - return ''; - } - - protected function _getThumbnailUrlsArray($index) - { - $raw = self::_gatherArrayOfContent($this->_videoArray[$index], 'thumbnails', 'thumbnail'); - return array($raw[0]); - } - - protected function _getTimeLastUpdatedInUnixTime($index) - { - return ''; - } - - protected function _getTimePublishedInUnixTime($index) - { - return strtotime($this->_videoArray[$index]->upload_date); - } - - protected function _getTitle($index) - { - return $this->_videoArray[$index]->title; - } - - protected function _getRawViewCount($index) - { - return $this->_videoArray[$index]->number_of_plays; - } - - protected function _canHandleVideo($index) - { - //Vimeo never sends us videos we can't display - return true; - } - - protected static function _gatherArrayOfContent($node, $firstDimension, $secondDimension) - { - $results = array(); - - if (isset($node->$firstDimension) && is_array($node->$firstDimension->$secondDimension)) { - foreach ($node->$firstDimension->$secondDimension as $item) { - $results[] = $item->_content; - } - } - - return $results; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/factory/strategies/YouTubeFactoryStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/factory/strategies/YouTubeFactoryStrategy.class.php deleted file mode 100644 index 84dc820..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/factory/strategies/YouTubeFactoryStrategy.class.php +++ /dev/null @@ -1,252 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_patterns_Strategy', - 'org_tubepress_api_video_Video', - 'org_tubepress_api_url_Url', - 'org_tubepress_impl_factory_strategies_AbstractFactoryStrategy')); - -/** - * Video factory for YouTube - */ -class org_tubepress_impl_factory_strategies_YouTubeFactoryStrategy extends org_tubepress_impl_factory_strategies_AbstractFactoryStrategy -{ - /* shorthands for the namespaces */ - const NS_APP = 'http://www.w3.org/2007/app'; - const NS_ATOM = 'http://www.w3.org/2005/Atom'; - const NS_MEDIA = 'http://search.yahoo.com/mrss/'; - const NS_YT = 'http://gdata.youtube.com/schemas/2007'; - const NS_GD = 'http://schemas.google.com/g/2005'; - - const LOG_PREFIX = 'YouTube Video Factory'; - - private $_xpath; - - /** - * Returns true if this strategy is able to handle - * the request. - * - * @return boolean True if the strategy can handle the request, false otherwise. - */ - function canHandle() - { - /* grab the arguments */ - $args = func_get_args(); - self::_checkArgs($args); - $feed = $args[0]; - - return is_string($feed) && strpos($feed, "http://gdata.youtube.com/schemas/2007") !== false; - } - - protected function getXpath() - { - return $this->_xpath; - } - - protected function _preExecute($feed) - { - $this->_xpath = $this->_createXPath($this->_createDomDocument($feed)); - } - - protected function _postExecute($feed) - { - unset($this->_xpath); - } - - protected function _countVideosInFeed($feed) - { - return $this->_xpath->query('//atom:entry')->length; - } - - protected function _canHandleVideo($index) - { - $states = $this->_relativeQuery($index, 'app:control/yt:state'); - - /* no state applied? we're good to go */ - if ($states->length == 0) { - return true; - } - - /* if state is other than limitedSyndication, it's not available */ - return $this->_relativeQuery($index, "app:control/yt:state[@reasonCode='limitedSyndication']")->length !== 0; - } - - protected function _getAuthorDisplayName($index) - { - return $this->_getAuthorUid($index); - } - - protected function _getAuthorUid($index) - { - return $this->_relativeQuery($index, 'atom:author/atom:name')->item(0)->nodeValue; - } - - protected function _getCategory($index) - { - return trim($this->_relativeQuery($index, 'media:group/media:category')->item(0)->getAttribute('label')); - } - - protected function _getRawCommentCount($index) - { - return ''; - } - - protected function _getDescription($index) - { - return $this->_relativeQuery($index, 'media:group/media:description')->item(0)->nodeValue; - } - - protected function _getDurationInSeconds($index) - { - return $this->_relativeQuery($index, 'media:group/yt:duration')->item(0)->getAttribute('seconds'); - } - - protected function _getHomeUrl($index) - { - $rawUrl = $this->_relativeQuery($index, "atom:link[@rel='alternate']")->item(0)->getAttribute('href'); - $url = new org_tubepress_api_url_Url($rawUrl); - - return $url->toString(true); - } - - protected function _getId($index) - { - $link = $this->_relativeQuery($index, "atom:link[@type='text/html']")->item(0); - $matches = array(); - preg_match('/.*v=(.{11}).*/', $link->getAttribute('href'), $matches); - - return $matches[1]; - } - - protected function _getKeywordsArray($index) - { - $rawKeywords = $this->_relativeQuery($index, 'media:group/media:keywords')->item(0); - $raw = trim($rawKeywords->nodeValue); - - return split(", ", $raw); - } - - protected function _getRawLikeCount($index) - { - return ''; - } - - protected function _getRatingAverage($index) - { - $count = $this->_relativeQuery($index, 'gd:rating')->item(0); - if ($count != null) { - return number_format($count->getAttribute('average'), 2); - } - return ''; - } - - protected function _getRawRatingCount($index) - { - $count = $this->_relativeQuery($index, 'gd:rating')->item(0); - if ($count != null) { - return $count->getAttribute('numRaters'); - } - return ''; - } - - protected function _getThumbnailUrlsArray($index) - { - $thumbs = $this->_relativeQuery($index, 'media:group/media:thumbnail'); - $result = array(); - - foreach ($thumbs as $thumb) { - //if (strpos($thumb->getAttribute('url'), 'hqdefault') === false) { - $result[] = $thumb->getAttribute('url'); - //} - } - - return $result; - } - - protected function _getTimeLastUpdatedInUnixTime($index) - { - return ''; - } - - protected function _getTimePublishedInUnixTime($index) - { - $publishedNode = $this->_relativeQuery($index, 'atom:published'); - if ($publishedNode->length == 0) { - return ''; - } - $rawTime = $publishedNode->item(0)->nodeValue; - return org_tubepress_impl_util_TimeUtils::rfc3339toUnixTime($rawTime); - } - - protected function _getTitle($index) - { - return $this->_relativeQuery($index, 'atom:title')->item(0)->nodeValue; - } - - protected function _getRawViewCount($index) - { - $stats = $this->_relativeQuery($index, 'yt:statistics')->item(0); - if ($stats != null) { - return $stats->getAttribute('viewCount'); - } - return ''; - } - - protected function _relativeQuery($index, $query) - { - return $this->_xpath->query('//atom:entry[' . ($index + 1) . "]/$query"); - } - - private function _createXPath(DOMDocument $doc) - { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Building xpath to parse XML'); - - if (!class_exists('DOMXPath')) { - throw new Exception('Class DOMXPath not found'); - } - - $xpath = new DOMXPath($doc); - $xpath->registerNamespace('atom', self::NS_ATOM); - $xpath->registerNamespace('yt', self::NS_YT); - $xpath->registerNamespace('gd', self::NS_GD); - $xpath->registerNamespace('media', self::NS_MEDIA); - $xpath->registerNamespace('app', self::NS_APP); - return $xpath; - } - - private function _createDomDocument($feed) - { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Attempting to load XML from YouTube'); - - if (!class_exists('DOMDocument')) { - throw new Exception('DOMDocument class not found'); - } - - $doc = new DOMDocument(); - if ($doc->loadXML($feed) === false) { - throw new Exception('Could not parse XML from YouTube'); - } - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Successfully loaded XML from YouTube'); - return $doc; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/CacheAwareFeedFetcher.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/CacheAwareFeedFetcher.class.php deleted file mode 100644 index 2c2ac48..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/CacheAwareFeedFetcher.class.php +++ /dev/null @@ -1,80 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_feed_FeedFetcher', - 'org_tubepress_api_cache_Cache', - 'org_tubepress_impl_log_Log', - 'org_tubepress_impl_ioc_IocContainer', - 'org_tubepress_api_http_HttpClient')); - -/** - * Base functionality for feed retrieval services. - */ -class org_tubepress_impl_feed_CacheAwareFeedFetcher implements org_tubepress_api_feed_FeedFetcher -{ - const LOG_PREFIX = 'Cache Aware Feed Fetcher'; - - /** - * Fetches the feed from a remote provider - * - * @param string $url The URL to fetch. - * @param boolean $useCache Whether or not to use the network cache. - * - * @return unknown The raw feed from the provider - */ - public function fetch($url, $useCache) - { - global $tubepress_base_url; - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $cache = $ioc->get('org_tubepress_api_cache_Cache'); - - $result = ''; - if ($useCache) { - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'First asking cache for %s', $url, $url); - - $result = $cache->get($url); - if ($result !== false) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Cache has %s. Sweet.', $url, $url); - } else { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Cache does not have %s. We\'ll have to get it from the network.', $url, $url); - $result = $this->_getFromNetwork($url, $ioc); - $cache->save($url, $result); - } - } else { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Skip cache check for %s', $url, $url); - $result = $this->_getFromNetwork($url, $ioc); - } - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Raw result for %s is in the HTML source for this page. %s', $url, $url, htmlspecialchars($result)); - - return $result; - } - - private function _getFromNetwork($url, $ioc) - { - $client = $ioc->get('org_tubepress_api_http_HttpClient'); - return $client->get($url); - } - -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/DelegatingFeedInspector.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/DelegatingFeedInspector.class.php deleted file mode 100644 index 6b8b625..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/DelegatingFeedInspector.class.php +++ /dev/null @@ -1,65 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_feed_FeedInspector', - 'org_tubepress_api_feed_FeedResult', - 'org_tubepress_impl_ioc_IocContainer', - 'org_tubepress_api_provider_ProviderCalculator', - 'org_tubepress_api_patterns_StrategyManager')); - -/** - * Sends the feed to the right inspection service based on the provider. - */ -class org_tubepress_impl_feed_DelegatingFeedInspector implements org_tubepress_api_feed_FeedInspector -{ - /** - * Count the total videos in this feed result. - * - * @param unknown $rawFeed The raw video feed (varies depending on provider) - * - * @return int The total result count of this query, or 0 if there was a problem. - */ - public function getTotalResultCount($rawFeed) - { - try { - return $this->_wrappedCount($rawFeed); - } catch (Exception $e) { - org_tubepress_impl_log_Log::log('Delegating Feed Inspector', 'Caught exception while counting: ' . $e->getMessage()); - return 0; - } - } - - private function _wrappedCount($rawFeed) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $pc = $ioc->get('org_tubepress_api_provider_ProviderCalculator'); - $sm = $ioc->get('org_tubepress_api_patterns_StrategyManager'); - $providerName = $pc->calculateCurrentVideoProvider(); - - /* let the strategies do the heavy lifting */ - return $sm->executeStrategy(array( - 'org_tubepress_impl_feed_inspectionstrategies_YouTubeFeedInspectionStrategy', - 'org_tubepress_impl_feed_inspectionstrategies_VimeoFeedInspectionStrategy' - ), $providerName, $rawFeed); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/inspectionstrategies/AbstractFeedInspectionStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/inspectionstrategies/AbstractFeedInspectionStrategy.class.php deleted file mode 100644 index 3eaa1bf..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/inspectionstrategies/AbstractFeedInspectionStrategy.class.php +++ /dev/null @@ -1,91 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_patterns_Strategy')); - -/** - * Base functionality for feed inspection. - */ -abstract class org_tubepress_impl_feed_inspectionstrategies_AbstractFeedInspectionStrategy implements org_tubepress_api_patterns_Strategy -{ - /** - * Called *before* canHandle() and execute() to allow the strategy - * to initialize itself. - */ - public function start() - { - //do nothing - } - - /** - * Called *after* canHandle() and execute() to allow the strategy - * to tear itself down. - */ - public function stop() - { - //do nothing - } - - /** - * Returns true if this strategy is able to handle - * the request. - */ - public function canHandle() - { - /* grab the arguments */ - $args = func_get_args(); - - self::_checkArgs($args); - - $providerName = $args[0]; - - return $args[0] === $this->_getNameOfHandledProvider(); - } - - /** - * Execute the strategy. - */ - public function execute() - { - /* grab the arguments */ - $args = func_get_args(); - - self::_checkArgs($args); - - $rawFeed = $args[1]; - - return $this->_count($rawFeed); - } - - protected abstract function _getNameOfHandledProvider(); - - protected abstract function _count($rawFeed); - - private static function _checkArgs($args) - { - /* a little sanity checking */ - if (count($args) !== 2) { - throw new Exception(sprintf("Wrong argument count. Expects 2, you sent %d", count($args))); - } - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/inspectionstrategies/VimeoFeedInspectionStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/inspectionstrategies/VimeoFeedInspectionStrategy.class.php deleted file mode 100644 index b220db7..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/inspectionstrategies/VimeoFeedInspectionStrategy.class.php +++ /dev/null @@ -1,43 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_feed_inspectionstrategies_AbstractFeedInspectionStrategy')); - -/** - * Examines the feed from Vimeo - */ -class org_tubepress_impl_feed_inspectionstrategies_VimeoFeedInspectionStrategy extends org_tubepress_impl_feed_inspectionstrategies_AbstractFeedInspectionStrategy -{ - protected function _getNameOfHandledProvider() - { - return org_tubepress_api_provider_Provider::VIMEO; - } - - protected function _count($rawFeed) - { - $feed = @unserialize($rawFeed); - - return isset($feed->videos->total) ? $feed->videos->total : 0; - } - -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/inspectionstrategies/YouTubeFeedInspectionStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/inspectionstrategies/YouTubeFeedInspectionStrategy.class.php deleted file mode 100644 index e3568b2..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/feed/inspectionstrategies/YouTubeFeedInspectionStrategy.class.php +++ /dev/null @@ -1,67 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_feed_inspectionstrategies_AbstractFeedInspectionStrategy')); - -/** - * Examines the feed from YouTube - * - */ -class org_tubepress_impl_feed_inspectionstrategies_YouTubeFeedInspectionStrategy extends org_tubepress_impl_feed_inspectionstrategies_AbstractFeedInspectionStrategy -{ - const NS_OPENSEARCH = 'http://a9.com/-/spec/opensearch/1.1/'; - - protected function _count($rawFeed) - { - $dom = $this->_getDom($rawFeed); - $totalResults = $dom->getElementsByTagNameNS(self::NS_OPENSEARCH, 'totalResults')->item(0)->nodeValue; - - self::_makeSureNumeric($totalResults); - - return $totalResults; - } - - protected function _getNameOfHandledProvider() - { - return org_tubepress_api_provider_Provider::YOUTUBE; - } - - private function _getDom($rawFeed) - { - if (!class_exists('DOMDocument')) { - throw new Exception('DOMDocument class not found'); - } - $dom = new DOMDocument(); - if ($dom->loadXML($rawFeed) === false) { - throw new Exception('Problem parsing XML from YouTube'); - } - return $dom; - } - - private static function _makeSureNumeric($result) - { - if (is_numeric($result) === false) { - throw new Exception("YouTube returned a non-numeric result count: $result"); - } - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filesystem/FsExplorer.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filesystem/FsExplorer.class.php deleted file mode 100644 index 3002d89..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filesystem/FsExplorer.class.php +++ /dev/null @@ -1,128 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') -|| require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array( - 'org_tubepress_impl_log_Log', - 'org_tubepress_api_filesystem_Explorer' -)); - -/** - * Some filesystem utilities - * - */ -class org_tubepress_impl_filesystem_FsExplorer implements org_tubepress_api_filesystem_Explorer -{ - public function getTubePressBaseInstallationPath() - { - return realpath(dirname(__FILE__) . '/../../../../../../'); - } - - public function getDirectoriesInDirectory($dir, $prefix) - { - $realDir = $dir; - - if (!is_dir($dir)) { - org_tubepress_impl_log_Log::log($prefix, '%s is not a directory', $realDir); - return array(); - } - - $toReturn = array(); - if ($handle = opendir($dir)) { - org_tubepress_impl_log_Log::log($prefix, 'Successfully opened %s to read contents.', $realDir); - while (($file = readdir($handle)) !== false) { - - if ($file === '.' || $file === '..' || strpos($file, ".") === 0) { - continue; - } - - if (!is_dir($dir . '/' . $file)) { - continue; - } - - array_push($toReturn, realpath($dir . '/' . $file)); - } - closedir($handle); - } else { - org_tubepress_impl_log_Log::log($prefix, 'Could not open %s', $realDir); - } - return $toReturn; - } - - public function getFilenamesInDirectory($dir, $prefix) - { - $realDir = $dir; - - if (!is_dir($dir)) { - org_tubepress_impl_log_Log::log($prefix, '%s is not a directory', $realDir); - return array(); - } - - $toReturn = array(); - if ($handle = opendir($dir)) { - org_tubepress_impl_log_Log::log($prefix, 'Successfully opened %s to read contents.', $realDir); - while (($file = readdir($handle)) !== false) { - - if ($file === '.' || $file === '..') { - continue; - } - if (is_dir($dir . '/' . $file)) { - continue; - } - - array_push($toReturn, realpath($dir . '/' . $file)); - } - closedir($handle); - } else { - org_tubepress_impl_log_Log::log($prefix, 'Could not open %s', $realDir); - } - return $toReturn; - } - - public function getSystemTempDirectory() - { - if (function_exists('sys_get_temp_dir')) { - return sys_get_temp_dir(); - } - - // Try to get from environment variable - if (!empty($_ENV['TMP'])) { - return realpath($_ENV['TMP']); - } else if (!empty($_ENV['TMPDIR'])) { - return realpath($_ENV['TMPDIR']); - } else if (!empty($_ENV['TEMP'])) { - return realpath($_ENV['TEMP']); - } else { - // Detect by creating a temporary file - // Try to use system's temporary directory - // as random name shouldn't exist - $tempfile = @tempnam(md5(uniqid(rand(), true)), ''); - if ( $tempfile ) { - $tempdir = realpath(dirname($tempfile)); - @unlink($tempfile); - return $tempdir; - } else { - return false; - } - } - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/feedresult/ResultCountCapper.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/feedresult/ResultCountCapper.class.php deleted file mode 100644 index 2ded475..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/feedresult/ResultCountCapper.class.php +++ /dev/null @@ -1,77 +0,0 @@ -. - * - */ - -/** - * Trims down the number of results based on various criteria. - */ -class org_tubepress_impl_filters_feedresult_ResultCountCapper -{ - const LOG_PREFIX = 'Result Count Capper'; - - public function filter() - { - $args = func_get_args(); - $feedResult = $args[0]; - $totalResults = $feedResult->getEffectiveTotalResultCount(); - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $limit = $tpom-> get(org_tubepress_api_const_options_names_Feed::RESULT_COUNT_CAP); - $firstCut = $limit == 0 ? $totalResults : min($limit, $totalResults); - $secondCut = min($firstCut, self::_calculateRealMax($tpom, $firstCut)); - $videos = $feedResult->getVideoArray(); - $resultCount = count($videos); - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Effective total result count (taking into account user-defined limit) is %d video(s)', $secondCut); - - if ($resultCount > $secondCut) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Result has %d video(s), limit is %d. So we\'re chopping it down.', $resultCount, $secondCut); - $feedResult->setVideoArray(array_splice($videos, 0, $secondCut - $resultCount)); - } - - $feedResult->setEffectiveTotalResultCount($secondCut); - return $feedResult; - } - - private static function _calculateRealMax($tpom, $reported) - { - $mode = $tpom->get(org_tubepress_api_const_options_names_Output::MODE); - - switch ($mode) { - case org_tubepress_api_const_options_values_ModeValue::TAG: - //http://code.google.com/apis/youtube/2.0/reference.html#Videos_feed - return 999; - case org_tubepress_api_const_options_values_ModeValue::FAVORITES: - //http://code.google.com/apis/youtube/2.0/reference.html#User_favorites_feed - return 50; - case org_tubepress_api_const_options_values_ModeValue::PLAYLIST: - //http://code.google.com/apis/youtube/2.0/reference.html#Playlist_feed - return 200; - } - - return $reported; - } -} - -$ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); -$fm = $ioc->get('org_tubepress_api_patterns_FilterManager'); -$instance = $ioc->get('org_tubepress_impl_filters_feedresult_ResultCountCapper'); - -$fm->registerFilter(org_tubepress_api_const_filters_ExecutionPoint::VIDEOS_DELIVERY, array($instance, 'filter')); diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/feedresult/Shuffler.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/feedresult/Shuffler.class.php deleted file mode 100644 index 825f6b1..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/feedresult/Shuffler.class.php +++ /dev/null @@ -1,58 +0,0 @@ -. - * - */ - -/** - * Shuffles videos on request. - */ -class org_tubepress_impl_filters_feedresult_Shuffler -{ - public function filter() - { - $args = func_get_args(); - $feedResult = $args[0]; - $videos = $feedResult->getVideoArray(); - - if (!is_array($videos)) { - //log - return $feedResult; - } - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - - /* shuffle if we need to */ - if ($tpom->get(org_tubepress_api_const_options_names_Display::ORDER_BY) == org_tubepress_api_const_options_values_OrderValue::RANDOM) { - org_tubepress_impl_log_Log::log('Shuffler', 'Shuffling videos'); - shuffle($videos); - } - - /* modify the feed result */ - $feedResult->setVideoArray($videos); - - return $feedResult; - } -} - -$ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); -$fm = $ioc->get('org_tubepress_api_patterns_FilterManager'); -$instance = $ioc->get('org_tubepress_impl_filters_feedresult_Shuffler'); - -$fm->registerFilter(org_tubepress_api_const_filters_ExecutionPoint::VIDEOS_DELIVERY, array($instance, 'filter')); \ No newline at end of file diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/feedresult/VideoBlacklist.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/feedresult/VideoBlacklist.class.php deleted file mode 100644 index 89d2f27..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/feedresult/VideoBlacklist.class.php +++ /dev/null @@ -1,76 +0,0 @@ -. - * - */ - -/** - * Filters out any videos that the user has in their blacklist. - */ -class org_tubepress_impl_filters_feedresult_VideoBlacklist -{ - public function filter() - { - $args = func_get_args(); - $feedResult = $args[0]; - $videos = $feedResult->getVideoArray(); - - if (!is_array($videos)) { - //log - return $feedResult; - } - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $blacklist = $tpom->get(org_tubepress_api_const_options_names_Advanced::VIDEO_BLACKLIST); - $videosToKeep = array(); - $blacklistCount = 0; - - foreach ($videos as $video) { - - $id = $video->getId(); - - /* keep videos without an ID or that aren't blacklisted */ - if (!isset($id) || $this->_isNotBlacklisted($id, $blacklist)) { - $videosToKeep[] = $video; - } else { - $blacklistCount++; - } - } - - /* modify the feed result */ - $feedResult->setVideoArray($videosToKeep); - - return $feedResult; - } - - protected function _isNotBlacklisted($id, $blacklist) - { - if (strpos($blacklist, $id) !== false) { - org_tubepress_impl_log_Log::log($this->_logPrefix, 'Video with ID %s is blacklisted. Skipping it.', $id); - return false; - } - return true; - } -} - -$ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); -$fm = $ioc->get('org_tubepress_api_patterns_FilterManager'); -$instance = $ioc->get('org_tubepress_impl_filters_feedresult_VideoBlacklist'); - -$fm->registerFilter(org_tubepress_api_const_filters_ExecutionPoint::VIDEOS_DELIVERY, array($instance, 'filter')); \ No newline at end of file diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/feedresult/VideoPrepender.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/feedresult/VideoPrepender.class.php deleted file mode 100644 index f6b2245..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/feedresult/VideoPrepender.class.php +++ /dev/null @@ -1,114 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_querystring_QueryStringService', - 'org_tubepress_impl_log_Log', - 'org_tubepress_impl_ioc_IocContainer', - 'org_tubepress_api_const_filters_ExecutionPoint')); - -/** - * Appends/moves a video the front of the gallery based on the query string parameter. - */ -class org_tubepress_impl_filters_feedresult_VideoPrepender -{ - const LOG_PREFIX = 'Video Prepender'; - - public function filter() - { - $args = func_get_args(); - $feedResult = $args[0]; - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $qss = $ioc->get('org_tubepress_api_querystring_QueryStringService'); - - $customVideoId = $qss->getCustomVideo($_GET); - - /* they didn't set a custom video id */ - if ($customVideoId == '') { - return $feedResult; - } - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Prepending video %s to the gallery', $customVideoId); - - return self::_prependVideo($ioc, $customVideoId, $feedResult); - } - - private static function _moveVideoUpFront($videos, $id) - { - for ($x = 0; $x < count($videos); $x++) { - if ($videos[$x]->getId() == $id) { - $saved = $videos[$x]; - unset($videos[$x]); - array_unshift($videos, $saved); - break; - } - } - return $videos; - } - - private static function _videoArrayAlreadyHasVideo($videos, $id) - { - foreach ($videos as $video) { - if ($video->getId() == $id) { - return true; - } - } - return false; - } - - private static function _prependVideo($ioc, $id, $feedResult) - { - $videos = $feedResult->getVideoArray(); - - if (!is_array($videos)) { - //log - return $feedResult; - } - - /* see if the array already has it */ - if (self::_videoArrayAlreadyHasVideo($videos, $id)) { - $videos = self::_moveVideoUpFront($videos, $id); - $feedResult->setVideoArray($videos); - return $feedResult; - } - - $provider = $ioc->get('org_tubepress_video_feed_provider_Provider'); - try { - $video = $provider->getSingleVideo($customVideoId); - array_unshift($videos, $video); - } catch (Exception $e) { - org_tubepress_log_Log::log(self::LOG_PREFIX, 'Could not prepend video %s to the gallery: %s', $customVideoId, $e->getMessage()); - } - - /* modify the feed result */ - $feedResult->setVideoArray($videos); - - return $feedResult; - } -} - -$ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); -$fm = $ioc->get('org_tubepress_api_patterns_FilterManager'); -$instance = $ioc->get('org_tubepress_impl_filters_feedresult_VideoPrepender'); - -$fm->registerFilter(org_tubepress_api_const_filters_ExecutionPoint::VIDEOS_DELIVERY, array($instance, 'filter')); \ No newline at end of file diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/html/AjaxPagination.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/html/AjaxPagination.class.php deleted file mode 100644 index 3910033..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/html/AjaxPagination.class.php +++ /dev/null @@ -1,74 +0,0 @@ -. - * - */ - -tubepress_load_classes(array( - 'org_tubepress_api_filesystem_Explorer', - 'org_tubepress_api_const_filters_ExecutionPoint' -)); - -/** - * Injects Ajax pagination code into the gallery's HTML, if necessary. -*/ -class org_tubepress_impl_filters_html_AjaxPagination -{ - const LOG_PREFIX = 'Ajax Pagination Filter'; - - /** - * Filters the HTML for the gallery. - * - * @param string $html The gallery HTML. - * @param string $galleryId The current gallery ID - * - * @return string The modified HTML - */ - public function filter($html, $galleryId) - { - if (!is_string($html)) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Filter invoked with a non-string argument :('); - return $html; - } - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - - if (!$tpom->get(org_tubepress_api_const_options_names_Display::AJAX_PAGINATION)) { - return $html; - } - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Using Ajax pagination'); - - $template = new org_tubepress_impl_template_SimpleTemplate(); - $fs = $ioc->get('org_tubepress_api_filesystem_Explorer'); - $baseInstallationPath = $fs->getTubePressBaseInstallationPath(); - - $template->setPath("$baseInstallationPath/sys/ui/templates/gallery/ajax_pagination.tpl.php"); - $template->setVariable(org_tubepress_api_const_template_Variable::GALLERY_ID, $galleryId); - $template->setVariable(org_tubepress_api_const_template_Variable::SHORTCODE, rawurlencode($tpom->getShortcode())); - - return $html . $template->toString(); - } -} - -$ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); -$fm = $ioc->get('org_tubepress_api_patterns_FilterManager'); -$instance = $ioc->get('org_tubepress_impl_filters_html_AjaxPagination'); - -$fm->registerFilter(org_tubepress_api_const_filters_ExecutionPoint::GALLERY_HTML, array($instance, 'filter')); diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/html/ThemeCss.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/html/ThemeCss.class.php deleted file mode 100644 index 14c718e..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/html/ThemeCss.class.php +++ /dev/null @@ -1,91 +0,0 @@ -. - * - */ - -/** - * Injects theme CSS to the gallery's HTML, if necessary. -*/ -class org_tubepress_impl_filters_html_ThemeCss -{ - const LOG_PREFIX = 'Theme CSS Filter'; - - /** - * Filters the HTML for the gallery. - * - * @param string $html The gallery HTML. - * - * @return string The modified HTML - */ - public function filter($html) - { - if (!is_string($html)) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Filter invoked with a non-string :('); - return $html; - } - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $themeHandler = $ioc->get('org_tubepress_api_theme_ThemeHandler'); - $currentTheme = $themeHandler->calculateCurrentThemeName(); - - if ($currentTheme === 'default') { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Default theme is in use. No need to inject extra CSS.'); - return $html; - } - - /* get the CSS file's path on the filesystem */ - $cssPath = $themeHandler->getCssPath($currentTheme); - - if (!is_readable($cssPath) || strpos($cssPath, 'themes' . DIRECTORY_SEPARATOR . 'default') !== false) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'No theme CSS found.'); - return $html; - } else { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Theme CSS found at %s', $cssPath); - } - - return $this->_injectCss($html, $themeHandler, $currentTheme, $ioc); - } - - /** - * Handles the heavy lifting of injecting CSS loader - */ - private function _injectCss($html, $themeHandler, $currentTheme, $ioc) - { - global $tubepress_base_url; - - $fs = $ioc->get('org_tubepress_api_filesystem_Explorer'); - $cssRelativePath = $themeHandler->getCssPath($currentTheme, true); - $baseInstallationPath = $fs->getTubePressBaseInstallationPath(); - $cssUrl = "$tubepress_base_url/$cssRelativePath"; - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Will inject CSS from %s', $cssUrl); - - $template = new org_tubepress_impl_template_SimpleTemplate(); - $template->setPath("$baseInstallationPath/sys/ui/templates/gallery/theme_loader.tpl.php"); - $template->setVariable(org_tubepress_api_const_template_Variable::THEME_CSS, $cssUrl); - - return $html . $template->toString(); - } -} - -$ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); -$fm = $ioc->get('org_tubepress_api_patterns_FilterManager'); -$instance = $ioc->get('org_tubepress_impl_filters_html_ThemeCss'); - -$fm->registerFilter(org_tubepress_api_const_filters_ExecutionPoint::GALLERY_HTML, array($instance, 'filter')); \ No newline at end of file diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/EmbeddedPlayerName.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/EmbeddedPlayerName.class.php deleted file mode 100644 index 9d4d041..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/EmbeddedPlayerName.class.php +++ /dev/null @@ -1,57 +0,0 @@ -. - * - */ - -tubepress_load_classes(array('org_tubepress_api_provider_ProviderCalculator')); - -/** - * Applies the embedded service name to the template. - */ -class org_tubepress_impl_filters_template_EmbeddedPlayerName -{ - public function filter($template, $feedResult, $galleryId) - { - $template->setVariable(org_tubepress_api_const_template_Variable::EMBEDDED_IMPL_NAME, self::_getEmbeddedServiceName()); - - return $template; - } - - private static function _getEmbeddedServiceName() - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $stored = $tpom->get(org_tubepress_api_const_options_names_Embedded::PLAYER_IMPL); - $pc = $ioc->get('org_tubepress_api_provider_ProviderCalculator'); - $providerName = $pc->calculateCurrentVideoProvider(); - - if ($stored === org_tubepress_api_const_options_values_PlayerImplementationValue::LONGTAIL - && $providerName !== org_tubepress_api_provider_Provider::VIMEO) { - return $stored; - } - - return $providerName; - } -} - -$ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); -$fm = $ioc->get('org_tubepress_api_patterns_FilterManager'); -$instance = $ioc->get('org_tubepress_impl_filters_template_EmbeddedPlayerName'); - -$fm->registerFilter(org_tubepress_api_const_filters_ExecutionPoint::GALLERY_TEMPLATE, array($instance, 'filter')); diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/EmbeddedSource.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/EmbeddedSource.class.php deleted file mode 100644 index 6549e76..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/EmbeddedSource.class.php +++ /dev/null @@ -1,46 +0,0 @@ -. - * - */ - -/** - * Handles applying the embedded player's HTML to the template. - */ -class org_tubepress_impl_filters_template_EmbeddedSource -{ - public function filter($template, $video) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $eps = $ioc->get('org_tubepress_api_embedded_EmbeddedPlayer'); - - /* apply it to the template */ - $template->setVariable(org_tubepress_api_const_template_Variable::EMBEDDED_SOURCE, $eps->toString($video->getId())); - - $template->setVariable(org_tubepress_api_const_template_Variable::EMBEDDED_WIDTH, $tpom->get(org_tubepress_api_const_options_names_Embedded::EMBEDDED_WIDTH)); - - return $template; - } -} - -$ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); -$fm = $ioc->get('org_tubepress_api_patterns_FilterManager'); -$instance = $ioc->get('org_tubepress_impl_filters_template_EmbeddedSource'); - -$fm->registerFilter(org_tubepress_api_const_filters_ExecutionPoint::SINGLE_VIDEO_TEMPLATE, array($instance, 'filter')); \ No newline at end of file diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/Pagination.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/Pagination.class.php deleted file mode 100644 index 267b51f..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/Pagination.class.php +++ /dev/null @@ -1,59 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_ioc_IocContainer', - 'org_tubepress_api_const_options_names_Display', - 'org_tubepress_api_const_template_Variable', - 'org_tubepress_api_const_filters_ExecutionPoint', - 'org_tubepress_api_feed_FeedResult')); - -/** - * Handles applying pagination to the gallery template. - */ -class org_tubepress_impl_filters_template_Pagination -{ - - public function filter($template, $feedResult, $galleryId) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - - $paginationService = $ioc->get('org_tubepress_api_pagination_Pagination'); - $pagination = $paginationService->getHtml($feedResult->getEffectiveTotalResultCount()); - - if ($tpom->get(org_tubepress_api_const_options_names_Display::PAGINATE_ABOVE)) { - $template->setVariable(org_tubepress_api_const_template_Variable::PAGINATION_TOP, $pagination); - } - if ($tpom->get(org_tubepress_api_const_options_names_Display::PAGINATE_BELOW)) { - $template->setVariable(org_tubepress_api_const_template_Variable::PAGINATION_BOTTOM, $pagination); - } - - return $template; - } -} - -$ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); -$fm = $ioc->get('org_tubepress_api_patterns_FilterManager'); -$instance = $ioc->get('org_tubepress_impl_filters_template_Pagination'); - -$fm->registerFilter(org_tubepress_api_const_filters_ExecutionPoint::GALLERY_TEMPLATE, array($instance, 'filter')); diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/Player.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/Player.class.php deleted file mode 100644 index 654f5fe..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/Player.class.php +++ /dev/null @@ -1,57 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_ioc_IocContainer', - 'org_tubepress_api_const_options_names_Display', - 'org_tubepress_api_const_template_Variable', - 'org_tubepress_api_const_filters_ExecutionPoint', - 'org_tubepress_api_feed_FeedResult', - 'org_tubepress_api_video_Video', - 'org_tubepress_api_player_Player')); - -/** - * Handles applying the player HTML to the gallery template. - */ -class org_tubepress_impl_filters_template_Player -{ - public function filter($template, $feedResult, $galleryId) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $playerName = $tpom->get(org_tubepress_api_const_options_names_Display::CURRENT_PLAYER_NAME); - $player = $ioc->get('org_tubepress_api_player_Player'); - $videos = $feedResult->getVideoArray(); - $playerHtml = $player->getHtml($videos[0], $galleryId); - - $template->setVariable(org_tubepress_api_const_template_Variable::PLAYER_HTML, $playerHtml); - $template->setVariable(org_tubepress_api_const_template_Variable::PLAYER_NAME, $playerName); - - return $template; - } -} - -$ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); -$fm = $ioc->get('org_tubepress_api_patterns_FilterManager'); -$instance = $ioc->get('org_tubepress_impl_filters_template_Player'); - -$fm->registerFilter(org_tubepress_api_const_filters_ExecutionPoint::GALLERY_TEMPLATE, array($instance, 'filter')); diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/VideoMeta.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/VideoMeta.class.php deleted file mode 100644 index 5d0f00c..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/filters/template/VideoMeta.class.php +++ /dev/null @@ -1,55 +0,0 @@ -. - * - */ - -tubepress_load_classes(array('org_tubepress_api_const_options_CategoryName')); - -/** - * Handles applying video meta info to the gallery template. - */ -class org_tubepress_impl_filters_template_VideoMeta -{ - public function filter($template) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $messageService = $ioc->get('org_tubepress_api_message_MessageService'); - - $metaNames = org_tubepress_impl_options_OptionsReference::getOptionNamesForCategory(org_tubepress_api_const_options_CategoryName::META); - $shouldShow = array(); - $labels = array(); - - foreach ($metaNames as $metaName) { - $shouldShow[$metaName] = $tpom->get($metaName); - $labels[$metaName] = $messageService->_('video-' . $metaName); - } - $template->setVariable(org_tubepress_api_const_template_Variable::META_SHOULD_SHOW, $shouldShow); - $template->setVariable(org_tubepress_api_const_template_Variable::META_LABELS, $labels); - - return $template; - } -} - -$ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); -$fm = $ioc->get('org_tubepress_api_patterns_FilterManager'); -$instance = $ioc->get('org_tubepress_impl_filters_template_VideoMeta'); - -$fm->registerFilter(org_tubepress_api_const_filters_ExecutionPoint::GALLERY_TEMPLATE, array($instance, 'filter')); -$fm->registerFilter(org_tubepress_api_const_filters_ExecutionPoint::SINGLE_VIDEO_TEMPLATE, array($instance, 'filter')); \ No newline at end of file diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/DefaultHtmlGenerator.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/DefaultHtmlGenerator.class.php deleted file mode 100644 index e17fed2..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/DefaultHtmlGenerator.class.php +++ /dev/null @@ -1,115 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_html_HtmlGenerator', - 'org_tubepress_api_querystring_QueryStringService', - 'org_tubepress_impl_ioc_IocContainer', - 'org_tubepress_impl_log_Log', - 'org_tubepress_api_patterns_StrategyManager')); - -/** - * HTML handler implementation. - */ -class org_tubepress_impl_html_DefaultHtmlGenerator implements org_tubepress_api_html_HtmlGenerator -{ - const LOG_PREFIX = 'HTML Generator'; - - /** - * Generates the HTML for TubePress. Could be a gallery or single video. - * - * @param string $shortCodeContent The shortcode content. May be empty or null. - * - * @return The HTML for the given shortcode. - */ - public function getHtmlForShortcode($shortCodeContent) - { - try { - return $this->_wrappedGetHtmlForShortcode($shortCodeContent); - } catch (Exception $e) { - return $e->getMessage; - } - } - - private function _wrappedGetHtmlForShortcode($shortCodeContent) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - - /* do a bit of logging */ - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Type of IOC container is %s', get_class($ioc)); - - /* parse the shortcode if we need to */ - if ($shortCodeContent != '') { - $shortcodeParser = $ioc->get('org_tubepress_api_shortcode_ShortcodeParser'); - $shortcodeParser->parse($shortCodeContent); - } - - /* use the strategy manager to get the HTML */ - return $ioc->get('org_tubepress_api_patterns_StrategyManager')->executeStrategy($this->getStrategies()); - } - - public function getHeadJqueryIncludeString() - { - global $tubepress_base_url; - return ""; - } - - public function getHeadInlineJavaScriptString() - { - global $tubepress_base_url; - return ""; - } - - public function getHeadTubePressJsIncludeString() - { - global $tubepress_base_url; - return ""; - } - - public function getHeadTubePressCssIncludeString() - { - global $tubepress_base_url; - return ""; - } - - public function getHeadMetaString() - { - global $tubepress_base_url; - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $qss = $ioc->get('org_tubepress_api_querystring_QueryStringService'); - $page = $qss->getPageNum($_GET); - - return $page > 1 ? "" : ''; - } - - protected function getStrategies() - { - return array( - 'org_tubepress_impl_html_strategies_SearchInputStrategy', - 'org_tubepress_impl_html_strategies_SearchOutputStrategy', - 'org_tubepress_impl_html_strategies_SingleVideoStrategy', - 'org_tubepress_impl_html_strategies_SoloPlayerStrategy', - 'org_tubepress_impl_html_strategies_ThumbGalleryStrategy' - ); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/SearchInputStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/SearchInputStrategy.class.php deleted file mode 100644 index 97c5e87..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/SearchInputStrategy.class.php +++ /dev/null @@ -1,124 +0,0 @@ -. - * - */ - -tubepress_load_classes(array('org_tubepress_api_patterns_Strategy', - 'org_tubepress_api_const_options_names_Output', - 'org_tubepress_api_const_options_values_OutputValue', - 'org_tubepress_api_url_Url')); - -/** - * HTML generation strategy that generates HTML for a single video + meta info. - */ -class org_tubepress_impl_html_strategies_SearchInputStrategy implements org_tubepress_api_patterns_Strategy -{ - const LOG_PREFIX = 'Search Input Strategy'; - - private $_ioc; - protected $_tpom; - - /** - * Called *before* canHandle() and execute() to allow the strategy - * to initialize itself. - * - * @return void - */ - public function start() - { - $this->_ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $this->_tpom = $this->_ioc->get('org_tubepress_api_options_OptionsManager'); - } - - /** - * Called *after* canHandle() and execute() to allow the strategy - * to tear itself down. - * - * @return void - */ - public function stop() - { - unset($this->_ioc); - unset($this->_tpom); - } - - /** - * Returns true if this strategy is able to handle - * the request. - * - * @return boolean True if the strategy can handle the request, false otherwise. - */ - public function canHandle() - { - return $this->_tpom->get(org_tubepress_api_const_options_names_Output::OUTPUT) === org_tubepress_api_const_options_values_OutputValue::SEARCH_INPUT; - } - - /** - * Execute the strategy. - * - * @return unknown The result of this strategy execution. - */ - public function execute() - { - $th = $this->_ioc->get('org_tubepress_api_theme_ThemeHandler'); - $ms = $this->_ioc->get('org_tubepress_api_message_MessageService'); - $template = $th->getTemplateInstance($this->getTemplatePath()); - $resultsUrl = $this->_tpom->get(org_tubepress_api_const_options_names_Output::SEARCH_RESULTS_URL); - $qss = $this->_ioc->get('org_tubepress_api_querystring_QueryStringService'); - - /* if the user didn't request a certain page, just send the search results right back here */ - if ($resultsUrl == '') { - $resultsUrl = $qss->getFullUrl($_SERVER); - } - - /* clean up the search terms a bit */ - $searchTerms = urldecode($qss->getSearchTerms($_GET)); - $searchTerms = org_tubepress_impl_util_StringUtils::cleanForSearch($searchTerms); - - /* - * read http://stackoverflow.com/questions/1116019/submitting-a-get-form-with-query-string-params-and-hidden-params-disappear - * if you're curious as to what's going on here - */ - $url = new org_tubepress_api_url_Url($resultsUrl); - $params = $url->getQueryVariables(); - unset($params[org_tubepress_api_const_querystring_QueryParamName::PAGE]); - unset($params[org_tubepress_api_const_querystring_QueryParamName::SEARCH_TERMS]); - - /* apply the template variables */ - $template->setVariable(org_tubepress_api_const_template_Variable::SEARCH_HANDLER_URL, $resultsUrl); - $template->setVariable(org_tubepress_api_const_template_Variable::SEARCH_HIDDEN_INPUTS, $params); - $template->setVariable(org_tubepress_api_const_template_Variable::SEARCH_TERMS, $searchTerms); - $template->setVariable(org_tubepress_api_const_template_Variable::SEARCH_BUTTON, $ms->_('search-input-button')); - - $this->applyTemplateVariables($template); - - return $template->toString(); - } - - protected function applyTemplateVariables($template) - { - //override point - } - - protected function getTemplatePath() - { - return 'search/search_input.tpl.php'; - } - -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/SearchOutputStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/SearchOutputStrategy.class.php deleted file mode 100644 index afe0026..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/SearchOutputStrategy.class.php +++ /dev/null @@ -1,123 +0,0 @@ -. - * - */ - -tubepress_load_classes(array('org_tubepress_api_patterns_Strategy', - 'org_tubepress_api_const_options_names_Output')); - -/** - * HTML generation strategy that generates HTML for a single video + meta info. - */ -class org_tubepress_impl_html_strategies_SearchOutputStrategy implements org_tubepress_api_patterns_Strategy -{ - const LOG_PREFIX = 'Search Output Strategy'; - - private $_ioc; - private $_tpom; - private $_rawSearchTerms; - - /** - * Called *before* canHandle() and execute() to allow the strategy - * to initialize itself. - * - * @return void - */ - public function start() - { - $this->_ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $this->_tpom = $this->_ioc->get('org_tubepress_api_options_OptionsManager'); - } - - /** - * Called *after* canHandle() and execute() to allow the strategy - * to tear itself down. - * - * @return void - */ - public function stop() - { - unset($this->_ioc); - unset($this->_tpom); - unset($this->_rawSearchTerms); - } - - /** - * Returns true if this strategy is able to handle - * the request. - * - * @return boolean True if the strategy can handle the request, false otherwise. - */ - public function canHandle() - { - /* not configured at all for search results */ - if ($this->_tpom->get(org_tubepress_api_const_options_names_Output::OUTPUT) !== org_tubepress_api_const_options_values_OutputValue::SEARCH_RESULTS) { - return false; - } - - /* do we have search terms? */ - $qss = $this->_ioc->get('org_tubepress_api_querystring_QueryStringService'); - $this->_rawSearchTerms = $qss->getSearchTerms($_GET); - - /* are we set up for a gallery fallback? */ - $mustShowSearchResults = $this->_tpom->get(org_tubepress_api_const_options_names_Output::SEARCH_RESULTS_ONLY); - - /* either the user is searching, or they've requested that we only show search results */ - return $this->_rawSearchTerms != '' || $mustShowSearchResults; - } - - /** - * Execute the strategy. - * - * @return unknown The result of this strategy execution. - */ - public function execute() - { - /* if the user isn't searching, don't display anything */ - if ($this->_rawSearchTerms == '') { - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'User doesn\'t appear to be searching. Will not display anything.'); - return ''; - } - - /* clean up the search terms */ - $searchTerms = org_tubepress_impl_util_StringUtils::cleanForSearch($this->_rawSearchTerms); - - /* who are we searching? */ - switch ($this->_tpom->get(org_tubepress_api_const_options_names_Output::SEARCH_PROVIDER)) { - - case 'vimeo': - $this->_tpom->set(org_tubepress_api_const_options_names_Output::MODE, org_tubepress_api_const_options_values_ModeValue::VIMEO_SEARCH); - $this->_tpom->set(org_tubepress_api_const_options_names_Output::VIMEO_SEARCH_VALUE, $searchTerms); - break; - - default: - $this->_tpom->set(org_tubepress_api_const_options_names_Output::MODE, org_tubepress_api_const_options_values_ModeValue::TAG); - $this->_tpom->set(org_tubepress_api_const_options_names_Output::TAG_VALUE, $searchTerms); - break; - } - - /* display the results as a thumb gallery */ - //TODO: what if this bails? - return $this->_ioc->get('org_tubepress_api_patterns_StrategyManager')->executeStrategy(array( - 'org_tubepress_impl_html_strategies_ThumbGalleryStrategy' - )); - } - -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/SingleVideoStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/SingleVideoStrategy.class.php deleted file mode 100644 index b5895a8..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/SingleVideoStrategy.class.php +++ /dev/null @@ -1,86 +0,0 @@ -. - * - */ - -tubepress_load_classes(array('org_tubepress_api_patterns_Strategy', - 'org_tubepress_api_single_SingleVideo')); - -/** - * HTML generation strategy that generates HTML for a single video + meta info. - */ -class org_tubepress_impl_html_strategies_SingleVideoStrategy implements org_tubepress_api_patterns_Strategy -{ - const LOG_PREFIX = 'Single Video Strategy'; - - private $_ioc; - private $_tpom; - - /** - * Called *before* canHandle() and execute() to allow the strategy - * to initialize itself. - * - * @return void - */ - public function start() - { - $this->_ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $this->_tpom = $this->_ioc->get('org_tubepress_api_options_OptionsManager'); - } - - /** - * Called *after* canHandle() and execute() to allow the strategy - * to tear itself down. - * - * @return void - */ - public function stop() - { - unset($this->_ioc); - unset($this->_tpom); - } - - /** - * Returns true if this strategy is able to handle - * the request. - * - * @return boolean True if the strategy can handle the request, false otherwise. - */ - public function canHandle() - { - return $this->_tpom->get(org_tubepress_api_const_options_names_Output::VIDEO) != ''; - } - - /** - * Execute the strategy. - * - * @return unknown The result of this strategy execution. - */ - public function execute() - { - $videoId = $this->_tpom->get(org_tubepress_api_const_options_names_Output::VIDEO); - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Building single video with ID %s', $videoId); - - $singleVideoGenerator = $this->_ioc->get('org_tubepress_api_single_SingleVideo'); - - return $singleVideoGenerator->getSingleVideoHtml($videoId); - } - -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/SoloPlayerStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/SoloPlayerStrategy.class.php deleted file mode 100644 index 70bef90..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/SoloPlayerStrategy.class.php +++ /dev/null @@ -1,104 +0,0 @@ -. - * - */ - -tubepress_load_classes(array('org_tubepress_api_patterns_Strategy', - 'org_tubepress_api_const_options_names_Display', - 'org_tubepress_api_player_Player', - 'org_tubepress_impl_log_Log', - 'org_tubepress_api_querystring_QueryStringService')); - -/** - * HTML-generation strategy that implements the "solo" player strategy. - */ -class org_tubepress_impl_html_strategies_SoloPlayerStrategy implements org_tubepress_api_patterns_Strategy -{ - const LOG_PREFIX = 'Solo Player Strategy'; - - private $_ioc; - private $_videoId; - - /** - * Called *before* canHandle() and execute() to allow the strategy - * to initialize itself. - * - * @return void - */ - public function start() - { - $this->_ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - } - - /** - * Called *after* canHandle() and execute() to allow the strategy - * to tear itself down. - * - * @return void - */ - public function stop() - { - unset($this->_ioc); - unset($this->_videoId); - } - - /** - * Returns true if this strategy is able to handle - * the request. - * - * @return boolean True if the strategy can handle the request, false otherwise. - */ - public function canHandle() - { - $tpom = $this->_ioc->get('org_tubepress_api_options_OptionsManager'); - $playerName = $tpom->get(org_tubepress_api_const_options_names_Display::CURRENT_PLAYER_NAME); - - if ($playerName !== org_tubepress_api_player_Player::SOLO) { - return false; - } - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Solo player detected. Checking query string for video ID.'); - - /* see if we have a custom video ID set */ - $qss = $this->_ioc->get('org_tubepress_api_querystring_QueryStringService'); - $videoId = $qss->getCustomVideo($_GET); - - if ($videoId == '') { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Solo player in use, but no video ID set in URL.'); - return false; - } - - $this->_videoId = $videoId; - return true; - } - - /** - * Execute the strategy. - * - * @return unknown The result of this strategy execution. - */ - public function execute() - { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Building single video with ID %s', $this->_videoId); - - $single = $this->_ioc->get('org_tubepress_api_single_SingleVideo'); - - return $single->getSingleVideoHtml($this->_videoId, $this->_ioc); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/ThumbGalleryStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/ThumbGalleryStrategy.class.php deleted file mode 100644 index 162480d..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/html/strategies/ThumbGalleryStrategy.class.php +++ /dev/null @@ -1,136 +0,0 @@ -. - * - */ - -tubepress_load_classes(array('org_tubepress_api_patterns_Strategy', - 'org_tubepress_api_const_template_Variable', - 'org_tubepress_impl_log_Log', - 'org_tubepress_api_const_filters_ExecutionPoint', - 'org_tubepress_api_provider_Provider', - 'org_tubepress_api_feed_FeedResult', - 'org_tubepress_api_patterns_FilterManager')); - -class org_tubepress_impl_html_strategies_ThumbGalleryStrategy implements org_tubepress_api_patterns_Strategy -{ - const LOG_PREFIX = 'Thumb Gallery Strategy'; - - private $_ioc; - - /** - * Called *before* canHandle() and execute() to allow the strategy - * to initialize itself. - * - * @return void - */ - public function start() - { - $this->_ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - } - - /** - * Called *after* canHandle() and execute() to allow the strategy - * to tear itself down. - * - * @return void - */ - public function stop() - { - unset($this->_ioc); - } - - /** - * Returns true if this strategy is able to handle - * the request. - * - * @return boolean True if the strategy can handle the request, false otherwise. - */ - public function canHandle() - { - return true; - } - - /** - * Execute the strategy. - * - * @return unknown The result of this strategy execution. - */ - public function execute() - { - $qss = $this->_ioc->get('org_tubepress_api_querystring_QueryStringService'); - $galleryId = $qss->getGalleryId($_GET); - - if ($galleryId == '') { - $galleryId = mt_rand(); - } - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Starting to build thumbnail gallery %s', $galleryId); - - return $this->_getHtml($galleryId); - } - - /** - * Generates the content of this gallery - * - * @param integer $galleryId The unique identifier of the gallery. - * - * @return The HTML content for this gallery - */ - private function _getHtml($galleryId) - { - $provider = $this->_ioc->get('org_tubepress_api_provider_Provider'); - $tpom = $this->_ioc->get('org_tubepress_api_options_OptionsManager'); - $filterManager = $this->_ioc->get('org_tubepress_api_patterns_FilterManager'); - $themeHandler = $this->_ioc->get('org_tubepress_api_theme_ThemeHandler'); - $ms = $this->_ioc->get('org_tubepress_api_message_MessageService'); - $template = $themeHandler->getTemplateInstance('gallery.tpl.php'); - - /* first grab the videos */ - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Asking provider for videos'); - $feedResult = $provider->getMultipleVideos(); - $numVideos = sizeof($feedResult->getVideoArray()); - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Provider has delivered %d videos', $numVideos); - - if ($numVideos == 0) { - return $ms->_('no-videos-found'); - } - - /* send the feed result through the filters */ - $feedResult = $filterManager->runFilters(org_tubepress_api_const_filters_ExecutionPoint::VIDEOS_DELIVERY, $feedResult, $galleryId); - - /* add some core template variables */ - $template->setVariable(org_tubepress_api_const_template_Variable::VIDEO_ARRAY, $feedResult->getVideoArray()); - $template->setVariable(org_tubepress_api_const_template_Variable::GALLERY_ID, $galleryId); - $template->setVariable(org_tubepress_api_const_template_Variable::THUMBNAIL_WIDTH, $tpom->get(org_tubepress_api_const_options_names_Display::THUMB_WIDTH)); - $template->setVariable(org_tubepress_api_const_template_Variable::THUMBNAIL_HEIGHT, $tpom->get(org_tubepress_api_const_options_names_Display::THUMB_HEIGHT)); - - /* send the template through the filters */ - $filteredTemplate = $filterManager->runFilters(org_tubepress_api_const_filters_ExecutionPoint::GALLERY_TEMPLATE, $template, $feedResult, $galleryId); - - /* send gallery HTML through the filters */ - $filteredHtml = $filterManager->runFilters(org_tubepress_api_const_filters_ExecutionPoint::GALLERY_HTML, $filteredTemplate->toString(), $galleryId); - - /* we're done. tie up */ - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Done assembling gallery %d', $galleryId); - $tpom = $this->_ioc->get('org_tubepress_api_options_OptionsManager'); - $tpom->setCustomOptions(array()); - - return $filteredHtml; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/FastHttpClient.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/FastHttpClient.class.php deleted file mode 100644 index 976ce25..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/FastHttpClient.class.php +++ /dev/null @@ -1,207 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_http_HttpClient', - 'org_tubepress_impl_http_clientimpl_Encoding', - 'org_tubepress_api_patterns_StrategyManager')); - -/** - * Lifted from http://core.trac.wordpress.org/browser/tags/3.0.4/wp-includes/class-http.php - * - * HTTP Class for managing HTTP Transports and making HTTP requests. - * - */ -class org_tubepress_impl_http_FastHttpClient implements org_tubepress_api_http_HttpClient -{ - const LOG_PREFIX = 'HTTP Client'; - - const ARGS_BODY = 'body'; - const ARGS_COOKIES = 'cookies'; - const ARGS_COMPRESS = 'compress'; - const ARGS_DECOMPRESS = 'decompress'; - const ARGS_HEADERS = 'headers'; - const ARGS_HTTP_VERSION = 'httpversion'; - const ARGS_IS_SSL = 'ssl'; - const ARGS_METHOD = 'method'; - const ARGS_SSL_VERIFY = 'sslverify'; - const ARGS_TIMEOUT = 'timeout'; - const ARGS_USER_AGENT = 'user-agent'; - - /** - * Post. - * - * @param string $url URI resource. - * @param unknown $body The body of the POST - * - * @return string Resulting body as a string (could be null) - */ - public function post($url, $body) - { - return $this->_request($url, array( - self::ARGS_METHOD => org_tubepress_api_http_HttpClient::HTTP_METHOD_POST, - self::ARGS_BODY => $body - )); - } - - /** - * Get. - * - * @param string $url URI resource. - * - * @return string Resulting body as a string (could be null) - */ - public function get($url) - { - return $this->_request($url, array(self::ARGS_METHOD => org_tubepress_api_http_HttpClient::HTTP_METHOD_GET)); - } - - /** - * Send a HTTP request to a URI. - * - * The body and headers are part of the arguments. The 'body' argument is for the body and will - * accept either a string or an array. The 'headers' argument should be an array, but a string - * is acceptable. - * - * The only URI that are supported in the HTTP Transport implementation are the HTTP and HTTPS - * protocols. HTTP and HTTPS are assumed so the server might not know how to handle the send - * headers. Other protocols are unsupported and most likely will fail. - * - * @param string $url URI resource. - * @param array $args Generic HTTP options. - * - * @return array containing 'headers', 'body', 'response', 'cookies' - */ - private function _request($url, $args) - { - $defaults = array( - self::ARGS_METHOD => org_tubepress_api_http_HttpClient::HTTP_METHOD_GET, - self::ARGS_TIMEOUT => 5, - self::ARGS_HTTP_VERSION => '1.0', - self::ARGS_USER_AGENT => 'TubePress; http://tubepress.org', - self::ARGS_HEADERS => array(), - self::ARGS_COOKIES => array(), - self::ARGS_BODY => null, - self::ARGS_COMPRESS => false, - self::ARGS_DECOMPRESS => true, - self::ARGS_SSL_VERIFY => true - ); - - $r = array_merge($defaults, $args); - $arrURL = parse_url($url); - - if (empty($url) || empty($arrURL['scheme'])) { - throw new Exception('A valid URL was not provided.'); - } - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Will perform %s to %s', $r[self::ARGS_METHOD], $url, $url); - - // Determine if this is a https call and pass that on to the transport functions - // so that we can blacklist the transports that do not support ssl verification - $r[self::ARGS_IS_SSL] = $arrURL['scheme'] == 'https' || $arrURL['scheme'] == 'ssl'; - - // Determine if this request is local - $r['local'] = 'localhost' == $arrURL['host']; - - if (org_tubepress_impl_http_clientimpl_Encoding::isCompressionAvailable()) { - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'HTTP compression is available. Yay!'); - $r[self::ARGS_HEADERS][org_tubepress_api_http_HttpClient::HTTP_HEADER_ACCEPT_ENCODING] = org_tubepress_impl_http_clientimpl_Encoding::getAcceptEncodingString(); - - } else { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'HTTP compression is NOT available. Boo.'); - } - - if (empty($r[self::ARGS_BODY])) { - - $r[self::ARGS_BODY] = null; - - // Some servers fail when sending content without the content-length header being set. - // Also, to fix another bug, we only send when doing POST and PUT and the content-length - // header isn't already set. - if (($r[self::ARGS_METHOD] == org_tubepress_api_http_HttpClient::HTTP_METHOD_POST || $r[self::ARGS_METHOD] == org_tubepress_api_http_HttpClient::HTTP_METHOD_PUT)) { - $r[self::ARGS_HEADERS][org_tubepress_api_http_HttpClient::HTTP_HEADER_CONTENT_LENGTH] = 0; - } - - } else { - - $r[self::ARGS_HEADERS][org_tubepress_api_http_HttpClient::HTTP_HEADER_CONTENT_LENGTH] = strlen($r[self::ARGS_BODY]); - } - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $strategies = self::_getTransportStrategies($ioc); - $sm = $ioc->get('org_tubepress_api_patterns_StrategyManager'); - - $result = $sm->executeStrategy($strategies, $url, $r); - - if (is_null($result)) { - throw new Exception("Could not retrieve $url"); - } - - //log - - return $result; - } - - private static function _getTransportStrategies(org_tubepress_api_ioc_IocService $ioc) - { - $result = array(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - - if (!$tpom->get(org_tubepress_api_const_options_names_Advanced::DISABLE_HTTP_EXTHTTP)) { - $result[] = 'org_tubepress_impl_http_clientimpl_strategies_ExtHttpStrategy'; - } else { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'ExtHttp transport disabled by request'); - } - - if (!$tpom->get(org_tubepress_api_const_options_names_Advanced::DISABLE_HTTP_CURL)) { - $result[] = 'org_tubepress_impl_http_clientimpl_strategies_CurlStrategy'; - } else { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Curl transport disabled by request'); - } - - if (!$tpom->get(org_tubepress_api_const_options_names_Advanced::DISABLE_HTTP_STREAMS)) { - $result[] = 'org_tubepress_impl_http_clientimpl_strategies_StreamsStrategy'; - } else { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Streams transport disabled by request'); - } - - if (!$tpom->get(org_tubepress_api_const_options_names_Advanced::DISABLE_HTTP_FOPEN)) { - $result[] = 'org_tubepress_impl_http_clientimpl_strategies_FopenStrategy'; - } else { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'fopen transport disabled by request'); - } - - if (!$tpom->get(org_tubepress_api_const_options_names_Advanced::DISABLE_HTTP_FSOCKOPEN)) { - $result[] = 'org_tubepress_impl_http_clientimpl_strategies_FsockOpenStrategy'; - } else { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'fsockopen transport disabled by request'); - } - - if (sizeof($result) === 0) { - throw new Exception("Must enable at least one HTTP transport"); - } - - return $result; - } -} - diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/Cookie.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/Cookie.class.php deleted file mode 100644 index 159e103..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/Cookie.class.php +++ /dev/null @@ -1,188 +0,0 @@ -. - * - */ - -/** - * Lifted from http://core.trac.wordpress.org/browser/tags/3.0.4/wp-includes/class-http.php - * - * Internal representation of a single cookie. - * - * Returned cookies are represented using this class, and when cookies are set, if they are not - * already a org_tubepress_impl_http_clientimpl_Cookie() object, then they are turned into one. - * - */ -class org_tubepress_impl_http_clientimpl_Cookie -{ - /** Cookie name. */ - var $name; - - /** Cookie value. */ - var $value; - - /** When the cookie expires. */ - var $expires; - - /** Cookie URL path. */ - var $path; - - /** Cookie Domain. */ - var $domain; - - /** - * Sets up this cookie object. - * - * The parameter $data should be either an associative array containing the indices names below - * or a header string detailing it. - * - * If it's an array, it should include the following elements: - *

    - *
  1. Name
  2. - *
  3. Value - should NOT be urlencoded already.
  4. - *
  5. Expires - (optional) String or int (UNIX timestamp).
  6. - *
  7. Path (optional)
  8. - *
  9. Domain (optional)
  10. - *
- * - * @param string|array $data Raw cookie data. - */ - public function __construct($data) - { - if (is_string($data)) { - - // Assume it's a header string direct from a previous request - $pairs = explode(';', $data); - - // Special handling for first pair; name=value. Also be careful of "=" in value - $name = trim(substr($pairs[0], 0, strpos($pairs[0], '='))); - $value = substr($pairs[0], strpos($pairs[0], '=') + 1); - $this->name = $name; - $this->value = urldecode($value); - - array_shift($pairs); //Removes name=value from items. - - // Set everything else as a property - foreach ($pairs as $pair) { - $pair = rtrim($pair); - - if (empty($pair)) { //Handles the cookie ending in ; which results in a empty final pair - continue; - } - - list($key, $val) = strpos($pair, '=') ? explode('=', $pair) : array($pair, ''); - $key = strtolower(trim($key)); - - if ('expires' == $key) { - $val = strtotime($val); - } - $this->$key = $val; - } - } else { - - if (!isset($data['name'])) { - return false; - } - - // Set properties based directly on parameters - $this->name = $data['name']; - $this->value = isset($data['value']) ? $data['value'] : ''; - $this->path = isset($data['path']) ? $data['path'] : ''; - $this->domain = isset($data['domain']) ? $data['domain'] : ''; - - if (isset($data['expires'])) { - $this->expires = is_int($data['expires']) ? $data['expires'] : strtotime($data['expires']); - } else { - $this->expires = null; - } - } - } - - /** - * Confirms that it's OK to send this cookie to the URL checked against. - * - * Decision is based on RFC 2109/2965, so look there for details on validity. - * - * @param string $url URL you intend to send this cookie to - * - * @return boolean TRUE if allowed, FALSE otherwise. - */ - public function test($url) - { - // Expires - if expired then nothing else matters - if (time() > $this->expires) { - return false; - } - - // Get details on the URL we're thinking about sending to - $url = parse_url($url); - $url['port'] = isset($url['port']) ? $url['port'] : 80; - $url['path'] = isset($url['path']) ? $url['path'] : '/'; - - // Values to use for comparison against the URL - $path = isset($this->path) ? $this->path : '/'; - $port = isset($this->port) ? $this->port : 80; - $domain = isset($this->domain) ? strtolower($this->domain) : strtolower($url['host']); - if (false === stripos($domain, '.')) { - $domain .= '.local'; - } - - // Host - very basic check that the request URL ends with the domain restriction (minus leading dot) - $domain = substr($domain, 0, 1) == '.' ? substr($domain, 1) : $domain; - if (substr($url['host'], -strlen($domain)) != $domain) { - return false; - } - - // Port - supports "port-lists" in the format: "80,8000,8080" - if (!in_array($url['port'], explode(',', $port))) { - return false; - } - - // Path - request path must start with path restriction - if (substr($url['path'], 0, strlen($path)) != $path) { - return false; - } - - return true; - } - - /** - * Convert cookie name and value back to header string. - * - * @return string Header encoded cookie name and value. - */ - public function getHeaderValue() - { - if (empty($this->name) || empty($this->value)) { - return ''; - } - - return $this->name . '=' . urlencode($this->value); - } - - /** - * Retrieve cookie header for usage in the rest of the WordPress HTTP API. - * - * @return string - */ - public function getFullHeader() - { - return 'Cookie: ' . $this->getHeaderValue(); - } -} - diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/Encoding.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/Encoding.class.php deleted file mode 100644 index 26c26d0..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/Encoding.class.php +++ /dev/null @@ -1,235 +0,0 @@ -. - * - */ - -/** - * Lifted from http://core.trac.wordpress.org/browser/tags/3.0.4/wp-includes/class-http.php - * - * Implementation for deflate and gzip transfer encodings. - * - * Includes RFC 1950, RFC 1951, and RFC 1952. - */ -class org_tubepress_impl_http_clientimpl_Encoding -{ - /** - * Compress raw string using the deflate format. - * - * Supports the RFC 1951 standard. - * - * @param string $raw String to compress. - * @param int $level Optional, default is 9. Compression level, 9 is highest. - * @param string $supports Optional, not used. When implemented it will choose the right compression based on what the server supports. - * - * @return string|bool False on failure. - */ - public static function compress($raw, $level = 9, $supports = null) - { - return gzdeflate($raw, $level); - } - - /** - * Decompression of deflated string. - * - * Will attempt to decompress using the RFC 1950 standard, and if that fails - * then the RFC 1951 standard deflate will be attempted. Finally, the RFC - * 1952 standard gzip decode will be attempted. If all fail, then the - * original compressed string will be returned. - * - * @param string $compressed String to decompress. - * @param int $length The optional length of the compressed data. - * - * @return string|bool False on failure. - */ - public static function decompress($compressed, $length = null) - { - if (empty($compressed)) { - return $compressed; - } - - if (false !== ($decompressed = @gzinflate($compressed))) { - return $decompressed; - } - - if (false !== ($decompressed = self::simulatedGzInflate($compressed))) { - return $decompressed; - } - - if (false !== ($decompressed = @gzuncompress($compressed))) { - return $decompressed; - } - - if (function_exists('gzdecode')) { - $decompressed = @gzdecode($compressed); - - if (false !== $decompressed) { - return $decompressed; - } - } - - return $compressed; - } - - /** - * Decompression of deflated string while staying compatible with the majority of servers. - * - * Certain Servers will return deflated data with headers which PHP's gziniflate() - * function cannot handle out of the box. The following function lifted from - * http://au2.php.net/manual/en/function.gzinflate.php#77336 will attempt to deflate - * the various return forms used. - * - * See http://au2.php.net/manual/en/function.gzinflate.php#77336 - * - * @param string $gzData String to decompress. - * - * @return string|bool False on failure. - */ - public static function simulatedGzInflate($gzData) - { - if (substr($gzData, 0, 3) == "\x1f\x8b\x08") { - $i = 10; - $flg = ord(substr($gzData, 3, 1)); - if ($flg > 0) { - if ($flg & 4) { - list($xlen) = unpack('v', substr($gzData, $i, 2)); - $i = $i + 2 + $xlen; - } - if ($flg & 8) { - $i = strpos($gzData, "\0", $i) + 1; - } - if ($flg & 16) { - $i = strpos($gzData, "\0", $i) + 1; - } - if ($flg & 2) { - $i = $i + 2; - } - } - return gzinflate(substr($gzData, $i, -8)); - } else { - return false; - } - } - - /** - * What encoding types to accept and their priority values. - * - * @return string Types of encoding to accept. - */ - public static function getAcceptEncodingString() - { - $type = array(); - if (function_exists('gzinflate')) { - $type[] = 'deflate;q=1.0'; - } - - if (function_exists('gzuncompress')) { - $type[] = 'compress;q=0.5'; - } - - if (function_exists('gzdecode')) { - $type[] = 'gzip;q=0.5'; - } - - return implode(', ', $type); - } - - /** - * What enconding the content used when it was compressed to send in the headers. - * - * @return string Content-Encoding string to send in the header. - */ - public static function getContentEncodingString() - { - return 'deflate'; - } - - /** - * Whether the content be decoded based on the headers. - * - * @param array|string $headers All of the available headers. - * - * @return bool - */ - public static function shouldDecode($headers) - { - if (is_array($headers)) { - if (array_key_exists('content-encoding', $headers) && ! empty($headers['content-encoding'])) { - return true; - } - } else if (is_string($headers)) { - return (stripos($headers, 'content-encoding:') !== false); - } - - return false; - } - - /** - * Whether decompression and compression are supported by the PHP version. - * - * Each function is tested instead of checking for the zlib extension, to - * ensure that the functions all exist in the PHP version and aren't - * disabled. - * - * @return bool - */ - public static function isCompressionAvailable() - { - return (function_exists('gzuncompress') || function_exists('gzdeflate') || function_exists('gzinflate')); - } - - /** - * Decodes chunk transfer-encoding, based off the HTTP 1.1 specification. - * - * Based off the HTTP http_encoding_dechunk function. Does not support UTF-8. Does not support - * returning footer headers. Shouldn't be too difficult to support it though. - * - * @param string $body Body content - * - * @return string Chunked decoded body on success or raw body on failure. - */ - public static function chunkTransferDecode($body) - { - $body = str_replace(array("\r\n", "\r"), "\n", $body); - - // The body is not chunked encoding or is malformed. - if (! preg_match('/^[0-9a-f]+(\s|\n)+/mi', trim($body))) { - return $body; - } - - $parsedBody = ''; - - while (true) { - $hasChunk = (bool) preg_match('/^([0-9a-f]+)(\s|\n)+/mi', $body, $match); - - if (!$hasChunk || empty($match[1])) { - return $body; - } - - $length = hexdec($match[1]); - $chunkLength = strlen($match[0]); - $strBody = substr($body, $chunkLength, $length); - $parsedBody .= $strBody; - $body = ltrim(str_replace(array($match[0], $strBody), '', $body), "\n"); - - if ("0" == trim($body)) { - return $parsedBody; // Ignore footer headers. - } - } - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/AbstractHttpStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/AbstractHttpStrategy.class.php deleted file mode 100644 index dd96f8a..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/AbstractHttpStrategy.class.php +++ /dev/null @@ -1,202 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_patterns_Strategy', - 'org_tubepress_impl_http_clientimpl_Cookie')); - -/** - * Lifted from http://core.trac.wordpress.org/browser/tags/3.0.4/wp-includes/class-http.php - * - * Base HTTP strategy. - */ -abstract class org_tubepress_impl_http_clientimpl_strategies_AbstractHttpStrategy implements org_tubepress_api_patterns_Strategy -{ - private $_redirectCount; - - /** - * Execute an HTTP request. - * - * @return array 'headers', 'body', 'cookies' and 'response' keys. - */ - public function execute() - { - $args = func_get_args(); - if (sizeof($args) !== 2) { - throw new Exception("Expected two arguments, only got " . sizeof($args)); - } - if (!is_array($args[1])) { - throw new Exception("Second argument must be an array"); - } - - $result = $this->_doExecute($args[0], $args[1]); - - /* check response code */ - $code = $result['response']['code']; - if ($code != 200) { - throw new Exception("Request for " . $args[0] . " returned a $code HTTP response: " . $result['response']['message']); - } - - return $result['body']; - } - - /** - * Called *before* canHandle() and execute() to allow the strategy - * to initialize itself. - * - * @return void - */ - function start() - { - $this->_redirectCount = 0; - } - - /** - * Called *after* canHandle() and execute() to allow the strategy - * to tear itself down. - * - * @return void - */ - function stop() - { - $this->_redirectCount = 0; - } - - protected abstract function _doExecute($url, $args); - - protected function _canRedirect() - { - return ++$this->_redirectCount < 5; - } - - /** - * Transform header string into an array. - * - * If an array is given then it is assumed to be raw header data with numeric keys with the - * headers as the values. No headers must be passed that were already processed. - * - * @param string|array $headers The headers. - * - * @return array Processed string headers. If duplicate headers are encountered, - * Then a numbered array is returned as the value of that header-key. - */ - protected static function _getProcessedHeaders($headers) - { - // split headers, one per array element - if (is_string($headers)) { - - // tolerate line terminator: CRLF = LF (RFC 2616 19.3) - $headers = str_replace("\r\n", "\n", $headers); - - // unfold folded header fields. LWS = [CRLF] 1*(SP | HT) , (RFC 2616 2.2) - $headers = preg_replace('/\n[ \t]/', ' ', $headers); - - // create the headers array - $headers = explode("\n", $headers); - } - - $response = array('code' => 0, 'message' => ''); - - // If a redirection has taken place, The headers for each page request may have been passed. - // In this case, determine the final HTTP header and parse from there. - for ($i = count($headers)-1; $i >= 0; $i--) { - if (!empty($headers[$i]) && false === strpos($headers[$i], ':')) { - $headers = array_splice($headers, $i); - break; - } - } - - $cookies = array(); - $newheaders = array(); - - foreach ($headers as $tempheader) { - if (empty($tempheader)) { - continue; - } - - if (false === strpos($tempheader, ':')) { - list(, $response['code'], $response['message']) = explode(' ', $tempheader, 3); - continue; - } - - list($key, $value) = explode(':', $tempheader, 2); - - if (!empty($value)) { - - $key = strtolower($key); - - if (isset($newheaders[$key])) { - - if (!is_array($newheaders[$key])) { - $newheaders[$key] = array($newheaders[$key]); - } - - $newheaders[$key][] = trim($value); - } else { - $newheaders[$key] = trim($value); - } - if ('set-cookie' == $key) { - $cookies[] = new org_tubepress_impl_http_clientimpl_Cookie($value); - } - } - } - - return array('response' => $response, 'headers' => $newheaders, 'cookies' => $cookies); - } - - /** - * Parses the responses and splits the parts into headers and body. - * - * @param string $strResponse The full response string - * - * @return array Array with 'headers' and 'body' keys. - */ - protected static function _breakRawStringResponseIntoHeaderAndBody($strResponse) - { - $res = explode("\r\n\r\n", $strResponse, 2); - - return array('headers' => isset($res[0]) ? $res[0] : array(), 'body' => isset($res[1]) ? $res[1] : ''); - } - - /** - * Takes the arguments for a ::request() and checks for the cookie array. - * - * If it's found, then it's assumed to contain org_tubepress_http_FastHttpClient_Cookie objects, which are each parsed - * into strings and added to the Cookie: header (within the arguments array). Edits the array by - * reference. - * - * @param array &$r Full array of args passed into ::request() - * - * @return void - */ - protected static function _buildCookieHeader(&$r) - { - if (! empty($r[self::ARGS_COOKIES])) { - $cookies_header = ''; - foreach ((array) $r[self::ARGS_COOKIES] as $cookie) { - $cookies_header .= $cookie->getHeaderValue() . '; '; - } - $cookies_header = substr($cookies_header, 0, -2); - $r[self::ARGS_HEADERS]['cookie'] = $cookies_header; - } - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/CurlStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/CurlStrategy.class.php deleted file mode 100644 index 91c8ccc..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/CurlStrategy.class.php +++ /dev/null @@ -1,150 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_http_clientimpl_strategies_AbstractHttpStrategy', - 'org_tubepress_impl_http_FastHttpClient')); - -/** - * Lifted from http://core.trac.wordpress.org/browser/tags/3.0.4/wp-includes/class-http.php - * - * HTTP request method uses Curl extension to retrieve the url. - * - * Requires the Curl extension to be installed. - */ -class org_tubepress_impl_http_clientimpl_strategies_CurlStrategy extends org_tubepress_impl_http_clientimpl_strategies_AbstractHttpStrategy -{ - /** - * Send a HTTP request to a URI using cURL extension. - * - * @param string $url The URL to handle. - * @param str|array $r Optional. Override the defaults. - * - * @return array 'headers', 'body', 'cookies' and 'response' keys. - */ - protected function _doExecute($url, $r) - { - $handle = curl_init(); - $sslVerify = isset($r[org_tubepress_impl_http_FastHttpClient::ARGS_SSL_VERIFY]) && $r[org_tubepress_impl_http_FastHttpClient::ARGS_SSL_VERIFY]; - - // CURLOPT_TIMEOUT and CURLOPT_CONNECTTIMEOUT expect integers. Have to use ceil since - // a value of 0 will allow an ulimited timeout. - $timeout = (int) ceil($r[org_tubepress_impl_http_FastHttpClient::ARGS_TIMEOUT]); - curl_setopt($handle, CURLOPT_CONNECTTIMEOUT, $timeout); - curl_setopt($handle, CURLOPT_TIMEOUT, $timeout); - - curl_setopt($handle, CURLOPT_URL, $url); - curl_setopt($handle, CURLOPT_RETURNTRANSFER, true); - curl_setopt($handle, CURLOPT_SSL_VERIFYHOST, $sslVerify); - curl_setopt($handle, CURLOPT_SSL_VERIFYPEER, $sslVerify); - curl_setopt($handle, CURLOPT_USERAGENT, $r[org_tubepress_impl_http_FastHttpClient::ARGS_USER_AGENT]); - curl_setopt($handle, CURLOPT_MAXREDIRS, 5); - - switch ($r[org_tubepress_impl_http_FastHttpClient::ARGS_METHOD]) { - case 'POST': - curl_setopt($handle, CURLOPT_POST, true); - curl_setopt($handle, CURLOPT_POSTFIELDS, $r['body']); - break; - case 'PUT': - curl_setopt($handle, CURLOPT_CUSTOMREQUEST, 'PUT'); - curl_setopt($handle, CURLOPT_POSTFIELDS, $r['body']); - break; - } - - curl_setopt($handle, CURLOPT_HEADER, true); - - // The option doesn't work with safe mode or when open_basedir is set. - // Disable HEAD when making HEAD requests. - if (!ini_get('safe_mode') && !ini_get('open_basedir')) { - curl_setopt($handle, CURLOPT_FOLLOWLOCATION, true); - } - - if (!empty($r[org_tubepress_impl_http_FastHttpClient::ARGS_HEADERS])) { - // cURL expects full header strings in each element - $headers = array(); - foreach ($r[org_tubepress_impl_http_FastHttpClient::ARGS_HEADERS] as $name => $value) { - $headers[] = "{$name}: $value"; - } - curl_setopt($handle, CURLOPT_HTTPHEADER, $headers); - } - - if ($r[org_tubepress_impl_http_FastHttpClient::ARGS_HTTP_VERSION] == '1.0') { - curl_setopt($handle, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0); - } else { - curl_setopt($handle, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1); - } - - $theResponse = curl_exec($handle); - - if (!empty($theResponse)) { - - $headerLength = curl_getinfo($handle, CURLINFO_HEADER_SIZE); - $theHeaders = trim(substr($theResponse, 0, $headerLength)); - - if (strlen($theResponse) > $headerLength) { - $theBody = substr($theResponse, $headerLength); - } else { - $theBody = ''; - } - - if (false !== strrpos($theHeaders, "\r\n\r\n")) { - $headerParts = explode("\r\n\r\n", $theHeaders); - $theHeaders = $headerParts[ count($headerParts) -1 ]; - } - $theHeaders = self::_getProcessedHeaders($theHeaders); - - } else { - if ($curlError = curl_error($handle)) { - throw new Exception($curlError); - } - if (in_array(curl_getinfo($handle, CURLINFO_HTTP_CODE), array(301, 302))) { - throw new Exception('Too many redirects.'); - } - - $theHeaders = array('headers' => array(), 'cookies' => array()); - $theBody = ''; - } - - $response = array(); - $response['code'] = curl_getinfo($handle, CURLINFO_HTTP_CODE); - $response['message'] = $response['code']; - - curl_close($handle); - - if (true === $r[org_tubepress_impl_http_FastHttpClient::ARGS_DECOMPRESS] && true === org_tubepress_impl_http_clientimpl_Encoding::shouldDecode($theHeaders['headers'])) { - $theBody = org_tubepress_impl_http_clientimpl_Encoding::decompress($theBody); - } - - return array('headers' => $theHeaders['headers'], 'body' => $theBody, 'response' => $response, 'cookies' => $theHeaders['cookies']); - } - - /** - * Returns true if this strategy is able to handle - * the request. - * - * @return boolean True if the strategy can handle the request, false otherwise. - */ - function canHandle() - { - return function_exists('curl_init') && function_exists('curl_exec'); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/ExtHttpStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/ExtHttpStrategy.class.php deleted file mode 100644 index ad0cec4..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/ExtHttpStrategy.class.php +++ /dev/null @@ -1,122 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_http_clientimpl_strategies_AbstractHttpStrategy', - 'org_tubepress_impl_http_FastHttpClient')); - -/** - * Lifted from http://core.trac.wordpress.org/browser/tags/3.0.4/wp-includes/class-http.php - * - * HTTP request method uses HTTP extension to retrieve the url. - * - * Requires the HTTP extension to be installed. This would be the preferred transport since it can - * handle a lot of the problems that forces the others to use the HTTP version 1.0. Even if PHP 5.2+ - * is being used, it doesn't mean that the HTTP extension will be enabled. - * - */ -class org_tubepress_impl_http_clientimpl_strategies_ExtHttpStrategy extends org_tubepress_impl_http_clientimpl_strategies_AbstractHttpStrategy -{ - /** - * Send a HTTP request to a URI using HTTP extension. - * - * Does not support non-blocking. - * - * @param string $url The URL to handle. - * @param str|array $args Optional. Override the defaults. - * - * @return array 'headers', 'body', 'cookies' and 'response' keys. - */ - protected function _doExecute($url, $args) - { - switch ($args[org_tubepress_impl_http_FastHttpClient::ARGS_METHOD]) { - case org_tubepress_api_http_HttpClient::HTTP_METHOD_POST: - $args[org_tubepress_impl_http_FastHttpClient::ARGS_METHOD] = HTTP_METH_POST; - break; - case org_tubepress_api_http_HttpClient::HTTP_METHOD_PUT: - $args[org_tubepress_impl_http_FastHttpClient::ARGS_METHOD] = HTTP_METH_PUT; - break; - case org_tubepress_api_http_HttpClient::HTTP_METHOD_GET: - default: - $args[org_tubepress_impl_http_FastHttpClient::ARGS_METHOD] = HTTP_METH_GET; - } - - $urlAsArray = parse_url($url); - - if ('http' != $urlAsArray['scheme'] && 'https' != $urlAsArray['scheme']) { - $url = preg_replace('|^' . preg_quote($urlAsArray['scheme'], '|') . '|', 'http', $url); - } - - $sslVerify = isset($args[org_tubepress_impl_http_FastHttpClient::ARGS_SSL_VERIFY]) && $args[org_tubepress_impl_http_FastHttpClient::ARGS_SSL_VERIFY]; - - $args[org_tubepress_impl_http_FastHttpClient::ARGS_TIMEOUT] = (int) ceil($args[org_tubepress_impl_http_FastHttpClient::ARGS_TIMEOUT]); - - $options = array( - 'timeout' => $args[org_tubepress_impl_http_FastHttpClient::ARGS_TIMEOUT], - 'connecttimeout' => $args[org_tubepress_impl_http_FastHttpClient::ARGS_TIMEOUT], - 'redirect' => 5, - 'useragent' => $args[org_tubepress_impl_http_FastHttpClient::ARGS_USER_AGENT], - 'headers' => $args[org_tubepress_impl_http_FastHttpClient::ARGS_HEADERS], - 'ssl' => array( - 'verifypeer' => $sslVerify, - 'verifyhost' => $sslVerify - ) - ); - - $strResponse = @http_request($args[org_tubepress_impl_http_FastHttpClient::ARGS_METHOD], $url, $args[org_tubepress_impl_http_FastHttpClient::ARGS_BODY], $options, $info); - - // Error may still be set, Response may return headers or partial document, and error - // contains a reason the request was aborted, eg, timeout expired or max-redirects reached. - if (false === $strResponse || ! empty($info['error'])) { - throw new Exception($info['response_code'] . ': ' . $info['error']); - } - - $headersBody = self::_breakRawStringResponseIntoHeaderAndBody($strResponse); - $theHeaders = $headersBody[org_tubepress_impl_http_FastHttpClient::ARGS_HEADERS]; - $theBody = $headersBody[org_tubepress_impl_http_FastHttpClient::ARGS_BODY]; - - unset($headersBody); - - $theHeaders = self::_getProcessedHeaders($theHeaders); - - if (! empty($theBody) && isset($theHeaders['headers']['transfer-encoding']) && 'chunked' == $theHeaders['headers']['transfer-encoding']) { - $theBody = @http_chunked_decode($theBody); - } - - if (true === $args['decompress'] && true === org_tubepress_impl_http_clientimpl_Encoding::shouldDecode($theHeaders['headers'])) { - $theBody = http_inflate($theBody); - } - - return array('headers' => $theHeaders['headers'], 'body' => $theBody, 'response' => $theHeaders['response'], 'cookies' => $theHeaders['cookies']); - } - - /** - * Returns true if this strategy is able to handle - * the request. - * - * @return boolean True if the strategy can handle the request, false otherwise. - */ - function canHandle() - { - return function_exists('http_request'); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/FopenStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/FopenStrategy.class.php deleted file mode 100644 index 741776f..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/FopenStrategy.class.php +++ /dev/null @@ -1,156 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_http_clientimpl_strategies_AbstractHttpStrategy', - 'org_tubepress_impl_http_FastHttpClient')); - -/** - * Lifted from http://core.trac.wordpress.org/browser/tags/3.0.4/wp-includes/class-http.php - * - * HTTP request method uses fopen function to retrieve the url. - * - * Does not allow for $context support, - * but should still be okay, to write the headers, before getting the response. Also requires that - * 'allow_url_fopen' to be enabled. - * - */ -class org_tubepress_impl_http_clientimpl_strategies_FopenStrategy extends org_tubepress_impl_http_clientimpl_strategies_AbstractHttpStrategy -{ - const INI_USER_AGENT = 'user_agent'; - - /** - * Send a HTTP request to a URI using fopen(). - * - * This transport does not support sending of headers and body, therefore should not be used in - * the instances, where there is a body and headers. - * - * @param string $url URI resource. - * @param array $args Optional. Override the defaults. - * - * @return array 'headers', 'body', 'cookies' and 'response' keys. - */ - protected function _doExecute($url, $r) - { - $arrURL = parse_url($url); - - if ('http' != $arrURL['scheme'] && 'https' != $arrURL['scheme']) { - $url = str_replace($arrURL['scheme'], 'http', $url); - } - - $initialUserAgent = ini_get(self::INI_USER_AGENT); - - if (!empty($r[org_tubepress_impl_http_FastHttpClient::ARGS_HEADERS]) && is_array($r[org_tubepress_impl_http_FastHttpClient::ARGS_HEADERS])) { - $user_agent_extra_headers = ''; - foreach ($r[org_tubepress_impl_http_FastHttpClient::ARGS_HEADERS] as $header => $value) { - $user_agent_extra_headers .= "\r\n$header: $value"; - } - @ini_set(self::INI_USER_AGENT, $r[org_tubepress_impl_http_FastHttpClient::ARGS_HEADERS] . $user_agent_extra_headers); - } else { - @ini_set(self::INI_USER_AGENT, $r[org_tubepress_impl_http_FastHttpClient::ARGS_HEADERS]); - } - - $handle = @fopen($url, 'r'); - - if (! $handle) { - throw new Exception(sprintf('Could not open handle for fopen() to %s'), $url); - } - - $timeout = (int) floor($r[org_tubepress_impl_http_FastHttpClient::ARGS_TIMEOUT]); - $utimeout = $timeout == $r[org_tubepress_impl_http_FastHttpClient::ARGS_TIMEOUT] ? 0 : 1000000 * $r['timeout'] % 1000000; - stream_set_timeout($handle, $timeout, $utimeout); - - $strResponse = ''; - while (! feof($handle)) { - $strResponse .= fread($handle, 4096); - } - - if (function_exists('stream_get_meta_data')) { - $meta = stream_get_meta_data($handle); - - $theHeaders = $meta['wrapper_data']; - if (isset($meta['wrapper_data']['headers'])) { - $theHeaders = $meta['wrapper_data']['headers']; - } - } else { - //$http_response_header is a PHP reserved variable which is set in the current-scope when using the HTTP Wrapper - //see http://php.oregonstate.edu/manual/en/reserved.variables.httpresponseheader.php - $theHeaders = $http_response_header; - } - - fclose($handle); - - @ini_set(self::INI_USER_AGENT, $initialUserAgent); //Clean up any extra headers added - - $processedHeaders = self::_getProcessedHeaders($theHeaders); - - if (! empty($strResponse) && isset($processedHeaders['headers']['transfer-encoding']) && 'chunked' == $processedHeaders['headers']['transfer-encoding']) { - $strResponse = org_tubepress_impl_http_clientimpl_Encoding::chunkTransferDecode($strResponse); - } - - if (true === $r['decompress'] && true === org_tubepress_impl_http_clientimpl_Encoding::shouldDecode($processedHeaders['headers'])) { - $strResponse = org_tubepress_impl_http_clientimpl_Encoding::decompress($strResponse); - } - - return array('headers' => $processedHeaders['headers'], 'body' => $strResponse, 'response' => $processedHeaders['response'], 'cookies' => $processedHeaders['cookies']); - } - - /** - * Whether this class can be used for retrieving an URL. - * - * @param array $args The optional args - * - * @return boolean False means this class can not be used, true means it can. - */ - public function canHandle() - { - $args = func_get_args(); - $url = $args[0]; - $r = $args[1]; - - if (! function_exists('fopen') || (function_exists('ini_get') && true != ini_get('allow_url_fopen'))) { - return false; - } - - $use = true; - - //PHP does not verify SSL certs, We can only make a request via this transports if SSL Verification is turned off. - $isSsl = isset($args[org_tubepress_impl_http_FastHttpClient::ARGS_IS_SSL]) && $args[org_tubepress_impl_http_FastHttpClient::ARGS_IS_SSL]; - - if ($isSsl) { - $isLocal = isset($args['local']) && $args['local']; - $sslVerify = isset($args[org_tubepress_impl_http_FastHttpClient::ARGS_SSL_VERIFY]) && $args[org_tubepress_impl_http_FastHttpClient::ARGS_SSL_VERIFY]; - if ($isLocal && true != true) { - $use = true; - } elseif (!$isLocal && true != true) { - $use = true; - } elseif (!$sslVerify) { - $use = true; - } else { - $use = false; - } - } - - return $use; - } -} - diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/FsockOpenStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/FsockOpenStrategy.class.php deleted file mode 100644 index 563bdb8..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/FsockOpenStrategy.class.php +++ /dev/null @@ -1,173 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_http_clientimpl_strategies_AbstractHttpStrategy', - 'org_tubepress_impl_http_FastHttpClient')); - -/** - * Lifted from http://core.trac.wordpress.org/browser/tags/3.0.4/wp-includes/class-http.php - * - * HTTP request method uses fsockopen function to retrieve the url. - * - * This would be the preferred method, but the fsockopen implementation has the most overhead of all - * the HTTP transport implementations. - * - */ -class org_tubepress_impl_http_clientimpl_strategies_FsockOpenStrategy extends org_tubepress_impl_http_clientimpl_strategies_AbstractHttpStrategy -{ - /** - * Send a HTTP request to a URI using fsockopen(). - * - * Does not support non-blocking mode. - * - * @param string $url URI resource. - * @param array $r Optional. Override the defaults. - * - * @return array 'headers', 'body', 'cookies' and 'response' keys. - */ - protected function _doExecute($url, $r) - { - $iError = null; // Store error number - $strError = null; // Store error string - $arrURL = parse_url($url); - $fsockopen_host = $arrURL['host']; - $secure_transport = false; - - if (! isset($arrURL['port'])) { - if (($arrURL['scheme'] == 'ssl' || $arrURL['scheme'] == 'https') && extension_loaded('openssl')) { - $fsockopen_host = "ssl://$fsockopen_host"; - $arrURL['port'] = 443; - $secure_transport = true; - } else { - $arrURL['port'] = 80; - } - } - - //fsockopen has issues with 'localhost' with IPv6 with certain versions of PHP, It attempts to connect to ::1, - // which fails when the server is not set up for it. For compatibility, always connect to the IPv4 address. - if ('localhost' == strtolower($fsockopen_host)) { - $fsockopen_host = '127.0.0.1'; - } - - // There are issues with the HTTPS and SSL protocols that cause errors that can be safely - // ignored and should be ignored. - if (true === $secure_transport) { - $error_reporting = error_reporting(0); - } - - $handle = @fsockopen($fsockopen_host, $arrURL['port'], $iError, $strError, $r[org_tubepress_impl_http_FastHttpClient::ARGS_TIMEOUT]); - - if (false === $handle) { - throw new Exception($iError . ': ' . $strError); - } - - $timeout = (int) floor($r['timeout']); - $utimeout = $timeout == $r['timeout'] ? 0 : 1000000 * $r['timeout'] % 1000000; - stream_set_timeout($handle, $timeout, $utimeout); - - $requestPath = $arrURL['path'] . (isset($arrURL['query']) ? '?' . $arrURL['query'] : ''); - - if (empty($requestPath)) { - $requestPath .= '/'; - } - - $strHeaders = strtoupper($r[org_tubepress_impl_http_FastHttpClient::ARGS_METHOD]) . ' ' . $requestPath . ' HTTP/' . $r[org_tubepress_impl_http_FastHttpClient::ARGS_HTTP_VERSION] . "\r\n"; - $strHeaders .= 'Host: ' . $arrURL['host'] . "\r\n"; - - if (isset($r[org_tubepress_impl_http_FastHttpClient::ARGS_USER_AGENT])) { - $strHeaders .= org_tubepress_api_http_HttpClient::HTTP_HEADER_USER_AGENT . ': ' . $r[org_tubepress_impl_http_FastHttpClient::ARGS_USER_AGENT] . "\r\n"; - } - - if (is_array($r[org_tubepress_impl_http_FastHttpClient::ARGS_HEADERS])) { - foreach ((array) $r[org_tubepress_impl_http_FastHttpClient::ARGS_HEADERS] as $header => $headerValue) { - $strHeaders .= $header . ': ' . $headerValue . "\r\n"; - } - } else { - $strHeaders .= $r[org_tubepress_impl_http_FastHttpClient::ARGS_HEADERS]; - } - - $strHeaders .= "\r\n"; - - if (! is_null($r[org_tubepress_impl_http_FastHttpClient::ARGS_BODY])) { - $strHeaders .= $r[org_tubepress_impl_http_FastHttpClient::ARGS_BODY]; - } - - fwrite($handle, $strHeaders); - - $strResponse = ''; - while (! feof($handle)) { - $strResponse .= fread($handle, 4096); - } - - fclose($handle); - - if (true === $secure_transport) { - error_reporting($error_reporting); - } - - $process = self::_breakRawStringResponseIntoHeaderAndBody($strResponse); - $arrHeaders = self::_getProcessedHeaders($process['headers']); - - // If location is found, then assume redirect and redirect to location. - if (isset($arrHeaders['headers']['location'])) { - if ($this->_canRedirect()) { - return $this->_doExecute($arrHeaders['headers']['location'], $r); - } else { - throw new Exception('Too many redirects.'); - } - } - - // If the body was chunk encoded, then decode it. - if (! empty($process['body']) && isset($arrHeaders['headers']['transfer-encoding']) && 'chunked' == $arrHeaders['headers']['transfer-encoding']) { - $process['body'] = org_tubepress_impl_http_clientimpl_Encoding::chunkTransferDecode($process['body']); - } - - if (true === $r[org_tubepress_impl_http_FastHttpClient::ARGS_DECOMPRESS] && true === org_tubepress_impl_http_clientimpl_Encoding::shouldDecode($arrHeaders['headers'])) { - $process['body'] = org_tubepress_impl_http_clientimpl_Encoding::decompress($process['body']); - } - - return array('headers' => $arrHeaders['headers'], 'body' => $process['body'], 'response' => $arrHeaders['response'], 'cookies' => $arrHeaders['cookies']); - } - - /** - * Whether this class can be used for retrieving an URL. - * - * @param array $args Optional arguments. - * - * @return boolean False means this class can not be used, true means it can. - */ - public function canHandle() - { - $isSsl = isset($args[org_tubepress_impl_http_FastHttpClient::ARGS_IS_SSL]) && $args[org_tubepress_impl_http_FastHttpClient::ARGS_IS_SSL]; - - if (! $isSsl && function_exists('fsockopen')) { - $use = true; - } elseif ($isSsl && extension_loaded('openssl') && function_exists('fsockopen')) { - $use = true; - } else { - $use = false; - } - - return $use; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/StreamsStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/StreamsStrategy.class.php deleted file mode 100644 index 577d978..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/http/clientimpl/strategies/StreamsStrategy.class.php +++ /dev/null @@ -1,143 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_http_clientimpl_strategies_AbstractHttpStrategy', - 'org_tubepress_impl_http_FastHttpClient')); - -/** - * Lifted from http://core.trac.wordpress.org/browser/tags/3.0.4/wp-includes/class-http.php - * - * HTTP request method uses Streams to retrieve the url. - * - * Requires PHP 5.0+ and uses fopen with stream context. Requires that 'allow_url_fopen' PHP setting - * to be enabled. - * - * Second preferred method for getting the URL, for PHP 5. - */ -class org_tubepress_impl_http_clientimpl_strategies_StreamsStrategy extends org_tubepress_impl_http_clientimpl_strategies_AbstractHttpStrategy -{ - /** - * Send a HTTP request to a URI using streams with fopen(). - * - * @param string $url - * @param array $args Optional. Override the defaults. - * - * @return array 'headers', 'body', 'cookies' and 'response' keys. - */ - public function _doExecute($url, $r) - { - $arrURL = parse_url($url); - if ('http' != $arrURL['scheme'] && 'https' != $arrURL['scheme']) { - $url = preg_replace('|^' . preg_quote($arrURL['scheme'], '|') . '|', 'http', $url); - } - - // Convert Header array to string. - $strHeaders = ''; - if (is_array($r[org_tubepress_impl_http_FastHttpClient::ARGS_HEADERS])) { - foreach ($r[org_tubepress_impl_http_FastHttpClient::ARGS_HEADERS] as $name => $value) { - $strHeaders .= "{$name}: $value\r\n"; - } - } else if (is_string($r[org_tubepress_impl_http_FastHttpClient::ARGS_HEADERS])) { - $strHeaders = $r[org_tubepress_impl_http_FastHttpClient::ARGS_HEADERS]; - } - - $is_local = isset($args['local']) && $args['local']; - $ssl_verify = isset($args[org_tubepress_impl_http_FastHttpClient::ARGS_SSL_VERIFY]) && $args[org_tubepress_impl_http_FastHttpClient::ARGS_SSL_VERIFY]; - - if ($is_local) { - $ssl_verify = $ssl_verify; - } elseif (! $is_local) { - $ssl_verify = $ssl_verify; - } - - $arrContext = array('http' => - array( - 'method' => strtoupper($r[org_tubepress_impl_http_FastHttpClient::ARGS_METHOD]), - 'user_agent' => $r[org_tubepress_impl_http_FastHttpClient::ARGS_USER_AGENT], - 'max_redirects' => 6, // See #11557 - 'protocol_version' => (float) $r[org_tubepress_impl_http_FastHttpClient::ARGS_HTTP_VERSION], - 'header' => $strHeaders, - 'ignore_errors' => true, // Return non-200 requests. - 'timeout' => $r[org_tubepress_impl_http_FastHttpClient::ARGS_TIMEOUT], - 'ssl' => array( - 'verify_peer' => $ssl_verify, - 'verify_host' => $ssl_verify - ) - ) - ); - - if (! empty($r[org_tubepress_impl_http_FastHttpClient::ARGS_BODY])) { - $arrContext['http']['content'] = $r[org_tubepress_impl_http_FastHttpClient::ARGS_BODY]; - } - - $context = stream_context_create($arrContext); - - $handle = @fopen($url, 'r', false, $context); - - if (! $handle) { - throw new Exception(sprintf('Could not open handle for fopen() to %s'), $url); - } - - $timeout = (int) floor($r[org_tubepress_impl_http_FastHttpClient::ARGS_TIMEOUT]); - $utimeout = $timeout == $r[org_tubepress_impl_http_FastHttpClient::ARGS_TIMEOUT] ? 0 : 1000000 * $r['timeout'] % 1000000; - stream_set_timeout($handle, $timeout, $utimeout); - - $strResponse = stream_get_contents($handle); - $meta = stream_get_meta_data($handle); - - fclose($handle); - - $processedHeaders = array(); - if (isset($meta['wrapper_data']['headers'])) { - $processedHeaders = self::_getProcessedHeaders($meta['wrapper_data']['headers']); - } else { - $processedHeaders = self::_getProcessedHeaders($meta['wrapper_data']); - } - - if (! empty($strResponse) && isset($processedHeaders['headers']['transfer-encoding']) && 'chunked' == $processedHeaders['headers']['transfer-encoding']) { - $strResponse = org_tubepress_impl_http_clientimpl_Encoding::chunkTransferDecode($strResponse); - } - - if (true === $r[org_tubepress_impl_http_FastHttpClient::ARGS_DECOMPRESS] && true === org_tubepress_impl_http_clientimpl_Encoding::shoulddecode($processedHeaders['headers'])) { - $strResponse = org_tubepress_impl_http_clientimpl_Encoding::decompress($strResponse); - } - - return array('headers' => $processedHeaders['headers'], 'body' => $strResponse, 'response' => $processedHeaders['response'], 'cookies' => $processedHeaders['cookies']); - } - - /** - * Whether this class can be used for retrieving an URL. - * - * @param array $args The optional args. - * - * @return boolean False means this class can not be used, true means it can. - */ - function canHandle() - { - if (! function_exists('fopen') || (function_exists('ini_get') && true != ini_get('allow_url_fopen'))) { - return false; - } - - return true; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/ioc/FreeWordPressPluginIocService.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/ioc/FreeWordPressPluginIocService.class.php deleted file mode 100644 index 27c6666..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/ioc/FreeWordPressPluginIocService.class.php +++ /dev/null @@ -1,65 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array( - 'org_tubepress_impl_ioc_TubePressIocService', - 'org_tubepress_api_provider_Provider')); - -/** - * Dependency injector for TubePress in a WordPress environment - */ -class org_tubepress_impl_ioc_FreeWordPressPluginIocService extends org_tubepress_impl_ioc_TubePressIocService -{ - /** - * Default constructor. - */ - function __construct() - { - parent::__construct(); - - $this->bind('org_tubepress_api_bootstrap_Bootstrapper') ->to('org_tubepress_impl_bootstrap_FreeWordPressPluginBootstrapper'); - $this->bind('org_tubepress_api_cache_Cache') ->to('org_tubepress_impl_cache_PearCacheLiteCacheService'); - $this->bind('org_tubepress_api_embedded_EmbeddedPlayer') ->to('org_tubepress_impl_embedded_DelegatingEmbeddedPlayer'); - $this->bind('org_tubepress_api_environment_Detector') ->to('org_tubepress_impl_environment_SimpleEnvironmentDetector'); - $this->bind('org_tubepress_api_factory_VideoFactory') ->to('org_tubepress_impl_factory_DelegatingVideoFactory'); - $this->bind('org_tubepress_api_feed_FeedFetcher') ->to('org_tubepress_impl_feed_CacheAwareFeedFetcher'); - $this->bind('org_tubepress_api_feed_FeedInspector') ->to('org_tubepress_impl_feed_DelegatingFeedInspector'); - $this->bind('org_tubepress_api_filesystem_Explorer') ->to('org_tubepress_impl_filesystem_FsExplorer'); - $this->bind('org_tubepress_api_html_HtmlGenerator') ->to('org_tubepress_impl_html_DefaultHtmlGenerator'); - $this->bind('org_tubepress_api_http_HttpClient') ->to('org_tubepress_impl_http_FastHttpClient'); - $this->bind('org_tubepress_api_message_MessageService') ->to('org_tubepress_impl_message_WordPressMessageService'); - $this->bind('org_tubepress_api_options_OptionsManager') ->to('org_tubepress_impl_options_SimpleOptionsManager'); - $this->bind('org_tubepress_api_options_OptionValidator') ->to('org_tubepress_impl_options_SimpleOptionValidator'); - $this->bind('org_tubepress_api_options_StorageManager') ->to('org_tubepress_impl_options_WordPressStorageManager'); - $this->bind('org_tubepress_api_pagination_Pagination') ->to('org_tubepress_impl_pagination_DiggStylePaginationService'); - $this->bind('org_tubepress_api_patterns_FilterManager') ->to('org_tubepress_impl_patterns_FilterManagerImpl'); - $this->bind('org_tubepress_api_patterns_StrategyManager') ->to('org_tubepress_impl_patterns_StrategyManagerImpl'); - $this->bind('org_tubepress_api_player_Player') ->to('org_tubepress_impl_player_SimplePlayer'); - $this->bind('org_tubepress_api_provider_Provider') ->to('org_tubepress_impl_provider_SimpleProvider'); - $this->bind('org_tubepress_api_provider_ProviderCalculator') ->to('org_tubepress_impl_provider_SimpleProviderCalculator'); - $this->bind('org_tubepress_api_querystring_QueryStringService')->to('org_tubepress_impl_querystring_SimpleQueryStringService'); - $this->bind('org_tubepress_api_shortcode_ShortcodeParser') ->to('org_tubepress_impl_shortcode_SimpleShortcodeParser'); - $this->bind('org_tubepress_api_single_SingleVideo') ->to('org_tubepress_impl_single_SimpleSingleVideo'); - $this->bind('org_tubepress_api_theme_ThemeHandler') ->to('org_tubepress_impl_theme_SimpleThemeHandler'); - $this->bind('org_tubepress_api_url_UrlBuilder') ->to('org_tubepress_impl_url_DelegatingUrlBuilder'); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/ioc/IocContainer.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/ioc/IocContainer.class.php deleted file mode 100644 index fc483ce..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/ioc/IocContainer.class.php +++ /dev/null @@ -1,69 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_environment_SimpleEnvironmentDetector', - 'org_tubepress_api_ioc_IocService', - 'org_tubepress_impl_log_Log')); - -/** - * Class that holds a reference to an IOC container. - */ -class org_tubepress_impl_ioc_IocContainer -{ - private static $_instance = null; - - public static function getInstance() - { - /* see if we already built one */ - if (isset(self::$_instance)) { - return self::$_instance; - } - - $detector = new org_tubepress_impl_environment_SimpleEnvironmentDetector(); - - if ($detector->isPro()) { - if ($detector->isWordPress()) { - - tubepress_classloader('org_tubepress_impl_ioc_ProInWordPressIocService'); - self::$_instance = new org_tubepress_impl_ioc_ProInWordPressIocService(); - - } else { - - tubepress_classloader('org_tubepress_impl_ioc_ProIocService'); - self::$_instance = new org_tubepress_impl_ioc_ProIocService(); - } - - } else { - - tubepress_classloader('org_tubepress_impl_ioc_FreeWordPressPluginIocService'); - self::$_instance = new org_tubepress_impl_ioc_FreeWordPressPluginIocService(); - } - - return self::$_instance; - } - - public static function setInstance(org_tubepress_api_ioc_IocService $instance) - { - self::$_instance = $instance; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/ioc/TubePressIocService.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/ioc/TubePressIocService.class.php deleted file mode 100644 index 3f3309b..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/ioc/TubePressIocService.class.php +++ /dev/null @@ -1,112 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_classloader('org_tubepress_api_ioc_IocService'); - -/** - * Simple dependency injector for TubePress. - */ -class org_tubepress_impl_ioc_TubePressIocService implements org_tubepress_api_ioc_IocService -{ - private $_interface; - - /* map of interface/class names to implementations */ - private $_map; - - public function __construct() - { - $this->_map = array(); - } - - public function bind($interface) - { - $this->_interface = $interface; - - /* chainable.. */ - return $this; - } - - public function to($className) - { - /* prevent people from doing something like $ioc->to('foo') */ - if (!isset($this->_interface)) { - throw new Exception('Call to "to" without calling "bind" first'); - } - - $this->_map[$this->_interface] = $className; - - /* clear this out for the next round */ - unset($this->_interface); - } - - public function get($classOrInterfaceName) - { - /* haven't built this class/interface before? */ - if (!isset($this->_map[$classOrInterfaceName])) { - - /* maybe we can instantiate a singleton? */ - tubepress_classloader($classOrInterfaceName); - if (class_exists($classOrInterfaceName)) { - return $this->_buildAndRemember($classOrInterfaceName, $classOrInterfaceName); - } - - /* give up */ - throw new Exception("$classOrInterfaceName was never bound to an implementation"); - } - - /* we've already built it. this should be the normal case. */ - if (is_a($this->_map[$classOrInterfaceName], $classOrInterfaceName)) { - return $this->_map[$classOrInterfaceName]; - } - - /* build and return the mapped implementation */ - return $this->_buildInterface($classOrInterfaceName, $this->_map[$classOrInterfaceName]); - } - - private function _buildInterface($interfaceName, $implementationName) - { - class_exists($interfaceName) || tubepress_classloader($interfaceName); - class_exists($implementationName) || tubepress_classloader($implementationName); - - /* build the implementation */ - $instance = $this->_buildAndRemember($interfaceName, $implementationName); - - /* make sure the class looks OK */ - if (!is_a($instance, $interfaceName)) { - throw new Exception("$implementationName does not implement $interfaceName, but they were bound together"); - } - - return $instance; - } - - private function _buildAndRemember($interfaceName, $className) - { - /* build it */ - $ref = new ReflectionClass($className); - $instance = $ref->newInstance(); - - /* save it for later */ - $this->_map[$interfaceName] = $instance; - - return $instance; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/log/Log.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/log/Log.class.php deleted file mode 100644 index 6820693..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/log/Log.class.php +++ /dev/null @@ -1,71 +0,0 @@ -. - * - */ - -/** - * Logger - */ -class org_tubepress_impl_log_Log -{ - private static $_birthDate; - private static $_enabled = false; - - /** - * Print a logging statement. - * - * @return void - */ - public static function log() - { - if (self::$_enabled) { - $numArgs = func_num_args(); - $prefix = func_get_arg(0); - $message = func_get_arg(1); - - /* how many milliseconds have elapsed? */ - $time = (microtime(true) - self::$_birthDate) * 1000; - - if ($numArgs > 2) { - $args = func_get_args(); - $message = vsprintf($message, array_slice($args, 2, count($args))); - } - - /* print it! */ - printf("
%s ms > (%s) > %s (memory: %s KB)
\n", $time, $prefix, $message, number_format(memory_get_usage() / 1024)); - } - } - - /** - * Conditionally enables the log. - * - * @param boolean $enabled Whether or not to enable the log. - * @param array $getVars The PHP $_GET array. - * - * @return void - */ - public static function setEnabled($enabled, $getVars) - { - self::$_enabled = $enabled && isset($getVars['tubepress_debug']) && $getVars['tubepress_debug'] == 'true'; - - if (self::$_enabled) { - self::$_birthDate = microtime(true); - } - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/message/AbstractMessageService.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/message/AbstractMessageService.class.php deleted file mode 100644 index 761101f..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/message/AbstractMessageService.class.php +++ /dev/null @@ -1,257 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php' ; -tubepress_load_classes(array('org_tubepress_api_message_MessageService')); - -/** - * Shared message functionality for org_tubepress_api_message_MessageService implementations. - * This class basically provides one additional layer of abstraction between - * the code and the actual message in the .pot files. - */ -abstract class org_tubepress_impl_message_AbstractMessageService implements org_tubepress_api_message_MessageService -{ - private $_msgs = array( - 'options-page-title' => 'TubePress Options', - 'options-page-save-button' => 'Save', - 'options-page-intro-text' => 'Set default options for the plugin. Each option here can be overridden on a per page/post basis with TubePress shortcodes. See the documentation for more info. An asterisk (*) next to an option indicates it\'s only available with TubePress Pro.', - 'options-page-options-filter' => 'Only show options applicable to...', - - 'options-category-title-output' => 'Which videos?', - 'options-category-title-display' => 'Appearance', - 'options-category-title-embedded' => 'Embedded Player', - 'options-category-title-meta' => 'Meta Display', - 'options-category-title-feed' => 'Provider Feed', - 'options-category-title-advanced' => 'Advanced', - - 'options-title-top_rated' => 'Top rated videos from...', - 'options-title-favorites' => 'This YouTube user\'s "favorites"', - 'options-title-recently_featured' => 'The latest "featured" videos on YouTube\'s homepage', - 'options-title-mobile' => 'Videos for mobile phones', - 'options-title-playlist' => 'This playlist', - 'options-desc-playlist' => 'Limited to 200 videos per playlist. Will usually look something like this: D2B04665B213AE35. Copy the playlist id from the end of the URL in your browser\'s address bar (while looking at a YouTube playlist). It comes right after the "p=". For instance: http://youtube.com/my_playlists?p=D2B04665B213AE35', - 'options-title-most_viewed' => 'Most-viewed videos from', - 'options-title-youtubeTopFavorites' => 'Videos most frequently flagged as favorites from...', - 'options-title-most_recent' => 'Most-recently added videos', - 'options-title-most_discussed' => 'Most-discussed videos', - 'options-title-most_responded' => 'Most-responded to videos', - 'options-title-views' => 'Views', - 'options-title-tag' => 'YouTube search for...', - 'options-title-user' => 'Videos from this YouTube user', - 'options-desc-tag' => 'YouTube limits this mode to 1,000 results', - 'options-title-vimeoUploadedBy' => 'Videos uploaded by this Vimeo user', - 'options-title-vimeoLikes' => 'Videos this Vimeo user likes', - 'options-title-vimeoAppearsIn' => 'Videos this Vimeo user appears in', - 'options-title-vimeoSearch' => 'Vimeo search for...', - 'options-title-vimeoCreditedTo' => 'Videos credited to this Vimeo user (either appears in or uploaded by)', - 'options-title-vimeoChannel' => 'Videos in this Vimeo channel', - 'options-title-vimeoAlbum' => 'Videos from this Vimeo album', - 'options-title-vimeoGroup' => 'Videos from this Vimeo group', - - 'options-title-playerLocation' => 'Play each video', - 'options-title-descriptionLimit' => 'Maximum description length', - 'options-desc-descriptionLimit' => 'Maximum number of characters to display in video descriptions. Set to 0 for no limit.', - 'options-title-thumbHeight' => 'Height (px) of thumbs', - 'options-desc-thumbHeight' => 'Default is 90', - 'options-title-thumbWidth' => 'Width (px) of thumbs', - 'options-desc-thumbWidth' => 'Default is 120', - 'options-title-relativeDates' => 'Use relative dates', - 'options-desc-relativeDates' => 'e.g. "yesterday" instead of "November 3, 1980"', - 'options-title-resultsPerPage' => 'Videos per Page', - 'options-desc-resultsPerPage' => 'Default is 20. Maximum is 50', - 'options-title-orderBy' => 'Order videos by', - 'options-desc-orderBy' => 'Not all sort orders can be applied to all gallery types. See the documentation for more info.', - 'options-title-paginationAbove' => 'Show pagination above thumbnails', - 'options-title-paginationBelow' => 'Show pagination below thumbnails', - 'options-desc-paginationAbove' => 'Only applies to galleries that span multiple pages', - 'options-desc-paginationBelow' => 'Only applies to galleries that span multiple pages', - 'options-title-ajaxPagination' => 'Ajax-enabled pagination', - 'options-title-hqThumbs' => 'Use high-quality thumbnails', - 'options-desc-hqThumbs' => 'Note: this option cannot be used with the "randomize thumbnails" feature', - - 'options-title-autoplay' => 'Auto-play videos', - 'options-title-embeddedHeight' => 'Max height (px)', - 'options-desc-embeddedHeight' => 'Default is 350', - 'options-title-embeddedWidth' => 'Max width (px)', - 'options-desc-embeddedWidth' => 'Default is 425', - 'options-title-fullscreen' => 'Allow fullscreen playback', - 'options-title-loop' => 'Loop', - 'options-desc-loop' => 'Continue playing the video until the user stops it', - 'options-title-playerColor' => 'Main color', - 'options-desc-playerColor' => 'Default is 999999', - 'options-title-playerHighlight' => 'Highlight color', - 'options-desc-playerHighlight' => 'Default is FFFFFF', - 'options-title-showRelated' => 'Show related videos', - 'options-desc-showRelated' => 'Toggles the display of related videos after a video finishes', - 'options-title-showInfo' => 'Show title and rating before video starts', - 'options-title-hd' => 'Show videos in high definition when available', - 'options-title-playerImplementation' => 'Implementation', - 'options-desc-playerImplementation' => 'The brand of the embedded player. Default is the provider\'s player (YouTube, Vimeo, etc)', - 'options-title-theme' => 'Theme', - 'options-desc-theme' => 'The TubePress theme to use for this gallery. Your themes can be found at %s, and default themes can be found at %s.', - - 'options-title-author' => 'Author', - 'options-title-category' => 'Category', - 'options-title-description' => 'Description', - 'options-title-id' => 'ID', - 'options-title-length' => 'Length', - 'options-title-rating' => 'Rating', - 'options-title-ratings' => 'Ratings', - 'options-title-tags' => 'Keywords', - 'options-title-title' => 'Title', - 'options-title-uploaded' => 'Posted', - 'options-title-url' => 'URL', - 'options-title-views' => 'Views', - 'options-title-likes' => 'Likes', - - 'options-title-dateFormat' => 'Date format', - 'options-desc-dateFormat' => 'Set the textual formatting of date information for videos. See date for examples.', - 'options-title-debugging_enabled' => 'Enable debugging', - 'options-desc-debugging_enabled' => 'If checked, anyone will be able to view your debugging information. This is a rather small privacy risk. If you\'re not having problems with TubePress, or you\'re worried about revealing any details of your TubePress pages, feel free to disable the feature.', - 'options-title-keyword' => 'Shortcode keyword', - 'options-desc-keyword' => 'The word you insert (in plaintext, between square brackets) into your posts/pages to display a gallery.', - 'options-title-randomize_thumbnails' => 'Randomize thumbnails', - 'options-desc-randomize_thumbnails' => 'Most videos come with several thumbnails. By selecting this option, each time someone views your gallery they will see the same videos with each video\'s thumbnail randomized. Note: this option cannot be used with the "high quality thumbnails" feature', - 'options-title-disableHttpTransportCurl' => 'Disable cURL HTTP transport', - 'options-desc-disableHttpTransportCurl' => 'Do not attempt to use cURL to fetch remote feeds. Leave enabled unless you know what you are doing.', - 'options-title-disableHttpTransportExtHttp' => 'Disable HTTP extension transport', - 'options-desc-disableHttpTransportExtHttp' => 'Do not attempt to use the PHP HTTP extension to fetch remote feeds. Leave enabled unless you know what you are doing.', - 'options-title-disableHttpTransportFopen' => 'Disable fopen HTTP transport', - 'options-desc-disableHttpTransportFopen' => 'Do not attempt to use fopen to fetch remote feeds. Leave enabled unless you know what you are doing.', - 'options-title-disableHttpTransportFsockOpen' => 'Disable fsockopen HTTP transport', - 'options-desc-disableHttpTransportFsockOpen' => 'Do not attempt to use fsockopen to fetch remote feeds. Leave enabled unless you know what you are doing.', - 'options-title-disableHttpTransportStreams' => 'Disable PHP streams HTTP transport', - 'options-desc-disableHttpTransportStreams' => 'Do not attempt to use PHP streams to fetch remote feeds. Leave enabled unless you know what you are doing.', - 'options-title-cacheDirectory' => 'Cache directory', - 'options-desc-cacheDirectory' => 'Leave blank to attempt to use system temp directory. Otherwise enter the absolute path of a writeable directory.', - 'options-title-cacheLifetimeSeconds' => 'Cache expiration time (seconds)', - 'options-desc-cacheLifetimeSeconds' => 'Cache entries will be considered stale after the specified number of seconds. Default is 3600 (one hour).', - 'options-title-cacheCleaningFactor' => 'Cache cleaning factor', - 'options-desc-cacheCleaningFactor' => 'If you enter X, the entire cache will be cleaned every 1/X cache writes. Enter 0 to disable cache cleaning.', - - 'options-title-thumbsPerVideo' => 'Thumbs per video', - 'options-desc-thumbsPerVideo' => 'How many thumbnails to generate for each video. TubePress can randomly display the thumbs each time someone visits the gallery. See the "Randomize thumbnails" option under the "Appearance" tab.', - - 'options-title-filter_racy' => 'Filter "racy" content', - 'options-desc-filter_racy' => 'Don\'t show videos that may not be suitable for minors.', - 'options-title-videoBlacklist' => 'Videos blacklist', - 'options-desc-videoBlacklist' => 'List of video IDs that should never be displayed', - 'options-title-developerKey' => 'YouTube API Developer Key', - 'options-desc-developerKey' => 'YouTube will use this developer key for logging and debugging purposes if you experience a service problem on their end. You can register a new client ID and developer key here. Don\'t change this unless you know what you\'re doing.', - 'options-title-cacheEnabled' => 'Enable request cache', - 'options-desc-cacheEnabled' => 'Store network responses locally for 1 hour. Each response is on the order of a few hundred KB, so leaving the cache enabled will significantly reduce load times for your galleries at the slight expense of freshness.', - 'options-title-embeddableOnly' => 'Only retrieve embeddable videos', - 'options-desc-embeddableOnly' => 'Some videos have embedding disabled. Checking this option will exclude these videos from your galleries.', - 'options-title-resultCountCap' => 'Maximum total videos to retrieve', - 'options-desc-resultCountCap' => 'This can help to reduce the number of pages in your gallery. Set to "0" to remove any limit.', - 'options-title-vimeoKey' => 'Vimeo API "Consumer Key"', - 'options-desc-vimeoKey' => 'Click here to register for a consumer key and secret.', - 'options-title-vimeoSecret' => 'Vimeo API "Consumer Secret"', - 'options-desc-vimeoSecret' => 'Click here to register for a consumer key and secret.', - 'options-title-searchResultsRestrictedToUser' => 'Restrict search results to videos from this user', - 'options-desc-searchResultsRestrictedToUser' => 'Only applies to search-based galleries', - - 'player-normal' => 'normally (at the top of your gallery)', - 'player-popup' => 'in a popup window', - 'player-youtube' => 'from the video\'s original YouTube page', - 'player-shadowbox' => 'with Shadowbox', - 'player-jqmodal' => 'with jqModal', - 'player-tinybox' => 'with TinyBox', - 'player-fancybox' => 'with FancyBox', - 'player-static' => 'statically (page refreshes on each thumbnail click)', - 'player-solo' => 'in a new window on its own', - 'player-vimeo' => 'from the video\'s original Vimeo page', - - 'order-relevance' => 'relevance', - 'order-viewCount' => 'view count', - 'order-rating' => 'rating', - 'order-published' => 'date published', - 'order-random' => 'randomly', - 'order-position' => 'position in a playlist', - 'order-commentCount' => 'comment count', - 'order-duration' => 'length', - 'order-title' => 'title', - 'order-newest' => 'newest', - 'order-oldest' => 'oldest', - - 'timeFrame-today' => 'today', - 'timeFrame-this_week' => 'this week', - 'timeFrame-this_month' => 'this month', - 'timeFrame-all_time' => 'all time', - - 'video-author' => 'Author', - 'video-category' => 'Category', - 'video-description' => 'Description', - 'video-id' => 'ID', - 'video-length' => 'Runtime', - 'video-rating' => 'Rating', - 'video-ratings' => 'Ratings', - 'video-tags' => 'Keywords', - 'video-title' => 'Title', - 'video-uploaded' => 'Posted', - 'video-url' => 'URL', - 'video-views' => 'Views', - 'video-likes' => 'Likes', - - 'validation-int-type' => '%s can only take on integer values. You supplied %s.', - 'validation-int-range' => '"%s" must be between "%d" and "%d". You supplied "%d".', - 'validation-text' => '%s must be a string. You supplied %s.', - 'validation-no-such-option' => '"%s" is not a valid option name.', - 'validation-bool' => '"%s" must be either true or false. You supplied "%s".', - 'validation-enum' => '"%s" must be one of "%s". You supplied "%s".', - 'validation-no-dots-in-path ' => 'This option cannot contain two consecutive periods', - 'validation-ffmpeg-not-executable' => '%s is not executable or does not exist.', - 'validation-directory-not-directory' => '%s is not a directory', - 'validation-directory-not-readable' => '%s is not readable', - - 'next' => 'next', - 'prev' => 'prev', - - 'widget-description' => 'Displays YouTube videos in your sidebar using TubePress', - 'widget-tagstring-description' => 'TubePress shortcode for the widget. See the documentation.', - - 'safeSearch-none' => 'none', - 'safeSearch-moderate' => 'moderate', - 'safeSearch-strict' => 'strict', - - 'playerImplementation-provider_based' => 'Provider default', - 'playerImplementation-longtail' => 'JW FLV Media Player (by Longtail Video)', - - 'no-videos-found' => 'No matching videos', - 'search-input-button' => 'Search' - ); - - /** - * Takes a message key and provides the actual message to translate - * - * @param string $msgId The message id - * - * @return string The message translation key for gettext - */ - protected function _keyToMessage($msgId) - { - if (array_key_exists($msgId, $this->_msgs)) { - return $this->_msgs[$msgId]; - } - return ''; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/message/WordPressMessageService.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/message/WordPressMessageService.class.php deleted file mode 100644 index 1d3d6fb..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/message/WordPressMessageService.class.php +++ /dev/null @@ -1,44 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_message_AbstractMessageService')); - -/** - * Message service that uses gettext (via WordPress) - */ -class org_tubepress_impl_message_WordPressMessageService extends org_tubepress_impl_message_AbstractMessageService -{ - /** - * Retrieves a message for TubePress - * - * @param string $msgId The message ID - * - * @return string The corresponding message, or "" if not found - */ - public function _($msgId) - { - $message = $this->_keyToMessage($msgId); - return $message == '' ? '' : - __($message, 'tubepress'); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/AbstractStorageManager.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/AbstractStorageManager.class.php deleted file mode 100644 index 71f3298..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/AbstractStorageManager.class.php +++ /dev/null @@ -1,126 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_options_StorageManager', - 'org_tubepress_api_const_options_Type', - 'org_tubepress_api_options_OptionValidator', - 'org_tubepress_impl_options_OptionsReference', - 'org_tubepress_impl_ioc_IocContainer')); - -/** - * Handles persistent storage of TubePress options - */ -abstract class org_tubepress_impl_options_AbstractStorageManager implements org_tubepress_api_options_StorageManager -{ - /** - * Creates an option in storage - * - * @param unknown_type $optionName The name of the option to create - * @param unknown_type $optionValue The default value of the new option - * - * @return void - */ - protected abstract function create($optionName, $optionValue); - - /** - * Deletes an option from storage - * - * @param unknown_type $optionName The name of the option to delete - * - * @return void - */ - protected abstract function delete($optionName); - - /** - * Initialize the persistent storage - * - * @return void - */ - public function init() - { - $allOptionNames = org_tubepress_impl_options_OptionsReference::getAllOptionNames(); - $vals = array(); - foreach ($allOptionNames as $optionName) { - $vals[$optionName] = org_tubepress_impl_options_OptionsReference::getDefaultValue($optionName); - } - - foreach ($vals as $val => $key) { - $this->_init($val, $key); - } - } - - /** - * Initializes a single option. - * - * @param string $name The option name. - * @param string $value The option value. - * - * @return void - */ - private function _init($name, $value) - { - if (!org_tubepress_impl_options_OptionsReference::shouldBePersisted($name)) { - return; - } - - if (!$this->exists($name)) { - $this->delete($name); - $this->create($name, $value); - } - if (org_tubepress_impl_options_OptionsReference::getType($name) != org_tubepress_api_const_options_Type::BOOL - && $this->get($name) == "") { - $this->setOption($name, $value); - } - } - - /** - * Sets an option value - * - * @param string $optionName The option name - * @param unknown_type $optionValue The option value - * - * @return void - */ - public function set($optionName, $optionValue) - { - if (!org_tubepress_impl_options_OptionsReference::shouldBePersisted($optionName)) { - return; - } - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $validationService = $ioc->get('org_tubepress_api_options_OptionValidator'); - - $validationService->validate($optionName, $optionValue); - $this->setOption($optionName, $optionValue); - } - - /** - * Sets an option to a new value, without validation - * - * @param string $optionName The name of the option to update - * @param unknown_type $optionValue The new option value - * - * @return void - */ - protected abstract function setOption($optionName, $optionValue); -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/FormHandler.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/FormHandler.class.php deleted file mode 100644 index 2aaa82e..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/FormHandler.class.php +++ /dev/null @@ -1,238 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require(dirname(__FILE__) . '/../../../../tubepress_classloader.php'); -tubepress_load_classes(array('org_tubepress_api_const_options_CategoryName', - 'org_tubepress_api_const_options_Type', - 'org_tubepress_api_message_MessageService', - 'org_tubepress_impl_options_OptionsReference', - 'org_tubepress_api_options_StorageManager', - 'org_tubepress_api_ioc_IocService', - 'org_tubepress_impl_template_SimpleTemplate', - 'org_tubepress_api_const_template_Variable', - 'org_tubepress_api_filesystem_Explorer')); - -/** - * Displays a generic options form for TubePress - * - */ -class org_tubepress_impl_options_FormHandler -{ - /** - * Displays all the TubePress options in HTML - * - * @param org_tubepress_api_options_StorageManager $tpsm The TubePress storage manager - * - * @return void - */ - public function getHtml() - { - global $tubepress_base_url; - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $messageService = $ioc->get('org_tubepress_api_message_MessageService'); - $template = new org_tubepress_impl_template_SimpleTemplate(); - $storageManager = $ioc->get('org_tubepress_api_options_StorageManager'); - - $template->setPath(dirname(__FILE__) . '/../../../../../../sys/ui/templates/wordpress/options_page.tpl.php'); - - /* set the surrounding text */ - $template->setVariable(org_tubepress_api_const_template_Variable::OPTIONS_PAGE_TITLE, $messageService->_('options-page-title')); - $template->setVariable(org_tubepress_api_const_template_Variable::OPTIONS_PAGE_INTRO, $messageService->_('options-page-intro-text')); - $template->setVariable(org_tubepress_api_const_template_Variable::OPTIONS_PAGE_SAVE, $messageService->_('options-page-save-button')); - $template->setVariable(org_tubepress_api_const_template_Variable::OPTIONS_PAGE_OPTIONS_FILTER, $messageService->_('options-page-options-filter')); - $template->setVariable(org_tubepress_api_const_template_Variable::TUBEPRESS_BASE_URL, $tubepress_base_url); - - $categories = array(); - - /* now parse each option category */ - $optionCategoryNames = org_tubepress_impl_options_OptionsReference::getOptionCategoryNames(); - foreach ($optionCategoryNames as $optionCategoryName) { - - /* don't display the widget options on this page */ - if (!org_tubepress_impl_options_OptionsReference::isOptionCategoryApplicableToOptionsForm($optionCategoryName)) { - continue; - } - $categories[$optionCategoryName] = $this->_createCategoryMetaArray($optionCategoryName, $messageService, $storageManager); - } - $template->setVariable(org_tubepress_api_const_template_Variable::OPTIONS_PAGE_CATEGORIES, $categories); - return $template->toString(); - } - - /** - * Updates options from a keyed array - * - * @param org_tubepress_api_options_StorageManager $tpsm The TubePress storage manager - * @param array $postVars The POST variables - * - * @return void - */ - public final function collect($postVars) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $storageManager = $ioc->get('org_tubepress_api_options_StorageManager'); - - /* this loop will collect everything except checkboxes */ - foreach ($postVars as $name => $value) { - if (org_tubepress_impl_options_OptionsReference::getType($name) === org_tubepress_api_const_options_Type::BOOL) { - continue; - } - - if ($storageManager->exists($name)) { - $storageManager->set($name, $value); - } - } - - /* this loop will handle the checkboxes */ - $names = org_tubepress_impl_options_OptionsReference::getAllOptionNames(); - foreach ($names as $name) { - - /* ignore non-bools */ - if (org_tubepress_impl_options_OptionsReference::getType($name) != org_tubepress_api_const_options_Type::BOOL) { - continue; - } - - /* if the user checked the box, the option name will appear in the POST vars */ - $storageManager->set($name, array_key_exists($name, $postVars)); - } - } - - private function _createCategoryMetaArray($optionCategoryName, org_tubepress_api_message_MessageService $messageService, org_tubepress_api_options_StorageManager $storageManager) - { - $results = array(); - $results[org_tubepress_api_const_template_Variable::OPTIONS_PAGE_CATEGORY_TITLE] = $messageService->_("options-category-title-$optionCategoryName"); - $results[org_tubepress_api_const_template_Variable::OPTIONS_PAGE_CATEGORY_OPTIONS] = $optionCategoryName == org_tubepress_api_const_options_CategoryName::OUTPUT ? - $this->_createCategoryMetaArrayForGalleryOptions($storageManager, $messageService) : $this->_createCategoryOptionsMetaArray($optionCategoryName, $messageService, $storageManager); - return $results; - } - - private function _createCategoryOptionsMetaArray($optionCategoryName, org_tubepress_api_message_MessageService $messageService, - org_tubepress_api_options_StorageManager $storageManager) - { - $optionNames = org_tubepress_impl_options_OptionsReference::getOptionNamesForCategory($optionCategoryName); - $optionsMetaArray = array(); - global $tubepress_base_url; - - foreach ($optionNames as $optionName) { - - if (!org_tubepress_impl_options_OptionsReference::isOptionApplicableToOptionsForm($optionName)) { - continue; - } - - $metaArray = array(); - $metaArray[org_tubepress_api_const_template_Variable::OPTIONS_PAGE_OPTIONS_TITLE] = $messageService->_("options-title-$optionName"); - $metaArray[org_tubepress_api_const_template_Variable::OPTIONS_PAGE_OPTIONS_PRO_ONLY] = org_tubepress_impl_options_OptionsReference::isOptionProOnly($optionName) ? '*' : ''; - $metaArray[org_tubepress_api_const_template_Variable::OPTIONS_PAGE_OPTIONS_WIDGET] = $this->_getWidgetHtml($optionName, $storageManager, $messageService); - $metaArray[org_tubepress_api_const_template_Variable::OPTIONS_PAGE_YOUTUBE_OPTION] = org_tubepress_impl_options_OptionsReference::appliesToYouTube($optionName); - $metaArray[org_tubepress_api_const_template_Variable::OPTIONS_PAGE_VIMEO_OPTION] = org_tubepress_impl_options_OptionsReference::appliesToVimeo($optionName); - - if ($optionName == org_tubepress_api_const_options_names_Display::THEME) { - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $fs = $ioc->get('org_tubepress_api_filesystem_Explorer'); - $baseInstallationPath = $fs->getTubePressBaseInstallationPath(); - - $metaArray[org_tubepress_api_const_template_Variable::OPTIONS_PAGE_OPTIONS_DESC] = sprintf($messageService->_("options-desc-$optionName"), - "$baseInstallationPath/content/themes", "$baseInstallationPath/sys/ui/themes"); - } else { - $metaArray[org_tubepress_api_const_template_Variable::OPTIONS_PAGE_OPTIONS_DESC] = $messageService->_("options-desc-$optionName"); - } - - $optionsMetaArray[] = $metaArray; - } - return $optionsMetaArray; - } - - private function _createCategoryMetaArrayForGalleryOptions(org_tubepress_api_options_StorageManager $storageManager, org_tubepress_api_message_MessageService $messageService) - { - $modeNames = org_tubepress_impl_options_OptionsReference::getValidEnumValues(org_tubepress_api_const_options_names_Output::MODE); - $modesMetaArray = array(); - foreach ($modeNames as $modeName) { - $modeMetaArray = array(); - $modeMetaArray[org_tubepress_api_const_template_Variable::OPTIONS_PAGE_OPTIONS_TITLE] = $messageService->_("options-title-$modeName"); - $modeMetaArray[org_tubepress_api_const_template_Variable::OPTIONS_PAGE_OPTIONS_PRO_ONLY] = ""; - $html = $this->_getHtmlForRadio($modeName, $storageManager); - if (org_tubepress_impl_options_OptionsReference::isOptionName($modeName . 'Value')) { - $newName = $modeName . 'Value'; - $html .= $this->_getWidgetHtml($newName, $storageManager, $messageService); - } - $modeMetaArray[org_tubepress_api_const_template_Variable::OPTIONS_PAGE_OPTIONS_WIDGET] = $html; - $modeMetaArray[org_tubepress_api_const_template_Variable::OPTIONS_PAGE_YOUTUBE_OPTION] = org_tubepress_impl_options_OptionsReference::appliesToYouTube($modeName); - $modeMetaArray[org_tubepress_api_const_template_Variable::OPTIONS_PAGE_VIMEO_OPTION] = org_tubepress_impl_options_OptionsReference::appliesToVimeo($modeName); - $modeMetaArray[org_tubepress_api_const_template_Variable::OPTIONS_PAGE_OPTIONS_DESC] = $messageService->_("options-desc-$modeName"); - - $modesMetaArray[] = $modeMetaArray; - } - return $modesMetaArray; - } - - private function _getWidgetHtml($optionName, org_tubepress_api_options_StorageManager $storageManager, - org_tubepress_api_message_MessageService $messageService) - { - $type = org_tubepress_impl_options_OptionsReference::getType($optionName); - $value = $storageManager->get($optionName); - - switch ($type) { - case org_tubepress_api_const_options_Type::BOOL: - $checked = $value ? 'CHECKED' : ''; - return ""; - case org_tubepress_api_const_options_Type::TEXT: - case org_tubepress_api_const_options_Type::INTEGRAL: - return ""; - case org_tubepress_api_const_options_Type::COLOR: - return ""; - case org_tubepress_api_const_options_Type::ORDER: - case org_tubepress_api_const_options_Type::PLAYER: - case org_tubepress_api_const_options_Type::TIME_FRAME: - case org_tubepress_api_const_options_Type::SAFE_SEARCH: - case org_tubepress_api_const_options_Type::PLAYER_IMPL: - $validValues = org_tubepress_impl_options_OptionsReference::getValidEnumValues($type); - $result = "'; - return $result; - case org_tubepress_api_const_options_Type::THEME: - $validValues = org_tubepress_impl_options_OptionsReference::getValidEnumValues($type); - $result = "'; - return $result; - } - } - - private function _getHtmlForRadio($optionName, org_tubepress_api_options_StorageManager $storageManager) - { - $value = $storageManager->get(org_tubepress_api_const_options_names_Output::MODE); - $checked = $optionName === $value ? 'CHECKED' : ''; - return ""; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/OptionsReference.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/OptionsReference.class.php deleted file mode 100644 index bfcf129..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/OptionsReference.class.php +++ /dev/null @@ -1,436 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_options_OptionsReference', - 'org_tubepress_api_const_options_Type', - 'org_tubepress_api_const_options_names_Embedded', - 'org_tubepress_api_const_options_names_Advanced', - 'org_tubepress_api_const_options_names_Feed', - 'org_tubepress_api_const_options_names_Widget', - 'org_tubepress_api_const_options_names_Display', - 'org_tubepress_api_const_options_names_Meta', - 'org_tubepress_api_const_options_names_Output', - 'org_tubepress_api_const_options_values_ModeValue', - 'org_tubepress_api_const_options_values_OrderValue', - 'org_tubepress_api_const_options_values_TimeFrameValue', - 'org_tubepress_api_const_options_values_PlayerValue', - 'org_tubepress_api_const_options_values_SafeSearchValue', - 'org_tubepress_api_const_options_values_PlayerImplementationValue', - 'org_tubepress_api_const_options_names_Output', - 'org_tubepress_api_embedded_EmbeddedPlayer')); - -/** - * The master reference for TubePress options - their names, deprecated - * names, default values, types, etc. - * - */ -class org_tubepress_impl_options_OptionsReference -{ - private static $_options = array( - org_tubepress_api_const_options_Type::COLOR => array( - org_tubepress_api_const_options_names_Embedded::PLAYER_COLOR => '999999', - org_tubepress_api_const_options_names_Embedded::PLAYER_HIGHLIGHT => 'FFFFFF' - ), - org_tubepress_api_const_options_Type::MODE => array( - org_tubepress_api_const_options_names_Output::MODE => org_tubepress_api_const_options_values_ModeValue::FEATURED - ), - org_tubepress_api_const_options_Type::TEXT => array( - org_tubepress_api_const_options_names_Advanced::DATEFORMAT => 'M j, Y', - org_tubepress_api_const_options_names_Advanced::KEYWORD => 'tubepress', - org_tubepress_api_const_options_names_Advanced::VIDEO_BLACKLIST => '', - org_tubepress_api_const_options_names_Output::FAVORITES_VALUE => 'mrdeathgod', - org_tubepress_api_const_options_names_Output::PLAYLIST_VALUE => 'D2B04665B213AE35', - org_tubepress_api_const_options_names_Output::TAG_VALUE => 'stewart daily show', - org_tubepress_api_const_options_names_Output::USER_VALUE => '3hough', - org_tubepress_api_const_options_names_Feed::DEV_KEY => 'AI39si5uUzupiQW9bpzGqZRrhvqF3vBgRqL-I_28G1zWozmdNJlskzMDQEhpZ-l2RqGf_6CNWooL96oJZRrqKo-eJ9QO_QppMg', - org_tubepress_api_const_options_names_Feed::VIMEO_KEY => '', - org_tubepress_api_const_options_names_Feed::VIMEO_SECRET => '', - org_tubepress_api_const_options_names_Widget::TITLE => 'TubePress', - org_tubepress_api_const_options_names_Widget::TAGSTRING => '[tubepress thumbHeight=\'105\' thumbWidth=\'135\']', - org_tubepress_api_const_options_names_Output::VIDEO => '', - org_tubepress_api_const_options_names_Output::VIMEO_UPLOADEDBY_VALUE => 'mattkaar', - org_tubepress_api_const_options_names_Output::VIMEO_LIKES_VALUE => 'coiffier', - org_tubepress_api_const_options_names_Output::VIMEO_APPEARS_IN_VALUE => 'royksopp', - org_tubepress_api_const_options_names_Output::VIMEO_SEARCH_VALUE => 'cats playing piano', - org_tubepress_api_const_options_names_Output::VIMEO_CREDITED_VALUE => 'patricklawler', - org_tubepress_api_const_options_names_Output::VIMEO_CHANNEL_VALUE => 'splitscreenstuff', - org_tubepress_api_const_options_names_Output::VIMEO_GROUP_VALUE => 'hdxs', - org_tubepress_api_const_options_names_Output::VIMEO_ALBUM_VALUE => '140484', - org_tubepress_api_const_options_names_Advanced::CACHE_DIR => '', - org_tubepress_api_const_options_names_Feed::SEARCH_ONLY_USER => '', - org_tubepress_api_const_options_names_Output::SEARCH_RESULTS_URL => '', - org_tubepress_api_const_options_names_Output::SEARCH_PROVIDER => 'youtube', - org_tubepress_api_const_options_names_Output::SEARCH_RESULTS_DOM_ID => '' - ), - org_tubepress_api_const_options_Type::BOOL => array( - org_tubepress_api_const_options_names_Advanced::DEBUG_ON => true, - org_tubepress_api_const_options_names_Advanced::DISABLE_HTTP_CURL => false, - org_tubepress_api_const_options_names_Advanced::DISABLE_HTTP_EXTHTTP => false, - org_tubepress_api_const_options_names_Advanced::DISABLE_HTTP_FOPEN => false, - org_tubepress_api_const_options_names_Advanced::DISABLE_HTTP_FSOCKOPEN => false, - org_tubepress_api_const_options_names_Advanced::DISABLE_HTTP_STREAMS => false, - org_tubepress_api_const_options_names_Display::RANDOM_THUMBS => true, - org_tubepress_api_const_options_names_Display::RELATIVE_DATES => false, - org_tubepress_api_const_options_names_Display::PAGINATE_ABOVE => true, - org_tubepress_api_const_options_names_Display::PAGINATE_BELOW => true, - org_tubepress_api_const_options_names_Display::AJAX_PAGINATION => false, - org_tubepress_api_const_options_names_Display::HQ_THUMBS => false, - org_tubepress_api_const_options_names_Embedded::AUTOPLAY => false, - org_tubepress_api_const_options_names_Embedded::LOOP => false, - org_tubepress_api_const_options_names_Embedded::SHOW_INFO => false, - org_tubepress_api_const_options_names_Embedded::SHOW_RELATED => true, - org_tubepress_api_const_options_names_Embedded::FULLSCREEN => true, - org_tubepress_api_const_options_names_Embedded::HIGH_QUALITY => false, - org_tubepress_api_const_options_names_Meta::AUTHOR => false, - org_tubepress_api_const_options_names_Meta::CATEGORY => false, - org_tubepress_api_const_options_names_Meta::DESCRIPTION => false, - org_tubepress_api_const_options_names_Meta::ID => false, - org_tubepress_api_const_options_names_Meta::LENGTH => true, - org_tubepress_api_const_options_names_Meta::RATING => false, - org_tubepress_api_const_options_names_Meta::RATINGS => false, - org_tubepress_api_const_options_names_Meta::TAGS => false, - org_tubepress_api_const_options_names_Meta::TITLE => true, - org_tubepress_api_const_options_names_Meta::UPLOADED => false, - org_tubepress_api_const_options_names_Meta::URL => false, - org_tubepress_api_const_options_names_Meta::VIEWS => true, - org_tubepress_api_const_options_names_Meta::LIKES => false, - org_tubepress_api_const_options_names_Feed::CACHE_ENABLED => false, - org_tubepress_api_const_options_names_Feed::EMBEDDABLE_ONLY => true, - org_tubepress_api_const_options_names_Output::SEARCH_RESULTS_ONLY => false - ), - org_tubepress_api_const_options_Type::INTEGRAL => array( - org_tubepress_api_const_options_names_Display::DESC_LIMIT => 80, - org_tubepress_api_const_options_names_Display::RESULTS_PER_PAGE => 20, - org_tubepress_api_const_options_names_Display::THUMB_HEIGHT => 90, - org_tubepress_api_const_options_names_Display::THUMB_WIDTH => 120, - org_tubepress_api_const_options_names_Embedded::EMBEDDED_HEIGHT => 350, - org_tubepress_api_const_options_names_Embedded::EMBEDDED_WIDTH => 425, - org_tubepress_api_const_options_names_Feed::RESULT_COUNT_CAP => 300, - org_tubepress_api_const_options_names_Advanced::CACHE_CLEAN_FACTOR => 20, - org_tubepress_api_const_options_names_Advanced::CACHE_LIFETIME_SECONDS => 3600 - ), - org_tubepress_api_const_options_Type::TIME_FRAME => array( - org_tubepress_api_const_options_names_Output::MOST_VIEWED_VALUE => org_tubepress_api_const_options_values_TimeFrameValue::TODAY, - org_tubepress_api_const_options_names_Output::TOP_RATED_VALUE => org_tubepress_api_const_options_values_TimeFrameValue::TODAY, - org_tubepress_api_const_options_names_Output::TOP_FAVORITES_VALUE => org_tubepress_api_const_options_values_TimeFrameValue::TODAY - ), - org_tubepress_api_const_options_Type::ORDER => array( - org_tubepress_api_const_options_names_Display::ORDER_BY => org_tubepress_api_const_options_values_OrderValue::VIEW_COUNT, - ), - org_tubepress_api_const_options_Type::PLAYER => array( - org_tubepress_api_const_options_names_Display::CURRENT_PLAYER_NAME => org_tubepress_api_const_options_values_PlayerValue::NORMAL, - ), - org_tubepress_api_const_options_Type::SAFE_SEARCH => array( - org_tubepress_api_const_options_names_Feed::FILTER => org_tubepress_api_const_options_values_SafeSearchValue::MODERATE - ), - org_tubepress_api_const_options_Type::PLAYER_IMPL => array( - org_tubepress_api_const_options_names_Embedded::PLAYER_IMPL => org_tubepress_api_const_options_values_PlayerImplementationValue::PROVIDER_BASED - ), - org_tubepress_api_const_options_Type::THEME => array( - org_tubepress_api_const_options_names_Display::THEME => '' - ), - org_tubepress_api_const_options_Type::OUTPUT => array( - org_tubepress_api_const_options_names_Output::OUTPUT => '' - ) - ); - - private static $_vimeoOnly = array( - org_tubepress_api_const_options_values_ModeValue::VIMEO_UPLOADEDBY, - org_tubepress_api_const_options_values_ModeValue::VIMEO_LIKES, - org_tubepress_api_const_options_values_ModeValue::VIMEO_APPEARS_IN, - org_tubepress_api_const_options_values_ModeValue::VIMEO_SEARCH, - org_tubepress_api_const_options_values_ModeValue::VIMEO_CREDITED, - org_tubepress_api_const_options_values_ModeValue::VIMEO_ALBUM, - org_tubepress_api_const_options_values_ModeValue::VIMEO_GROUP, - org_tubepress_api_const_options_values_ModeValue::VIMEO_CHANNEL, - org_tubepress_api_const_options_names_Meta::LIKES, - org_tubepress_api_const_options_names_Feed::VIMEO_KEY, - org_tubepress_api_const_options_names_Feed::VIMEO_SECRET - ); - - private static $_youtubeOnly = array( - org_tubepress_api_const_options_values_ModeValue::FAVORITES, - org_tubepress_api_const_options_values_ModeValue::PLAYLIST, - org_tubepress_api_const_options_values_ModeValue::TAG, - org_tubepress_api_const_options_values_ModeValue::USER, - org_tubepress_api_const_options_values_ModeValue::FEATURED, - org_tubepress_api_const_options_values_ModeValue::MOST_DISCUSSED, - org_tubepress_api_const_options_values_ModeValue::MOST_RECENT, - org_tubepress_api_const_options_values_ModeValue::MOST_RESPONDED, - org_tubepress_api_const_options_values_ModeValue::POPULAR, - org_tubepress_api_const_options_values_ModeValue::TOP_FAVORITES, - org_tubepress_api_const_options_values_ModeValue::TOP_RATED, - org_tubepress_api_const_options_names_Embedded::PLAYER_HIGHLIGHT, - org_tubepress_api_const_options_names_Embedded::SHOW_RELATED, - org_tubepress_api_const_options_names_Meta::RATING, - org_tubepress_api_const_options_names_Meta::RATINGS, - org_tubepress_api_const_options_names_Feed::DEV_KEY, - org_tubepress_api_const_options_names_Feed::FILTER, - org_tubepress_api_const_options_names_Display::RANDOM_THUMBS, - org_tubepress_api_const_options_names_Feed::EMBEDDABLE_ONLY, - org_tubepress_api_const_options_names_Embedded::HIGH_QUALITY, - org_tubepress_api_const_options_names_Embedded::PLAYER_IMPL, - org_tubepress_api_const_options_names_Embedded::FULLSCREEN - ); - - static function appliesToYouTube($optionName) - { - return !in_array($optionName, self::$_vimeoOnly); - } - - static function appliesToVimeo($optionName) - { - return !in_array($optionName, self::$_youtubeOnly); - } - - /** - * Given an option name, determine if the option can be set via a shortcode - * - * @param string $optionName The name of the option to look up - * - * @return boolean True if the option can be set via a shortcode, false otherwise - */ - static function canOptionBeSetViaShortcode($optionName) - { - return !in_array($optionName, array( - org_tubepress_api_const_options_names_Advanced::KEYWORD - )); - } - - /** - * Get all possible option names - * - * @return An array of all TubePress option names - */ - static function getAllOptionNames() - { - $results = array(); - foreach (self::$_options as $optionGroup) { - $results = array_merge($results, array_keys($optionGroup)); - } - return $results; - } - - /** - * Determine the TubePress category of a given option. The - * valid option category names are defined as the class names in - * the org_tubepress_api_const_options package. Each option must - * fall into exactly one category - * - * @param string $optionName The name of the option to look up - * - * @return string The category name for the given option - */ - static function getCategory($optionName) - { - foreach (self::getOptionCategoryNames() as $optionCategoryName) { - if (in_array($optionName, self::getOptionNamesForCategory($optionCategoryName))) { - return $optionCategoryName; - } - } - } - - /** - * Determine the default value of a given option. Each option must - * have exactly one default value. - * - * @param string $optionName The name of the option to look up - * - * @return string The default value for the given option - */ - static function getDefaultValue($optionName) - { - foreach (self::$_options as $optionType) { - if (array_key_exists($optionName, $optionType)) { - return $optionType[$optionName]; - } - } - return null; - } - - /** - * Get all option category names. The - * valid option category names are defined as the class names in - * the org_tubepress_api_const_options package. - * - * @return array The category option names - */ - static function getOptionCategoryNames() - { - return array('output', 'display', 'embedded', 'meta', 'feed', 'advanced', 'widget'); - } - - /** - * Get all option names in a given category - * - * @param string $category The name of the category to look up - * - * @return array The option names of the options in the given category - */ - static function getOptionNamesForCategory($category) - { - $className = 'org_tubepress_api_const_options_names_' . ucwords($category); - return self::_getConstantsForClass($className); - } - - /** - * Given the name of an "enum" type option, return - * the valid values that this option may take on. - * - * @param $optionName The name of the option to look up - * - * @return array The valid option values for the given option - */ - static function getValidEnumValues($optionType) - { - switch ($optionType) { - - case org_tubepress_api_const_options_Type::THEME: - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $fs = $ioc->get('org_tubepress_api_filesystem_Explorer'); - $tubepressBaseInstallationPath = $fs->getTubePressBaseInstallationPath(); - $dir = "$tubepressBaseInstallationPath/sys/ui/themes"; - $result = array(); - $dirs = $fs->getDirectoriesInDirectory($dir, 'Options reference'); - - foreach ($dirs as $fullDir) { - array_push($result, basename($fullDir)); - } - return $result; - - default: - $className = 'org_tubepress_api_const_options_values_' . ucwords($optionType) . 'Value'; - return self::_getConstantsForClass($className); - } - } - - /** - * Given a name, determine if there is an option that has that - * name. - * - * @param string $candidateOptionName The name of the option to look up - * - * @return boolean True if an option with the given name exists, false otherwise. - */ - static function isOptionName($candidateOptionName) - { - foreach (self::$_options as $optionType) { - if (array_key_exists($candidateOptionName, $optionType)) { - return true; - } - } - return false; - } - - /** - * Determine the type of the given option. Valid ption types are - * defined by the constants of the org_tubepress_api_const_options_Type class. - * Each option must map to exactly one type. - * - * @param string $optionName The name of the option to look up - * - * @return string The type name of the given option - */ - static function getType($optionName) - { - foreach (self::$_options as $optionType => $values) { - if (array_key_exists($optionName, $values)) { - return $optionType; - } - } - } - - /** - * Given an option name, determine if the option should be displayed on the - * TubePress options form (UI) - * - * @param string $optionName The name of the option to look up - * - * @return boolean True if the option should be displayed on the options form, false otherwise - */ - static function isOptionApplicableToOptionsForm($optionName) - { - return !in_array($optionName, array( - org_tubepress_api_const_options_names_Output::VIDEO, - org_tubepress_api_const_options_names_Output::OUTPUT, - org_tubepress_api_const_options_names_Output::SEARCH_RESULTS_URL, - org_tubepress_api_const_options_names_Output::SEARCH_RESULTS_ONLY, - org_tubepress_api_const_options_names_Output::SEARCH_RESULTS_DOM_ID - )); - } - - /** - * Given an option category name, determine if the category should be displayed on the - * TubePress options form (UI) - * - * @param string $optionCategoryName The name of the option category to look up - * - * @return boolean True if the category should be displayed on the options form, false otherwise - */ - static function isOptionCategoryApplicableToOptionsForm($optionCategoryName) - { - return !in_array($optionCategoryName, array( - org_tubepress_api_const_options_CategoryName::WIDGET - )); - } - - /** - * Given an option name, determine if the option is only applicable to TubePress Pro - * - * @param string $optionName The name of the option to look up - * - * @return boolean True if the option is TubePress Pro only, false otherwise - */ - static function isOptionProOnly($optionName) - { - return in_array($optionName, array( - org_tubepress_api_const_options_names_Display::AJAX_PAGINATION, - org_tubepress_api_const_options_names_Display::HQ_THUMBS - )); - } - - /** - * Given an option name, determine if the option should be stored in persistent storage - * - * @param string $optionName The name of the option to look up - * - * @return boolean True if the option should be stored in persistent storage, false otherwise - */ - static function shouldBePersisted($optionName) - { - return !in_array($optionName, array( - org_tubepress_api_const_options_names_Output::VIDEO, - org_tubepress_api_const_options_names_Output::OUTPUT, - org_tubepress_api_const_options_names_Output::SEARCH_RESULTS_URL, - org_tubepress_api_const_options_names_Output::SEARCH_RESULTS_ONLY, - org_tubepress_api_const_options_names_Output::SEARCH_RESULTS_DOM_ID - )); - } - - static private function _getConstantsForClass($className) - { - $ref = new ReflectionClass($className); - return array_values($ref->getConstants()); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/SimpleOptionValidator.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/SimpleOptionValidator.class.php deleted file mode 100644 index 0531269..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/SimpleOptionValidator.class.php +++ /dev/null @@ -1,166 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require(dirname(__FILE__) . '/../../../../tubepress_classloader.php'); -tubepress_load_classes(array('org_tubepress_impl_ioc_IocContainer', - 'org_tubepress_api_const_options_names_Display', - 'org_tubepress_impl_options_OptionsReference', - 'org_tubepress_api_const_options_Type')); - -/** - * Performs validation on option values - */ -class org_tubepress_impl_options_SimpleOptionValidator implements org_tubepress_api_options_OptionValidator -{ - /** - * Validates an option value. Will throw an Exception if validation - * fails. - * - * @param string $optionName The option name - * @param unknown_type $candidate The candidate option value - * - * @return void - */ - public function validate($optionName, $candidate) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $messageService = $ioc->get('org_tubepress_api_message_MessageService'); - - /* does this option name even exist? */ - self::_checkExistence($optionName, $messageService); - - /* is the value given of the right type? */ - self::_checkType($optionName, $candidate, $messageService); - - /* perform any custom validation */ - self::_customValidation($optionName, $candidate, $messageService); - } - - /** - * Performs "one off" validation for options - * - * @param string $optionName The name of the option to validate - * @param unknown $candidate The value of the option to validate - * - * @return void - */ - private static function _customValidation($optionName, $candidate, org_tubepress_api_message_MessageService $messageService) - { - switch ($optionName) { - - /* YouTube limits us to 50 per page */ - case org_tubepress_api_const_options_names_Display::RESULTS_PER_PAGE: - self::_checkIntegerRange(org_tubepress_api_const_options_names_Display::RESULTS_PER_PAGE, $candidate, 1, 50, $messageService); - break; - - case org_tubepress_api_const_options_names_Display::THEME: - if (strpos($candidate, '..') !== false) { - throw new Exception($messageService->_('validation-no-dots-in-path')); - } - break; - } - } - - /** - * Verifies if the given option name exists - * - * @param string $optionName The option name to check - * - * @return void - */ - private static function _checkExistence($optionName, org_tubepress_api_message_MessageService $messageService) - { - if (org_tubepress_impl_options_OptionsReference::isOptionName($optionName) === false) { - throw new Exception(sprintf($messageService->_('validation-no-such-option'), $optionName)); - } - } - - /** - * Checks if the option value has the right type - * - * @param string $optionName The name of the option to validate - * @param unknown $candidate The value of the option to validate - * - * @return void - */ - private function _checkType($optionName, $candidate, org_tubepress_api_message_MessageService $messageService) - { - $type = org_tubepress_impl_options_OptionsReference::getType($optionName); - - switch ($type) { - case org_tubepress_api_const_options_Type::TEXT: - case org_tubepress_api_const_options_Type::YT_USER: - case org_tubepress_api_const_options_Type::PLAYLIST: - if (!is_string($candidate)) { - throw new Exception(sprintf($messageService->_('validation-text'), $optionName, $candidate)); - } - break; - - case org_tubepress_api_const_options_Type::BOOL: - if (strcasecmp((string)$candidate, '1') !== 0 && strcasecmp((string)$candidate, '') !== 0) { - throw new Exception(sprintf($messageService->_('validation-bool'), $optionName, $candidate)); - } - break; - - case org_tubepress_api_const_options_Type::INTEGRAL: - if (intval($candidate) == 0 && $optionName != org_tubepress_api_const_options_names_Display::DESC_LIMIT - && $optionName !== org_tubepress_api_const_options_names_Feed::RESULT_COUNT_CAP) { - throw new Exception(sprintf($messageService->_('validation-int-type'), $optionName, $candidate)); - } - break; - - case org_tubepress_api_const_options_Type::ORDER: - case org_tubepress_api_const_options_Type::PLAYER: - case org_tubepress_api_const_options_Type::PLAYER_IMPL: - case org_tubepress_api_const_options_Type::SAFE_SEARCH: - case org_tubepress_api_const_options_Type::TIME_FRAME: - $validValues = org_tubepress_impl_options_OptionsReference::getValidEnumValues($type); - if (in_array((string)$candidate, $validValues) !== true) { - throw new Exception(sprintf($messageService->_('validation-enum'), $optionName, implode(', ', $validValues), $candidate)); - } - break; - - case org_tubepress_api_const_options_Type::COLOR: - //implement me please - break; - } - } - - /** - * Checks the range of integral values - * - * @param string $name The name of the option being validated - * @param unknown_type $candidate The new value for this option - * @param int $min The minimum (inclusive) value this option - * can take - * @param int $max The maximum (inclusive) value this option - * can take - * - * @return void - */ - private function _checkIntegerRange($name, $candidate, $min, $max, org_tubepress_api_message_MessageService $messageService) - { - if ($candidate < $min || $candidate > $max) { - throw new Exception(sprintf($messageService->_('validation-int-range'), $name, $min, $max, $candidate)); - } - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/SimpleOptionsManager.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/SimpleOptionsManager.class.php deleted file mode 100644 index 0f2c27d..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/SimpleOptionsManager.class.php +++ /dev/null @@ -1,122 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_options_OptionsManager', - 'org_tubepress_api_options_StorageManager', - 'org_tubepress_impl_options_OptionsReference', - 'org_tubepress_api_options_OptionValidator', - 'org_tubepress_impl_ioc_IocContainer')); - -/** - * Holds the current options for TubePress. This is the default options, - * usually in persistent storage somewhere, and custom options parsed - * from a shortcode - */ -class org_tubepress_impl_options_SimpleOptionsManager implements org_tubepress_api_options_OptionsManager -{ - private $_customOptions = array(); - private $_shortcode; - private $_tpsm; - - /** - * Constructor. - */ - public function __construct() - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $this->_tpsm = $ioc->get('org_tubepress_api_options_StorageManager'); - } - - /** - * Gets the value of an option - * - * @param string $optionName The name of the option - * - * @return unknown The option value - */ - public function get($optionName) - { - /* get the value, either from the shortcode or the db */ - if (array_key_exists($optionName, $this->_customOptions)) { - return $this->_customOptions[$optionName]; - } - return $this->_tpsm->get($optionName); - } - - /** - * Sets the value of an option - * - * @param string $optionName The name of the option - * @param unknown $optionValue The option value - * - * @return void - */ - public function set($optionName, $optionValue) - { - $this->_customOptions[$optionName] = $optionValue; - } - - /** - * Sets the options that differ from the default options. - * - * @param array $customOpts The custom options. - * - * @return void - */ - public function setCustomOptions($customOpts) - { - $this->_customOptions = $customOpts; - } - - /** - * Gets the options that differ from the default options. - * - * @return array The options that differ from the default options. - */ - public function getCustomOptions() - { - return $this->_customOptions; - } - - /** - * Set the current shortcode. - * - * @param string $newTagString The current shortcode - * - * @return void - */ - public function setShortcode($newTagString) - { - $this->_shortcode = $newTagString; - } - - /** - * Get the current shortcode - * - * @return string The current shortcode - */ - public function getShortcode() - { - return $this->_shortcode; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/WordPressStorageManager.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/WordPressStorageManager.class.php deleted file mode 100644 index 8203e92..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/options/WordPressStorageManager.class.php +++ /dev/null @@ -1,138 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_options_AbstractStorageManager')); - -/** - * Implementation of org_tubepress_api_options_StorageManager that uses the - * regular WordPress options API - */ -class org_tubepress_impl_options_WordPressStorageManager extends org_tubepress_impl_options_AbstractStorageManager -{ - /* - * Prefix all our option names in the WordPress DB - * with this value. Helps avoid naming conflicts. - */ - const OPTION_PREFIX = "tubepress-"; - - /** - * Constructor. Until I can come up with a better way to validate options, this is gonna be how we - * check to make sure that the db is initialized. - */ - public function __construct() - { - $needToInit = false; - - if ($this->exists("version")) { - $version = $this->get("version"); - if (!is_numeric($version) || $version < 200) { - $needToInit = true; - } - } else { - $this->create("version", 200); - $needToInit = true; - } - - if ($needToInit) { - $this->init(); - } - } - - /** - * Creates an option in storage - * - * @param unknown_type $optionName The name of the option to create - * @param unknown_type $optionValue The default value of the new option - * - * @return void - */ - protected function create($optionName, $optionValue) - { - add_option(self::OPTION_PREFIX . $optionName, $optionValue); - } - - /** - * Deletes an option from storage - * - * @param unknown_type $optionName The name of the option to delete - * - * @return void - */ - protected function delete($optionName) - { - delete_option(self::OPTION_PREFIX . $optionName); - } - - /** - * Determines if an option exists - * - * @param string $optionName The name of the option in question - * - * @return boolean True if the option exists, false otherwise - */ - public function exists($optionName) - { - return get_option(self::OPTION_PREFIX . $optionName) !== false; - } - - /** - * Retrieve the current value of an option - * - * @param string $optionName The name of the option - * - * @return unknown_type The option's value - */ - public function get($optionName) - { - return get_option(self::OPTION_PREFIX . $optionName); - } - - /** - * Wipes out all TubePress options and replaces them with their defaults - * - * @return void - */ - public function nuclear() - { - $allOptions = get_alloptions(); - foreach ($allOptions as $key => $value) { - if (preg_match("/^tubepress.*/", $key)) { - delete_option($key); - } - } - $this->init(); - } - - /** - * Sets an option to a new value, without validation - * - * @param string $optionName The name of the option to update - * @param unknown_type $optionValue The new option value - * - * @return void - */ - protected function setOption($optionName, $optionValue) - { - update_option(self::OPTION_PREFIX . $optionName, $optionValue); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/pagination/DiggStylePaginationService.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/pagination/DiggStylePaginationService.class.php deleted file mode 100644 index e8be599..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/pagination/DiggStylePaginationService.class.php +++ /dev/null @@ -1,186 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_pagination_Pagination', - 'org_tubepress_api_const_options_names_Display', - 'org_tubepress_api_url_Url', - 'org_tubepress_api_message_MessageService', - 'org_tubepress_api_querystring_QueryStringService', - 'org_tubepress_api_options_OptionsManager', - 'org_tubepress_impl_ioc_IocContainer')); - -/** - * General purpose cache for TubePress - */ -class org_tubepress_impl_pagination_DiggStylePaginationService implements org_tubepress_api_pagination_Pagination -{ - /** - * Get the HTML for pagination. - * - * @param int $vidCount The total number of results in this gallery - * - * @return string The HTML for the pagination. - */ - public function getHtml($vidCount) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $messageService = $ioc->get('org_tubepress_api_message_MessageService'); - $qss = $ioc->get('org_tubepress_api_querystring_QueryStringService'); - - $currentPage = $qss->getPageNum($_GET); - $vidsPerPage = $tpom->get(org_tubepress_api_const_options_names_Display::RESULTS_PER_PAGE); - - $newurl = new org_tubepress_api_url_Url($qss->getFullUrl($_SERVER)); - $newurl->unsetQueryVariable('tubepress_page'); - - $result = $this->_diggStyle($vidCount, $messageService, $currentPage, $vidsPerPage, 1, $newurl->toString(), 'tubepress_page'); - - /* if we're using Ajax for pagination, remove all the hrefs */ - if ($tpom->get(org_tubepress_api_const_options_names_Display::AJAX_PAGINATION)) { - $result = preg_replace('/rel="nofollow" href="[^"]*tubepress_page=([0-9]+)[^"]*"/', 'rel="page=${1}"', $result); - } - - return $result; - } - - /** - * Does the heavy lifting of generating pagination. - * - * @param int $totalitems The total items in this gallery. - * @param int $page The current page number. - * @param int $limit How many videos per page. - * @param int $adjacents How many adjacents. - * @param string $targetpage The target page - * @param string $pagestring The query parameter controlling the page number. - * - * @return The HTML for the pagination - */ - private function _diggStyle($totalitems, org_tubepress_api_message_MessageService $messageService, $page = 1, $limit = 15, $adjacents = 1, $targetpage = '/', $pagestring = '?page=') - { - $prev = $page - 1; - $next = $page + 1; - $lastpage = ceil($totalitems / $limit); - $lpm1 = $lastpage - 1; - $pagination = ''; - - $url = new org_tubepress_api_url_Url($targetpage); - - if ($lastpage > 1) { - $pagination .= '\n"; - } - return $pagination; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/patterns/FilterManagerImpl.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/patterns/FilterManagerImpl.class.php deleted file mode 100644 index 4faf551..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/patterns/FilterManagerImpl.class.php +++ /dev/null @@ -1,133 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') -|| require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_patterns_FilterManager', - 'org_tubepress_api_const_filters_ExecutionPoint', - 'org_tubepress_impl_log_Log')); - -class org_tubepress_impl_patterns_FilterManagerImpl implements org_tubepress_api_patterns_FilterManager -{ - const LOG_PREFIX = 'Filter Manager'; - - private $_filters; - - /** - * Constructor. - */ - public function __construct() - { - $this->_filters = array(); - } - - /** - * Run all filters for the specified execution point, giving each filter a chance - * to modify the given value. - * - * @param string $name The execution point name. - * @param unknown_type $value The value to send to the filters. - * - * @return unknown_type The modified value. - */ - public function runFilters($name, $value) - { - try { - /* no callbacks registered for this filter? */ - if (!isset($this->_filters[$name])) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, "No filters registered for $name"); - return $value; - } - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, "Now running %d filter(s) for \"%s\" execution point", sizeof($this->_filters[$name]), $name); - - $args = func_get_args(); - - /* run all the callbacks for this filter name */ - foreach ($this->_filters[$name] as $callback) { - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, "Now running \"%s\" for \"%s\" execution point", $this->_callbackToString($callback), $name); - - try { - - $args[1] = $value; - $value = call_user_func_array($callback, array_slice($args, 1)); - - } catch (Exception $e) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Caught exception running filter: %s', $e->getMessage()); - } - } - - /* return the modified value */ - return $value; - } catch (Exception $e) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Caught exception when running filters: ' . $e->getMessage()); - } - } - - /** - * Registers a filter for the specified execution point. - * - * @param string $name The execution point name. - * @param callback $callback The filter callback. - * - * @return void - */ - public function registerFilter($name, $callback) - { - try { - $this->_wrappedRegisterFilter($name, $callback); - } catch (Exception $e) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Caught exception when registering filter: ' . $e->getMessage()); - } - } - - private function _wrappedRegisterFilter($name, $callback) - { - /* sanity check on the callback */ - if (!is_callable($callback)) { - throw new Exception("Invalid filter registered for $name"); - } - - /* sanity check on the filter name */ - if (!is_string($name)) { - throw new Exception('Only strings can be used to identify a filter'); - } - - /* first time we're seeing this filter name? */ - if (!isset($this->_filters[$name])) { - $this->_filters[$name] = array(); - } - - /* everything looks good. push it to the stack. */ - $this->_filters[$name][] = $callback; - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Registered %s as a filter for %s', $this->_callbackToString($callback), $name); - } - - private function _callbackToString($callback) - { - if (is_array($callback)) { - return sprintf('%s::%s', get_class($callback[0]), $callback[1]); - } - return $callback; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/patterns/StrategyManagerImpl.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/patterns/StrategyManagerImpl.class.php deleted file mode 100644 index d86e994..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/patterns/StrategyManagerImpl.class.php +++ /dev/null @@ -1,79 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') -|| require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_patterns_StrategyManager', - 'org_tubepress_impl_log_Log', - 'org_tubepress_api_patterns_Strategy')); - -class org_tubepress_impl_patterns_StrategyManagerImpl implements org_tubepress_api_patterns_StrategyManager -{ - const LOG_PREFIX = 'Strategy Manager'; - - /** - * Executes the given strategies. - * - * @param array $strategies An array of org_tubepress_api_patterns_Strategy instances to execute. - * - * @return unknown The result of the strategy execution. - */ - public function executeStrategy($strategies) - { - /* sanity checkin' */ - if (!is_array($strategies)) { - throw new Exception('executeStrategy() requires an array of strategies as the first argument'); - } - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - - /* grab the arguments */ - $args = array_slice(func_get_args(), 1); - - /* run the first strategy that wants to handle this */ - foreach ($strategies as $strategyName) { - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Seeing if "%s" wants to handle execution', $strategyName); - - $strategy = $ioc->get($strategyName); - if (!is_a($strategy, 'org_tubepress_api_patterns_Strategy')) { - throw new Exception("$strategyName does not implement org_tubepress_api_patterns_Strategy"); - } - - $strategy->start(); - - if (call_user_func_array(array($strategy, 'canHandle'), $args)) { - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, '%s will handle execution', $strategyName); - - $returnValue = call_user_func_array(array($strategy, 'execute'), $args); - - $strategy->stop(); - - return $returnValue; - } - - $strategy->stop(); - } - - throw new Exception("None of the supplied strategies were able to handle the execution"); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/player/SimplePlayer.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/player/SimplePlayer.class.php deleted file mode 100644 index 86c6882..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/player/SimplePlayer.class.php +++ /dev/null @@ -1,55 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_player_Player', - 'org_tubepress_impl_ioc_IocContainer')); - -/** - * A TubePress "player", such as lightWindow, GreyBox, popup window, etc - */ -class org_tubepress_impl_player_SimplePlayer implements org_tubepress_api_player_Player -{ - const LOG_PREFIX = 'Player'; - - public function getHtml(org_tubepress_api_video_Video $vid, $galleryId) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $playerName = $tpom->get(org_tubepress_api_const_options_names_Display::CURRENT_PLAYER_NAME); - $eps = $ioc->get('org_tubepress_api_embedded_EmbeddedPlayer'); - $themeHandler = $ioc->get('org_tubepress_api_theme_ThemeHandler'); - - try { - $template = $themeHandler->getTemplateInstance("players/$playerName.tpl.php"); - } catch (Exception $e) { - return ''; - } - - $template->setVariable(org_tubepress_api_const_template_Variable::EMBEDDED_SOURCE, $eps->toString($vid->getId())); - $template->setVariable(org_tubepress_api_const_template_Variable::GALLERY_ID, $galleryId); - $template->setVariable(org_tubepress_api_const_template_Variable::VIDEO, $vid); - $template->setVariable(org_tubepress_api_const_template_Variable::EMBEDDED_WIDTH, $tpom->get(org_tubepress_api_const_options_names_Embedded::EMBEDDED_WIDTH)); - - return $template->toString(); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/provider/SimpleProvider.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/provider/SimpleProvider.class.php deleted file mode 100644 index 01ff4e4..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/provider/SimpleProvider.class.php +++ /dev/null @@ -1,140 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_provider_Provider', - 'org_tubepress_impl_log_Log', - 'org_tubepress_api_url_UrlBuilder', - 'org_tubepress_api_const_options_names_Feed', - 'org_tubepress_api_feed_FeedResult', - 'org_tubepress_api_provider_ProviderCalculator', - 'org_tubepress_api_factory_VideoFactory', - 'org_tubepress_api_querystring_QueryStringService')); - -/** - * Interface to a remove video provider - */ -class org_tubepress_impl_provider_SimpleProvider implements org_tubepress_api_provider_Provider -{ - const LOG_PREFIX = 'Video Provider'; - - /** - * Get the video feed result. - * - * @return org_tubepress_api_feed_FeedResult The feed result. - */ - public function getMultipleVideos() - { - $result = new org_tubepress_api_feed_FeedResult(); - - try { - return $this->_wrappedGetMultipleVideos($result); - } catch (Exception $e) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Caught exception when retrieving videos: ' . $e->getMessage()); - $result->setEffectiveTotalResultCount(0); - $result->setVideoArray(array()); - return $result; - } - } - - protected function _wrappedGetMultipleVideos($result) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $qss = $ioc->get('org_tubepress_api_querystring_QueryStringService'); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $pc = $ioc->get('org_tubepress_api_provider_ProviderCalculator'); - - /* figure out which page we're on */ - $currentPage = $qss->getPageNum($_GET); - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Current page number is %d', $currentPage); - - $provider = $pc->calculateCurrentVideoProvider(); - - /* build the request URL */ - $urlBuilder = $ioc->get('org_tubepress_api_url_UrlBuilder'); - $url = $urlBuilder->buildGalleryUrl($currentPage); - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'URL to fetch is %s', $url, $url); - - /* make the request */ - $feedRetrievalService = $ioc->get('org_tubepress_api_feed_FeedFetcher'); - $useCache = $tpom->get(org_tubepress_api_const_options_names_Feed::CACHE_ENABLED); - $rawFeed = $feedRetrievalService->fetch($url, $useCache); - - /* get the count */ - $feedInspectionService = $ioc->get('org_tubepress_api_feed_FeedInspector'); - $totalCount = $feedInspectionService->getTotalResultCount($rawFeed); - - if ($totalCount == 0) { - throw new Exception('Zero videos found'); - } - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Reported total result count is %d video(s)', $totalCount); - - /* convert the XML to objects */ - $factory = $ioc->get('org_tubepress_api_factory_VideoFactory'); - $videos = $factory->feedToVideoArray($rawFeed); - - $result->setEffectiveTotalResultCount($totalCount); - $result->setVideoArray($videos); - return $result; - } - - /** - * Fetch a single video. - * - * @param string $customVideoId The video ID to fetch. - * - * @return org_tubepress_api_video_Video The video. - */ - public function getSingleVideo($customVideoId) - { - try { - return $this->_wrappedGetSingleVideo($customVideoId); - } catch (Exception $e) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Caught exception when getting single video: ' . $e->getMessage()); - return null; - } - } - - private function _wrappedGetSingleVideo($customVideoId) - { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Fetching video with ID %s', $customVideoId); - - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $urlBuilder = $ioc->get('org_tubepress_api_url_UrlBuilder'); - $videoUrl = $urlBuilder->buildSingleVideoUrl($customVideoId); - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'URL to fetch is %s', $videoUrl); - - $feedRetrievalService = $ioc->get('org_tubepress_api_feed_FeedFetcher'); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $results = $feedRetrievalService->fetch($videoUrl, $tpom->get(org_tubepress_api_const_options_names_Feed::CACHE_ENABLED)); - $factory = $ioc->get('org_tubepress_api_factory_VideoFactory'); - $videoArray = $factory->feedToVideoArray($results); - - if (empty($videoArray)) { - return null; - } - - return $videoArray[0]; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/provider/SimpleProviderCalculator.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/provider/SimpleProviderCalculator.class.php deleted file mode 100644 index 4a1f8e9..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/provider/SimpleProviderCalculator.class.php +++ /dev/null @@ -1,73 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_ioc_IocContainer', - 'org_tubepress_api_provider_Provider', - 'org_tubepress_api_provider_ProviderCalculator', - 'org_tubepress_api_options_OptionsManager', - 'org_tubepress_api_provider_ProviderCalculator')); - -/** - * Calculates video provider in use. - */ -class org_tubepress_impl_provider_SimpleProviderCalculator implements org_tubepress_api_provider_ProviderCalculator -{ - /** - * Determine the current video provider. - * - * @return string 'youtube', 'vimeo', or 'directory' - */ - public function calculateCurrentVideoProvider() - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $video = $tpom->get(org_tubepress_api_const_options_names_Output::VIDEO); - $pc = $ioc->get('org_tubepress_api_provider_ProviderCalculator'); - - /* requested a single video, and it's not vimeo or directory, so must be youtube */ - if ($video != '') { - return $pc->calculateProviderOfVideoId($video); - } - - /* calculate based on gallery content */ - $currentMode = $tpom->get(org_tubepress_api_const_options_names_Output::MODE); - if (strpos($currentMode, 'vimeo') === 0) { - return org_tubepress_api_provider_Provider::VIMEO; - } - if (strpos($currentMode, 'directory') === 0) { - return org_tubepress_api_provider_Provider::DIRECTORY; - } - return org_tubepress_api_provider_Provider::YOUTUBE; - } - - public function calculateProviderOfVideoId($videoId) - { - if (is_numeric($videoId) === true) { - return org_tubepress_api_provider_Provider::VIMEO; - } - if (preg_match_all('/^.*\.[A-Za-z]{3}$/', $videoId, $arr, PREG_PATTERN_ORDER) === 1) { - return org_tubepress_api_provider_Provider::DIRECTORY; - } - return org_tubepress_api_provider_Provider::YOUTUBE; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/querystring/SimpleQueryStringService.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/querystring/SimpleQueryStringService.class.php deleted file mode 100644 index a625489..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/querystring/SimpleQueryStringService.class.php +++ /dev/null @@ -1,128 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_api_querystring_QueryStringService', - 'org_tubepress_api_const_querystring_QueryParamName')); - -/** - * Handles some tasks related to the query string - */ -class org_tubepress_impl_querystring_SimpleQueryStringService implements org_tubepress_api_querystring_QueryStringService -{ - /** - * Try to get the custom video ID from the query string - * - * @param array $getVars The PHP $_GET array - * - * @return string The custom video ID, or '' if not set - */ - public function getCustomVideo($getVars) - { - return self::_getQueryVar($getVars, org_tubepress_api_const_querystring_QueryParamName::VIDEO); - } - - public function getSearchTerms($getVars) - { - return self::_getQueryVar($getVars, org_tubepress_api_const_querystring_QueryParamName::SEARCH_TERMS); - } - - /** - * Try to get the gallery ID from the query string - * - * @param array $getVars The PHP $_GET array - * - * @return string The gallery ID, or '' if not set - */ - public function getGalleryId($getVars) - { - return self::_getQueryVar($getVars, org_tubepress_api_const_querystring_QueryParamName::GALLERY_ID); - } - - /** - * Returns what's in the address bar - * - * @param array $serverVars The PHP $_SERVER array - * - * @return string What's in the address bar - */ - public function getFullUrl($serverVars) - { - $pageURL = 'http'; - if (isset($serverVars['HTTPS']) && $serverVars['HTTPS'] == 'on') { - $pageURL .= 's'; - } - $pageURL .= '://'; - if ($serverVars['SERVER_PORT'] != '80') { - $pageURL .= $serverVars['SERVER_NAME'].':'. - $serverVars['SERVER_PORT'].$serverVars['REQUEST_URI']; - } else { - $pageURL .= $serverVars['SERVER_NAME'].$serverVars['REQUEST_URI']; - } - return $pageURL; - } - - /** - * Try to figure out what page we're on by looking at the query string - * Defaults to '1' if there's any doubt - * - * @param array $getVars The PHP $_GET array - * - * @return int The page number - */ - public function getPageNum($getVars) - { - $key = org_tubepress_api_const_querystring_QueryParamName::PAGE; - $pageNum = ((isset($getVars[$key])) ? - $getVars[$key] : 1); - - if (!is_numeric($pageNum) || ($pageNum < 1)) { - $pageNum = 1; - } - return $pageNum; - } - - /** - * Try to get the shortcode from the query string - * - * @param array $getVars The PHP $_GET array - * - * @return string The shortcode, or '' if not set - */ - public function getShortcode($getVars) - { - return self::_getQueryVar($getVars, org_tubepress_api_const_querystring_QueryParamName::SHORTCODE); - } - - /** - * Do a check for a get variable - * - * @param array $getVars The PHP $_GET array - * @param string $key The name of the variable to check for - * - * @return string The value of the variable, or '' if it doesn't exist - */ - private static function _getQueryVar($getVars, $key) - { - return isset($getVars[$key]) ? $getVars[$key] : ''; - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/shortcode/SimpleShortcodeParser.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/shortcode/SimpleShortcodeParser.class.php deleted file mode 100644 index 9089800..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/shortcode/SimpleShortcodeParser.class.php +++ /dev/null @@ -1,183 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_ioc_IocContainer', - 'org_tubepress_api_shortcode_ShortcodeParser')); - -/** - * Parses shortcodes. - */ -class org_tubepress_impl_shortcode_SimpleShortcodeParser implements org_tubepress_api_shortcode_ShortcodeParser -{ - const LOG_PREFIX = 'Shortcode parser'; - - /** - * This function is used to parse a shortcode into options that TubePress can use. - * - * @param string $content The haystack in which to search - * - * @return array The associative array of parsed options. - */ - public function parse($content) - { - try { - $this->_wrappedParse($content); - } catch (Exception $e) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Caught exception when parsing shortcode: ' . $e->getMessage()); - } - } - - private function _wrappedParse($content) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - - /* what trigger word are we using? */ - $keyword = $tpom->get(org_tubepress_api_const_options_names_Advanced::KEYWORD); - - if (!$this->somethingToParse($content, $keyword)) { - return; - } - - $toReturn = array(); - - /* Match everything in square brackets after the trigger */ - $regexp = "\[$keyword\b(.*)\]"; - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Regular expression for content is %s', $regexp); - - preg_match("/$regexp/", $content, $matches); - - if (sizeof($matches) === 0) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'No shortcodes detected in content'); - return; - } - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Found a shortcode: %s', $matches[0]); - - $tpom->setShortcode($matches[0]); - - /* Anything matched? */ - if (isset($matches[1]) && $matches[1] != '') { - - $text = preg_replace('/[\x{00a0}\x{200b}]+/u', ' ', $matches[1]); - $text = self::_convertQuotes($text); - $pattern = '/(\w+)\s*=\s*"([^"]*)"(?:\s*,)?(?:\s|$)|(\w+)\s*=\s*\'([^\']*)\'(?:\s*,)?(?:\s|$)|(\w+)\s*=\s*([^\s\'"]+)(?:\s*,)?(?:\s|$)/'; - - if ( preg_match_all($pattern, $text, $match, PREG_SET_ORDER) ) { - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Custom options detected in shortcode: %s', $matches[0]); - - $toReturn = self::_parseCustomOption($toReturn, $match, $ioc); - - $tpom->setCustomOptions($toReturn); - } - } else { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'No custom options detected in shortcode: %s', $matches[0]); - } - } - - /** - * Determines if the given content contains a shortcode. - * - * @param string $content The content to search through - * @param string $trigger The shortcode trigger word - * - * @return boolean True if there's a shortcode in the content, false otherwise. - */ - public function somethingToParse($content, $trigger = "tubepress") - { - return preg_match("/\[$trigger\b(.*)\]/", $content) === 1; - } - - /** - * Handles the detection of a custom options - * - * @param array $customOptions The custom options array - * @param array $match The array shortcode matches - * @param org_tubepress_api_ioc_IocService $ioc The IOC service - * - * @return void - */ - private static function _parseCustomOption($customOptions, $match, org_tubepress_api_ioc_IocService $ioc) - { - $inputValidationService = $ioc->get('org_tubepress_api_options_OptionValidator'); - - foreach ($match as $m) { - - if (!empty($m[1])) { - $name = $m[1]; - $value = self::_normalizeValue($m[2]); - } elseif (!empty($m[3])) { - $name = $m[3]; - $value = self::_normalizeValue($m[4]); - } elseif (!empty($m[5])) { - $name = $m[5]; - $value = self::_normalizeValue($m[6]); - } - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Custom shortcode detected: %s = %s', $name, (string)$value); - - try { - $inputValidationService->validate($name, $value); - $customOptions[$name] = $value; - } catch (Exception $e) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Ignoring invalid value for "%s" option: %s', $name, $e->getMessage()); - } - } - return $customOptions; - } - - /** - * Replaces weird quotes with normal ones. Fun. - * - * @param string $text The string to search through - * - * @return void - */ - private static function _convertQuotes($text) - { - $converted = str_replace(array('‘', '’', '′'), '\'', $text); - return str_replace(array('"', '“', '”', '″'), '"', $converted); - } - - /** - * Strips out ugly slashes and converts boolean - * - * @param string $value The raw option name or value - * - * @return string The cleaned up option name or value - */ - private static function _normalizeValue($value) - { - $cleanValue = trim(stripcslashes($value)); - if ($cleanValue == 'true') { - return true; - } - if ($cleanValue == 'false') { - return false; - } - return $cleanValue; - } -} - diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/single/SimpleSingleVideo.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/single/SimpleSingleVideo.class.php deleted file mode 100644 index cfef248..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/single/SimpleSingleVideo.class.php +++ /dev/null @@ -1,93 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_ioc_IocContainer', - 'org_tubepress_api_theme_ThemeHandler', - 'org_tubepress_impl_options_OptionsReference', - 'org_tubepress_api_single_SingleVideo', - 'org_tubepress_api_const_options_CategoryName', - 'org_tubepress_api_message_MessageService', - 'org_tubepress_api_provider_Provider', - 'org_tubepress_api_patterns_FilterManager', - 'org_tubepress_api_const_filters_ExecutionPoint')); - -/** - * Handles requests for a single video (for embedding) - */ -class org_tubepress_impl_single_SimpleSingleVideo implements org_tubepress_api_single_SingleVideo -{ - const LOG_PREFIX = 'Single video'; - - /** - * Get the HTML for a single video display. - * - * @param string $videoId The ID of the video to display. - * - * @return string The HTML for the single video display. - */ - public function getSingleVideoHtml($videoId) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $ms = $ioc->get('org_tubepress_api_message_MessageService'); - - try { - return $this->_wrappedGetSingleVideoHtml($videoId, $ioc, $ms); - } catch (Exception $e) { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Caught exception when getting single video HTML: ' . $e->getMessage()); - return $ms->_('no-videos-found'); - } - } - - private function _wrappedGetSingleVideoHtml($videoId, $ioc, $ms) - { - $filterManager = $ioc->get('org_tubepress_api_patterns_FilterManager'); - $provider = $ioc->get('org_tubepress_api_provider_Provider'); - $themeHandler = $ioc->get('org_tubepress_api_theme_ThemeHandler'); - $template = $themeHandler->getTemplateInstance('single_video.tpl.php'); - - /* grab the video from the provider */ - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Asking provider for video with ID %s', $videoId); - $video = $provider->getSingleVideo($videoId); - - if ($video === null) { - return $ms->_('no-videos-found'); - } - - /* add some core template variables */ - $template->setVariable(org_tubepress_api_const_template_Variable::VIDEO, $video); - - /* send the template through the filters */ - $filteredTemplate = $filterManager->runFilters(org_tubepress_api_const_filters_ExecutionPoint::SINGLE_VIDEO_TEMPLATE, $template, $video); - - /* send video HTML through the filters */ - $filteredHtml = $filterManager->runFilters(org_tubepress_api_const_filters_ExecutionPoint::SINGLE_VIDEO_HTML, $filteredTemplate->toString()); - - /* we're done. tie up. */ - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $tpom->setCustomOptions(array()); - - /* staples - that was easy */ - return $filteredHtml; - } -} - diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/template/SimpleTemplate.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/template/SimpleTemplate.class.php deleted file mode 100644 index 2aeb4ef..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/template/SimpleTemplate.class.php +++ /dev/null @@ -1,68 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require(dirname(__FILE__) . '/../../../../tubepress_classloader.php'); -tubepress_load_classes(array('org_tubepress_impl_util_StringUtils', - 'org_tubepress_api_template_Template')); - -class org_tubepress_impl_template_SimpleTemplate implements org_tubepress_api_template_Template -{ - private $_source; - private $_path; - - public function __construct() - { - $this->_source = array(); - } - - public function setPath($path) - { - if (!is_readable($path)) { - throw new Exception("Cannot read template at $path"); - } - $this->_path = $path; - } - - public function setVariable($name, $value) - { - $this->_source[$name] = $value; - } - - public function toString() - { - if (!isset($this->_path)) { - throw new Exception('Can\'t build template when no file is set'); - } - - ob_start(); - extract($this->_source); - include realpath($this->_path); - $result = ob_get_contents(); - ob_end_clean(); - return org_tubepress_impl_util_StringUtils::removeEmptyLines($result); - } - - public function reset() - { - $this->_source = array(); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/theme/SimpleThemeHandler.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/theme/SimpleThemeHandler.class.php deleted file mode 100644 index c9de8c3..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/theme/SimpleThemeHandler.class.php +++ /dev/null @@ -1,91 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_ioc_IocContainer', - 'org_tubepress_api_const_options_names_Display', - 'org_tubepress_impl_log_Log', - 'org_tubepress_impl_template_SimpleTemplate', - 'org_tubepress_api_theme_ThemeHandler')); - -/** - * A TubePress theme handler - */ -class org_tubepress_impl_theme_SimpleThemeHandler implements org_tubepress_api_theme_ThemeHandler -{ - const LOG_PREFIX = 'Theme Handler'; - - public function getTemplateInstance($pathToTemplate) - { - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Attempting to load template instance from %s', $pathToTemplate); - - $currentTheme = $this->calculateCurrentThemeName(); - $filePath = self::_getFilePath($currentTheme, $pathToTemplate); - - if (!is_readable($filePath)) { - throw new Exception("Cannot read file at $filePath"); - } - - org_tubepress_impl_log_Log::log(self::LOG_PREFIX, 'Successfully loaded template from %s', $filePath); - $template = new org_tubepress_impl_template_SimpleTemplate(); - $template->setPath($filePath); - return $template; - } - - public function getCssPath($currentTheme, $relative = false) - { - return self::_getFilePath($currentTheme, 'style.css', $relative); - } - - public function calculateCurrentThemeName() - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $currentTheme = $tpom->get(org_tubepress_api_const_options_names_Display::THEME); - if ($currentTheme == '') { - $currentTheme = 'default'; - } - return $currentTheme; - } - - private static function _getFilePath($currentTheme, $pathToTemplate, $relative = false) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $fs = $ioc->get('org_tubepress_api_filesystem_Explorer'); - $tubepressInstallationPath = $fs->getTubePressBaseInstallationPath(); - $filePath = "$tubepressInstallationPath/sys/ui/themes/$currentTheme/$pathToTemplate"; - - if ($currentTheme === 'default' || !is_readable($filePath)) { - $filePath = "$tubepressInstallationPath/content/themes/$currentTheme/$pathToTemplate"; - } - if ($currentTheme === 'default' || !is_readable($filePath)) { - $filePath = "$tubepressInstallationPath/sys/ui/themes/default/$pathToTemplate"; - } - - if ($relative) { - return str_replace("$tubepressInstallationPath/", '', $filePath); - } - - return $filePath; - } -} - diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/url/DelegatingUrlBuilder.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/url/DelegatingUrlBuilder.class.php deleted file mode 100644 index d0f0c12..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/url/DelegatingUrlBuilder.class.php +++ /dev/null @@ -1,70 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require(dirname(__FILE__) . '/../../../../tubepress_classloader.php'); -tubepress_load_classes(array('org_tubepress_api_url_UrlBuilder', - 'org_tubepress_api_provider_ProviderCalculator', - 'org_tubepress_impl_ioc_IocContainer', - 'org_tubepress_api_patterns_StrategyManager')); - -/** - * Builds URLs based on the current provider - */ -class org_tubepress_impl_url_DelegatingUrlBuilder implements org_tubepress_api_url_UrlBuilder -{ - /** - * Builds a URL for a list of videos - * - * @return string The request URL for this gallery - */ - public function buildGalleryUrl($currentPage) - { - return self::_build($currentPage, false); - } - - /** - * Builds a request url for a single video - * - * @param string $id The video ID to search for - */ - public function buildSingleVideoUrl($id) - { - return self::_build($id, true); - } - - private static function _build($arg, $single) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $pc = $ioc->get('org_tubepress_api_provider_ProviderCalculator'); - $sm = $ioc->get('org_tubepress_api_patterns_StrategyManager'); - - //TODO: what if this bails? - $providerName = $pc->calculateCurrentVideoProvider(); - - /* let the strategies do the heavy lifting */ - //TODO: what if this bails? - return $sm->executeStrategy(array( - 'org_tubepress_impl_url_strategies_YouTubeUrlBuilderStrategy', - 'org_tubepress_impl_url_strategies_VimeoUrlBuilderStrategy' - ), $providerName, $single, $arg); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/url/strategies/AbstractUrlBuilderStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/url/strategies/AbstractUrlBuilderStrategy.class.php deleted file mode 100644 index 559b64b..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/url/strategies/AbstractUrlBuilderStrategy.class.php +++ /dev/null @@ -1,107 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require(dirname(__FILE__) . '/../../../../../tubepress_classloader.php'); -tubepress_load_classes(array('org_tubepress_api_patterns_Strategy', - 'org_tubepress_api_const_options_values_ModeValue', - 'org_tubepress_api_options_OptionsManager', - 'org_tubepress_api_const_options_names_Advanced', - 'org_tubepress_api_const_options_names_Display', - 'org_tubepress_api_const_options_names_Embedded', - 'org_tubepress_api_const_options_names_Meta', - 'org_tubepress_api_url_Url', - 'org_tubepress_api_const_options_names_Feed')); - -/** - * Base URL builder functionality. - */ -abstract class org_tubepress_impl_url_strategies_AbstractUrlBuilderStrategy implements org_tubepress_api_patterns_Strategy -{ - /** - * Returns true if this strategy is able to handle - * the request. - * - * @return boolean True if the strategy can handle the request, false otherwise. - */ - public function canHandle() - { - $args = func_get_args(); - self::_checkArgs($args); - - return $args[0] === $this->_getHandledProviderName(); - } - - /** - * Execute the strategy. - * - * @return unknown The result of this strategy execution. - */ - public function execute() - { - $args = func_get_args(); - self::_checkArgs($args); - - /* single video */ - if ($args[1]) { - return $this->_buildSingleVideoUrl($args[2]); - } - return $this->_buildGalleryUrl($args[2]); - } - - protected abstract function _getHandledProviderName(); - - protected abstract function _buildSingleVideoUrl($id); - - protected abstract function _buildGalleryUrl($page); - - /** - * Called *before* canHandle() and execute() to allow the strategy - * to initialize itself. - * - * @return void - */ - public function start() - { - //do nothing - } - - /** - * Called *after* canHandle() and execute() to allow the strategy - * to tear itself down. - * - * @return void - */ - public function stop() - { - //do nothing - } - - private static function _checkArgs($args) - { - if (sizeof($args) !== 3) { - throw new Exception("Expected 3 args, only got " . sizeof($args)); - } - if (!is_bool($args[1])) { - throw new Exception("Arg 2 must be boolean"); - } - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/url/strategies/VimeoUrlBuilderStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/url/strategies/VimeoUrlBuilderStrategy.class.php deleted file mode 100644 index 32f0394..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/url/strategies/VimeoUrlBuilderStrategy.class.php +++ /dev/null @@ -1,227 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_url_strategies_AbstractUrlBuilderStrategy', - 'org_tubepress_api_const_options_values_ModeValue', - 'org_tubepress_api_options_OptionsManager', - 'org_tubepress_api_const_options_names_Advanced', - 'org_tubepress_api_const_options_names_Display', - 'org_tubepress_api_const_options_names_Embedded', - 'org_tubepress_api_const_options_names_Meta', - 'org_tubepress_api_const_options_names_Feed')); - -/** - * Builds URLs to send out to Vimeo - * - */ -class org_tubepress_impl_url_strategies_VimeoUrlBuilderStrategy extends org_tubepress_impl_url_strategies_AbstractUrlBuilderStrategy -{ - /** - * Builds a gdata request url for a list of videos - * - * @return string The gdata request URL for this gallery - */ - protected function _buildGalleryUrl($currentPage) - { - $params = array(); - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $mode = $tpom->get(org_tubepress_api_const_options_names_Output::MODE); - - $this->_verifyKeyAndSecretExists($tpom); - - switch ($mode) { - - case org_tubepress_api_const_options_values_ModeValue::VIMEO_UPLOADEDBY: - $params['method'] = 'vimeo.videos.getUploaded'; - $params['user_id'] = $tpom->get(org_tubepress_api_const_options_names_Output::VIMEO_UPLOADEDBY_VALUE); - break; - case org_tubepress_api_const_options_values_ModeValue::VIMEO_LIKES: - $params['method'] = 'vimeo.videos.getLikes'; - $params['user_id'] = $tpom->get(org_tubepress_api_const_options_names_Output::VIMEO_LIKES_VALUE); - break; - case org_tubepress_api_const_options_values_ModeValue::VIMEO_APPEARS_IN: - $params['method'] = 'vimeo.videos.getAppearsIn'; - $params['user_id'] = $tpom->get(org_tubepress_api_const_options_names_Output::VIMEO_APPEARS_IN_VALUE); - break; - case org_tubepress_api_const_options_values_ModeValue::VIMEO_SEARCH: - $params['method'] = 'vimeo.videos.search'; - $params['query'] = $tpom->get(org_tubepress_api_const_options_names_Output::VIMEO_SEARCH_VALUE); - - $filter = $tpom->get(org_tubepress_api_const_options_names_Feed::SEARCH_ONLY_USER); - if ($filter != '') { - $params['user_id'] = $filter; - } - - break; - case org_tubepress_api_const_options_values_ModeValue::VIMEO_CREDITED: - $params['method'] = 'vimeo.videos.getAll'; - $params['user_id'] = $tpom->get(org_tubepress_api_const_options_names_Output::VIMEO_CREDITED_VALUE); - break; - case org_tubepress_api_const_options_values_ModeValue::VIMEO_CHANNEL: - $params['method'] = 'vimeo.channels.getVideos'; - $params['channel_id'] = $tpom->get(org_tubepress_api_const_options_names_Output::VIMEO_CHANNEL_VALUE); - break; - case org_tubepress_api_const_options_values_ModeValue::VIMEO_ALBUM: - $params['method'] = 'vimeo.albums.getVideos'; - $params['album_id'] = $tpom->get(org_tubepress_api_const_options_names_Output::VIMEO_ALBUM_VALUE); - break; - case org_tubepress_api_const_options_values_ModeValue::VIMEO_GROUP: - $params['method'] = 'vimeo.groups.getVideos'; - $params['group_id'] = $tpom->get(org_tubepress_api_const_options_names_Output::VIMEO_GROUP_VALUE); - } - - $params['full_response'] = 'true'; - $params['page'] = $currentPage; - $params['per_page'] = $tpom->get(org_tubepress_api_const_options_names_Display::RESULTS_PER_PAGE); - $sort = $this->_getSort($mode, $tpom); - - if ($sort != '') { - $params['sort'] = $sort; - } - - return $this->_buildUrl($params, $tpom); - } - - protected function _buildSingleVideoUrl($id) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - $pc = $ioc->get('org_tubepress_api_provider_ProviderCalculator'); - - //TODO: what if this bails? - $providerName = $pc->calculateProviderOfVideoId($id); - - if ($providerName !== org_tubepress_api_provider_Provider::VIMEO) { - throw new Exception("Unable to build Vimeo URL for video with ID $id"); - } - - $params = array(); - $params['method'] = 'vimeo.videos.getInfo'; - $params['video_id'] = $id; - - return $this->_buildUrl($params, $tpom); - } - - protected function _getHandledProviderName() - { - return org_tubepress_api_provider_Provider::VIMEO; - } - - private function _getSort($mode, org_tubepress_api_options_OptionsManager $tpom) - { - /* these two modes can't be sorted */ - if ($mode == org_tubepress_api_const_options_values_ModeValue::VIMEO_CHANNEL - || $mode == org_tubepress_api_const_options_values_ModeValue::VIMEO_ALBUM) { - return ''; - } - - $order = $tpom->get(org_tubepress_api_const_options_names_Display::ORDER_BY); - - if ($mode == org_tubepress_api_const_options_values_ModeValue::VIMEO_SEARCH - && $order == 'relevance') { - return 'relevant'; - } - - if ($mode == org_tubepress_api_const_options_values_ModeValue::VIMEO_GROUP - && $order == 'random') { - return $order; - } - - if ($order == 'viewCount') { - return 'most_played'; - } - - if ($order == 'commentCount') { - return 'most_commented'; - } - - if ($order == 'rating') { - return 'most_liked'; - } - - if ($order == 'newest' || $order == 'oldest') { - return $order; - } - return ''; - } - - private function _buildUrl($params, org_tubepress_api_options_OptionsManager $tpom) - { - $base = 'http://vimeo.com/api/rest/v2'; - - $params['format'] = 'php'; - $params['oauth_consumer_key'] = $tpom->get(org_tubepress_api_const_options_names_Feed::VIMEO_KEY); - $params['oauth_nonce'] = md5(uniqid(mt_rand(), true)); - $params['oauth_signature_method'] = 'HMAC-SHA1'; - $params['oauth_timestamp'] = time(); - $params['oauth_version'] ='1.0'; - $params['oauth_signature'] = $this->_generateSignature($params, $base, $tpom); - return $base . '?' . http_build_query($params); - } - - private function _generateSignature($params, $base, org_tubepress_api_options_OptionsManager $tpom) - { - uksort($params, 'strcmp'); - $params = $this->_url_encode_rfc3986($params); - - $baseString = array('GET', $base, urldecode(http_build_query($params))); - $baseString = $this->_url_encode_rfc3986($baseString); - $baseString = implode('&', $baseString); - - // Make the key - $keyParts = array($tpom->get(org_tubepress_api_const_options_names_Feed::VIMEO_SECRET), ''); - $keyParts = $this->_url_encode_rfc3986($keyParts); - $key = implode('&', $keyParts); - - // Generate signature - return base64_encode(hash_hmac('sha1', $baseString, $key, true)); - } - - private function _verifyKeyAndSecretExists(org_tubepress_api_options_OptionsManager $tpom) - { - if ($tpom->get(org_tubepress_api_const_options_names_Feed::VIMEO_KEY) === '') { - throw new Exception('Missing Vimeo API Consumer Key.'); - } - if ($tpom->get(org_tubepress_api_const_options_names_Feed::VIMEO_SECRET) === '') { - throw new Exception('Missing Vimeo API Consumer Secret.'); - } - - } - - /** - * URL encode a parameter or array of parameters. - * - * @param array/string $input A parameter or set of parameters to encode. - */ - private function _url_encode_rfc3986($input) - { - if (is_array($input)) { - return array_map(array($this, '_url_encode_rfc3986'), $input); - } elseif (is_scalar($input)) { - return str_replace(array('+', '%7E'), array(' ', '~'), rawurlencode($input)); - } else { - return ''; - } - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/url/strategies/YouTubeUrlBuilderStrategy.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/url/strategies/YouTubeUrlBuilderStrategy.class.php deleted file mode 100644 index 5e490a8..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/url/strategies/YouTubeUrlBuilderStrategy.class.php +++ /dev/null @@ -1,202 +0,0 @@ -. - * - */ - -function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/../../../../../tubepress_classloader.php'; -tubepress_load_classes(array('org_tubepress_impl_url_strategies_AbstractUrlBuilderStrategy', - 'org_tubepress_api_const_options_values_ModeValue', - 'org_tubepress_api_options_OptionsManager', - 'org_tubepress_api_const_options_names_Advanced', - 'org_tubepress_api_const_options_names_Display', - 'org_tubepress_api_const_options_names_Embedded', - 'org_tubepress_api_const_options_names_Meta', - 'org_tubepress_api_url_Url', - 'org_tubepress_api_const_options_names_Feed')); - -/** - * Builds URLs to send out to YouTube for gdata - * - */ -class org_tubepress_impl_url_strategies_YouTubeUrlBuilderStrategy extends org_tubepress_impl_url_strategies_AbstractUrlBuilderStrategy -{ - /** - * Builds a gdata request url for a list of videos - * - * @param int $currentPage The current page of the gallery. - * - * @return string The gdata request URL for this gallery - */ - protected function _buildGalleryUrl($currentPage) - { - $url = ''; - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $tpom = $ioc->get('org_tubepress_api_options_OptionsManager'); - - switch ($tpom->get(org_tubepress_api_const_options_names_Output::MODE)) { - - case org_tubepress_api_const_options_values_ModeValue::USER: - $url = 'users/' . $tpom->get(org_tubepress_api_const_options_names_Output::USER_VALUE) . '/uploads'; - break; - - case org_tubepress_api_const_options_values_ModeValue::TOP_RATED: - $url = 'standardfeeds/top_rated?time=' . $tpom->get(org_tubepress_api_const_options_names_Output::TOP_RATED_VALUE); - break; - - case org_tubepress_api_const_options_values_ModeValue::POPULAR: - $url = 'standardfeeds/most_viewed?time=' . $tpom->get(org_tubepress_api_const_options_names_Output::MOST_VIEWED_VALUE); - break; - - case org_tubepress_api_const_options_values_ModeValue::PLAYLIST: - $url = 'playlists/' . $tpom->get(org_tubepress_api_const_options_names_Output::PLAYLIST_VALUE); - break; - - case org_tubepress_api_const_options_values_ModeValue::MOST_RESPONDED: - $url = 'standardfeeds/most_responded'; - break; - - case org_tubepress_api_const_options_values_ModeValue::MOST_RECENT: - $url = 'standardfeeds/most_recent'; - break; - - case org_tubepress_api_const_options_values_ModeValue::TOP_FAVORITES: - $url = 'standardfeeds/top_favorites'; - break; - - case org_tubepress_api_const_options_values_ModeValue::MOST_DISCUSSED: - $url = 'standardfeeds/most_discussed'; - break; - - case org_tubepress_api_const_options_values_ModeValue::FAVORITES: - $url = 'users/' . $tpom->get(org_tubepress_api_const_options_names_Output::FAVORITES_VALUE) . '/favorites'; - break; - - case org_tubepress_api_const_options_values_ModeValue::TAG: - $tags = $tpom->get(org_tubepress_api_const_options_names_Output::TAG_VALUE); - $tags = str_replace(' ', '+', self::_replaceQuotes($tags)); - $tags = rawurlencode($tags); - $url = "videos?q=$tags"; - - $filter = $tpom->get(org_tubepress_api_const_options_names_Feed::SEARCH_ONLY_USER); - if ($filter != '') { - $url .= "&author=$filter"; - } - break; - - default: - $url = 'standardfeeds/recently_featured'; - break; - } - - $request = new org_tubepress_api_url_Url("http://gdata.youtube.com/feeds/api/$url"); - $this->_commonUrlPostProcessing($tpom, $request); - $this->_galleryUrlPostProcessing($tpom, $request, $currentPage); - return $request->toString(); - } - - protected function _getHandledProviderName() - { - return org_tubepress_api_provider_Provider::YOUTUBE; - } - - private static function _replaceQuotes($text) - { - return str_replace(array('‘', '’', '′', '"', '“', '”', '″'), '"', $text); - } - - protected function _buildSingleVideoUrl($id) - { - $ioc = org_tubepress_impl_ioc_IocContainer::getInstance(); - $pc = $ioc->get('org_tubepress_api_provider_ProviderCalculator'); - - //TODO: what if this bails? - $providerName = $pc->calculateProviderOfVideoId($id); - - if ($providerName !== org_tubepress_api_provider_Provider::YOUTUBE) { - throw new Exception("Unable to build YouTube URL for video with ID $id"); - } - - $requestURL = new org_tubepress_api_url_Url("http://gdata.youtube.com/feeds/api/videos/$id"); - $this->_commonUrlPostProcessing($ioc->get('org_tubepress_api_options_OptionsManager'), $requestURL); - - return $requestURL->toString(); - } - - private function _commonUrlPostProcessing(org_tubepress_api_options_OptionsManager $tpom, org_tubepress_api_url_Url $url) - { - $url->setQueryVariable('v', 2); - $url->setQueryVariable('key', $tpom->get(org_tubepress_api_const_options_names_Feed::DEV_KEY)); - } - - /** - * Appends some global query parameters on the request - * before we fire it off to YouTube - * - * @param string &$request The request to be manipulated - * - * @return void - */ - private function _galleryUrlPostProcessing(org_tubepress_api_options_OptionsManager $tpom, org_tubepress_api_url_Url $url, $currentPage) - { - $perPage = $tpom->get(org_tubepress_api_const_options_names_Display::RESULTS_PER_PAGE); - - /* start index of the videos */ - $start = ($currentPage * $perPage) - $perPage + 1; - - $url->setQueryVariable('start-index', $start); - $url->setQueryVariable('max-results', $perPage); - - $this->_setOrderBy($tpom, $url); - - $url->setQueryVariable('safeSearch', $tpom->get(org_tubepress_api_const_options_names_Feed::FILTER)); - - if ($tpom->get(org_tubepress_api_const_options_names_Feed::EMBEDDABLE_ONLY)) { - $url->setQueryVariable('format', '5'); - } - } - - private function _setOrderBy(org_tubepress_api_options_OptionsManager $tpom, org_tubepress_api_url_Url $url) - { - $order = $tpom->get(org_tubepress_api_const_options_names_Display::ORDER_BY); - $mode = $tpom->get(org_tubepress_api_const_options_names_Output::MODE); - - if ($order == 'random') { - return; - } - - /* any feed can take these */ - if ($order == 'viewCount' || $order =='published') { - $url->setQueryVariable('orderby', $order); - return; - } - - /* playlist specific stuff */ - if ($mode == org_tubepress_api_const_options_values_ModeValue::PLAYLIST) { - if (in_array($order, array('position', 'commentCount', 'duration', 'title'))) { - $url->setQueryVariable('orderby', $order); - } - return; - } - - if (in_array($order, array('relevance', 'rating'))) { - $url->setQueryVariable('orderby', $order); - } - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/util/StringUtils.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/util/StringUtils.class.php deleted file mode 100644 index fa48aee..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/util/StringUtils.class.php +++ /dev/null @@ -1,61 +0,0 @@ -. - * - */ - -/** - * Some string utilities - * - */ -class org_tubepress_impl_util_StringUtils -{ - /** - * Replaces the first occurence of a string by another string - * - * @param string $search The needle - * @param string $replace The replacement string - * @param string $str The haystack - * - * @return string The haystack with the first needle replaced - * by the replacement string - */ - public static function replaceFirst($search, $replace, $str) - { - $l = strlen($str); - $a = strpos($str, $search); - $b = $a + strlen($search); - $temp = substr($str, 0, $a) . $replace . substr($str, $b, ($l-$b)); - return $temp; - } - - //http://programming-oneliners.blogspot.com/2006/03/remove-blank-empty-lines-php-29.html - public static function removeEmptyLines($string) - { - return preg_replace("/(^[\r\n]*|[\r\n]+)[\s\t]*[\r\n]+/", "\n", $string); - } - - public static function cleanForSearch($string) - { - /* chop it off at 100 chars */ - $result = substr($string, 0, 100); - - /* only allow alphanumerics, pipe, plus, quotes, and minus */ - return preg_replace('/[^a-zA-Z0-9"\'\+\|\- ]/', '', $result); - } -} diff --git a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/util/TimeUtils.class.php b/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/util/TimeUtils.class.php deleted file mode 100644 index a676221..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/org/tubepress/impl/util/TimeUtils.class.php +++ /dev/null @@ -1,93 +0,0 @@ -. - * - */ - -/** - * Time conversion utilities. - * - */ -class org_tubepress_impl_util_TimeUtils -{ - //Grabbed from http://www.weberdev.com/get_example-4769.html - /** - * Converts a unix timestamp to relative time. - * - * @param integer $timestamp The Unix timestamp. - * - * @return string The relative time of this timestamp. - */ - public static function getRelativeTime($timestamp) - { - $difference = time() - $timestamp; - $periods = array('sec', 'min', 'hour', 'day', 'week', 'month', 'year', 'decade'); - $lengths = array('60','60','24','7','4.35','12','10'); - $ending = 'ago'; - - for ($j = 0; $difference >= $lengths[$j]; $j++) { - - if ($lengths[$j] != 0) { - $difference /= $lengths[$j]; - } - } - - $difference = round($difference); - if ($difference != 1) { - $periods[$j] .= 's'; - } - $text = "$difference $periods[$j] $ending"; - return $text; - } - - /** - * Converts a count of seconds to a minutes:seconds format. - * - * @param $integer $seconds The count of seconds. - * - * @return string The time in minutes:seconds format - */ - public static function secondsToHumanTime($seconds) - { - $length = intval($seconds / 60); - $leftOverSeconds = $seconds % 60; - if ($leftOverSeconds < 10) { - $leftOverSeconds = '0' . $leftOverSeconds; - } - $length .= ':' . $leftOverSeconds; - return $length; - } - - /** - * Converts gdata timestamps to unix time - * - * @param string $rfc3339 The RFC 3339 format of time - * - * @return int Unix time for the given RFC 3339 time - */ - public static function rfc3339toUnixTime($rfc3339) - { - $tmp = str_replace("T", " ", $rfc3339); - $tmp = ereg_replace("(\.[0-9]{1,})?", "", $tmp); - $datetime = substr($tmp, 0, 19); - $timezone = str_replace(":", "", substr($tmp, 19, 6)); - - return strtotime($datetime . " " . $timezone); - } -} - diff --git a/src/wp-content/plugins/tubepress/sys/classes/tubepress_classloader.php b/src/wp-content/plugins/tubepress/sys/classes/tubepress_classloader.php deleted file mode 100644 index 60ae401..0000000 --- a/src/wp-content/plugins/tubepress/sys/classes/tubepress_classloader.php +++ /dev/null @@ -1,71 +0,0 @@ -. - * - */ - -function tubepress_load_classes($classesToLoad) -{ - foreach ($classesToLoad as $class) { - tubepress_classloader($class); - } -} - -/** - * Attempts to load a class file based on the class name - * - * @param string $className The name of the class to load - * - * @return void - */ -function tubepress_classloader($className) -{ - /* already have the class or interface? bail */ - if (class_exists($className, false) || interface_exists($className, false)) { - return; - } - - /* see if the class is in the loading queue */ - global $tubepressClassLoadingQueue; - if (!isset($tubepressClassLoadingQueue)) { - $tubepressClassLoadingQueue = array(); - } - if (array_key_exists($className, $tubepressClassLoadingQueue)) { - return; - } - $tubepressClassLoadingQueue[$className] = '1'; - - /* - * replace all underscores with the directory separator and add ".class.php" - * e.g. "org_tubepress_package_MyClass" becomes "org/tubepress/package/MyClass.class.php" - */ - $fileName = str_replace('_', DIRECTORY_SEPARATOR, $className) . '.class.php'; - - /* piece together the absolute file name */ - $currentDir = dirname(__FILE__) . "/../classes/"; - $absPath = $currentDir . $fileName; - - /* include the file if it exists */ - if (file_exists($absPath)) { - include $absPath; - } - - /* class is done loading, remove it from the queue */ - unset($tubepressClassLoadingQueue[$className]); -} - diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-ar_SA.mo b/src/wp-content/plugins/tubepress/sys/i18n/tubepress-ar_SA.mo deleted file mode 100644 index 4d6f00c328f36136185a91078dbd1eacdee6097a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15173 zcmcJU36LCDdB-1M0>}raxeUo;ZDGl1M~4q=VadokY#GTGl5AseVrF-GciKBUJ)Z8- zYH>oWTNX!BAq1$T65F!TdM!&9vMtL2QaBWlBBUx*3inh|RLVIZl><_#P$b2X-~YYW zJ+p`86se5#=0Dy2-uJ%y`(E$&UU$x?4WCai-p1H_jxm1*{>v-*;`4)Zjj`ZAfmeYG z&NJppa1FQwoB*!?9|jkKU2rS-3s5Aso^Q-szz=~7zz+B;;CeHL5+J_xdv z`5W*8@NYr!^}}#|9yfLWBEGm~E(2c+ULEizQ0wmm-woD5@%;e!YVdhb`+gsM1Nam0 zLhyVZ3NHpV?;5^d3T^~{0d4}BYBsU>Qt(5d_}&9bo{xhs2R{W?USiDWz-3&21Ljbv z`7coN{~Q$kSG~^Ddkgqht`~u~f@?twehx&1=2`H+!LNhj@446e`8oJzuKxpk6L=oN zd=k6_yb(MJt^j`u{u;QH#oG6lfOmo7I{~G~9Uv^5y&y}>r^EAU@D*I22zVNlJYNB~ zAm`V>9bCT&CS-?Cf);!r;8#FcG%tXQ!5@QzpoRH5cr*AscnTE1zk{=kg3p0>f|sEj z-9G?|&u2mD`5WN1;9r5#!?_pv{VxFCFgg*_2BnGtslh6 z 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. - -msgid "" -msgstr "" -"Project-Id-Version: TubePress 2.1.0\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: Eric Hough \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" - -msgid "TubePress Options" -msgstr "خيارات presstube" - -msgid "Save" -msgstr "Ø­ÙØ¸" - -msgid "Set default options for the plugin. Each option here can be overridden on a per page/post basis with TubePress shortcodes. See the documentation for more info. An asterisk (*) next to an option indicates it's only available with TubePress Pro." -msgstr "قم بتغيير الخيارات Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠØ© Ù„TubePressØŒ كل خيار يمكن تخطيه ÙÙŠ ØµÙØ­Ø© أو تدوينة باستخدام الshortcode‫.‬ الخيارات التي تليها ‫*‬ هي لنسخة pro Ùقط" - -msgid "Which videos?" -msgstr "أي Ùيديو؟" - -msgid "Top rated videos from..." -msgstr "أعلى الÙيديوات تقييماً من‫...‬" - -msgid "This YouTube user's \"favorites\"" -msgstr "" - -msgid "The latest \"featured\" videos on YouTube's homepage" -msgstr "المÙيديوات المقترحة لدى Ø§Ù„ØµÙØ­Ø© الرئيسية ÙÙŠ يوتوب" - -msgid "Videos for mobile phones" -msgstr "الÙيديوات للهوات٠النقالة" - -msgid "This playlist" -msgstr "هذه القائمة" - -msgid "Limited to 200 videos per playlist. Will usually look something like this: D2B04665B213AE35. Copy the playlist id from the end of the URL in your browser's address bar (while looking at a YouTube playlist). It comes right after the \"p=\". For instance: http://youtube.com/my_playlists?p=D2B04665B213AE35" -msgstr "الحد هو ٢٠٠ لكل قائمة ‫-‬ انسخ الرقم ÙÙŠ آخر الرابط مثل D2B04665B213AE35 " - -msgid "Most-viewed videos from" -msgstr "أكثر الÙيديوهات مشاهدة من" - -msgid "Most-recently added videos" -msgstr "أحدث الÙيديوهات" - -msgid "Most-discussed videos" -msgstr "أكثر الÙيديوهات جدلاً" - -msgid "Most-responded to videos" -msgstr "أكثر الÙيديوهات ردوداً" - -msgid "Videos uploaded by this Vimeo user" -msgstr "الÙيديوهات هذا المستخدم ÙÙŠ Ùيميو" - -msgid "Videos this Vimeo user likes" -msgstr "الÙيديوهات التي تعجب مستخدم Ùيميو هذا" - -msgid "Videos this Vimeo user appears in" -msgstr "الÙيديوهات التي يظهر Ùيها مستخدم Ùيميو هذا" - -msgid "Vimeo search for..." -msgstr "بحث ÙÙŠ Ùيميو‫...‬" - -msgid "Videos credited to this Vimeo user (either appears in or uploaded by)" -msgstr "الÙيديوهات المنسوبة لمستخدم Ùيميو هذا ‫(‬إذا كانت مرÙوعه منه أو ظهر Ùيها‫)‬" - -msgid "Videos in this Vimeo channel" -msgstr "الÙيديوهات ÙÙŠ قناة Ùيميو هذه" - -msgid "Videos from this Vimeo album" -msgstr "الÙيديوهات ÙÙŠ ألبوم Ùيميو هذا" - -msgid "Videos from this Vimeo group" -msgstr "الÙيديوهات ÙÙŠ مجموعة Ùيميو هذه" - -msgid "Views" -msgstr "عدد المشاهدات" - -msgid "YouTube search for..." -msgstr "بحث ÙÙŠ يوتوب‫...‬" - -msgid "Videos from this YouTube user" -msgstr "Ùيديوهات من هذا المستخدم ÙÙŠ يوتوب" - -msgid "YouTube limits this mode to 1,000 results" -msgstr "يوتوب تضح حد ÙÙŠ هذا الطور ل١٠٠٠ نتيجة Ùقط" - -msgid "Play each video" -msgstr "شغل كل الÙيديوهات" - -msgid "Maximum description length" -msgstr "الحد الأعلى لطول الوصÙ" - -msgid "Max width (px)" -msgstr "أقصى عرض بالبكسل" - -msgid "Maximum number of characters to display in video descriptions. Set to 0 for no limit." -msgstr "الحد الأعلى للخانات ÙÙŠ وص٠‫(‬ضع ØµÙØ± Ù  Ù„Ø±ÙØ¹ الحد‫)‬" - -msgid "Height (px) of thumbs" -msgstr "طول صور المعاينة" - -msgid "Default is 90" -msgstr "Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ Ù‡Ùˆ ٩٠" - -msgid "Width (px) of thumbs" -msgstr "عرض صور المعاينة" - -msgid "Default is 120" -msgstr "Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ Ù‡Ùˆ ١٢٠" - -msgid "Use relative dates" -msgstr "استعمل التواريخ النسبية" - -msgid "e.g. \"yesterday\" instead of \"November 3, 1980\"" -msgstr "مثل قبل يوم بدلاً من التاريخ" - -msgid "Videos per Page" -msgstr "الÙيديوهات ÙÙŠ Ø§Ù„ØµÙØ­Ø© الواحدة" - -msgid "Default is 20. Maximum is 50" -msgstr "Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ Ù‡Ùˆ ٢٠، الحد الأعلى هو ٥٠" - -msgid "Show pagination above thumbnails" -msgstr "اظهر ارقام Ø§Ù„ØµÙØ­Ø§Øª Ùˆ Ø§Ù„ØªØµÙØ­ ÙÙŠ أعلى صور العاينة" - -msgid "Show pagination below thumbnails" -msgstr "اظهر ارقام Ø§Ù„ØµÙØ­Ø§Øª Ùˆ Ø§Ù„ØªØµÙØ­ ÙÙŠ أسÙÙ„ صور العاينة" - -msgid "Use high-quality thumbnails" -msgstr "استعمل صور معاينة عالية الدقة" - -msgid "Ajax-enabled pagination" -msgstr "استعمل ارقام ØªØµÙØ­ باستخدام ajax" - -msgid "Only applies to galleries that span multiple pages" -msgstr "ØªÙØ¹Ù„ عند وجود أكثر من ØµÙØ­Ø© واحدة" - -msgid "Order videos by" -msgstr "رتب الÙيديوهات على حسب" - -msgid "Embedded Player" -msgstr "مشغل مدمج" - -msgid "Auto-play videos" -msgstr "شغل الÙيديو تلقائياً" - -msgid "Allow fullscreen playback" -msgstr "اسمح بالتشغيل ÙÙŠ وضع شاشة كاملة" - -msgid "Max height (px)" -msgstr "الحد الأعلى للطول بالبكسل" - -msgid "Default is 350" -msgstr "Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ Ù‡Ùˆ ٣٥٠" - -msgid "Default is 425" -msgstr "Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ Ù‡Ùˆ ٤٢٥" - -msgid "Default is 999999" -msgstr "Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ Ù‡Ùˆ ٩٩٩٩٩٩" - -msgid "Default is FFFFFF" -msgstr "Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ Ù‡Ùˆ FFFFFF" - -msgid "Loop" -msgstr "تكرار" - -msgid "Continue playing the video until the user stops it" -msgstr "شغل الÙيديو الى أن يقوم المستخدم بالايقاÙ" - -msgid "Show title and rating before video starts" -msgstr "أظهر العنوان Ùˆ التقييم قبل اظهار الÙيديو" - -msgid "Main color" -msgstr "اللون الأساسي" - -msgid "Highlight color" -msgstr "لون التسليط" - -msgid "Show related videos" -msgstr "اظهر الÙيديوهات المشابهة" - -msgid "Toggles the display of related videos after a video finishes" -msgstr "اظهر الÙيديوهات المشابهة بعد اكمال التشغيل" - -msgid "Show videos in high definition when available" -msgstr "شغل الÙيديوهات بدقة عالية ان امكن" - -msgid "Provider Feed" -msgstr "تغذيات المقدم" - -msgid "Meta Display" -msgstr "اظهار الأوسمة" - -msgid "Author" -msgstr "المؤلÙ" - -msgid "Category" -msgstr "التصنيÙ" - -msgid "Description" -msgstr "الوصÙ" - -msgid "ID" -msgstr "رقم التعريÙ" - -msgid "Length" -msgstr "الطول" - -msgid "Likes" -msgstr "عدد المعجبين" - -msgid "Rating" -msgstr "تقييم" - -msgid "Ratings" -msgstr "التقييمات" - -msgid "Keywords" -msgstr "كلمات Ù…ÙØªØ§Ø­ÙŠØ©" - -msgid "Title" -msgstr "العنوان" - -msgid "Posted" -msgstr "منشور" - -msgid "Runtime" -msgstr "طول العرض" - -msgid "URL" -msgstr "الرابط" - -msgid "Advanced" -msgstr "متقدمة" - -msgid "Date format" -msgstr "تنسيق التاريخ" - -msgid "Set the textual formatting of date information for videos. See date for examples." -msgstr "نسق نص التاريخ كما هو متعار٠عليه ÙÙŠ php" - -msgid "Videos blacklist" -msgstr "القائمة السوداء للÙيديوهات" - -msgid "List of video IDs that should never be displayed" -msgstr "قائمة بالÙيديوهات الممنوعة بالرقم التعريÙÙŠ" - -msgid "Enable debugging" -msgstr "شغل الdebugging" - -msgid "If checked, anyone will be able to view your debugging information. This is a rather small privacy risk. If you're not having problems with TubePress, or you're worried about revealing any details of your TubePress pages, feel free to disable the feature." -msgstr "اذا شغلت هذه الخاصية ÙØ³ÙˆÙ تكون معلومات الdebuggin Ù…ÙƒØ´ÙˆÙØ© للجميع" - -msgid "Filter \"racy\" content" -msgstr "رشح الأعمال الحساسة" - -msgid "Don't show videos that may not be suitable for minors." -msgstr "لا تظهر الÙيديوهات التي لا تلائم الصغار" - -msgid "Shortcode keyword" -msgstr "كلمات Ù…ÙØªØ§Ø­ÙŠØ© Ù„Shortcode" - -msgid "The word you insert (in plaintext, between square brackets) into your posts/pages to display a gallery." -msgstr "الكلمة التي تضعها ÙÙŠ النص لعرض الÙيديوهات" - -msgid "Randomize thumbnails" -msgstr "ضع الصور المعاينة بشكل عشوائي" - -msgid "Most videos come with several thumbnails. By selecting this option, each time someone views your gallery they will see the same videos with each video's thumbnail randomized. Note: this option cannot be used with the \"high quality thumbnails\" feature" -msgstr "كل الÙيديوهات تأتي بصور عشوائية كثيرة Ùˆ هذا الاختيار سيختار واحدة منها بشكل عشوائي" - -msgid "YouTube API Developer Key" -msgstr "Ù…ÙØªØ§Ø­ المطور عند يوتوب" - -msgid "YouTube will use this developer key for logging and debugging purposes if you experience a service problem on their end. You can register a new client ID and developer key here. Don't change this unless you know what you're doing." -msgstr "ضع Ù…ÙØªØ§Ø­ الAPI لدى يوتوب ÙÙŠ حالة ارادتك لتعقب المشاكل لدى يوتوب" - -msgid "Enable request cache" -msgstr "شغل الكاش للطلبات" - -msgid "Only retrieve embeddable videos" -msgstr "استقدم الÙيديوهات ذات خاصية الادماج Ùقط" - -msgid "Some videos have embedding disabled. Checking this option will exclude these videos from your galleries." -msgstr "بعض الÙيديوهات لا تسمح بالادماج Ùˆ تشغيل هذه الخاصية سيستثني هذه الÙيديوهات" - - -msgid "Maximum total videos to retrieve" -msgstr "الحد الأقصى للÙيديوهات التي ستستقدم" - -msgid "This can help to reduce the number of pages in your gallery. Set to \"0\" to remove any limit." -msgstr "هذا قد يقلل عدد Ø§Ù„ØµÙØ­Ø§Øª ÙÙŠ العرض‫.‬ اجعل الخاصة ØµÙØ±Ø§Ù‹ Ù„Ø±ÙØ¹ الحد" - -msgid "Appearance" -msgstr "المظهر" - -msgid "normally (at the top of your gallery)" -msgstr "عادي ‫(‬ÙÙŠ أعلى العرض‫)‬" - -msgid "in a popup window" -msgstr "ÙÙŠ ØµÙØ­Ø© جديدة" - -msgid "from the video's original YouTube page" -msgstr "ÙÙŠ ØµÙØ­Ø© يوتوب الرئيسية" - -msgid "from the video's original Vimeo page" -msgstr "ÙÙŠ ØµÙØ­Ø© Ùيميو الرئيسية" - -msgid "with FancyBox" -msgstr "باستخدام FancyBox" - -msgid "with TinyBox" -msgstr "باستخدام TinyBox" - -msgid "with jqModal" -msgstr "باستخدام jqModal" - -msgid "with Shadowbox" -msgstr "باستخدام Shadowbox" - -msgid "statically (page refreshes on each thumbnail click)" -msgstr "ثابتة ‫(â€¬Ø§Ù„ØµÙØ­Ø© تتحدث مع كل نقرة على صور العرض‫)‬" - -msgid "in a new window on its own" -msgstr "ÙÙŠ ØµÙØ­Ø© جديدة على حدة" - -msgid "relevance" -msgstr "العلاقة" - -msgid "view count" -msgstr "عدد المشاهدات" - -msgid "rating" -msgstr "التقييم" - -msgid "date published" -msgstr "تاريخ النشر" - -msgid "randomly" -msgstr "عشوائي" - -msgid "position in a playlist" -msgstr "المكان على قائمة العرض" - -msgid "comment count" -msgstr "عدد التعليقات" - -msgid "length" -msgstr "الطول" - -msgid "title" -msgstr "العنوان" - -msgid "today" -msgstr "اليوم" - -msgid "this week" -msgstr "هذا الاسبوع" - -msgid "this month" -msgstr "هذا الشهر" - -msgid "all time" -msgstr "على مر الزمن" - -msgid "next" -msgstr "التالي" - -msgid "prev" -msgstr "السابق" - -msgid "Displays YouTube videos in your sidebar using TubePress" -msgstr "اعرض Ùيديوهات يوتوب على القائمة الجانبية باستخدام TubePress" - -msgid "TubePress shortcode for the widget. See the documentation." -msgstr "الshortcode للقوائم الجانبية" - -msgid "none" -msgstr "بدون" - -msgid "moderate" -msgstr "تحرير" - -msgid "strict" -msgstr "متشدد" - -msgid "Provider default" -msgstr "Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠØ© من المقدم" - -msgid "JW FLV Media Player (by Longtail Video)" -msgstr "JW FLV Media Player" - -msgid "Implementation" -msgstr "التطبيق" - -msgid "The brand of the embedded player. Default is the provider's player (YouTube, Vimeo, etc)" -msgstr "" - -msgid "%s can only take on integer values. You supplied %s." -msgstr "%s لا يأخذ إلا قيمة رقمية Ùˆ أنت قدمت %s" - -msgid "%s must be a string. You supplied %s." -msgstr "%s لا يأخذ إلا قيمة نصية Ùˆ أنت قدمت %s" - -msgid "\"%s\" is not a valid option name." -msgstr "\"%s\" ليس اسماً صالحاً للخاصية" - -msgid "\"%s\" must be either true or false. You supplied \"%s\"." -msgstr "\"%s\" يجب أن تكون صح زو خطأ Ùˆ قد قدمت أنت \"%s\"" - -msgid "\"%s\" must be one of \"%s\". You supplied \"%s\"." -msgstr "\"%s\" يجب أن يكون أحد \"%s\" Ùˆ أنت قدمت \"%s\"" - -msgid "\"%s\" must be between \"%d\" and \"%d\". You supplied \"%d\"." -msgstr "\"%s\" يجب أن يكون بين \"%d\" Ùˆ \"%d\" Ùˆ أنت قدمت \"%d\"" - -msgid "Not all sort orders can be applied to all gallery types. See the documentation for more info." -msgstr "ليس كل أنواع الترتيب متاحة لجميع أنواع العروض" - -msgid "newest" -msgstr "الأحدث" - -msgid "oldest" -msgstr "الأقدم" - -msgid "Note: this option cannot be used with the \"randomize thumbnails\" feature" -msgstr "هذه الخاصية لا يمكن استعمالها مع خاصية صور المعاينة العشوائية" - -msgid "Theme" -msgstr "" - -msgid "The TubePress theme to use for this gallery. Your themes can be found at %s, and default themes can be found at %s." -msgstr "" - -msgid "Thumbs per video" -msgstr "" - -msgid "How many thumbnails to generate for each video. TubePress can randomly display the thumbs each time someone visits the gallery. See the \"Randomize thumbnails\" option under the \"Appearance\" tab." -msgstr "" - -msgid "Store network responses locally for 1 hour. Each response is on the order of a few hundred KB, so leaving the cache enabled will significantly reduce load times for your galleries at the slight expense of freshness." -msgstr "خزن الردود داخلياً لساعة واحدة ‫(‬ذلك قد يسرع عملية العرض‫)‬" - -msgid "This option cannot contain two consecutive periods" -msgstr "الاسم لا يتحمل وجود نقطتين متتابعتين" - -msgid "%s is not executable or does not exist." -msgstr "" - -msgid "%s is not a directory" -msgstr "" - -msgid "%s is not readable" -msgstr "" - -msgid "Videos most frequently flagged as favorites from..." -msgstr "" - -msgid "Vimeo API \"Consumer Key\"" -msgstr "" - -msgid "Click here to register for a consumer key and secret." -msgstr "" - -msgid "Vimeo API \"Consumer Secret\"" -msgstr "" - -msgid "Do not attempt to use cURL to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use the PHP HTTP extension to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fsockopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use PHP streams to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Disable cURL HTTP transport" -msgstr "" - -msgid "Disable HTTP extension transport" -msgstr "" - -msgid "Disable fopen HTTP transport" -msgstr "" - -msgid "Disable fsockopen HTTP transport" -msgstr "" - -msgid "Disable PHP streams HTTP transport" -msgstr "" - -msgid "Cache directory" -msgstr "" - -msgid "Leave blank to attempt to use system temp directory. Otherwise enter the absolute path of a writeable directory." -msgstr "" - -msgid "Cache expiration time (seconds)" -msgstr "" - -msgid "Cache entries will be considered stale after the specified number of seconds. Default is 3600 (one hour)." -msgstr "" - -msgid "Cache cleaning factor" -msgstr "" - -msgid "If you enter X, the entire cache will be cleaned every 1/X cache writes. Enter 0 to disable cache cleaning." -msgstr "" - -msgid "Only show options applicable to..." -msgstr "" - -msgid "Restrict search results to videos from this user" -msgstr "" - -msgid "Only applies to search-based galleries" -msgstr "" - -msgid "No matching videos" -msgstr "" - -msgid "Search" -msgstr "" - diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-de_DE.mo b/src/wp-content/plugins/tubepress/sys/i18n/tubepress-de_DE.mo deleted file mode 100644 index 75606bd6517b584c95d2a66f58a60b1e2c196b85..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9279 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. - -msgid "" -msgstr "" -"Project-Id-Version: TubePress 1.6.5\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: Pascal Berger \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso-8859-1\n" -"Content-Transfer-Encoding: 8bit\n" - -msgid "TubePress Options" -msgstr "TubePress Optionen" - -msgid "Save" -msgstr "Speichern" - -msgid "Set default options for the plugin. Each option here can be overridden on a per page/post basis with TubePress shortcodes. See the documentation for more info. An asterisk (*) next to an option indicates it's only available with TubePress Pro." -msgstr "" - -msgid "Which videos?" -msgstr "Video Optionen" - -msgid "Top rated videos from..." -msgstr "Am besten bewertete Videos von..." - -msgid "This YouTube user's \"favorites\"" -msgstr "Favoriten dieses YouTube Benutzers" - -msgid "The latest \"featured\" videos on YouTube's homepage" -msgstr "Die neusten \"angesagten\" Videos auf der YouTube Startseite" - -msgid "Videos for mobile phones" -msgstr "Videos für Mobiltelefone" - -msgid "This playlist" -msgstr "Diese Wiedergabeliste" - -msgid "Limited to 200 videos per playlist. Will usually look something like this: D2B04665B213AE35. Copy the playlist id from the end of the URL in your browser's address bar (while looking at a YouTube playlist). It comes right after the \"p=\". For instance: http://youtube.com/my_playlists?p=D2B04665B213AE35" -msgstr "Limitert auf 200 Videos pro Wiedergabeliste. Ist normalerweise in diesem Format: D2B04665B213AE35. Kopieren Sie die ID der Wiedergabeliste vom Ende der URL aus der Adressleiste ihres Browsers während Sie eine YouTube Wiedergabeliste betrachten. Die ID folgt gleich nach dem 'p='. Zum Beispiel: http://youtube.com/my_playlists?p=D2B04665B213AE35" - -msgid "Most-viewed videos from" -msgstr "Am häufigsten betrachtete Videos von" - -msgid "Most-recently added videos" -msgstr "Neuste Videos" - -msgid "Most-discussed videos" -msgstr "Am meisten diskutierte Videos" - -msgid "Most-responded to videos" -msgstr "Am meisten beantworteten Videos" - -msgid "Views" -msgstr "Aufrufe" - -msgid "YouTube search for..." -msgstr "YouTube durchsuchen nach..." - -msgid "Videos from this YouTube user" -msgstr "Videos von diesem YouTube Benutzer" - -msgid "YouTube limits this mode to 1,000 results" -msgstr "YouTube beschränkt diesen Modus auf 1'000 Resultate" - -msgid "Appearance" -msgstr "" - -msgid "Play each video" -msgstr "Anzeigemodus" - -msgid "Maximum description length" -msgstr "Maximale Bezeichnungslänge" - -msgid "Maximum number of characters to display in video descriptions. Set to 0 for no limit." -msgstr "Maximale Anzahl Zeichen welche von der Beschreibung des Videos angezeigt werden sollen. Setzen Sie diesen Wert auf 0 um die vollständige Bezeichnung anzuzeigen." - -msgid "Height (px) of thumbs" -msgstr "Höhe (Pixel) der Vorschaubilder" - -msgid "Default is 90" -msgstr "Standardwert ist 90" - -msgid "Width (px) of thumbs" -msgstr "Breite (Pixel) der Vorschaubilder" - -msgid "Default is 120" -msgstr "Standardwert ist 120" - -msgid "Use relative dates" -msgstr "Relative Datumsangaben" - -msgid "e.g. \"yesterday\" instead of \"November 3, 1980\"" -msgstr "z.B. \"gestern\" anstatt \"3. November 1980\"" - -msgid "Videos per Page" -msgstr "Videos pro Seite" - -msgid "Default is 20. Maximum is 50" -msgstr "Standardwert ist 20. Maximum ist 50" - -msgid "Order videos by" -msgstr "Videos sortieren nach" - -msgid "Embedded Player" -msgstr "Eingebundener Player" - -msgid "Auto-play videos" -msgstr "Automatisch abspielen" - -msgid "Max height (px)" -msgstr "Max. Höhe (Pixel)" - -msgid "Default is 350" -msgstr "Standardwert ist 350" - -msgid "Default is 425" -msgstr "Standardwert ist 425" - -msgid "Loop" -msgstr "Wiederholung" - -msgid "Continue playing the video until the user stops it" -msgstr "Wiederholt das Video bis der Benutzer die Wiedergabe unterbricht." - -msgid "Main color" -msgstr "Farbe" - -msgid "Provider default" -msgstr "" - -msgid "JW FLV Media Player (by Longtail Video)" -msgstr "" - -msgid "Show related videos" -msgstr "Ähnliche Videos anzeigen" - -msgid "Toggles the display of related videos after a video finishes" -msgstr "Schaltet das Anzeigen von ähnlichen Videos nach dem Ende des Videos ein oder aus." - -msgid "Provider Feed" -msgstr "" - -msgid "Meta Display" -msgstr "Meta Anzeige" - -msgid "Author" -msgstr "Autor" - -msgid "Category" -msgstr "Kategorie" - -msgid "Description" -msgstr "Beschreibung" - -msgid "ID" -msgstr "ID" - -msgid "Likes" -msgstr "" - -msgid "Length" -msgstr "Dauer" - -msgid "Rating" -msgstr "Bewertung" - -msgid "Ratings" -msgstr "Bewertungen" - -msgid "Keywords" -msgstr "Keywords" - -msgid "Title" -msgstr "Titel" - -msgid "Posted" -msgstr "Hinzugefügt am" - -msgid "URL" -msgstr "URL" - -msgid "Advanced" -msgstr "Erweitert" - -msgid "Date format" -msgstr "Datumsformat" - -msgid "Set the textual formatting of date information for videos. See date for examples." -msgstr "Setzt das Datumsformat. Siehe hier für Beispiele." - -msgid "Enable debugging" -msgstr "Debug Modus einschalten" - -msgid "If checked, anyone will be able to view your debugging information. This is a rather small privacy risk. If you're not having problems with TubePress, or you're worried about revealing any details of your TubePress pages, feel free to disable the feature." -msgstr "Falls diese Option gewählt ist kann jedermann die Debug Informationen einsehen. Dies ist ein kleines Risiko für Privatsphärenverletzungen. Falls Sie keine Probleme mit TubePress haben oder falls Sie keine Details über ihre Videos veröffentlichen möchten, können Sie diese Option ausschalten." - -msgid "Filter \"racy\" content" -msgstr "Jugendschutzfilter" - -msgid "none" -msgstr "" - -msgid "moderate" -msgstr "" - -msgid "strict" -msgstr "" - -msgid "Don't show videos that may not be suitable for minors." -msgstr "Videos welche für Minderjährige ungeeignet sind ausblenden" - -msgid "Shortcode keyword" -msgstr "Schlüsselwort" - -msgid "The word you insert (in plaintext, between square brackets) into your posts/pages to display a gallery." -msgstr "Das Wort welches sie in ihre Seiten und Beiträge einf�gen (im Klartext, zwischen eckigen Klammern) um eine Videogallerie anzuzeigen." - -msgid "Randomize thumbnails" -msgstr "Zufällige Vorschaubilder" - -msgid "Most videos come with several thumbnails. By selecting this option, each time someone views your gallery they will see the same videos with each video's thumbnail randomized. Note: this option cannot be used with the \"high quality thumbnails\" feature" -msgstr "Die meisten Videos besitzen mehrere Vorschaubilder. Durch Setzen dieser Option wird bei jedem Anzeigen ein zufälliges Vorschaubild für ein Video angezeigt." - -msgid "YouTube API Developer Key" -msgstr "YouTube API Developer Key" - -msgid "YouTube will use this developer key for logging and debugging purposes if you experience a service problem on their end. You can register a new client ID and developer key here. Don't change this unless you know what you're doing." -msgstr "YouTube benutzt diesen Schlüssel bei einem Problem für Protokoll und Debug Zwecke. Sie können sich hier registrieren und eine neue Client ID und einen neuen Developer Key beantragen. Ändern sie diese Einstellung nicht ausser Sie wissen was Sie tun." - -msgid "Enable request cache" -msgstr "Anfragen Zwischenspeicher" - -msgid "Store network responses locally for 1 hour. Each response is on the order of a few hundred KB, so leaving the cache enabled will significantly reduce load times for your galleries at the slight expense of freshness." -msgstr "Speichert Antworten von YouTube lokal für 1 Stunde. Jede Anfrage ist im Bereich von ein paar hundert KB, daher reduziert das aktivieren des Zwischenspeichers die Ladezeiten f�r die Videogallerien merklich auf geringe Kosten der Aktualität." - -msgid "normally (at the top of your gallery)" -msgstr "Normal (oberhalb der Videogallerie)" - -msgid "in a popup window" -msgstr "In einem Popup Fenster" - -msgid "from the video's original YouTube page" -msgstr "Von der Original YouTube Seite" - -msgid "with Shadowbox" -msgstr "Mit Shadowbox" - -msgid "relevance" -msgstr "relevanz" - -msgid "view count" -msgstr "Aufrufe" - -msgid "rating" -msgstr "Bewertung" - -msgid "date published" -msgstr "Hochgeladen am" - -msgid "randomly" -msgstr "Zufällig" - -msgid "today" -msgstr "Heute" - -msgid "this week" -msgstr "Dieser Woche" - -msgid "this month" -msgstr "Diesem Monat" - -msgid "all time" -msgstr "Allzeit" - -msgid "next" -msgstr "Nächstes" - -msgid "prev" -msgstr "Vorheriges" - -msgid "Displays YouTube videos in your sidebar using TubePress" -msgstr "Zeigt YouTube Videos mittels TubePress in der Sidebar an" - -msgid "TubePress shortcode for the widget. See the documentation." -msgstr "TubePress Kurzcode für das Widget. Siehe Dokumentation." - -msgid "Videos uploaded by this Vimeo user" -msgstr "" - -msgid "Videos this Vimeo user likes" -msgstr "" - -msgid "Videos this Vimeo user appears in" -msgstr "" - -msgid "Vimeo search for..." -msgstr "" - -msgid "Videos credited to this Vimeo user (either appears in or uploaded by)" -msgstr "" - -msgid "Videos in this Vimeo channel" -msgstr "" - -msgid "Videos from this Vimeo album" -msgstr "" - -msgid "Videos from this Vimeo group" -msgstr "" - -msgid "Show pagination above thumbnails" -msgstr "" - -msgid "Show pagination below thumbnails" -msgstr "" - -msgid "Only applies to galleries that span multiple pages" -msgstr "" - -msgid "Ajax-enabled pagination" -msgstr "" - -msgid "Use high-quality thumbnails" -msgstr "" - -msgid "Max width (px)" -msgstr "" - -msgid "Allow fullscreen playback" -msgstr "" - -msgid "Default is 999999" -msgstr "" - -msgid "Highlight color" -msgstr "" - -msgid "Default is FFFFFF" -msgstr "" - -msgid "Show title and rating before video starts" -msgstr "" - -msgid "Show videos in high definition when available" -msgstr "" - -msgid "Implementation" -msgstr "" - -msgid "The brand of the embedded player. Default is the provider's player (YouTube, Vimeo, etc)" -msgstr "" - -msgid "Videos blacklist" -msgstr "" - -msgid "List of video IDs that should never be displayed" -msgstr "" - -msgid "Only retrieve embeddable videos" -msgstr "" - -msgid "Some videos have embedding disabled. Checking this option will exclude these videos from your galleries." -msgstr "" - -msgid "Maximum total videos to retrieve" -msgstr "" - -msgid "This can help to reduce the number of pages in your gallery. Set to \"0\" to remove any limit." -msgstr "" - -msgid "with jqModal" -msgstr "" - -msgid "with TinyBox" -msgstr "" - -msgid "with FancyBox" -msgstr "" - -msgid "statically (page refreshes on each thumbnail click)" -msgstr "" - -msgid "in a new window on its own" -msgstr "" - -msgid "from the video's original Vimeo page" -msgstr "" - -msgid "position in a playlist" -msgstr "" - -msgid "comment count" -msgstr "" - -msgid "length" -msgstr "" - -msgid "title" -msgstr "" - -msgid "Runtime" -msgstr "" - -msgid "\"%s\" is not a valid option name." -msgstr "" - -msgid "\"%s\" must be either true or false. You supplied \"%s\"." -msgstr "" - -msgid "%s can only take on integer values. You supplied %s." -msgstr "%s muss ein Ganzzahlenwert sein. Sie haben %s eingegeben." - -msgid "\"%s\" must be between \"%d\" and \"%d\". You supplied \"%d\"." -msgstr "%s muss zwischen %d und %d liegen. Sie haben %s eingegeben." - -msgid "\"%s\" must be one of \"%s\". You supplied \"%s\"." -msgstr "" - -msgid "%s must be a string. You supplied %s." -msgstr "%s muss eine Zeichenkette sein. Sie haben %s eingegeben." - -msgid "Not all sort orders can be applied to all gallery types. See the documentation for more info." -msgstr "" - -msgid "newest" -msgstr "" - -msgid "oldest" -msgstr "" - -msgid "Note: this option cannot be used with the \"randomize thumbnails\" feature" -msgstr "" - -msgid "%s is not executable or does not exist." -msgstr "" - -msgid "Thumbs per video" -msgstr "" - -msgid "How many thumbnails to generate for each video. TubePress can randomly display the thumbs each time someone visits the gallery. See the \"Randomize thumbnails\" option under the \"Appearance\" tab." -msgstr "" - -msgid "This option cannot contain two consecutive periods" -msgstr "" - -msgid "%s is not a directory" -msgstr "" - -msgid "%s is not readable" -msgstr "" - -msgid "Theme" -msgstr "" - -msgid "The TubePress theme to use for this gallery. Your themes can be found at %s, and default themes can be found at %s." -msgstr "" - -msgid "Videos most frequently flagged as favorites from..." -msgstr "" - -msgid "Vimeo API \"Consumer Key\"" -msgstr "" - -msgid "Click here to register for a consumer key and secret." -msgstr "" - -msgid "Vimeo API \"Consumer Secret\"" -msgstr "" - -msgid "Do not attempt to use cURL to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use the PHP HTTP extension to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fsockopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use PHP streams to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Disable cURL HTTP transport" -msgstr "" - -msgid "Disable HTTP extension transport" -msgstr "" - -msgid "Disable fopen HTTP transport" -msgstr "" - -msgid "Disable fsockopen HTTP transport" -msgstr "" - -msgid "Disable PHP streams HTTP transport" -msgstr "" - -msgid "Cache directory" -msgstr "" - -msgid "Leave blank to attempt to use system temp directory. Otherwise enter the absolute path of a writeable directory." -msgstr "" - -msgid "Cache expiration time (seconds)" -msgstr "" - -msgid "Cache entries will be considered stale after the specified number of seconds. Default is 3600 (one hour)." -msgstr "" - -msgid "Cache cleaning factor" -msgstr "" - -msgid "If you enter X, the entire cache will be cleaned every 1/X cache writes. Enter 0 to disable cache cleaning." -msgstr "" - -msgid "Only show options applicable to..." -msgstr "" - -msgid "Restrict search results to videos from this user" -msgstr "" - -msgid "Only applies to search-based galleries" -msgstr "" - -msgid "No matching videos" -msgstr "" - -msgid "Search" -msgstr "" diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-es_ES.mo b/src/wp-content/plugins/tubepress/sys/i18n/tubepress-es_ES.mo deleted file mode 100644 index ec5c66d99046ac0144a30e0198acd50d80e35eda..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14781 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 bb-=~GHGBO=LKou~61uA1N9cF;I^ur;C4hlI diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-es_ES.po b/src/wp-content/plugins/tubepress/sys/i18n/tubepress-es_ES.po deleted file mode 100644 index 3f6038e..0000000 --- a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-es_ES.po +++ /dev/null @@ -1,549 +0,0 @@ -# Copyright 2006 - 2011 Eric D. Hough (http://ehough.com) -# -# This file is part of TubePress (http://tubepress.org) -# -# TubePress is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# TubePress is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with TubePress. If not, see . -msgid "" -msgstr "" -"Project-Id-Version: TubePress 1.9.0\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: _ <_>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso-8859-1\n" -"Content-Transfer-Encoding: 8bit\n" - -msgid "TubePress Options" -msgstr "Opciones de TubePress" - -msgid "Save" -msgstr "Guardar" - -msgid "Set default options for the plugin. Each option here can be overridden on a per page/post basis with TubePress shortcodes. See the documentation for more info. An asterisk (*) next to an option indicates it's only available with TubePress Pro." -msgstr "Establece las opciones por omisión para el plugin. Cada una puede ser sobreseída de manera individual en las página o entradas individuaes. Consulte la documentación para mayor información. Un asterisco (*) al lado de la opción indica que solo se encuentra disponible con TubePress Pro." - -msgid "Which videos?" -msgstr "¿Cuales videos?" - -msgid "Top rated videos from..." -msgstr "Videos con mayor índice de audiencia de..." - -msgid "This YouTube user's \"favorites\"" -msgstr "\"favoritos\" de este usuario YouTube" - -msgid "The latest \"featured\" videos on YouTube's homepage" -msgstr "Los últimos videos \"destacados\" en la página inicial de YouTube" - -msgid "Videos for mobile phones" -msgstr "Videos para teléfonos móviles" - -msgid "This playlist" -msgstr "Esta Lista de Reproducción" - -msgid "Limited to 200 videos per playlist. Will usually look something like this: D2B04665B213AE35. Copy the playlist id from the end of the URL in your browser's address bar (while looking at a YouTube playlist). It comes right after the \"p=\". For instance: http://youtube.com/my_playlists?p=D2B04665B213AE35" -msgstr "Limitado a 200 videos por lista de reproducción. Generalmente se asemeja a lo siguiente: D2B04665B213AE35. Copie el ID al final del enlace (URL) en la barra de direcciones de su navegador (al estar viendo la lista en YouTube). Aparece inmediatamente después de \"p=\". Por ejemplo: http://youtube.com/my_playlists?p=D2B04665B213AE35" - -msgid "Most-viewed videos from" -msgstr "Videos más vistos de" - -msgid "Most-recently added videos" -msgstr "Videos más recientes" - -msgid "Most-discussed videos" -msgstr "Videos más discutidos" - -msgid "Most-responded to videos" -msgstr "Videos con más respuestas" - -msgid "Views" -msgstr "Vistas" - -msgid "YouTube search for..." -msgstr "Busqueda en Youtube para..." - -msgid "Videos from this YouTube user" -msgstr "Videos de este usuario Youtube" - -msgid "YouTube limits this mode to 1,000 results" -msgstr "YouTube limita este modo a 1,000 resultados" - -msgid "Play each video" -msgstr "Reproducir cada video" - -msgid "Maximum description length" -msgstr "Longitud máxima para descripción" - -msgid "Max width (px)" -msgstr "Anchura máxima (px) " - -msgid "Maximum number of characters to display in video descriptions. Set to 0 for no limit." -msgstr "Numero máximo de caracteres a desplegar en descripción de video. Escriba 0 para longitud ilimitada." - -msgid "Height (px) of thumbs" -msgstr "Altura (px) de miniaturas" - -msgid "Default is 90" -msgstr "Por omisión es 90" - -msgid "Width (px) of thumbs" -msgstr "Anchura (px) de miniaturas" - -msgid "Default is 120" -msgstr "Por omisión es 120" - -msgid "Use relative dates" -msgstr "Usar fechas relativas" - -msgid "e.g. \"yesterday\" instead of \"November 3, 1980\"" -msgstr "\"ayer\" en lugar de \"Noviembre 3, 1980\"" - -msgid "Videos per Page" -msgstr "Videos por página" - -msgid "Default is 20. Maximum is 50" -msgstr "Por omisión es 20. Máximo es 50" - -msgid "Show pagination above thumbnails" -msgstr "Mostrar paginación encima de miniaturas" - -msgid "Show pagination below thumbnails" -msgstr "Mostrar páginación abajo de miniaturas" - -msgid "Ajax-enabled pagination" -msgstr "Paginación habilitada con Ajax" - -msgid "Only applies to galleries that span multiple pages" -msgstr "Solo aplica a galerías que ocupan mas de 1 página" - -msgid "Order videos by" -msgstr "Ordenar videos por" - -msgid "Embedded Player" -msgstr "Reproductor de video" - -msgid "Auto-play videos" -msgstr "Videos con inicio automático" - -msgid "Allow fullscreen playback" -msgstr "Permitir reproducción en pantalla completa" - -msgid "Max height (px)" -msgstr "Altura máxima (px)" - -msgid "Default is 350" -msgstr "350 por omisión" - -msgid "Default is 425" -msgstr "425 por omisión" - -msgid "Default is 999999" -msgstr "999999 por omisión" - -msgid "Default is FFFFFF" -msgstr "FFFFFF por omisión" - -msgid "Loop" -msgstr "Iteración" - -msgid "Continue playing the video until the user stops it" -msgstr "Continuar reproduciendo el video hasta que el usuario lo detenga" - -msgid "Show title and rating before video starts" -msgstr "Mostrar titulo e índice de audiencia antes de iniciar el video" - -msgid "Main color" -msgstr "Color inicial" - -msgid "Highlight color" -msgstr "Color resaltado" - -msgid "Show related videos" -msgstr "Mostrar videos relacionados" - -msgid "Toggles the display of related videos after a video finishes" -msgstr "Abrir/cerrar el desplegado de videos relacionados al terminar de reproducir el video" - -msgid "Show videos in high definition when available" -msgstr "Mostrar videos en alta definición cuando se encuentren disponibles" - -msgid "Provider Feed" -msgstr "Contenido original" - -msgid "Meta Display" -msgstr "Desplegar Meta-datos" - -msgid "Author" -msgstr "Autor" - -msgid "Category" -msgstr "Categoría" - -msgid "Description" -msgstr "Descripción" - -msgid "ID" -msgstr "ID" - -msgid "Length" -msgstr "Duración" - -msgid "Rating" -msgstr "Rating" - -msgid "Ratings" -msgstr "no. de votos" - -msgid "Keywords" -msgstr "Palabras claves" - -msgid "Title" -msgstr "Titulo" - -msgid "Posted" -msgstr "Fecha de inclusión" - -msgid "Runtime" -msgstr "Tiempo de Ejecucion" - -msgid "URL" -msgstr "URL" - -msgid "Advanced" -msgstr "Avanzado" - -msgid "Date format" -msgstr "Formato para fecha" - -msgid "Set the textual formatting of date information for videos. See date for examples." -msgstr "Establecer el formato de texto para la información de fechas del video. Vea ejemplos en fecha" - -msgid "Enable debugging" -msgstr "Habilitar depurado" - -msgid "If checked, anyone will be able to view your debugging information. This is a rather small privacy risk. If you're not having problems with TubePress, or you're worried about revealing any details of your TubePress pages, feel free to disable the feature." -msgstr "Si se habilita, cualquiera podrá ver la información de depurado. Esto es cuestión de privacidad. Si tiene problemas con TubePress o está preocupado acerca de revelar detalles de sus páginas, deshabilite esta opción." - -msgid "Filter \"racy\" content" -msgstr "Filtrar contenido \"explícito\"" - -msgid "Don't show videos that may not be suitable for minors." -msgstr "No desplegar videos no apto para menores." - -msgid "Shortcode keyword" -msgstr "Palabra clave para shortcode" - -msgid "The word you insert (in plaintext, between square brackets) into your posts/pages to display a gallery." -msgstr "Ésta palabra se agregará (en texto delimitado por corchetes) en sus páginas/artículos para desplegar una galería" - -msgid "Randomize thumbnails" -msgstr "Miniaturas al azar" - -msgid "Most videos come with several thumbnails. By selecting this option, each time someone views your gallery they will see the same videos with each video's thumbnail randomized. Note: this option cannot be used with the \"high quality thumbnails\" feature" -msgstr "La mayoría de los videos contienen varias miniaturas. Al seleccionar esta opción, cada vez que alguien visite sus galerías, verá los mismos videos con cada miniatura presentándose al azar." - -msgid "YouTube API Developer Key" -msgstr "ID del API para desarrollador YouTube" - -msgid "YouTube will use this developer key for logging and debugging purposes if you experience a service problem on their end. You can register a new client ID and developer key here. Don't change this unless you know what you're doing." -msgstr "YouTube usa este ID de desarrolladores para propósitos de acceso y depuración si se presenta un problema. Ud. Puede registrar un nuevo ID de cliente y desarrollador aqui. No lo cambie a menos que sepa lo que hace." - -msgid "Enable request cache" -msgstr "Habilitar cache de solicitud" - -msgid "Only retrieve embeddable videos" -msgstr "Solo recuperar videos que se puedan insertar" - -msgid "Some videos have embedding disabled. Checking this option will exclude these videos from your galleries." -msgstr "Algunos videos tienen deshabilitado el insertado. Al activar esta opción se excluirá dichos videos de las galerías." - -msgid "Store network responses locally for 1 hour. Each response is on the order of a few hundred KB, so leaving the cache enabled will significantly reduce load times for your galleries at the slight expense of freshness." -msgstr "Almacena localmente la respuesta de YouTube por 1 hora. Cada respuesta es del orden de varios cientos de KB, de tal manera que dejándolos en el cache reducirá significativamente los tiempos de carga." - -msgid "Maximum total videos to retrieve" -msgstr "Máximo de videos a recuperar" - -msgid "This can help to reduce the number of pages in your gallery. Set to \"0\" to remove any limit." -msgstr "Esto puede ayudar a reducir el número de páginas en su galería. Indique \"0\" para remover cualquier limite." - -msgid "Appearance" -msgstr "Apariencia" - -msgid "normally (at the top of your gallery)" -msgstr "normalmente (en la parte superior de su galería)" - -msgid "in a popup window" -msgstr "en una ventana popup" - -msgid "from the video's original YouTube page" -msgstr "de la página original en YouTube" - -msgid "with FancyBox" -msgstr "con FancyBox" - -msgid "with TinyBox" -msgstr "con TinyBox" - -msgid "with jqModal" -msgstr "con jqModal" - -msgid "with Shadowbox" -msgstr "con Shadowbox" - -msgid "statically (page refreshes on each thumbnail click)" -msgstr "estáticamente (la página se refresca con cada clic sobre la miniatura)" - -msgid "relevance" -msgstr "relevancia" - -msgid "view count" -msgstr "conteo de vistas" - -msgid "rating" -msgstr "rating" - -msgid "date published" -msgstr "fecha publicado" - -msgid "randomly" -msgstr "al azar" - -msgid "position in a playlist" -msgstr "posición en una lista de reproducción" - -msgid "comment count" -msgstr "conteo de comentarios" - -msgid "length" -msgstr "duración" - -msgid "title" -msgstr "titulo" - -msgid "today" -msgstr "hoy" - -msgid "this week" -msgstr "ésta semana" - -msgid "this month" -msgstr "éste mes" - -msgid "all time" -msgstr "todo el tiempo" - -msgid "next" -msgstr "»" - -msgid "prev" -msgstr "«" - -msgid "Displays YouTube videos in your sidebar using TubePress" -msgstr "Despliega videos YouTube en su barra lateral con TubePress" - -msgid "TubePress shortcode for the widget. See the documentation." -msgstr "Códigos cortos de TubePress para el widget. Vea la documentación." - -msgid "none" -msgstr "ninguno" - -msgid "moderate" -msgstr "moderado" - -msgid "strict" -msgstr "estricto" - -msgid "Provider default" -msgstr "Proveedor por omisión" - -msgid "JW FLV Media Player (by Longtail Video)" -msgstr "JW FLV Media Player (por Longtail Video)" - -msgid "Implementation" -msgstr "Implementación" - -msgid "The brand of the embedded player. Default is the provider's player (YouTube, Vimeo, etc)" -msgstr "La mara del reproductor de video. Por omisión es el del proveedor (YouTube, Vimeo, etc)" - -msgid "Videos uploaded by this Vimeo user" -msgstr "Videos subidos por éste usuario Vimeo" - -msgid "Videos this Vimeo user likes" -msgstr "Videos que a éste usuario le agradan" - -msgid "Videos this Vimeo user appears in" -msgstr "Videos en donde éste usuario aparece" - -msgid "Vimeo search for..." -msgstr "Búsqueda Vimeo para..." - -msgid "Videos credited to this Vimeo user (either appears in or uploaded by)" -msgstr "Videos acreditados a éste usuario en Vimeo (ya sea que aparece en o fue subido por)" - -msgid "Videos in this Vimeo channel" -msgstr "Videos de éste canal en Vimeo" - -msgid "Videos from this Vimeo album" -msgstr "Videos de éste album en Vimeo" - -msgid "Videos from this Vimeo group" -msgstr "Videos de éste grupo en Vimeo" - -msgid "Use high-quality thumbnails" -msgstr "Usar miniaturas de alta calidad" - -msgid "Videos blacklist" -msgstr "Videos censurados" - -msgid "List of video IDs that should never be displayed" -msgstr "La lista de IDs para videos que no debieron ser desplegados" - -msgid "in a new window on its own" -msgstr "en una ventana por si misma" - -msgid "from the video's original Vimeo page" -msgstr "de la pagina del video original en Vimeo" - -msgid "Likes" -msgstr "Le gusta" - -msgid "%s can only take on integer values. You supplied %s." -msgstr "%s solo puede tener valore enteros. Usted indicó %s" - -msgid "%s must be a string. You supplied %s." -msgstr "%s debe ser una cadena. Usted indicó %s" - -msgid "\"%s\" is not a valid option name." -msgstr "\"%s\" no es una opción valida." - -msgid "\"%s\" must be either true or false. You supplied \"%s\"." -msgstr "\"%s\" debe ser falso o verdadero. Usted indicó \"%s\"." - -msgid "\"%s\" must be one of \"%s\". You supplied \"%s\"." -msgstr "\"%s\" debe ser uno de \"%s\". Usted indicó \"%s\"." - -msgid "\"%s\" must be between \"%d\" and \"%d\". You supplied \"%d\"." -msgstr "\"%s\" debe ser entre \"%d\" y \"%d\". Usted indicó \"%d\"." - -msgid "Not all sort orders can be applied to all gallery types. See the documentation for more info." -msgstr "No todas las formas de ordenamiento se pueden aplicar a todos los tipos de galerías. Para mas detalles, revise la documentación " - -msgid "newest" -msgstr "más recientes" - -msgid "oldest" -msgstr "más antiguos" - -msgid "Note: this option cannot be used with the \"randomize thumbnails\" feature" -msgstr "Nota: Ésta opción no puede ser usada con la propiedad \"miniaturas al azar\"" - -msgid "%s is not executable or does not exist." -msgstr "" - -msgid "Thumbs per video" -msgstr "" - -msgid "How many thumbnails to generate for each video. TubePress can randomly display the thumbs each time someone visits the gallery. See the \"Randomize thumbnails\" option under the \"Appearance\" tab." -msgstr "" - -msgid "This option cannot contain two consecutive periods" -msgstr "" - -msgid "%s is not a directory" -msgstr "" - -msgid "%s is not readable" -msgstr "" - -msgid "Theme" -msgstr "" - -msgid "The TubePress theme to use for this gallery. Your themes can be found at %s, and default themes can be found at %s." -msgstr "" - -msgid "Videos most frequently flagged as favorites from..." -msgstr "" - -msgid "Vimeo API \"Consumer Key\"" -msgstr "" - -msgid "Click here to register for a consumer key and secret." -msgstr "" - -msgid "Vimeo API \"Consumer Secret\"" -msgstr "" - -msgid "Do not attempt to use cURL to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use the PHP HTTP extension to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fsockopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use PHP streams to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Disable cURL HTTP transport" -msgstr "" - -msgid "Disable HTTP extension transport" -msgstr "" - -msgid "Disable fopen HTTP transport" -msgstr "" - -msgid "Disable fsockopen HTTP transport" -msgstr "" - -msgid "Disable PHP streams HTTP transport" -msgstr "" - -msgid "Cache directory" -msgstr "" - -msgid "Leave blank to attempt to use system temp directory. Otherwise enter the absolute path of a writeable directory." -msgstr "" - -msgid "Cache expiration time (seconds)" -msgstr "" - -msgid "Cache entries will be considered stale after the specified number of seconds. Default is 3600 (one hour)." -msgstr "" - -msgid "Cache cleaning factor" -msgstr "" - -msgid "If you enter X, the entire cache will be cleaned every 1/X cache writes. Enter 0 to disable cache cleaning." -msgstr "" - -msgid "Only show options applicable to..." -msgstr "" - -msgid "Restrict search results to videos from this user" -msgstr "" - -msgid "Only applies to search-based galleries" -msgstr "" - -msgid "No matching videos" -msgstr "" - -msgid "Search" -msgstr "" - diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-fr_FR.mo b/src/wp-content/plugins/tubepress/sys/i18n/tubepress-fr_FR.mo deleted file mode 100644 index ca488b27d832b2d2a490c3151532a565410ba24d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12719 zcmbW7TZ|-EdB+dn5LgV@4&k0~+<2K?nCY2a+u&WiyUgD3;@RC{uNX{BO?S<7dAh6G zb(zcNCL%$?Tad#8hzCLxg#{jfC?P0H6lI745{giW1cX3HAPGFhNaUg<68ZhVQ&l|| z+XT)y+&&)4&%q5!_k!;S zr@_Aj?*V@Z?gtM(&$&zBMesS`N5PkYp8)CN{sMe9_+{`m@T;KueGfbg{s839-F2&T zF97F2(RHG}f4Ig~@cBHy0p1S&MvWf=HU5*}8^AvTMfVfn3&AM{Y27z~F9II`e-?aa zjRmNF?*pF+eh~Z-_+e1=e3*|Z@Drfu{tBr5{2kbRhI8KmZ{hw97SVoR0&2bv$SZdk zd^tD|UIiZpJ@^?A65Ut8{{p`aimq?4IraYm_)_rJJD3yP4~k#Mz*m7|Q0x3=jUNF; z*QY@3^RxB+mq3a3D>Z%t6usX87oq=q;2QTw7$m-a3iRNg*Z3XqXSlxw;tql@1!usM z-~b$hUj@Go9tJ=CV&_)C?}DOp0pcG9hafC`q_)Spzd^sOl|88&yo&ix! z_Zbip-5-Mdxi9kZbKpOM+P{=d^W6q&{uhIg?Ct{jb4U0P-IqZ~biWL~nteYGN}ivE z*&6p}pyc&eU>E!*_!{umSJZTY;_n$y;}$^i@oJ542W1bBfNb5pr+)rnQ2l=!)cB8s z&jmjX-VOe7{rq1+>CeB{@1KDYXkX8(@pjPk3lzN_Q1s4$(xVeKE`TZfdkB=?egS43 z1)l)#0blp?K~C=i&vO4bI0ODIco}>SLX*Bc4BiFyLDBm@Q1m|zN)8_aMbGbpr@%i2 zMb9&Rpzn4N7P?o}_eX1d02IB~KvdrKYAiw7@q56N;QK-G=Wjsi#dGcq@_RX`adY+k zJjl}SI*3T!Iw(7SKX}_Sock?Mdh)v+=MI2>0E+H!f!fda!I#nR2~hjo$EKxkF9M}6 zQ=sH|4D{d?a0#qHt@|}l^!+FJIdC6J;K9#>u+;q%sD8J+Ciu0x!27tL2dBXspw{_4 zQ0x8)D1G@dsCB;%-U2=WN+13Wlzjdh6u+K@kk_IAh2XDn|Lbg0^F8}u(BoHvv)n%j zik@EtkAWWokAq(W6YwRkMHj($gAahmUKjTHUQm4dKB#_oK(y%kB~bJ{4xRx&2x^~y z56b?21P;L$p<`v*bsw^!p3)IKWk+2AjNTJP6D z(RZ_c|0PiC{52>#{{fU9{WEwL`~j%(_Zy7ILJ?OvL$x6!WAPSY;X#Jejr*l2cq5!Cfon$}yS zy^Hn++L-oS+8b#P(wYlZuxrGpXx|@h%|A+aWZ$}^Z=3ebxeZYKMIG&uF6g>WTc=64 zbVUJ7R=xUr16TR-7Mk=;zGjW4>m=akm-J4T^hwtWO}3WlroK+qxLTuZ8r3shll~l`$&bi)K8uF>TRsF> z92TCZE$a){r2y@xboC7Fg|ypgInA!l{-WcP!lzm3Bfl06lfKW!Ws;>njYe_TS%*qk3>#Ys7cb6@6F?6cf2N5dlCGpgw9 zS}aTHz04B4*}a51?=O5WN`00NH+>nc(mC}>TE;6Z#YU>Q*fnf_VS}2@M7}8VBwcxu zUiU|SkjKl%I)kztADx|DPgaw0+)tuzmao{|?EItA#v=#DdA5>AqY={_>>Ss#`)8x$ zGjSR%4dKN&T1nDK+;sE(wJ7byeK$WGX6t^r8V-wIE@qC0(dJUrTXpl}aUA99<>sq$ zkmZ7GM(_Pv(vP#kor>6BmT$UKSz0D3{M1`k_i#9L@)d7}c3%~+qA0U*;giyxW~^V% z@=?V1csZ(ur6hmo@Z9#>!*gAKKH5k|)ktse-SP77owxTKzIXf3BRl#Yv1|MLvv%=> zjVGpK?sQUU1BK*!r9#8PK9Qr}%qoay+e=aIt3rEJkHtJL3U@k7r%GQ8;AB0b97Lrb z!6|7n6BSibN(kDqM?P7O^v{fz;(i~&EV5{vyE7&y&l=SVl3HmVi^m)7%;|3TCv9P9$l3}48 znm}3+NVnr++AqiP&@ZFNo_+L_B5Vm|T#lo%%JCrQMq>zoWx){Ma^0U@xaQBxoN77v z152BJAxl@ZmcJ%dKjNuqU`$X;%ik@ z@MhBwvuxED*(fdt+RZS*Mewya>Q5g&Id{+NUw`k(!-wvkKXdoJU4JSY<3ymknakq` zm-B374`V!?i8%IGFDG!3UUaERveUPAbTHTl^zxq(E-OcO=5f<77 zZ3VKE8b!-eF;UPNAH(0BMLbDbl=22geeH&jK#2)-88|!Ie59GJI59r9drNL1%f{|} zgdqh*#HRgVqO!c&KqdO^m+xAiF4C|&0wB|R2q2{ zgu!NMvmu+uXhHJr(impi&qm3OxZm{`vJ$CnTV0W=c1$?sejwkZJwW{aF*G(QwK_bu zjdU9Ov8~TwSiP#y$iRf~G>?0j6{?Q@?RiyGm<&bKBQc++9=zjVyedKm#ul zbkm$_F(%56h!zQU9LzopX+-5?bE{_g^->q}KB^LK{L-ddl!8nc=N6GCvG7vEvu!)) zp=4J>;Vvnjjbe8>LMfz7{W^99xfZ5Z!E`Hpc-Nnioa-Ehv?I1G0cV?`EO`Q_lrvzI z<~ndZ3I6(Nwp&`I>#r@ zdoj;MP1hJI=9R3A5{f+X12Y~By|0vETOcy(gH!`UcCTC&-SJ@DP2+M_V_^WF?Y`rU zNU?xGe7Rw)Ukz?vPu92POA1D7Vt8W^dpaz|%A zOT5t=R(;c_qMgUWjRo1(0AW-qO5rE5a24k$t1i%mVb-%C$42}iKOk4C6~F1CYymZw zY>A@5Z$~(lbw8+5qE+8Ncyby~h?ftEf_hrMRips-A*dgk!-f zgZ1qs+LMTBvLfU`@y0lYWW^2Agkq4&RNNIhNK#l{r&dso6g5YoyN;MB`~X%f*RUbV z2;{I88{?ep3sDh#l=g3w)9v}Bz@fsnC8E@7TowoEjvF*GW$eYQB`@29SLEvmAktu6 zy*|l=1^CW#w3g-MA4Mm;*U4iL567CLW{UPaiIHIi$g@?O$(v}{nd^j+BWbx3tvW2) z;!R+8SERY_O183s)fiLJE(^ABbEm4;83boIrB7apTMXiY!DFd?YZB)2yVPAK&fuas z8oD;=^~CSB&XrVQB__lAiM*iS;|9BqM9N)7Eo>JFOpvE2+%-Gr)LwE)iPU&NsGhtC zIoU1=HN)i67o{uL6xrSNK|&}9N_E0rZ?m0{%vrwP$a#M8oIg!EG0Zdvxu`+A6Ge= zDyMIWx0e->7m*DTxzNeAgl~0jU)y<-W4X8;7PgR=$15bo>?Xp0tot6P^R)EmPS-0n zdlenK-MB(tcO}bEJ4-gBaZ=1~hU^o^UJRD9DDTg9jw`-eAo1ZuMrN3<)LX4ml-ANK zznbEz*L6Z;5*<+b8C&i;onb7vlhY|`lB*K!orRrowM0@sAWMLhuJ3H(E8@H#aRgIh z9OHp7g3bjD$nw&=r~RQL_sw-&o3@+a6*5V&Iff6#8R@v?Fb>ls2gt_N7@th)w(jbD zS3;J>IK^U@qJ4Z26?LXKQ2RE{)LNb073`uJf1trAZ>OscjNw0LZPNtlW>?^gIRcF!8l^L9J zcCHLOwM5}8$BE68*@m;b%Y%q*FEzJUl63O!(Z|j+!_bi^JW4V>bFM#gjeMWO=utaF zTE??)@#2-4Q#l7cp3j_yXGcBHW-i5RiMlqA7D#bsuE2r)`iZRNIG;I_qV;IyQGef3Qtn$ERvay6&LVkEjOo~Ji(`l17``1#k00Lm zwwc9@V{AFokbKmi&9TwJ8KAxg|eAXrxX{* zQ9&(-v;4^Sr|M+T3Up0X4kIf4*2hcii5>H4WjQirVb@>FDo&C5USiwW zP?oEjvfQ3w`!Cmpxou;h3r`qIb9)BZW0mK|G4+HZuEO!ZCKXesY*ExC_fT^-6<3sJ zwozO}BDgNt?OeAh+U;3Zy>b3^!EKLE`!Q>H9<@x?wr*03lbvqev|=2D<4}hYSyNBd z4R%5P5o7RMH+yK3YItNGbqSAMQN0KqBT9KX87mxZ-OQ|%w{??RUJ|#(yxebnghYU8 zSt0cEk5(izQ#{AtQ$#%$ee z>U`UtK6Q<+au2{lO?P0NY{WzINC}X|l1Rcwh8eoed$>MAGo%ecnN|0@oDj}>15{|5 zoB>%t!boRwA4-d3JHT+)il-PbcW!5hy(xu3%Ub2hFUWNO*H;%+ec&tk7knLFz{iiBow86Yk2{eMS zZ9H@_k=C@hTbRwr;l!oYnp2pc5qT3t914M3H`~*(d(uiE=Ch|1cs?tOnck2E-02Fk z;!q6Sx+#09i-EE!h=N!pJ=$<>qAdq0pNuGl=8;DAVwkbJXl8Z51p0?lq)D0rL*F%> znJ5P-OkN$PR1h?srf*Q_{#0buz#tgY^pqpkidig$zoE&WQ~~v*?2>PNjN@EW_giEK z@kXp;GPe5@)cr1P-5evTIB%5`y-0h>7z=Clc|^6ZRcf~oaEW01$VN*TunmJ3Ju3=seGJ18lUloNxU+4jrfF=MpBtntH>ePft>iBUVM#Y} z?)+r&#`Kw5g{Q2-s$J`5WIn1GQfcD10(R5RPZmYZC|O>{%gBDV8!%^P>Z2ANi-Hqw zt+*lBPAg-OnJp7N&G&LM#2I6NDkb5fO}L!xl$uX_YS-bph#75tT*u>v>Jb4g7~f78 zg8TA=s34ohcTKu$1`-W^;R=Z{IK&RJ33lI<0}FSlk;V3b8r1BZlM6*O`8rOR@F`5$yv1TMX0)j0b$IR; zmHf-l&$rIjM>qh|M>-d%9x+ZI5Kz|#&!pkNlgGKmDh7t7f;5A3z)4wH>{nv1l?zG1 zB;-25vXmv{RJp7$BJ$%qYev}SXQ>w@J#EnfmcC5tgmMb)IlAjF#Vd$b9wpk7kd!}O z;n0l3bfQ0HfuifLTJaFQ4&gxcL#%_P^y3%q2Tg4^rZS@TiT=hi>yTrroRFo7ekapQ zTVwZOa3`HlTTMI-d*Qp>8TmbhM4e~MO>QqD^1x1bdeP)LO8$`79wt3?LD6WHG1cyp z?2kCX2??*t%&kaxs^l15;J7zQ53xH27ns;igM5naxJ7kWSl!ishYM=dx~Xau+dULV zUCY(U1UQnTyeN>I4%|X7M`S|{yBe-+AHB_@C_O1L(WtgSNyUo-LNA;gvZ9bo-CNCJ z!J~$*bV}Y(83BtbK+5m8$&%uqC2b*o*Ct`bO1zz=>LGcB2ROfpW9TY{RaK(4Zk$qG zr=(+Z>b8<)a4b{=i3%kyBc_U`UkNFeni)1DRpYSSwzrA_l3iqJ54I%)aana;sjPE! zr7Ha@(Ev(~+PS$ex|P_lxh>oaLCzlUp?v`capX^v5W5;)b(GTSoD#&;30}aI2-Z(U zyRXe6bd(Fjtti!l%%h$k33W*u{BjC>s%N|QhSuTE@`UW#!oS+ z_P||p;&m~Sf81bgM8)B8aw4d??M^AdF>e-8QnQmq%_Rw5r%J_cCI}9_C8hE8ZCLiI zRT@RgCuO8j)e}ukj6P+_-tIg}waeVjA^NuvWHuEx6jXeok*%e)sn8_3YR%wUt#oVEauu)0__0`1C$+NBOdI{3*+sCI-__ z2qWF&$6fs#!TH1Lmmx(}jsxwusZiNOWmM;!^mrPf!Uz5f#M0bF80oGluFJ^9m_~0; zv(C4o6r{n$P$qf$K`st#ILM0d;n|6Tk{dP%5#UNDow#ZddaVcxYN7&9r_Ls)%+ zx3k%Dq{C~MIvo*3(lbxxR2(s%EF}o3Uqr&=ns{kNQGN~NROR9gP6)m;z`8nh+*iKB zNy1YLO|349iHD*nLL=2Gv0i2lkx)Mjg~F)$fyQx|Cy;$F$7x7}tVrsH{C`G;dN}H% z=Gz=u#u_zT^9C-INP~x!(^G`fT03&&Z8g$%nLUn!(qd1g;U?RY(`I@SK1$#ePp!IQ zRa2!b2l8k+kEk^$G&KIb*&w?{D(a@fY2(1#1AJRZHPucE7vdiC@QYHcN-C_6sz))| f{?wpKc8EurvopnOtEzT4sjAv-Q&qK_rmFhCC=(Sg diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-fr_FR.po b/src/wp-content/plugins/tubepress/sys/i18n/tubepress-fr_FR.po deleted file mode 100644 index 9258c4a..0000000 --- a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-fr_FR.po +++ /dev/null @@ -1,536 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: Tubepress\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: Wolforg \n" -"Language-Team: Wolforg \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2;plural=n>2\n" -"X-Poedit-Language: French\n" -"X-Poedit-Country: FRANCE\n" -"X-Poedit-SourceCharset: utf-8\n" - -msgid "TubePress Options" -msgstr "Options de TubePress" - -msgid "Save" -msgstr "Enregistrer" - -msgid "Set default options for the plugin. Each option here can be overridden on a per page/post basis with TubePress shortcodes. See the documentation for more info. An asterisk (*) next to an option indicates it's only available with TubePress Pro." -msgstr "Définir les options par défaut du plugin. Chaque option peut être remplacée sur les pages/articles avec les shortcodes de TubePress. Regardez la documentation pour plus d'infos. Un astérisque (*) à la suite d'une option indique qu'elle n'est disponible que pour TubePress Pro." - -msgid "Which videos?" -msgstr "Quelles vidéos ?" - -msgid "Top rated videos from..." -msgstr "Vidéos les mieux notées de..." - -msgid "This YouTube user's \"favorites\"" -msgstr "Les \"favoris\" de cet utilisateur YouTube" - -msgid "The latest \"featured\" videos on YouTube's homepage" -msgstr "Les dernières vidéos \"mises en avant\" sur la page d'accueil de YouTube" - -msgid "Videos for mobile phones" -msgstr "Vidéos pour téléphones mobiles" - -msgid "This playlist" -msgstr "Cette liste de lecture" - -msgid "Limited to 200 videos per playlist. Will usually look something like this: D2B04665B213AE35. Copy the playlist id from the end of the URL in your browser's address bar (while looking at a YouTube playlist). It comes right after the \"p=\". For instance: http://youtube.com/my_playlists?p=D2B04665B213AE35" -msgstr "Limité à 200 vidéos par liste de lecture. Cela ressemblera à ceci D2B04665B213AE35. Copiez l'ID de la liste de lecture à la fin de l'URL dans la barre d'adresse de votre navigateur. Il est situé après le \"p=\". Par exemple : http://youtube.com/my_playlists?p=D2B04665B213AE35" - -msgid "Most-viewed videos from" -msgstr "Les vidéos les plus vues de" - -msgid "Most-recently added videos" -msgstr "Les vidéos les plus récentes" - -msgid "Most-discussed videos" -msgstr "Les vidéos les plus commentées" - -msgid "Most-responded to videos" -msgstr "Les vidéos les plus répondues" - -msgid "Views" -msgstr "Vues" - -msgid "YouTube search for..." -msgstr "Recherche YouTube pour..." - -msgid "Videos from this YouTube user" -msgstr "Vidéos de cet utilisateur YouTube" - -msgid "YouTube limits this mode to 1,000 results" -msgstr "YouTube limite ce mode à 1000 résultats" - -msgid "Play each video" -msgstr "Lire chaque vidéo" - -msgid "Maximum description length" -msgstr "Taille maximum de la description" - -msgid "Max width (px)" -msgstr "Largeur maxi en pixels" - -msgid "Maximum number of characters to display in video descriptions. Set to 0 for no limit." -msgstr "Nombre maxi de caractères à afficher dans la description des vidéos. Mettez 0 pour sans limite." - -msgid "Height (px) of thumbs" -msgstr "Hauteur (pixels) des miniatures" - -msgid "Default is 90" -msgstr "Défaut : 90" - -msgid "Width (px) of thumbs" -msgstr "Largeur (pixels) des miniatures" - -msgid "Default is 120" -msgstr "Défaut : 120" - -msgid "Use relative dates" -msgstr "Utiliser les dates relatives" - -msgid "e.g. \"yesterday\" instead of \"November 3, 1980\"" -msgstr "ex : \"hier\" à la place \" 3, novembre 1980\"" - -msgid "Videos per Page" -msgstr "Videos par Page" - -msgid "Default is 20. Maximum is 50" -msgstr "Défaut : 20. Maximum : 50" - -msgid "Show pagination above thumbnails" -msgstr "Montrer la pagination au dessus des miniatures" - -msgid "Show pagination below thumbnails" -msgstr "Montrer la pagination en dessous des miniatures" - -msgid "Ajax-enabled pagination" -msgstr "Pagination Ajax activée" - -msgid "Only applies to galleries that span multiple pages" -msgstr "Appliquer uniquement sur les galeries de pages multiples" - -msgid "Order videos by" -msgstr "Trier les vidéos par" - -msgid "Embedded Player" -msgstr "Lecteur embarqué" - -msgid "Auto-play videos" -msgstr "Lecture auto des vidéos" - -msgid "Allow fullscreen playback" -msgstr "Autoriser la lecture en plein écran" - -msgid "Max height (px)" -msgstr "Hauteur maxi (pixels)" - -msgid "Default is 350" -msgstr "Défaut : 350" - -msgid "Default is 425" -msgstr "Défaut : 425" - -msgid "Default is 999999" -msgstr "Défaut : 999999" - -msgid "Default is FFFFFF" -msgstr "Défaut : FFFFFF" - -msgid "Loop" -msgstr "Répéter" - -msgid "Continue playing the video until the user stops it" -msgstr "Continuer à lire la vidéo jusqu'à ce que l'utilisateur la stoppe" - -msgid "Show title and rating before video starts" -msgstr "Afficher le titre et la note avant le démarrage de la vidéo" - -msgid "Main color" -msgstr "Couleur principale" - -msgid "Highlight color" -msgstr "Couleur de mise en valeur" - -msgid "Show related videos" -msgstr "Afficher les vidéos relatives" - -msgid "Toggles the display of related videos after a video finishes" -msgstr "Déplier l'affichage des vidéos relatives après la fin de la vidéo" - -msgid "Show videos in high definition when available" -msgstr "Afficher les vidéos en haute définition quand c'est possible" - -msgid "Provider Feed" -msgstr "" - -msgid "Meta Display" -msgstr "Afficher les Meta" - -msgid "Author" -msgstr "Auteur" - -msgid "Category" -msgstr "Catégorie" - -msgid "Description" -msgstr "Description" - -msgid "ID" -msgstr "ID" - -msgid "Length" -msgstr "Durée" - -msgid "Rating" -msgstr "Note" - -msgid "Ratings" -msgstr "Notes" - -msgid "Keywords" -msgstr "Mots-clés" - -msgid "Title" -msgstr "Titre" - -msgid "Posted" -msgstr "Publiée" - -msgid "Runtime" -msgstr "Runtime" - -msgid "URL" -msgstr "URL" - -msgid "Advanced" -msgstr "Avancé" - -msgid "Date format" -msgstr "Format de date" - -msgid "Set the textual formatting of date information for videos. See date for examples." -msgstr "Défini le formatage de l'information de date de la vidéo. Voir date pour des exemples." - -msgid "Enable debugging" -msgstr "Activer le débugging" - -msgid "If checked, anyone will be able to view your debugging information. This is a rather small privacy risk. If you're not having problems with TubePress, or you're worried about revealing any details of your TubePress pages, feel free to disable the feature." -msgstr "Si cochée, tout le monde est capable de voir les infos de débugging. Cela représente un risque minime de vie privée. Si vous n'avez pas de souci avec TubePress ou si vous êtes inquiet de révéler les détails de vos pages TubePress, désactivez cette fonctionalité." - -msgid "Filter \"racy\" content" -msgstr "Filter \"racy\" contenu" - -msgid "Don't show videos that may not be suitable for minors." -msgstr "Ne pas afficher les vidéos interdites aux mineurs." - -msgid "Shortcode keyword" -msgstr "Mot clé de shortcode" - -msgid "The word you insert (in plaintext, between square brackets) into your posts/pages to display a gallery." -msgstr "Le mot à insérer (en texte et entre braquets) dans vos articles/pages pour afficher une galerie." - -msgid "Randomize thumbnails" -msgstr "Miniatures aléatoires" - -msgid "Most videos come with several thumbnails. By selecting this option, each time someone views your gallery they will see the same videos with each video's thumbnail randomized. Note: this option cannot be used with the \"high quality thumbnails\" feature" -msgstr "Plusieurs vidéos ont différentes miniatures. En choisissant cette option, chaque fois que quelqu'un verra votre galerie, il verra les mêmes vidéos mais avec des miniatures au hasard" - -msgid "YouTube API Developer Key" -msgstr "Votre clé API de développeur YouTube" - -msgid "YouTube will use this developer key for logging and debugging purposes if you experience a service problem on their end. You can register a new client ID and developer key here. Don't change this unless you know what you're doing." -msgstr "YouTube utilise cette clé développeur pour enregistrer et déboguer si vous rencontrez un problème avec ce service. Vous pouvez enregistrer un nouvel ID client ici. Ne le changez pas si vous ne savez pas ce que vous faites." - -msgid "Enable request cache" -msgstr "Activer le cache" - -msgid "Only retrieve embeddable videos" -msgstr "Retrouver uniquement les vidéos exportables" - -msgid "Some videos have embedding disabled. Checking this option will exclude these videos from your galleries." -msgstr "Quelques vidéos n'ont pas le lecteur embarqué. Cocher cette option exclura ces vidéos de vos galeries." - -msgid "Store network responses locally for 1 hour. Each response is on the order of a few hundred KB, so leaving the cache enabled will significantly reduce load times for your galleries at the slight expense of freshness." -msgstr "Conserver les réponses de YouTube localement pendant une heure. Chaque réponse sera stockée, donc laisser le cache activé réduira sensiblement le temps de chargement de vos galeries." - -msgid "Maximum total videos to retrieve" -msgstr "Maximum de vidéos à retrouver" - -msgid "This can help to reduce the number of pages in your gallery. Set to \"0\" to remove any limit." -msgstr "Ceci peut aider à réduire le nombre de pages dans vos galeries. Mettez \"0\" pour n'avoir aucune limite." - -msgid "Appearance" -msgstr "Apparence" - -msgid "normally (at the top of your gallery)" -msgstr "normalement (en haut de votre galerie)" - -msgid "in a popup window" -msgstr "dans une fenêtre popup" - -msgid "from the video's original YouTube page" -msgstr "à partir de la page originale de YouTube" - -msgid "with FancyBox" -msgstr "avec FancyBox" - -msgid "with TinyBox" -msgstr "avec TinyBox" - -msgid "with jqModal" -msgstr "avec jqModal" - -msgid "with Shadowbox" -msgstr "avec Shadowbox" - -msgid "statically (page refreshes on each thumbnail click)" -msgstr "statique (rafraichissement de la page à chaque clic sur la miniature)" - -msgid "relevance" -msgstr "pertinence" - -msgid "view count" -msgstr "compteur de vues" - -msgid "rating" -msgstr "note" - -msgid "date published" -msgstr "date de publication" - -msgid "randomly" -msgstr "aléatoirement" - -msgid "position in a playlist" -msgstr "position dans une liste de lecture" - -msgid "comment count" -msgstr "compteur de commentaire" - -msgid "length" -msgstr "longueur" - -msgid "title" -msgstr "titre" - -msgid "today" -msgstr "aujourd'hui" - -msgid "this week" -msgstr "cette semaine" - -msgid "this month" -msgstr "ce mois" - -msgid "all time" -msgstr "tous les temps" - -msgid "next" -msgstr "suiv." - -msgid "prev" -msgstr "prec." - -msgid "Displays YouTube videos in your sidebar using TubePress" -msgstr "Afficher vidéos YouTube dans votre barre latérale avec TubePress" - -msgid "TubePress shortcode for the widget. See the documentation." -msgstr "Shortcode TubePress pour le widget. Voir la documentation." - -msgid "none" -msgstr "aucune" - -msgid "moderate" -msgstr "modérer" - -msgid "strict" -msgstr "strict" - -msgid "Provider default" -msgstr "" - -msgid "JW FLV Media Player (by Longtail Video)" -msgstr "JW FLV Media Player (par Longtail Video)" - -msgid "Implementation" -msgstr "Implémentation" - -msgid "The brand of the embedded player. Default is the provider's player (YouTube, Vimeo, etc)" -msgstr "" - -msgid "Videos uploaded by this Vimeo user" -msgstr "" - -msgid "Videos this Vimeo user likes" -msgstr "" - -msgid "Videos this Vimeo user appears in" -msgstr "" - -msgid "Vimeo search for..." -msgstr "" - -msgid "Videos credited to this Vimeo user (either appears in or uploaded by)" -msgstr "" - -msgid "Videos in this Vimeo channel" -msgstr "" - -msgid "Videos from this Vimeo album" -msgstr "" - -msgid "Videos from this Vimeo group" -msgstr "" - -msgid "Use high-quality thumbnails" -msgstr "" - -msgid "Videos blacklist" -msgstr "" - -msgid "List of video IDs that should never be displayed" -msgstr "" - -msgid "in a new window on its own" -msgstr "" - -msgid "from the video's original Vimeo page" -msgstr "" - -msgid "Likes" -msgstr "" - -msgid "%s can only take on integer values. You supplied %s." -msgstr "%s peut seulement être compris entre ces valeurs. Vous avez saisi %s." - -msgid "%s must be a string. You supplied %s." -msgstr "%s doit être un string. Vous avez choisi %s." - -msgid "\"%s\" is not a valid option name." -msgstr "\"%s\" n'est pas un nom d'option valide." - -msgid "\"%s\" must be either true or false. You supplied \"%s\"." -msgstr "\"%s\" doit être true ou false. Vous avez choisi %S." - -msgid "\"%s\" must be one of \"%s\". You supplied \"%s\"." -msgstr "\"%s\" doit être un de \"%s\". Vous avez choisi \"%s\"." - -msgid "\"%s\" must be between \"%d\" and \"%d\". You supplied \"%d\"." -msgstr "\"%s\" doit être entre \"%d\" et \"%d\". Vous avez choisi \"%d\"." - -msgid "Not all sort orders can be applied to all gallery types. See the documentation for more info." -msgstr "" - -msgid "newest" -msgstr "" - -msgid "oldest" -msgstr "" - -msgid "Note: this option cannot be used with the \"randomize thumbnails\" feature" -msgstr "" - -msgid "%s is not executable or does not exist." -msgstr "" - -msgid "Thumbs per video" -msgstr "" - -msgid "How many thumbnails to generate for each video. TubePress can randomly display the thumbs each time someone visits the gallery. See the \"Randomize thumbnails\" option under the \"Appearance\" tab." -msgstr "" - -msgid "This option cannot contain two consecutive periods" -msgstr "" - -msgid "%s is not a directory" -msgstr "" - -msgid "%s is not readable" -msgstr "" - -msgid "Theme" -msgstr "" - -msgid "The TubePress theme to use for this gallery. Your themes can be found at %s, and default themes can be found at %s." -msgstr "" - -msgid "Videos most frequently flagged as favorites from..." -msgstr "" - -msgid "Vimeo API \"Consumer Key\"" -msgstr "" - -msgid "Click here to register for a consumer key and secret." -msgstr "" - -msgid "Vimeo API \"Consumer Secret\"" -msgstr "" - -msgid "Do not attempt to use cURL to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use the PHP HTTP extension to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fsockopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use PHP streams to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Disable cURL HTTP transport" -msgstr "" - -msgid "Disable HTTP extension transport" -msgstr "" - -msgid "Disable fopen HTTP transport" -msgstr "" - -msgid "Disable fsockopen HTTP transport" -msgstr "" - -msgid "Disable PHP streams HTTP transport" -msgstr "" - -msgid "Cache directory" -msgstr "" - -msgid "Leave blank to attempt to use system temp directory. Otherwise enter the absolute path of a writeable directory." -msgstr "" - -msgid "Cache expiration time (seconds)" -msgstr "" - -msgid "Cache entries will be considered stale after the specified number of seconds. Default is 3600 (one hour)." -msgstr "" - -msgid "Cache cleaning factor" -msgstr "" - -msgid "If you enter X, the entire cache will be cleaned every 1/X cache writes. Enter 0 to disable cache cleaning." -msgstr "" - -msgid "Only show options applicable to..." -msgstr "" - -msgid "Restrict search results to videos from this user" -msgstr "" - -msgid "Only applies to search-based galleries" -msgstr "" - -msgid "No matching videos" -msgstr "" - -msgid "Search" -msgstr "" diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-he_IL.mo b/src/wp-content/plugins/tubepress/sys/i18n/tubepress-he_IL.mo deleted file mode 100644 index a6ff089f5e6c06ce9db4483b5b8783af91177fd1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14104 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 PNVD7Ghcvq>en|UY{yrQN diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-he_IL.po b/src/wp-content/plugins/tubepress/sys/i18n/tubepress-he_IL.po deleted file mode 100644 index ae34e60..0000000 --- a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-he_IL.po +++ /dev/null @@ -1,540 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: TubePress 1.6.5\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: Yaron Ofer \n" -"Language-Team: GadgetGuru.co.il \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Hebrew\n" -"X-Poedit-Country: ISRAEL\n" -"X-Poedit-SourceCharset: iso-8859-1\n" -"Plural-Forms: plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 or n%100>=20) ? 1 : 2)\n" -"X-Poedit-Bookmarks: -1,-1,-1,-1,-1,-1,-1,-1,6,-1\n" - -msgid "TubePress Options" -msgstr "×פשרויות TubePress" - -msgid "Save" -msgstr "שמור " - -msgid "Set default options for the plugin. Each option here can be overridden on a per page/post basis with TubePress shortcodes. See the documentation for more info. An asterisk (*) next to an option indicates it's only available with TubePress Pro." -msgstr "הגדר ×פשרויות ברירת מחדל עבור התוסף. כל ×פשרות ×›×ן ניתן לדרוס בהת×× ×œ×¢×ž×•×“ / פוסט ×¢× shortcodes TubePress. צפה ב תיעוד לקבלת מידע נוסף. כוכבית (*) לצד ×ופציה מציין שמ×פיין ×–×” זמין רק בגירסה TubePress Pro ." - -msgid "Which videos?" -msgstr "××™×–×” ויד×ו?" - -msgid "Top rated videos from..." -msgstr "קטעי ויד×ו ×ž×“×•×¨×’×™× ×ž ..." - -msgid "This YouTube user's \"favorites\"" -msgstr "\"מועדפי×\" של משתמש YouTube ×–×”" - -msgid "The latest \"featured\" videos on YouTube's homepage" -msgstr "קטעי ויד×ו ××—×¨×•× ×™× ×ž \"featured\" בדף הבית של YouTube" - -msgid "Videos for mobile phones" -msgstr "קטעי ויד×ו עבור ×˜×œ×¤×•× ×™× × ×™×™×“×™×" - -msgid "This playlist" -msgstr "playlist רשימת השמעה ×–×ת" - -msgid "Limited to 200 videos per playlist. Will usually look something like this: D2B04665B213AE35. Copy the playlist id from the end of the URL in your browser's address bar (while looking at a YouTube playlist). It comes right after the \"p=\". For instance: http://youtube.com/my_playlists?p=D2B04665B213AE35" -msgstr "מוגבל ל -200 קטעי ויד×ו לכל רשימת השמעה. בדרך כלל נר××” משהו ×›×–×”:D2B04665B213AE35. העתק ×ת מזהה רשימת ההשמעה מסוף כתובת ×”×תר בשורת הכתובת של הדפדפן שלך (בעודך מסתכל ברשימת ההשמעה v YouTube). ×–×” ×‘× ×ž×™×“ ×חרי \"p=\". למשל: http://youtube.com/my_playlists?p=D2B04665B213AE35" - -msgid "Most-viewed videos from" -msgstr "קטעי ויד×ו ×”× ×¦×¤×™× ×‘×™×•×ª×¨ מ" - -msgid "Most-recently added videos" -msgstr "קטעי ויד×ו שנוספו ל×חרונה" - -msgid "Most-discussed videos" -msgstr "קטעי ויד×ו ×”×›×™ מדוברי×" - -msgid "Most-responded to videos" -msgstr "קטעי ויד×ו ×”×›×™ מוגבי×" - -msgid "Views" -msgstr "צפיות " - -msgid "YouTube search for..." -msgstr "חיפוש YouTube עבור ..." - -msgid "Videos from this YouTube user" -msgstr "ויד×ו ממשתמש YouTube ×–×”" - -msgid "YouTube limits this mode to 1,000 results" -msgstr "YouTube מגביל מצב ×–×” ל -1,000 תוצ×ות" - -msgid "Play each video" -msgstr " נגן כל קטע ויד×ו" - -msgid "Maximum description length" -msgstr "×ורך תי×ור מרבי " - -msgid "Max width (px)" -msgstr "רוחב מקסימלי (px פיקסלי×)" - -msgid "Maximum number of characters to display in video descriptions. Set to 0 for no limit." -msgstr "מספר ×”×ª×•×•×™× ×”×ž×¨×‘×™ להציג בתי×ור ויד×ו.הגדר 0 עבור ×©×•× ×ž×’×‘×œ×”." - -msgid "Height (px) of thumbs" -msgstr "גובה (px פיקסלי×) של תמונות תצוגה מקדימה" - -msgid "Default is 90" -msgstr "ברירת המחדל ×”×•× 90" - -msgid "Width (px) of thumbs" -msgstr "רוחב (px פיקסלי×) של תמונות תצוגה מקדימה" - -msgid "Default is 120" -msgstr "ברירת המחדל ×”×•× 120" - -msgid "Use relative dates" -msgstr "שימוש בת×ריך יחסי" - -msgid "e.g. \"yesterday\" instead of \"November 3, 1980\"" -msgstr "תוצ××” \"yesterday\"×‘×ž×§×•× \"November 3, 1980\"" - -msgid "Videos per Page" -msgstr "קטעי ויד×ו לעמוד" - -msgid "Default is 20. Maximum is 50" -msgstr "ברירת המחדל 30 גודל מרבי 50" - -msgid "Show pagination above thumbnails" -msgstr "הצג מעבר ×¢×ž×•×“×™× ×ž×¢×œ תמונות ממוזערות" - -msgid "Show pagination below thumbnails" -msgstr "הצג מעבר ×¢×ž×•×“×™× ×ž×ª×—×ª תמונות ממוזערות" - -msgid "Ajax-enabled pagination" -msgstr "Ajax במעבר בין עמודי×" - -msgid "Only applies to galleries that span multiple pages" -msgstr "חל רק על הגלריות ×¢× ×¢×ž×•×“×™× ×ž×¨×•×‘×™×" - -msgid "Order videos by" -msgstr "סדר קטעי ויד×ו לפי" - -msgid "Embedded Player" -msgstr "נגן משובץ" - -msgid "Auto-play videos" -msgstr "נגן ×וטומטית קטעי ויד×ו" - -msgid "Allow fullscreen playback" -msgstr "×פשר תצוגה במסך מל×" - -msgid "Max height (px)" -msgstr "גובה מקסמלי (px פקסלי×)" - -msgid "Default is 350" -msgstr "ברירת המחדל ×”×™× 350" - -msgid "Default is 425" -msgstr "ברירת המחדל ×”×™× 425" - -msgid "Default is 999999" -msgstr "ברירת המחדל ×”×™× 999999" - -msgid "Default is FFFFFF" -msgstr "ברירת המחדל ×”×™× FFFFFF" - -msgid "Loop" -msgstr "לול××”" - -msgid "Continue playing the video until the user stops it" -msgstr "המשך לנגן וויד×ו עד שהמשתמש מפסיק" - -msgid "Show title and rating before video starts" -msgstr "הצג כותרת ודירוג לפני שהויד×ו מתחיל" - -msgid "Main color" -msgstr "צבע ר×שי" - -msgid "Highlight color" -msgstr "צבע הדגשה" - -msgid "Show related videos" -msgstr "הצג קטעי ויד×ו בנוש×" - -msgid "Toggles the display of related videos after a video finishes" -msgstr "תצוגה של קטעי ויד×ו ×‘× ×•×©× ×חרי ×¡×™×•× ×”×•×™×“×ו" - -msgid "Show videos in high definition when available" -msgstr "הצג קטעי ויד×ו ב-HD כשזמין" - -msgid "Provider Feed" -msgstr "" - -msgid "Meta Display" -msgstr "תצוגה של תגי מט×" - -msgid "Author" -msgstr "מחבר " - -msgid "Category" -msgstr "קטגוריה " - -msgid "Description" -msgstr "תי×ור " - -msgid "ID" -msgstr "מק\"ט" - -msgid "Length" -msgstr "×ורך " - -msgid "Rating" -msgstr "דירוג" - -msgid "Ratings" -msgstr "דירוגי×" - -msgid "Keywords" -msgstr "מילות מפתח " - -msgid "Title" -msgstr "כותרת" - -msgid "Posted" -msgstr "פורס×" - -msgid "Runtime" -msgstr "זמן ריצה" - -msgid "URL" -msgstr "כתובת URL " - -msgid "Advanced" -msgstr "מתקד×" - -msgid "Date format" -msgstr "פורמט ת×ריך" - -msgid "Set the textual formatting of date information for videos. See date for examples." -msgstr "קבע ×ת עיצוב טקסטו×לי של מידע עדכני עבור קטעי ויד×ו. ר××” ת×ריך לדוגמ×ות." - -msgid "Enable debugging" -msgstr "×פשר דיב××’×™×" - -msgid "If checked, anyone will be able to view your debugging information. This is a rather small privacy risk. If you're not having problems with TubePress, or you're worried about revealing any details of your TubePress pages, feel free to disable the feature." -msgstr "×× ×ž×¡×•×ž×Ÿ, כל ×חד יוכל לצפות במידע על הב××’×™× ×©×œ×š. ×–×” סיכון קטן למדי לפרטיות. ×× ×תה ×œ× × ×ª×§×œ בבעיות ×¢× TubePress, ×ו ש×תה דו××’ לחשוף ×¤×¨×˜×™× ×›×œ×©×”× ×©×œ דפי TubePress שלך, ×ל תהסס להשבית ×ת התכונה." - -msgid "Filter \"racy\" content" -msgstr "מסנן תוכן \"בעייתי\" " - -msgid "Don't show videos that may not be suitable for minors." -msgstr "×ל תציג קטעי ויד×ו ×©×œ× ×ž×ª××™× ×œ×§×˜×™× ×™×." - -msgid "Shortcode keyword" -msgstr "מילות מפתח Shortcode" - -msgid "The word you insert (in plaintext, between square brackets) into your posts/pages to display a gallery." -msgstr "המילה שהזנת (בטקסט, בין ×¡×•×’×¨×™×™× ×ž×¨×•×‘×¢×™×) לתוך ×”×¤×•×¡×˜×™× / ×“×¤×™× ×©×œ×š כדי להציג גלריה." - -msgid "Randomize thumbnails" -msgstr "תצוגת תמונות ממוזערות ב×קר××™" - -msgid "Most videos come with several thumbnails. By selecting this option, each time someone views your gallery they will see the same videos with each video's thumbnail randomized. Note: this option cannot be used with the \"high quality thumbnails\" feature" -msgstr "רוב קטעי הויד×ו ×ž×’×™×¢×™× ×¢× ×›×ž×” תמונות ממוזערות. ידי בחירה ב×פשרות זו, בכל ×¤×¢× ×©×ž×™×©×”×• צופה גלריית ×”× ×™×¨×ו ×ת ×ותו קטעי ויד×ו ×¢× ×›×œ התמונות שלך ב×קר××™" - -msgid "YouTube API Developer Key" -msgstr "מפתח API ×œ×ž×¤×ª×—×™× ×‘ YouTube " - -msgid "YouTube will use this developer key for logging and debugging purposes if you experience a service problem on their end. You can register a new client ID and developer key here. Don't change this unless you know what you're doing." -msgstr "YouTube ישתמשו במפתח ×”×ž×¤×ª×—×™× ×œ×¨×™×©×•× ×‘××’×™× ×× ×תה נתקל בבעיה. ×תה יכול ×œ×”×¨×©× ×¢× ×ž×–×”×” לקוח חדש ×›×ן. ×ל תשנה ×ת ×–×” ××œ× ×× ×›×Ÿ ×תה יודע מה ×תה עושה." - -msgid "Enable request cache" -msgstr "×פשר בקשת מטמון" - -msgid "Only retrieve embeddable videos" -msgstr "רק ל×חזר קטעי ויד×ו ×”× ×™×ª× ×™× ×œ×©×™×‘×•×¥" - -msgid "Some videos have embedding disabled. Checking this option will exclude these videos from your galleries." -msgstr "יש כמה קטעי ויד×ו ×œ× ×ž××•×¤×©×¨×™× ×œ×©×™×‘×•×¥. סימון ×פשרות זו ×œ× ×ª×›×œ×•×œ סרטי הוויד×ו ×”×לה בגלריות שלך." - -msgid "Store network responses locally for 1 hour. Each response is on the order of a few hundred KB, so leaving the cache enabled will significantly reduce load times for your galleries at the slight expense of freshness." -msgstr "×כסן תגובות YouTube מקומית במשך שעה. כל תגובה ×”×™× ×‘×¡×“×¨ גודל של כמה מ×ות קילו, כך שתש×יר ×ת המטמון פועל על מנת להקטין ב×ופן משמעותי ×ת עומס זמן עלייה עבור הגלריות שלך על חשבון קל של ריענון." - -msgid "Maximum total videos to retrieve" -msgstr "סה\"×› קטעי ויד×ו מרבי ל×חזר" - -msgid "This can help to reduce the number of pages in your gallery. Set to \"0\" to remove any limit." -msgstr "×–×” יכול לעזור להפחית ×ת מספר ×”×¢×ž×•×“×™× ×‘×’×œ×¨×™×” שלך. הגדר \"0\" כדי להסיר כל מגבלה." - -msgid "Appearance" -msgstr "מר××”" - -msgid "normally (at the top of your gallery)" -msgstr "בדרך רגילה (בחלק העליון של הגלריה שלך)" - -msgid "in a popup window" -msgstr "בחלון קופץ" - -msgid "from the video's original YouTube page" -msgstr "מדף YouTube המקורי" - -msgid "with FancyBox" -msgstr "×¢× FancyBox" - -msgid "with TinyBox" -msgstr "×¢× TinyBox" - -msgid "with jqModal" -msgstr "×¢× jqModal" - -msgid "with Shadowbox" -msgstr "×¢× Shadowbox" - -msgid "statically (page refreshes on each thumbnail click)" -msgstr "סטטי (הדף מתרענן בלחיצה על כל תמונה)" - -msgid "relevance" -msgstr "רלוונטיות " - -msgid "view count" -msgstr "מספר צפיות " - -msgid "rating" -msgstr "דירוג " - -msgid "date published" -msgstr "ת×ריך ×”×¤×¨×¡×•× " - -msgid "randomly" -msgstr "×קר××™ " - -msgid "today" -msgstr "×”×™×•× " - -msgid "this week" -msgstr "השבוע" - -msgid "this month" -msgstr "החודש" - -msgid "all time" -msgstr "כל הזמן" - -msgid "next" -msgstr "הב×" - -msgid "prev" -msgstr "קוד×" - -msgid "Displays YouTube videos in your sidebar using TubePress" -msgstr "מציג קטעי ויד×ו YouTube בסרגל הצדדי שלך ב×מצעות TubePress" - -msgid "TubePress shortcode for the widget. See the documentation." -msgstr "Shortcode TubePress עבור יישומון. צפה ב תיעוד." - -msgid "none" -msgstr "לל×" - -msgid "moderate" -msgstr "מתון" - -msgid "strict" -msgstr "קפדן" - -msgid "JW FLV Media Player (by Longtail Video)" -msgstr "JW FLV Media Player (by Longtail Video)" - -msgid "Implementation" -msgstr "×™×™×©×•× " - -msgid "The brand of the embedded player. Default is the provider's player (YouTube, Vimeo, etc)" -msgstr "" - -msgid "Videos uploaded by this Vimeo user" -msgstr "" - -msgid "Videos this Vimeo user likes" -msgstr "" - -msgid "Videos this Vimeo user appears in" -msgstr "" - -msgid "Vimeo search for..." -msgstr "" - -msgid "Videos credited to this Vimeo user (either appears in or uploaded by)" -msgstr "" - -msgid "Videos in this Vimeo channel" -msgstr "" - -msgid "Videos from this Vimeo album" -msgstr "" - -msgid "Videos from this Vimeo group" -msgstr "" - -msgid "Use high-quality thumbnails" -msgstr "" - -msgid "Videos blacklist" -msgstr "" - -msgid "List of video IDs that should never be displayed" -msgstr "" - -msgid "in a new window on its own" -msgstr "" - -msgid "from the video's original Vimeo page" -msgstr "" - -msgid "position in a playlist" -msgstr "" - -msgid "comment count" -msgstr "" - -msgid "length" -msgstr "" - -msgid "title" -msgstr "" - -msgid "Likes" -msgstr "" - -msgid "Provider default" -msgstr "" - -# -# VALIDATION -# -msgid "%s can only take on integer values. You supplied %s." -msgstr "%s יכול להכיל רק על ×ž×¡×¤×¨×™× ×©×œ×ž×™×. הזנת %s." - -msgid "%s must be a string. You supplied %s." -msgstr "%s חייב להיות מחרוזת . הזנת %s." - -msgid "\"%s\" is not a valid option name." -msgstr "\"%s\" ×ינו ×©× ×פשרות חוקי." - -msgid "\"%s\" must be either true or false. You supplied \"%s\"." -msgstr "\"%s\" חייב להיות true ×ו false . . הזנת \"%s\"." - -msgid "\"%s\" must be one of \"%s\". You supplied \"%s\"." -msgstr "\"%s\" חייב להיות ×חד מ \"%s\". הזנת \"%s\"." - -msgid "\"%s\" must be between \"%d\" and \"%d\". You supplied \"%d\"." -msgstr "\"%s\" חייב להיות בין \"%d\" and \"%d\". הזנת \"%d\"." - -msgid "Not all sort orders can be applied to all gallery types. See the documentation for more info." -msgstr "" - -msgid "newest" -msgstr "" - -msgid "oldest" -msgstr "" - -msgid "Note: this option cannot be used with the \"randomize thumbnails\" feature" -msgstr "" - -msgid "%s is not executable or does not exist." -msgstr "" - -msgid "Thumbs per video" -msgstr "" - -msgid "How many thumbnails to generate for each video. TubePress can randomly display the thumbs each time someone visits the gallery. See the \"Randomize thumbnails\" option under the \"Appearance\" tab." -msgstr "" - -msgid "This option cannot contain two consecutive periods" -msgstr "" - -msgid "%s is not a directory" -msgstr "" - -msgid "%s is not readable" -msgstr "" - -msgid "Theme" -msgstr "" - -msgid "The TubePress theme to use for this gallery. Your themes can be found at %s, and default themes can be found at %s." -msgstr "" - -msgid "Videos most frequently flagged as favorites from..." -msgstr "" - -msgid "Vimeo API \"Consumer Key\"" -msgstr "" - -msgid "Click here to register for a consumer key and secret." -msgstr "" - -msgid "Vimeo API \"Consumer Secret\"" -msgstr "" - -msgid "Do not attempt to use cURL to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use the PHP HTTP extension to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fsockopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use PHP streams to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Disable cURL HTTP transport" -msgstr "" - -msgid "Disable HTTP extension transport" -msgstr "" - -msgid "Disable fopen HTTP transport" -msgstr "" - -msgid "Disable fsockopen HTTP transport" -msgstr "" - -msgid "Disable PHP streams HTTP transport" -msgstr "" - -msgid "Cache directory" -msgstr "" - -msgid "Leave blank to attempt to use system temp directory. Otherwise enter the absolute path of a writeable directory." -msgstr "" - -msgid "Cache expiration time (seconds)" -msgstr "" - -msgid "Cache entries will be considered stale after the specified number of seconds. Default is 3600 (one hour)." -msgstr "" - -msgid "Cache cleaning factor" -msgstr "" - -msgid "If you enter X, the entire cache will be cleaned every 1/X cache writes. Enter 0 to disable cache cleaning." -msgstr "" - -msgid "Only show options applicable to..." -msgstr "" - -msgid "Restrict search results to videos from this user" -msgstr "" - -msgid "Only applies to search-based galleries" -msgstr "" - -msgid "No matching videos" -msgstr "" - -msgid "Search" -msgstr "" diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-it_IT.mo b/src/wp-content/plugins/tubepress/sys/i18n/tubepress-it_IT.mo deleted file mode 100644 index 4a391221ab3e5250404d787324eba8926e060e86..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16734 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 E0?uODSpWb4 diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-it_IT.po b/src/wp-content/plugins/tubepress/sys/i18n/tubepress-it_IT.po deleted file mode 100644 index 47eb350..0000000 --- a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-it_IT.po +++ /dev/null @@ -1,553 +0,0 @@ -# Copyright 2006 - 2011 Eric D. Hough (http://ehough.com) -# -# This file is part of TubePress (http://tubepress.org) -# -# TubePress is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# TubePress is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with TubePress. If not, see . -msgid "" -msgstr "" -"Project-Id-Version: TubePress in italiano\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: Gianni Diurno (aka gidibao) \n" -"Language-Team: Gianni Diurno | gidibao.net \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Italian\n" -"X-Poedit-Country: ITALY\n" - -msgid "TubePress Options" -msgstr "Opzioni TubePress" - -msgid "Save" -msgstr "Salva" - -msgid "Set default options for the plugin. Each option here can be overridden on a per page/post basis with TubePress shortcodes. See the documentation for more info. An asterisk (*) next to an option indicates it's only available with TubePress Pro." -msgstr "Impostazioni predefinite per il plugin. Ogni opzione qui presente potrà essere sovrascritta per articoli/pagine grazie agli shortcode di TubePress. Per maggiori informazioni, leggi la documentazione in merito. La presenza di un asterisco (*) a lato di una opzione indica che la funzione é disponibile solamente per la versione TubePress Pro." - -msgid "Which videos?" -msgstr "Quali video?" - -msgid "Top rated videos from..." -msgstr "i video più popolari di..." - -msgid "This YouTube user's \"favorites\"" -msgstr "i \"favoriti\" di questo utente di YouTube" - -msgid "The latest \"featured\" videos on YouTube's homepage" -msgstr "i video in \"primo piano\" nella home di YouTube" - -msgid "Videos for mobile phones" -msgstr "i video per cellulari" - -msgid "This playlist" -msgstr "da questa playlist" - -msgid "Limited to 200 videos per playlist. Will usually look something like this: D2B04665B213AE35. Copy the playlist id from the end of the URL in your browser's address bar (while looking at a YouTube playlist). It comes right after the \"p=\". For instance: http://youtube.com/my_playlists?p=D2B04665B213AE35" -msgstr "Limite di 200 video per ogni playlist. Assomiglia ad una sequenza tipo questa: D2B04665B213AE35. Copia la id della playlist che trovi posizionata in coda all'URL nella barra degli indirizzi del tuo browser (durante la visualizzazione di una playlist su YouTube). La troverai giusto dopo \"p=\". Ad esempio: http://youtube.com/my_playlists?p=D2B04665B213AE35" - -msgid "Most-viewed videos from" -msgstr "i video più visti di" - -msgid "Videos most frequently flagged as favorites from..." -msgstr "I video maggiormente segnalati come preferiti..." - -msgid "Most-recently added videos" -msgstr "i video più recenti" - -msgid "Most-discussed videos" -msgstr "i video più commentati" - -msgid "Most-responded to videos" -msgstr "i video con più risposte" - -msgid "Videos uploaded by this Vimeo user" -msgstr "Video caricati da questo utente Vimeo" - -msgid "Videos this Vimeo user likes" -msgstr "I video che piacciono questo utente Vimeo" - -msgid "Videos this Vimeo user appears in" -msgstr "Video nei quali appare questo utente Vimeo" - -msgid "Vimeo search for..." -msgstr "Ricerca Vimeo per..." - -msgid "Videos credited to this Vimeo user (either appears in or uploaded by)" -msgstr "Video accreditati a questo utente Vimeo (presenti o caricati da)" - -msgid "Videos in this Vimeo channel" -msgstr "Video in questo canale Vimeo" - -msgid "Videos from this Vimeo album" -msgstr "Video da questo album Vimeo" - -msgid "Videos from this Vimeo group" -msgstr "Video da questo gruppo Vimeo" - -msgid "Views" -msgstr "Visualizzazioni" - -msgid "YouTube search for..." -msgstr "Cerca con YouTube..." - -msgid "Videos from this YouTube user" -msgstr "i video provenienti da questo utente di YouTube" - -msgid "YouTube limits this mode to 1,000 results" -msgstr "YouTube limita questa modalità a 1.000 risultati" - -msgid "Play each video" -msgstr "Riproduci ogni video" - -msgid "Maximum description length" -msgstr "Lunghezza massima per la descrizione" - -msgid "Max width (px)" -msgstr "Larghezza max. (px)" - -msgid "Maximum number of characters to display in video descriptions. Set to 0 for no limit." -msgstr "Numero massimo di caratteri da mostrare nella descrizione del video. Imposta a 0 per non fissare alcun limite." - -msgid "Height (px) of thumbs" -msgstr "Altezza (px) delle miniature" - -msgid "Default is 90" -msgstr "Predefinito a 90" - -msgid "Width (px) of thumbs" -msgstr "Larghezza (px) delle miniature" - -msgid "Default is 120" -msgstr "Predefinito a 120" - -msgid "Use relative dates" -msgstr "Usa data relativa" - -msgid "e.g. \"yesterday\" instead of \"November 3, 1980\"" -msgstr "ad es. \"ieri\" al posto di \"12 Gennaio 2009\"" - -msgid "Videos per Page" -msgstr "Video per pagina" - -msgid "Default is 20. Maximum is 50" -msgstr "Predefinito a 20. Massimo a 50" - -msgid "Show pagination above thumbnails" -msgstr "Mostra l'impaginazione sopra le miniature" - -msgid "Show pagination below thumbnails" -msgstr "Mostra l'impaginazione sotto le miniature" - -msgid "Use high-quality thumbnails" -msgstr "Usa miniature di alta qualità" - -msgid "Ajax-enabled pagination" -msgstr "Attiva impaginazione-Ajax " - -msgid "Only applies to galleries that span multiple pages" -msgstr "Applica solo per le gallerie con più pagine" - -msgid "Order videos by" -msgstr "Disponi i video" - -msgid "Embedded Player" -msgstr "Lettore incorporato" - -msgid "Auto-play videos" -msgstr "Avvio automatico" - -msgid "Allow fullscreen playback" -msgstr "Permetti la riproduzione a schermo intero" - -msgid "Max height (px)" -msgstr "dimensioni (px)" - -msgid "Default is 350" -msgstr "Predefinita a 350" - -msgid "Default is 425" -msgstr "Predefinita a 425" - -msgid "Default is 999999" -msgstr "Predefinita a 999999" - -msgid "Default is FFFFFF" -msgstr "Predefinita a FFFFFF" - -msgid "Loop" -msgstr "Loop" - -msgid "Continue playing the video until the user stops it" -msgstr "Riproduzione continua del video sino ad interruzione da parte del'utente" - -msgid "Show title and rating before video starts" -msgstr "Mostra titolo e votazione prima dell'avvio del video" - -msgid "Main color" -msgstr "Colore principale" - -msgid "Highlight color" -msgstr "Colore evidenziatore" - -msgid "Show related videos" -msgstr "Mostra video correlati" - -msgid "Toggles the display of related videos after a video finishes" -msgstr "Commuta alla presentazione dei video correlati una volta terminato il video" - -msgid "Show videos in high definition when available" -msgstr "Qualità video" - -msgid "Provider Feed" -msgstr "Feed provider" - -msgid "Meta Display" -msgstr "Mostra meta-dati" - -msgid "Author" -msgstr "Autore" - -msgid "Category" -msgstr "Categoria" - -msgid "Description" -msgstr "Descrizione" - -msgid "ID" -msgstr "ID" - -msgid "Length" -msgstr "Lunghezza" - -msgid "Likes" -msgstr "Piace" - -msgid "Rating" -msgstr "Valutazione" - -msgid "Ratings" -msgstr "Valutazioni" - -msgid "Keywords" -msgstr "Keywords" - -msgid "Title" -msgstr "Titolo" - -msgid "Posted" -msgstr "Pubblicato" - -msgid "Runtime" -msgstr "Tempo di esecuzione" - -msgid "URL" -msgstr "URL" - -msgid "Advanced" -msgstr "Funzioni varie avanzate" - -msgid "Date format" -msgstr "Formato data" - -msgid "Set the textual formatting of date information for videos. See date for examples." -msgstr "Imposta la formattazione del testo per le informazioni sulla data del video. Vai qui per maggiori informazioni." - -msgid "Videos blacklist" -msgstr "Blacklist video" - -msgid "List of video IDs that should never be displayed" -msgstr "Lista ID video da non mostrare mai " - -msgid "Enable debugging" -msgstr "Attiva debugging" - -msgid "If checked, anyone will be able to view your debugging information. This is a rather small privacy risk. If you're not having problems with TubePress, or you're worried about revealing any details of your TubePress pages, feel free to disable the feature." -msgstr "Se attivato, chiunque potrà vedere le tue informazioni di debugging. Questo comporta un piccolo rischio alla tua privacy. Qualora tu non avessi riscontrato alcun problema con TubePress oppure non desiderassi mostrae nessun dettaglio circa le tue pagine di TubePress, disattiva tranquillamente questa funzione." - -msgid "Filter \"racy\" content" -msgstr "Filtro contenuti \"per adulti\"" - -msgid "Don't show videos that may not be suitable for minors." -msgstr "Non verranno mostrati i video non adatti per un pubblico di minori." - -msgid "Shortcode keyword" -msgstr "Parola chiave shortcode" - -msgid "The word you insert (in plaintext, between square brackets) into your posts/pages to display a gallery." -msgstr "La parola che inserirai (come testo racchiuso tra le parentesi quadre) nei tuoi articoli/pagine per poter mostrare una galleria." - -msgid "Randomize thumbnails" -msgstr "Casualizza le miniature" - -msgid "Most videos come with several thumbnails. By selecting this option, each time someone views your gallery they will see the same videos with each video's thumbnail randomized. Note: this option cannot be used with the \"high quality thumbnails\" feature" -msgstr "La maggior parte dei video viene proposta con diverse miniature. Selezionando questa opzione, ogni volta che qualcuno accederà alla tua galleria potrà vedere i video presenti associati alle loro varie miniature mostrate casualmente " - -msgid "YouTube API Developer Key" -msgstr "YouTube API Developer Key" - -msgid "YouTube will use this developer key for logging and debugging purposes if you experience a service problem on their end. You can register a new client ID and developer key here. Don't change this unless you know what you're doing." -msgstr "YouTube utilizzerà questa developer key principalmente per la analisi delle segnalazioni di errore riscontrate e per il debugging. Puoi registrare una nuova client ID ed una developer key qui. Non modificare la presente se non fossi sicuro di cosa stessi facendo." - -msgid "Enable request cache" -msgstr "Attiva cache" - -msgid "Only retrieve embeddable videos" -msgstr "Recupera i soli video incorporabili" - -msgid "Some videos have embedding disabled. Checking this option will exclude these videos from your galleries." -msgstr "Alcuni video non permettono di essere incorporati. Metti il segno di spunta a questa opzione per escludere questi video dalle tue gallerie." - -msgid "Store network responses locally for 1 hour. Each response is on the order of a few hundred KB, so leaving the cache enabled will significantly reduce load times for your galleries at the slight expense of freshness." -msgstr "Conserva per 1 ora le richieste per YouTube. Ogni richiesta comporta l'utilizzo di alcune centinai di KB quindi, lasciando attiva la cache verrà ridotto significamente il tempo di caricamento delle tue gallerie." - -msgid "Maximum total videos to retrieve" -msgstr "Numero massimo di video da estrarre" - -msgid "This can help to reduce the number of pages in your gallery. Set to \"0\" to remove any limit." -msgstr "Questo potrà esserti utile per ridurre il numero di pagine nella galleria. Imposta a \"0\" pre nessun limite." - -msgid "Appearance" -msgstr "Aspetto" - -msgid "normally (at the top of your gallery)" -msgstr "normalmente (in cima alla galleria gallery)" - -msgid "in a popup window" -msgstr "in una finestra popup" - -msgid "from the video's original YouTube page" -msgstr "nella pagina originale di YouTube" - -msgid "from the video's original Vimeo page" -msgstr "dalla pagina originale Vimeo del video" - -msgid "with FancyBox" -msgstr "con FancyBox" - -msgid "with TinyBox" -msgstr "con TinyBox" - -msgid "with jqModal" -msgstr "con jqModal" - -msgid "with Shadowbox" -msgstr "con Shadowbox" - -msgid "statically (page refreshes on each thumbnail click)" -msgstr "staticamente (ricarica pagina ad ogni click/miniatura)" - -msgid "in a new window on its own" -msgstr "in una nuova finestra" - -msgid "relevance" -msgstr "per rilevanza" - -msgid "view count" -msgstr "più visti" - -msgid "rating" -msgstr "più votati" - -msgid "date published" -msgstr "recenti" - -msgid "randomly" -msgstr "casualmente" - -msgid "position in a playlist" -msgstr "posizione nella playlist" - -msgid "comment count" -msgstr "conteggio dei commenti" - -msgid "length" -msgstr "durata" - -msgid "title" -msgstr "titolo" - -msgid "today" -msgstr "oggi" - -msgid "this week" -msgstr "questa settimana" - -msgid "this month" -msgstr "questo mese" - -msgid "all time" -msgstr "di sempre" - -msgid "next" -msgstr "successivo" - -msgid "prev" -msgstr "precedente" - -msgid "Displays YouTube videos in your sidebar using TubePress" -msgstr "Mostra con TubePress i video di YouTube nella barra laterale" - -msgid "TubePress shortcode for the widget. See the documentation." -msgstr "Shortcode di TubePress per il widget. Consulta la documentazione." - -msgid "none" -msgstr "nessuno" - -msgid "moderate" -msgstr "modera" - -msgid "strict" -msgstr "rispetto rigoroso della norma" - -msgid "Provider default" -msgstr "Provider predefinito" - -msgid "JW FLV Media Player (by Longtail Video)" -msgstr "JW FLV Media Player (by Longtail Video)" - -msgid "Implementation" -msgstr "Implementazione" - -msgid "The brand of the embedded player. Default is the provider's player (YouTube, Vimeo, etc)" -msgstr "Il marchio del player. Predefinito al player del provider (YouTube, Vimeo, etc)" - -# -# VALIDATION -# -msgid "%s can only take on integer values. You supplied %s." -msgstr "%s può solo accettare i numeri interi. Tu hai inserito %s." - -msgid "%s must be a string. You supplied %s." -msgstr "%s deve essere una stringa. Tu hai inserito %s." - -msgid "\"%s\" is not a valid option name." -msgstr "\"%s\" non é un nome opzione valido." - -msgid "\"%s\" must be either true or false. You supplied \"%s\"." -msgstr "\"%s\" deve essere true o false. Tu hai inserito \"%s\"." - -msgid "\"%s\" must be one of \"%s\". You supplied \"%s\"." -msgstr "\"%s\" deve essere uno di \"%s\". Tu hai inserito \"%s\"." - -msgid "\"%s\" must be between \"%d\" and \"%d\". You supplied \"%d\"." -msgstr "\"%s\" deve essere tra \"%d\" e \"%d\". Tu hai inserito \"%d\"." - -msgid "Not all sort orders can be applied to all gallery types. See the documentation for more info." -msgstr "Non tutti gli ordini di disposizione possono essere applicati a tutti i tipi di gallerie. Leggi la documentazione per ulteriori informazioni." - -msgid "newest" -msgstr "recente" - -msgid "oldest" -msgstr "precedente" - -msgid "Note: this option cannot be used with the \"randomize thumbnails\" feature" -msgstr "Nota: questa opzione non può essere utilizzata con la funzione \"casualizza le miniature\"" - -msgid "%s is not executable or does not exist." -msgstr "%s non é eseguibile oppure non esiste." - -msgid "Thumbs per video" -msgstr "Miniature video" - -msgid "How many thumbnails to generate for each video. TubePress can randomly display the thumbs each time someone visits the gallery. See the \"Randomize thumbnails\" option under the \"Appearance\" tab." -msgstr "Quante miniature da generare per ogni video. TubePress può mostrare casualmente le miniature ogni qualvolta che qualcuno visiti la galleria. Vai alla opzione \"Casualizza le miniature\" sotto il tab \"Aspetto\"." - -msgid "This option cannot contain two consecutive periods" -msgstr "Questa opzione non può contenere due periodi consegutivi" - -msgid "%s is not a directory" -msgstr "%s non è una directory" - -msgid "%s is not readable" -msgstr "%s non é leggibile" - -msgid "Theme" -msgstr "Tema" - -msgid "The TubePress theme to use for this gallery. Your themes can be found at %s, and default themes can be found at %s." -msgstr "Il tema di TubePress da usare per questa galleria. I tuoi temi sono sotto %s, mentre i predefiniti li trovi in %s." - -msgid "Vimeo API \"Consumer Key\"" -msgstr "API Vimeo \"Consumer Key\"" - -msgid "Click here to register for a consumer key and secret." -msgstr "Clicca qui per ottenere le chiavi consumer e secret." - -msgid "Vimeo API \"Consumer Secret\"" -msgstr "API Vimeo \"Consumer Secret\"" - -msgid "Do not attempt to use cURL to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use the PHP HTTP extension to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fsockopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use PHP streams to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Disable cURL HTTP transport" -msgstr "" - -msgid "Disable HTTP extension transport" -msgstr "" - -msgid "Disable fopen HTTP transport" -msgstr "" - -msgid "Disable fsockopen HTTP transport" -msgstr "" - -msgid "Disable PHP streams HTTP transport" -msgstr "" - -msgid "Cache directory" -msgstr "" - -msgid "Leave blank to attempt to use system temp directory. Otherwise enter the absolute path of a writeable directory." -msgstr "" - -msgid "Cache expiration time (seconds)" -msgstr "" - -msgid "Cache entries will be considered stale after the specified number of seconds. Default is 3600 (one hour)." -msgstr "" - -msgid "Cache cleaning factor" -msgstr "" - -msgid "If you enter X, the entire cache will be cleaned every 1/X cache writes. Enter 0 to disable cache cleaning." -msgstr "" - -msgid "Only show options applicable to..." -msgstr "" - -msgid "Restrict search results to videos from this user" -msgstr "" - -msgid "Only applies to search-based galleries" -msgstr "" - -msgid "No matching videos" -msgstr "" - -msgid "Search" -msgstr "" diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-pt_BR.mo b/src/wp-content/plugins/tubepress/sys/i18n/tubepress-pt_BR.mo deleted file mode 100644 index cc0a0700cd254b72fe21e629b94843c2cdfb3e96..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12588 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 z z7x%1OSY0?-uuJ3a!YP!qWVyC*G2Te@LUZXHWy``UDk!1xyjZd)$2TgrZjZCS*0#VN z)sC23kBYNhfwa&maN?ppTKRV#?GLGh{HW*8ox_rFs%D@1LEo3lQK=Q zy<|^ZTz>!AbJH7_@SSda616brlJ%3Wq&0h%g){gYd(Uj-PRnBlA10yc&auqC*z8QDR$M=@D9KS#W@>o=s z^$^CQ4M%|k&0#5Kq|V;;YG}#L%rfoD-QrQ$pTPHe!PnGu#8M*7-5mFS?ATeeOl*&z zBgo83T(EaVdipNZ{&}zV6UOufs6W-$Ng~&!3%$DV)O9U*{Ds+;9nXcH9rl_$202;T zRgY3mVRjl%T%m_CzEKb%IgD1&f^yY54VFmhGcp&r+$(~osDroTf_iut>~MU8Exz+5 z+IBl0P#w2ERBQB&8#RD-qlyEN+9d59R zuvGeF!$1b?9J@GxiUBqKJXf-rrA5RuBXuk@;+Oe1TRp>1g56q=FnNc`Bz&bq4 z0uT`LW><@6<+2!FO6h?5PYy~)fR&t$ z&=7e>wonz_tqZ7TrZMQ9=lkspu0(0Hf%+FHLTDA7n%LI02qk^wTZBFWai0QNP?Y*K zO8VNj!xU*hchQ9|bEg}g$-hf?FcGuR6C?neq8)lx^^GU&QPZ|DS0|zEIDvJoEem-LoGv-@H8Al4a7DKQKQlL1;e~;b&Hs}711w}U|NlP%(n+!uRWd}Lz9IEXe+RYa`vvfL(Nw)Opngn_yyLCw?U1O z9Y0$(Ybo7A`AIEeH2t~)|Az247lZbBji$m>`YC&hxbZVj(6Yt_niW!NV+W#?VO)|` z`t;g$5o}hpUl65+{NjGl2^{RzCab!rHdkmbd$;5p(_D&DXve_o&aapd@mxVA&ug-% zb2Zo?^_|6&GHp|J!R(2zWweH}?v(VIY9x!qk_ui}SV@Xd^7;_3x?ZCzOlUZT-lF4z z$>y61D83dEAG-?{rA${x->T7w?}o;sTcvBcdFeaa0y<;v$SG}mdDyfbNg(PyMl^%a zrpT;Wq;Ebt3;SH4{zIOPzd#Cb?Q=1v&mZ4g+-VbXniDMB5qoseM#ohHP3)lRbVxPh zW3_2adV)b!+>yd2&J^^ud-_{-A|p4MCy?CfB`_sbLdYIId5D}_lO{-O;$LFsX?;ny z#mc*KzkZ=msj=(PPLym(v$H(1yDU;Gq>0?gl-2kPRh^P~Ny&{)l-d=PL=K_OWDQYH z-kPdM&KRW-ly7Ewr7G93L`+KOh5S7=DrDcUvx#zTB^sOrsDHc3+C4HSOz7&Goh-=6 z>RmK3jHIqC2<%6R1N~98xi%;fL)mYZvH5iu`D6#rMzTV)fp`5*pP&^{YIzn+?;^5! zLBYlEyUO5%AM~hv?z4((cJiXCB2`PtmeZOq_go3WT8au*lm#p&zRse= zUAtDJwUF9qxIhs6_$kt~ZXkZF(MF7|(I~G~rxDodvnSWRd$(_5+(6c)ZK38W620;N zFQ_3J67e>7)kRPa8H_Zo+Q$j!>pa&WjVUa&C)q-tGI70ke*bd2LVo^Zn}Q$BxiUPi zVLjg(ZE80caj~+d7BIZ?@0fRXU>Kk zKf}9HiZ{r<-fI52n~bDT6a~>Gqtkam`|wb(OlaIpzD<8c@=Iu1ssB$j-?UN@*mGm( zs7CZmn@U&ZWH(N0%Jz7ASq^q<(@kESCNEm5cztkO7Hi(C^1li3N6fjXpg#L9`yuxe z38rSoINQk6jaWr57u0s0Mmc-SW^3rnJ24csTFxVprK2-xx=QxspX?C^KK!Wms3d79MrAJCQHSRk0j5Lj#MU_rjYaCu?=cUF^YcH3cU;G z^S=A4OrY4w@{LHXSCZwe#n_#`zV8mK$`Idy_4{P~tmOE|?|?mD`Gu5G(jm3aWb-vq zu4?F#4FmlIIgnK3I4; diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-pt_BR.po b/src/wp-content/plugins/tubepress/sys/i18n/tubepress-pt_BR.po deleted file mode 100644 index 3c7f97d..0000000 --- a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-pt_BR.po +++ /dev/null @@ -1,552 +0,0 @@ -# Copyright 2006 - 2011 Eric D. Hough (http://ehough.com) -# -# This file is part of TubePress (http://tubepress.org) -# -# TubePress is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# TubePress is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with TubePress. If not, see . -msgid "" -msgstr "" -"Project-Id-Version: TubePress pt_BR\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: Cátia Kitahara \n" -"Language-Team: Tecsite Estúdio Digital e Comunidade WordPress-BR \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Portuguese\n" -"X-Poedit-Country: BRAZIL\n" -"X-Poedit-SourceCharset: utf-8\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -msgid "TubePress Options" -msgstr "Opções do TubePress" - -msgid "Save" -msgstr "Salvar" - -msgid "Set default options for the plugin. Each option here can be overridden on a per page/post basis with TubePress shortcodes. See the documentation for more info. An asterisk (*) next to an option indicates it's only available with TubePress Pro." -msgstr "configurar as opções padrão para o plugin. Cada opção aqui pode ser substituída em uma base por página ou post com sShortcodess do TubePress. Veja a documentação para obter mais informações. Um asterisco (*) ao lado da opção indica que está disponível somente com o TubePress Pro " - -msgid "Which videos?" -msgstr "Quais vídeos?" - -msgid "Top rated videos from..." -msgstr "Os vídeos mais votados de..." - -msgid "This YouTube user's \"favorites\"" -msgstr "Os favoritos deste usuário do Youtube" - -msgid "The latest \"featured\" videos on YouTube's homepage" -msgstr "Os vídeos mais recentes \"destacados\" na página inicial do YouTube" - -msgid "Videos for mobile phones" -msgstr "Vídeos para celulares" - -msgid "This playlist" -msgstr "Esta playlist" - -msgid "Limited to 200 videos per playlist. Will usually look something like this: D2B04665B213AE35. Copy the playlist id from the end of the URL in your browser's address bar (while looking at a YouTube playlist). It comes right after the \"p=\". For instance: http://youtube.com/my_playlists?p=D2B04665B213AE35" -msgstr "Limitado a 200 vídeos por lista. Normalmente algo parecido com isto: D2B04665B213AE35. Copie a id da playlist no final do URL na barra de endereços do navegador (enquanto olha para uma playlist do YouTube). Ela vem logo após o \"p =\". Por exemplo: http://youtube.com/my_playlists?p=D2B04665B213AE35" - -msgid "Most-viewed videos from" -msgstr "Os vídeos mais vistos de" - -msgid "Most-recently added videos" -msgstr "Os vídeos adicionados mais recentemente" - -msgid "Most-discussed videos" -msgstr "Os vídeos mais comentados" - -msgid "Most-responded to videos" -msgstr "Os vídeos com mais respostas" - -msgid "Views" -msgstr "Visualizações" - -msgid "YouTube search for..." -msgstr "Pesquisa Youtube por..." - -msgid "Videos from this YouTube user" -msgstr "Vídeos deste usuário do Youtube" - -msgid "YouTube limits this mode to 1,000 results" -msgstr "O Youtube limita este modo a 1.000 resultados" - -msgid "Play each video" -msgstr "Reproduzir cada vídeo" - -msgid "Maximum description length" -msgstr "Tamanho máximo para a descrição" - -msgid "Maximum number of characters to display in video descriptions. Set to 0 for no limit." -msgstr "Número máximo de caracteres a serem mostrados nas descrições do vídeo. Configure 0 para ilimitado." - -msgid "Height (px) of thumbs" -msgstr "Altura (px) das miniaturas" - -msgid "Default is 90" -msgstr "O padrão é 90" - -msgid "Width (px) of thumbs" -msgstr "Largura (px) das miniaturas" - -msgid "Default is 120" -msgstr "O padrão é 120" - -msgid "Use relative dates" -msgstr "Usar datas relativas" - -msgid "e.g. \"yesterday\" instead of \"November 3, 1980\"" -msgstr "por ex.: \"ontem\" ao invés de \"3 de Novembro de 1980\"" - -msgid "Videos per Page" -msgstr "Vídeos por página" - -msgid "Default is 20. Maximum is 50" -msgstr "O padrão é 20. O máximo é 50" - -msgid "Show pagination above thumbnails" -msgstr "Mostrar a paginação acima das miniaturas" - -msgid "Show pagination below thumbnails" -msgstr "Mostrar a paginação abaixo das miniaturas" - -msgid "Ajax-enabled pagination" -msgstr "Paginação com suporte a Ajax " - -msgid "Only applies to galleries that span multiple pages" -msgstr "Só se aplica às galerias que geram muitas páginas" - -msgid "Order videos by" -msgstr "Ordenar vídeos por" - -msgid "Embedded Player" -msgstr "Incorporar Player" - -msgid "Auto-play videos" -msgstr "Auto-reproduzir vídeos" - -msgid "Allow fullscreen playback" -msgstr "Permitir a reprodução em tela cheia" - -msgid "Max height (px)" -msgstr "Altura máxima (px)" - -msgid "Default is 350" -msgstr "O padrão é 350" - -msgid "Default is 425" -msgstr "O padrão é 425" - -msgid "Default is 999999" -msgstr "O padrão é 999999" - -msgid "Default is FFFFFF" -msgstr "O padrão é FFFFFF" - -msgid "Loop" -msgstr "Loop" - -msgid "Continue playing the video until the user stops it" -msgstr "Continuar reproduzindo o vídeo até que o usuário o pare" - -msgid "Show title and rating before video starts" -msgstr "Mostrar título e votação antes de iniciar o vídeo" - -msgid "Main color" -msgstr "Cor principal" - -msgid "Highlight color" -msgstr "Cor de destaque" - -msgid "Show related videos" -msgstr "Mostra vídeos relacionados" - -msgid "Toggles the display of related videos after a video finishes" -msgstr "Alterna a exibição de vídeos relacionados, após terminar um vídeo" - -msgid "Show videos in high definition when available" -msgstr "Mostrar os vídeos em alta definição quando estiver disponível" - -msgid "Meta Display" -msgstr "Exibição de meta-dados" - -msgid "Author" -msgstr "Autor" - -msgid "Category" -msgstr "Categoria" - -msgid "Description" -msgstr "Descrição" - -msgid "ID" -msgstr "ID" - -msgid "Length" -msgstr "Duração" - -msgid "Rating" -msgstr "Votação" - -msgid "Ratings" -msgstr "Votos" - -msgid "Keywords" -msgstr "Palavras-chave" - -msgid "Title" -msgstr "Título" - -msgid "Posted" -msgstr "Publicado" - -msgid "URL" -msgstr "URL" - -msgid "Advanced" -msgstr "Avançado" - -msgid "Date format" -msgstr "Formato da data" - -msgid "Set the textual formatting of date information for videos. See date for examples." -msgstr "Configurar a formatação textual para as datas dos vídeos. Veja data para obter exemplos." - -msgid "Enable debugging" -msgstr "Ativar depuração" - -msgid "If checked, anyone will be able to view your debugging information. This is a rather small privacy risk. If you're not having problems with TubePress, or you're worried about revealing any details of your TubePress pages, feel free to disable the feature." -msgstr "Se marcado, ninguém será capaz de ver as suas informações de depuração. Este é um risco de privacidade bastante pequeno. Se você não tem problemas com o TubePress, ou você está preocupado em revelar quaisquer detalhes de suas páginas TubePress, sinta-se livre para desativar o recurso." - -msgid "Filter \"racy\" content" -msgstr "Filtra conteúdo \"adulto\"" - -msgid "Don't show videos that may not be suitable for minors." -msgstr "Não mostrar vídeos que podem não ser adequados para menores." - -msgid "Shortcode keyword" -msgstr "Palavra-chave do \"shortcode\"" - -msgid "The word you insert (in plaintext, between square brackets) into your posts/pages to display a gallery." -msgstr "A palavra que você insere (em texto simples, entre colchetes) em seus posts/páginas para exibir uma galeria." - -msgid "Randomize thumbnails" -msgstr "Mostrar miniaturas aleatoriamente" - -msgid "Most videos come with several thumbnails. By selecting this option, each time someone views your gallery they will see the same videos with each video's thumbnail randomized. Note: this option cannot be used with the \"high quality thumbnails\" feature" -msgstr "A maioria dos vídeos vêm com várias miniaturas. Ao selecionar esta opção, cada vez que alguém vir sua galeria verá os mesmos vídeos com cada miniatura aleatória" - -msgid "YouTube API Developer Key" -msgstr "Chave de desenvolvedor de API do YouTube" - -msgid "YouTube will use this developer key for logging and debugging purposes if you experience a service problem on their end. You can register a new client ID and developer key here. Don't change this unless you know what you're doing." -msgstr "O YouTube usará esta chave de desenvolvedor para login e depuração se você tiver algum problema com o serviço deles. Você pode registrar uma nova ID e chave de desenvolvedor aqui. Não mude isto a menos que você saiba o que está fazendo." - -msgid "Enable request cache" -msgstr "Ativar cache solicitado" - -msgid "Only retrieve embeddable videos" -msgstr "Recupera apenas vídeos que podem ser incorporados" - -msgid "Some videos have embedding disabled. Checking this option will exclude these videos from your galleries." -msgstr "Alguns vídeos têm incorporação desativada. Ao marcar esta opção esses vídeos de suas galerias serão excluídos." - -msgid "Store network responses locally for 1 hour. Each response is on the order of a few hundred KB, so leaving the cache enabled will significantly reduce load times for your galleries at the slight expense of freshness." -msgstr "Armazenar respostas do YouTube localmente por 1 hora. Cada resposta possui algumas centenas de KB, portanto deixar o cache ativado reduzirá significativamente as vezes que suas galerias são carregadas, isto irá custar um pouco da atualização." - -msgid "Maximum total videos to retrieve" -msgstr "Número máximo de vídeos a recuperar" - -msgid "This can help to reduce the number of pages in your gallery. Set to \"0\" to remove any limit." -msgstr "Isto pode ajudar a reduzir o número de páginas em sua galeria. Configure \"0 \" para remover qualquer limite." - -msgid "normally (at the top of your gallery)" -msgstr "normalmente (no topo da sua galeria)" - -msgid "in a popup window" -msgstr "em uma janela popup" - -msgid "from the video's original YouTube page" -msgstr "da página original do Youtube" - -msgid "with FancyBox" -msgstr "com FancyBox" - -msgid "with TinyBox" -msgstr "com TinyBox" - -msgid "with Shadowbox" -msgstr "com Shadowbox" - -msgid "with jqModal" -msgstr "com jqModal" - -msgid "statically (page refreshes on each thumbnail click)" -msgstr "estaticamente (a página é atualizada a cada clique em miniatura)" - -msgid "relevance" -msgstr "relevância" - -msgid "view count" -msgstr "popularidade" - -msgid "rating" -msgstr "votação" - -msgid "date published" -msgstr "data de publicação" - -msgid "randomly" -msgstr "aleatoriamente" - -msgid "today" -msgstr "hoje" - -msgid "this week" -msgstr "esta semana" - -msgid "this month" -msgstr "este mês" - -msgid "all time" -msgstr "sempre" - -msgid "next" -msgstr "próximo" - -msgid "prev" -msgstr "anterior" - -msgid "Displays YouTube videos in your sidebar using TubePress" -msgstr "Mostra vídeos Youtube em sua barra lateral usando TubePress" - -msgid "TubePress shortcode for the widget. See the documentation." -msgstr "TubePress shortcode para widget. Veja a documentação." - -msgid "none" -msgstr "nenhum" - -msgid "moderate" -msgstr "moderar" - -msgid "strict" -msgstr "estrito" - -msgid "JW FLV Media Player (by Longtail Video)" -msgstr "JW FLV Media Player (by Longtail Video)" - -msgid "Implementation" -msgstr "Implementação" - -msgid "The brand of the embedded player. Default is the provider's player (YouTube, Vimeo, etc)" -msgstr "" - -msgid "Videos uploaded by this Vimeo user" -msgstr "" - -msgid "Videos this Vimeo user likes" -msgstr "" - -msgid "Videos this Vimeo user appears in" -msgstr "" - -msgid "Vimeo search for..." -msgstr "" - -msgid "Videos credited to this Vimeo user (either appears in or uploaded by)" -msgstr "" - -msgid "Videos in this Vimeo channel" -msgstr "" - -msgid "Videos from this Vimeo album" -msgstr "" - -msgid "Videos from this Vimeo group" -msgstr "" - -msgid "Use high-quality thumbnails" -msgstr "" - -msgid "Videos blacklist" -msgstr "" - -msgid "List of video IDs that should never be displayed" -msgstr "" - -msgid "in a new window on its own" -msgstr "" - -msgid "from the video's original Vimeo page" -msgstr "" - -msgid "Likes" -msgstr "" - -msgid "Appearance" -msgstr "" - -msgid "Provider Feed" -msgstr "" - -msgid "Max width (px)" -msgstr "" - -msgid "position in a playlist" -msgstr "" - -msgid "comment count" -msgstr "" - -msgid "length" -msgstr "" - -msgid "title" -msgstr "" - -msgid "Runtime" -msgstr "" - -msgid "Provider default" -msgstr "" - -msgid "%s can only take on integer values. You supplied %s." -msgstr "%s só pode assumir valores inteiros. Você forneceu %s." - -msgid "%s must be a string. You supplied %s." -msgstr "%s deve ser uma string. Você forneceu %s." - -msgid "\"%s\" is not a valid option name." -msgstr "\"%s\" não é um nome de opção válido." - -msgid "\"%s\" must be either true or false. You supplied \"%s\"." -msgstr "\"%s\" deve ser verdadeiro ou falso. Você forneceu \"%s\"." - -msgid "\"%s\" must be one of \"%s\". You supplied \"%s\"." -msgstr "\"%s\" deve ser um de \"%s\". Você forneceu \"%s\"." - -msgid "\"%s\" must be between \"%d\" and \"%d\". You supplied \"%d\"." -msgstr "\"%s\" deve estar entre \"%d\" e \"%d\". Você forneceu \"%d\"." - -msgid "Not all sort orders can be applied to all gallery types. See the documentation for more info." -msgstr "" - -msgid "newest" -msgstr "" - -msgid "oldest" -msgstr "" - -msgid "Note: this option cannot be used with the \"randomize thumbnails\" feature" -msgstr "" - -msgid "%s is not executable or does not exist." -msgstr "" - -msgid "Thumbs per video" -msgstr "" - -msgid "How many thumbnails to generate for each video. TubePress can randomly display the thumbs each time someone visits the gallery. See the \"Randomize thumbnails\" option under the \"Appearance\" tab." -msgstr "" - -msgid "This option cannot contain two consecutive periods" -msgstr "" - -msgid "%s is not a directory" -msgstr "" - -msgid "%s is not readable" -msgstr "" - -msgid "Theme" -msgstr "" - -msgid "The TubePress theme to use for this gallery. Your themes can be found at %s, and default themes can be found at %s." -msgstr "" - -msgid "Videos most frequently flagged as favorites from..." -msgstr "" - -msgid "Vimeo API \"Consumer Key\"" -msgstr "" - -msgid "Click here to register for a consumer key and secret." -msgstr "" - -msgid "Vimeo API \"Consumer Secret\"" -msgstr "" - -msgid "Do not attempt to use cURL to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use the PHP HTTP extension to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fsockopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use PHP streams to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Disable cURL HTTP transport" -msgstr "" - -msgid "Disable HTTP extension transport" -msgstr "" - -msgid "Disable fopen HTTP transport" -msgstr "" - -msgid "Disable fsockopen HTTP transport" -msgstr "" - -msgid "Disable PHP streams HTTP transport" -msgstr "" - -msgid "Cache directory" -msgstr "" - -msgid "Leave blank to attempt to use system temp directory. Otherwise enter the absolute path of a writeable directory." -msgstr "" - -msgid "Cache expiration time (seconds)" -msgstr "" - -msgid "Cache entries will be considered stale after the specified number of seconds. Default is 3600 (one hour)." -msgstr "" - -msgid "Cache cleaning factor" -msgstr "" - -msgid "If you enter X, the entire cache will be cleaned every 1/X cache writes. Enter 0 to disable cache cleaning." -msgstr "" - -msgid "Only show options applicable to..." -msgstr "" - -msgid "Restrict search results to videos from this user" -msgstr "" - -msgid "Only applies to search-based galleries" -msgstr "" - -msgid "No matching videos" -msgstr "" - -msgid "Search" -msgstr "" diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-ru_RU.mo b/src/wp-content/plugins/tubepress/sys/i18n/tubepress-ru_RU.mo deleted file mode 100644 index 3f6ffc25d248b2ddb1ae70a3fd9cf41b766a4817..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16626 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 HpGf^5jIpiE diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-ru_RU.po b/src/wp-content/plugins/tubepress/sys/i18n/tubepress-ru_RU.po deleted file mode 100644 index f81eebc..0000000 --- a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-ru_RU.po +++ /dev/null @@ -1,537 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: TubePress 1.6.5\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: Stanislav \n" -"Language-Team: Stanislav \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Russian\n" -"X-Poedit-Country: RUSSIAN FEDERATION\n" -"X-Poedit-SourceCharset: iso-8859-1\n" -"Plural-Forms: plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 or n%100>=20) ? 1 : 2)\n" -"X-Poedit-Bookmarks: -1,-1,-1,-1,-1,-1,-1,-1,6,-1\n" - -msgid "TubePress Options" -msgstr "ÐаÑтройки TubePress" - -msgid "Save" -msgstr "Сохранить" - -msgid "Set default options for the plugin. Each option here can be overridden on a per page/post basis with TubePress shortcodes. See the documentation for more info. An asterisk (*) next to an option indicates it's only available with TubePress Pro." -msgstr "УÑтановить параметры по умолчанию Ð´Ð»Ñ Ð¿Ð»Ð°Ð³Ð¸Ð½Ð°. Любую из Ñтих опций можно изменить при напиÑании Заметки/Страницы, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ñпециальные коды TubePress. Смотрите документацию Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾Ð¹ информации. Звездочка (*) Ñ€Ñдом Ñ Ð¾Ð¿Ñ†Ð¸ÐµÐ¹ показывает, что она доÑтупна только в верÑии TubePress Pro ." - -msgid "Which videos?" -msgstr "Какое видео?" - -msgid "Top rated videos from..." -msgstr "Лучшие оценки (Самое популÑрные видео Ñ...)" - -msgid "This YouTube user's \"favorites\"" -msgstr "\"Избранное\" Ñтого Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ YouTube" - -msgid "The latest \"featured\" videos on YouTube's homepage" -msgstr "ПоÑледние Ñамые популÑрные видео на главной Ñтранице YouTube" - -msgid "Videos for mobile phones" -msgstr "Видео Ð´Ð»Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ñ… телефонов" - -msgid "This playlist" -msgstr "Этот плейлиÑÑ‚" - -msgid "Limited to 200 videos per playlist. Will usually look something like this: D2B04665B213AE35. Copy the playlist id from the end of the URL in your browser's address bar (while looking at a YouTube playlist). It comes right after the \"p=\". For instance: http://youtube.com/my_playlists?p=D2B04665B213AE35" -msgstr "Ограничено 200 клипами Ð´Ð»Ñ Ð¿Ð»ÐµÐ¹Ð»Ð¸Ñта. Как правило, выглÑдит Ñледующим образом: D2B04665B213AE35. Скопируйте идентификатор плейлиÑта из URL в адреÑной Ñтроке Вашего браузера (при открытом плейлиÑте на YouTube). Он находитÑÑ Ñразу поÑле \"p=\". Ðапример: http://youtube.com/my_playlists?p=D2B04665B213AE35" - -msgid "Most-viewed videos from" -msgstr "Лидеры проÑмотров (Самое проÑматриваемое видео)" - -msgid "Most-recently added videos" -msgstr "Ðедавно добавленные видео" - -msgid "Most-discussed videos" -msgstr "Лидеры обÑуждений (Самое обÑуждаемое видео)" - -msgid "Most-responded to videos" -msgstr "Лидеры по ответам" - -msgid "Views" -msgstr "ПроÑмотров" - -msgid "YouTube search for..." -msgstr "ПоиÑк на YouTube длÑ..." - -msgid "Videos from this YouTube user" -msgstr "Видео Ñтого Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ YouTube" - -msgid "YouTube limits this mode to 1,000 results" -msgstr "YouTube ограничевает Ñтот режим 1000 клипами" - -msgid "Play each video" -msgstr "Проигрывать каждое видео " - -msgid "Maximum description length" -msgstr "МакÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° опиÑаниÑ" - -msgid "Max width (px)" -msgstr "ÐœÐ°ÐºÑ ÑˆÐ¸Ñ€Ð¸Ð½Ð° (в пикÑелÑÑ…)" - -msgid "Maximum number of characters to display in video descriptions. Set to 0 for no limit." -msgstr "МакÑимальное количеÑтво Ñимволов Ð´Ð»Ñ Ð¾Ð¿Ð¸ÑÐ°Ð½Ð¸Ñ Ð²Ð¸Ð´ÐµÐ¾. Введите 0 Ð´Ð»Ñ ÑнÑÑ‚Ð¸Ñ Ð¾Ð³Ñ€Ð°Ð½Ð¸Ñ‡ÐµÐ½Ð¸Ð¹." - -msgid "Height (px) of thumbs" -msgstr "Ð’Ñ‹Ñота ÑÑкиза (в пикÑелÑÑ…)" - -msgid "Default is 90" -msgstr "По умолчанию 90" - -msgid "Width (px) of thumbs" -msgstr "Ширина ÑÑкиза (в пикÑелÑÑ…)" - -msgid "Default is 120" -msgstr "По умолчанию 120" - -msgid "Use relative dates" -msgstr "ИÑпользовать отноÑительные даты" - -msgid "e.g. \"yesterday\" instead of \"November 3, 1980\"" -msgstr "Ðапример, \"вчера\" вмеÑто \"3 ноÑÐ±Ñ€Ñ 1980\"" - -msgid "Videos per Page" -msgstr "Видео на Ñтраницу" - -msgid "Default is 20. Maximum is 50" -msgstr "По умолчанию 20. МакÑимум 50" - -msgid "Show pagination above thumbnails" -msgstr "Показать номера Ñтраниц над ÑÑкизами" - -msgid "Show pagination below thumbnails" -msgstr "Показать номера Ñтраниц под ÑÑкизами" - -msgid "Ajax-enabled pagination" -msgstr "Ajax-переключение Ñтраниц" - -msgid "Only applies to galleries that span multiple pages" -msgstr "ОтноÑитÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ к галереÑм, которые имеют неÑколько Ñтраниц" - -msgid "Order videos by" -msgstr "Сортировать видео по" - -msgid "Embedded Player" -msgstr "Ð’Ñтроенный проигрыватель" - -msgid "Auto-play videos" -msgstr "ÐвтовоÑпроизведение видео" - -msgid "Allow fullscreen playback" -msgstr "Разрешить полноÑкранное воÑпроизведение" - -msgid "Max height (px)" -msgstr "ÐœÐ°ÐºÑ Ð²Ñ‹Ñота (в пикÑелÑÑ…)" - -msgid "Default is 350" -msgstr "По умолчанию: 350" - -msgid "Default is 425" -msgstr "По умолчанию: 425" - -msgid "Default is 999999" -msgstr "По умолчанию: 999999" - -msgid "Default is FFFFFF" -msgstr "По умолчанию: FFFFFF" - -msgid "Loop" -msgstr "Ð’ цикле" - -msgid "Continue playing the video until the user stops it" -msgstr "Продолжать проигрывать видео, пока пользователь не оÑтанавливает его" - -msgid "Show title and rating before video starts" -msgstr "Показать Ð½Ð°Ð·Ð²Ð°Ð½Ð¸Ñ Ð¸ рейтинга до Ñтарта видео" - -msgid "Main color" -msgstr "ОÑновной цвет" - -msgid "Highlight color" -msgstr "Дополнительный цвет" - -msgid "Show related videos" -msgstr "Показывать похожие видео" - -msgid "Toggles the display of related videos after a video finishes" -msgstr "Показывать похожие видео поÑле Ð¾ÐºÐ¾Ð½Ñ‡Ð°Ð½Ð¸Ñ Ð²Ð¾ÑÐ¿Ñ€Ð¾Ð¸Ð·Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¸Ñходного видео" - -msgid "Show videos in high definition when available" -msgstr "Показать видео в выÑоком качеÑтве, когда оно доÑтупно" - -msgid "Provider Feed" -msgstr "" - -msgid "Meta Display" -msgstr "Показ метаданных" - -msgid "Author" -msgstr "Ðвтор" - -msgid "Category" -msgstr "КатегориÑ" - -msgid "Description" -msgstr "ОпиÑание" - -msgid "ID" -msgstr "ID" - -msgid "Length" -msgstr "ПродолжительноÑть" - -msgid "Rating" -msgstr "Рейтинг" - -msgid "Ratings" -msgstr "Рейтинги" - -msgid "Keywords" -msgstr "Ключевые Ñлова" - -msgid "Title" -msgstr "Заголовок" - -msgid "Posted" -msgstr "Добавлен" - -msgid "Runtime" -msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¿Ñ€Ð¾Ñмотра" - -msgid "URL" -msgstr "ÑÑылка" - -msgid "Advanced" -msgstr "Дополнительно" - -msgid "Date format" -msgstr "Формат даты" - -msgid "Set the textual formatting of date information for videos. See date for examples." -msgstr "УÑтановить форматирование даты Ð´Ð»Ñ Ð²Ð¸Ð´ÐµÐ¾. См. форматы даты Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð¼ÐµÑ€Ð°." - -msgid "Enable debugging" -msgstr "Включить режим отладки" - -msgid "If checked, anyone will be able to view your debugging information. This is a rather small privacy risk. If you're not having problems with TubePress, or you're worried about revealing any details of your TubePress pages, feel free to disable the feature." -msgstr "ЕÑли Ð¾Ð¿Ñ†Ð¸Ñ Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð°, любой пользователь Ñможет проÑматривать отладочную информацию. Это неÑет небольшой риÑк Ð´Ð»Ñ Ð±ÐµÐ·Ð¾Ð¿Ð°ÑноÑти Ñайта. ЕÑли у Ð²Ð°Ñ Ð½Ðµ возникали проблемы Ñ TubePress, или еÑли вы хотите Ñкрыть вÑÑŽ дополнительную информацию о ваших Ñтраницах Ñ TubePress, вы можете отключить Ñту функцию." - -msgid "Filter \"racy\" content" -msgstr "Фильтр Ñодержимого Ñ Ð¾Ð³Ñ€Ð°Ð½Ð¸Ñ‡ÐµÐ½Ð½Ñ‹Ð¼ доÑтупом" - -msgid "Don't show videos that may not be suitable for minors." -msgstr "Ðе показывать видео, которые могут быть недопуÑтимы Ð´Ð»Ñ Ð½ÐµÑовершеннолетних." - -msgid "Shortcode keyword" -msgstr "Ключевое Ñлово Ð´Ð»Ñ Ð²Ñтавки TubePress" - -msgid "The word you insert (in plaintext, between square brackets) into your posts/pages to display a gallery." -msgstr "Ключевое Ñлово (в квадратных Ñкобках) Ð´Ð»Ñ Ð²Ñтавки галереи TubePress в Ñвои заметки/Ñтраницы." - -msgid "Randomize thumbnails" -msgstr "Перемешать миниатюры" - -msgid "Most videos come with several thumbnails. By selecting this option, each time someone views your gallery they will see the same videos with each video's thumbnail randomized. Note: this option cannot be used with the \"high quality thumbnails\" feature" -msgstr "БольшинÑтво видео ÑопровождаютÑÑ Ð½ÐµÑколькими ÑÑкизами. При выборе Ñтой опции, при каждом новом проÑмотре галереи, миниатюры Ð´Ð»Ñ Ñ‚Ð°ÐºÐ¸Ñ… видео будут выбиратьÑÑ Ñлучайным образом из ÑпиÑка." - -msgid "YouTube API Developer Key" -msgstr "Ключ разработчика YouTube API" - -msgid "YouTube will use this developer key for logging and debugging purposes if you experience a service problem on their end. You can register a new client ID and developer key here. Don't change this unless you know what you're doing." -msgstr "YouTube будет иÑпользовать Ñтот ключ разработчика Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾ÐºÐ¾Ð»Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¸ отладки, еÑли вы ÑтолкнетеÑÑŒ Ñ Ð¿Ñ€Ð¾Ð±Ð»ÐµÐ¼Ð¾Ð¹, ÑвÑзанной Ñ Ð¸Ñ… ÑервиÑом. Ð’Ñ‹ можете зарегиÑтрировать новый идентификатор клиента и ключ разработчика здеÑÑŒ . Ðе изменÑйте его, еÑли вы не знаете, зачем Ñто нужно." - -msgid "Enable request cache" -msgstr "Включить кÑширование запроÑов" - -msgid "Only retrieve embeddable videos" -msgstr "Извлекать только вÑтраиваемое видео" - -msgid "Some videos have embedding disabled. Checking this option will exclude these videos from your galleries." -msgstr "Ðекоторые видео Ð½ÐµÐ»ÑŒÐ·Ñ Ð²Ñтраивать на других Ñайтах. При включении Ñтой опции, Ñти видео будут иÑключены из галереи." - -msgid "Store network responses locally for 1 hour. Each response is on the order of a few hundred KB, so leaving the cache enabled will significantly reduce load times for your galleries at the slight expense of freshness." -msgstr "СохранÑть локально ответы YouTube на 1 чаÑ. Каждый ответ Ñервера ÑоÑтавлÑет порÑдка неÑкольких Ñотен КБ, Ñ‚.о. оÑтавлÑÑ ÐºÑш включенным, можно значительно Ñократить Ð²Ñ€ÐµÐ¼Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ вашей галереи, правда Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð±ÑƒÐ´ÐµÑ‚ немного уÑтаревшей." - -msgid "Maximum total videos to retrieve" -msgstr "МакÑимальное кол-во клипов Ð´Ð»Ñ ÑкачиваниÑ" - -msgid "This can help to reduce the number of pages in your gallery. Set to \"0\" to remove any limit." -msgstr "Это может помочь уменьшить количеÑтво Ñтраниц в вашей галерее. УÑтановите \"0\" Ð´Ð»Ñ ÑнÑÑ‚Ð¸Ñ ÐºÐ°ÐºÐ¸Ñ…-либо ограничений." - -msgid "Appearance" -msgstr "Внешний вид" - -msgid "normally (at the top of your gallery)" -msgstr "Ñтандартно (в верхней чаÑти галереи)" - -msgid "in a popup window" -msgstr "во вÑплывающем окне" - -msgid "from the video's original YouTube page" -msgstr "Ñ Ð¸Ñходной Ñтраницы YouTube" - -msgid "with FancyBox" -msgstr "Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ FancyBox" - -msgid "with TinyBox" -msgstr "Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ TinyBox" - -msgid "with jqModal" -msgstr "Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ jqModal" - -msgid "with Shadowbox" -msgstr "Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ Shadowbox" - -msgid "statically (page refreshes on each thumbnail click)" -msgstr "ÑтатичеÑки (Ñтраница обновлÑетÑÑ Ð¿Ð¾ каждому нажатию на миниатюру)" - -msgid "relevance" -msgstr "релевантноÑти" - -msgid "view count" -msgstr "кол-ву проÑмотров" - -msgid "rating" -msgstr "рейтингу" - -msgid "date published" -msgstr "дате опубликованиÑ" - -msgid "randomly" -msgstr "Ñлучайно" - -msgid "today" -msgstr "за ÑегоднÑ" - -msgid "this week" -msgstr "за текущую неделю" - -msgid "this month" -msgstr "за текущий меÑÑц" - -msgid "all time" -msgstr "за вÑе времÑ" - -msgid "next" -msgstr "Ñлед." - -msgid "prev" -msgstr "пред." - -msgid "Displays YouTube videos in your sidebar using TubePress" -msgstr "Отображать видео YouTube на боковой панели, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ TubePress" - -msgid "TubePress shortcode for the widget. See the documentation." -msgstr "Специальные команды TubePress Ð´Ð»Ñ Ð²Ð¸Ð´Ð¶ÐµÑ‚Ð°. Смотрите документацию ." - -msgid "none" -msgstr "отÑутÑтвует" - -msgid "moderate" -msgstr "умеренный" - -msgid "strict" -msgstr "Ñтрогий" - -msgid "JW FLV Media Player (by Longtail Video)" -msgstr "JW FLV Media Player (от Longtail Video)" - -msgid "Implementation" -msgstr "РеализациÑ" - -msgid "The brand of the embedded player. Default is the provider's player (YouTube, Vimeo, etc)" -msgstr "" - -msgid "Videos uploaded by this Vimeo user" -msgstr "" - -msgid "Videos this Vimeo user likes" -msgstr "" - -msgid "Videos this Vimeo user appears in" -msgstr "" - -msgid "Vimeo search for..." -msgstr "" - -msgid "Videos credited to this Vimeo user (either appears in or uploaded by)" -msgstr "" - -msgid "Videos in this Vimeo channel" -msgstr "" - -msgid "Videos from this Vimeo album" -msgstr "" - -msgid "Videos from this Vimeo group" -msgstr "" - -msgid "Use high-quality thumbnails" -msgstr "" - -msgid "Videos blacklist" -msgstr "" - -msgid "List of video IDs that should never be displayed" -msgstr "" - -msgid "in a new window on its own" -msgstr "" - -msgid "from the video's original Vimeo page" -msgstr "" - -msgid "Likes" -msgstr "" - -msgid "position in a playlist" -msgstr "" - -msgid "comment count" -msgstr "" - -msgid "length" -msgstr "" - -msgid "title" -msgstr "" - -msgid "Provider default" -msgstr "" - -msgid "%s can only take on integer values. You supplied %s." -msgstr "%s может принимать только целые значениÑ. Ð’Ñ‹ ввели %s." - -msgid "%s must be a string. You supplied %s." -msgstr "%s должно быть Ñтрокой. Ð’Ñ‹ ввели %s." - -msgid "\"%s\" is not a valid option name." -msgstr "\"%s\" не ÑвлÑетÑÑ Ð¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ñ‹Ð¼ параметром." - -msgid "\"%s\" must be either true or false. You supplied \"%s\"." -msgstr "\"%s\" должно быть либо true, либо false. Ð’Ñ‹ ввели \"%s\"." - -msgid "\"%s\" must be one of \"%s\". You supplied \"%s\"." -msgstr "\"%s\" должно принимать одно из Ñледующих значений: \"%s\". Ð’Ñ‹ ввели \"%s\"." - -msgid "\"%s\" must be between \"%d\" and \"%d\". You supplied \"%d\"." -msgstr "\"%s\" должно быть между \"%d\" и \"%d\". Ð’Ñ‹ ввели \"%d\"." - -msgid "Not all sort orders can be applied to all gallery types. See the documentation for more info." -msgstr "" - -msgid "newest" -msgstr "" - -msgid "oldest" -msgstr "" - -msgid "Note: this option cannot be used with the \"randomize thumbnails\" feature" -msgstr "" - -msgid "%s is not executable or does not exist." -msgstr "" - -msgid "Thumbs per video" -msgstr "" - -msgid "How many thumbnails to generate for each video. TubePress can randomly display the thumbs each time someone visits the gallery. See the \"Randomize thumbnails\" option under the \"Appearance\" tab." -msgstr "" - -msgid "This option cannot contain two consecutive periods" -msgstr "" - -msgid "%s is not a directory" -msgstr "" - -msgid "%s is not readable" -msgstr "" - -msgid "Theme" -msgstr "" - -msgid "The TubePress theme to use for this gallery. Your themes can be found at %s, and default themes can be found at %s." -msgstr "" - -msgid "Videos most frequently flagged as favorites from..." -msgstr "" - -msgid "Vimeo API \"Consumer Key\"" -msgstr "" - -msgid "Click here to register for a consumer key and secret." -msgstr "" - -msgid "Vimeo API \"Consumer Secret\"" -msgstr "" - -msgid "Do not attempt to use cURL to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use the PHP HTTP extension to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fsockopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use PHP streams to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Disable cURL HTTP transport" -msgstr "" - -msgid "Disable HTTP extension transport" -msgstr "" - -msgid "Disable fopen HTTP transport" -msgstr "" - -msgid "Disable fsockopen HTTP transport" -msgstr "" - -msgid "Disable PHP streams HTTP transport" -msgstr "" - -msgid "Cache directory" -msgstr "" - -msgid "Leave blank to attempt to use system temp directory. Otherwise enter the absolute path of a writeable directory." -msgstr "" - -msgid "Cache expiration time (seconds)" -msgstr "" - -msgid "Cache entries will be considered stale after the specified number of seconds. Default is 3600 (one hour)." -msgstr "" - -msgid "Cache cleaning factor" -msgstr "" - -msgid "If you enter X, the entire cache will be cleaned every 1/X cache writes. Enter 0 to disable cache cleaning." -msgstr "" - -msgid "Only show options applicable to..." -msgstr "" - -msgid "Restrict search results to videos from this user" -msgstr "" - -msgid "Only applies to search-based galleries" -msgstr "" - -msgid "No matching videos" -msgstr "" - -msgid "Search" -msgstr "" diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-sv_SE.mo b/src/wp-content/plugins/tubepress/sys/i18n/tubepress-sv_SE.mo deleted file mode 100644 index 829f97789a174855a0e5e467c2e7b71056fbac8d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7168 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 diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-sv_SE.po b/src/wp-content/plugins/tubepress/sys/i18n/tubepress-sv_SE.po deleted file mode 100644 index df312ec..0000000 --- a/src/wp-content/plugins/tubepress/sys/i18n/tubepress-sv_SE.po +++ /dev/null @@ -1,535 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: TubePress 1.6.5\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: Mikael Jorhult \n" -"Language-Team: mishkin.se \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1\n" -"X-Poedit-Language: Swedish\n" -"X-Poedit-Country: Sweden\n" - -msgid "TubePress Options" -msgstr "TubePress Inställningar" - -msgid "Save" -msgstr "Spara" - -msgid "Set default options for the plugin. Each option here can be overridden on a per page/post basis with TubePress shortcodes. See the documentation for more info. An asterisk (*) next to an option indicates it's only available with TubePress Pro." -msgstr "" - -msgid "Which videos?" -msgstr "Vilka videos?" - -msgid "Top rated videos from..." -msgstr "Högst betygsatta frÃ¥n..." - -msgid "This YouTube user's \"favorites\"" -msgstr "Denna YouTube-användares \"favoriter\"" - -msgid "The latest \"featured\" videos on YouTube's homepage" -msgstr "Senaste videos under \"featured\" pÃ¥ YouTubes hemsida" - -msgid "Videos for mobile phones" -msgstr "Videos för mobila enheter" - -msgid "This playlist" -msgstr "Denna spellista" - -msgid "Limited to 200 videos per playlist. Will usually look something like this: D2B04665B213AE35. Copy the playlist id from the end of the URL in your browser's address bar (while looking at a YouTube playlist). It comes right after the \"p=\". For instance: http://youtube.com/my_playlists?p=D2B04665B213AE35" -msgstr "Begränsad till 200 videos per spellista. Denna ser vanligtvis ut ungefär: D2B04665B213AE35. Kopiera spellistans ID frÃ¥n slutet av dess webbadress (syns när du bläddrar i spellistan). Syns direkt efter 'p=', till exempel http://youtube.com/my_playlists?p=D2B04665B213AE35" - -msgid "Most-viewed videos from" -msgstr "MesVideos med flest spelningar frÃ¥n" - -msgid "Most-recently added videos" -msgstr "Senast tillagda videos" - -msgid "Most-discussed videos" -msgstr "Videos med flest inlägg" - -msgid "Most-responded to videos" -msgstr "Videos med flest svar" - -msgid "Views" -msgstr "Spelningar" - -msgid "YouTube search for..." -msgstr "Sökning pÃ¥ YouTube efter..." - -msgid "Videos from this YouTube user" -msgstr "Videos frÃ¥n denna YouTube-användare" - -msgid "YouTube limits this mode to 1,000 results" -msgstr "YouTube begränsar detta till 1000 resultat" - -msgid "Appearance" -msgstr "Visningsalternativ" - -msgid "Play each video" -msgstr "Spela varje video" - -msgid "Maximum description length" -msgstr "Maximal längd pÃ¥ beskrivning" - -msgid "Maximum number of characters to display in video descriptions. Set to 0 for no limit." -msgstr "Det maximala antalet tecken som visas i en videobeskrivning. Sätt detta till 0 för att inte begränsa." - -msgid "Height (px) of thumbs" -msgstr "Höjd (px) pÃ¥ tumnagel" - -msgid "Default is 90" -msgstr "Standard är 90" - -msgid "Width (px) of thumbs" -msgstr "Bredd (px) pÃ¥ tumnagel" - -msgid "Default is 120" -msgstr "Standard är 120" - -msgid "Videos per Page" -msgstr "Videos per sida" - -msgid "Default is 20. Maximum is 50" -msgstr "Standard är 20. Maximalt 50" - -msgid "Order videos by" -msgstr "Sortera videos efter" - -msgid "Embedded Player" -msgstr "Inbäddad spelare" - -msgid "Auto-play videos" -msgstr "Börja spela automatiskt" - -msgid "Max height (px)" -msgstr "Maximal höjd (px)" - -msgid "Default is 350" -msgstr "Standard är 350" - -msgid "Default is 425" -msgstr "Standard är 425" - -msgid "Loop" -msgstr "Loop" - -msgid "Continue playing the video until the user stops it" -msgstr "Fortsätt spela videon tills användare stoppar den" - -msgid "Main color" -msgstr "Färg" - -msgid "Show related videos" -msgstr "Visa relaterade videos" - -msgid "Toggles the display of related videos after a video finishes" -msgstr "Anger om relaterade videos ska visas efter att videon slutat spela" - -msgid "Meta Display" -msgstr "Metavisning" - -msgid "Author" -msgstr "Författare" - -msgid "Category" -msgstr "Kategori" - -msgid "Description" -msgstr "Beskrivning" - -msgid "ID" -msgstr "ID" - -msgid "Length" -msgstr "Längd" - -msgid "Rating" -msgstr "Betyg" - -msgid "Ratings" -msgstr "Betyg" - -msgid "Keywords" -msgstr "Taggar" - -msgid "Title" -msgstr "Titel" - -msgid "Posted" -msgstr "Inlagd" - -msgid "URL" -msgstr "Adress" - -msgid "Advanced" -msgstr "Avancerad" - -msgid "Date format" -msgstr "Datumformat" - -msgid "Set the textual formatting of date information for videos. See date for examples." -msgstr "Bestämmer hur datum formateras för videos. Se date för exempel." - -msgid "Enable debugging" -msgstr "Aktivera debugging" - -msgid "If checked, anyone will be able to view your debugging information. This is a rather small privacy risk. If you're not having problems with TubePress, or you're worried about revealing any details of your TubePress pages, feel free to disable the feature." -msgstr "Om vald kan alla se information om debugging. Detta är en liten säkerhetsrisk. Om du inte har nÃ¥gra problem med TubePress eller om du inte har nÃ¥gonting emot att visa nÃ¥gra detaljer om dina TubePress-sidor kan du avaktivera denna funktion." - -msgid "Filter \"racy\" content" -msgstr "Filtrera innehÃ¥ll" - -msgid "Don't show videos that may not be suitable for minors." -msgstr "Visa videos som kan vara olämpliga för barn." - -msgid "Shortcode keyword" -msgstr "Nyckelord" - -msgid "The word you insert (in plaintext, between square brackets) into your posts/pages to display a gallery." -msgstr "Ordet som du använder (i vanlig text eller inom klammer) där du vill visa ett galleri pÃ¥ dina sidor och inlägg." - -msgid "Randomize thumbnails" -msgstr "Slumpmässiga tumnaglar" - -msgid "Most videos come with several thumbnails. By selecting this option, each time someone views your gallery they will see the same videos with each video's thumbnail randomized. Note: this option cannot be used with the \"high quality thumbnails\" feature" -msgstr "De flesta videos har flera tumnaglar. Genom att välja detta väljs tumnaglarna för dina videos slumpmässigt dÃ¥ ett galleri visas" - -msgid "normally (at the top of your gallery)" -msgstr "standard (ovanför galleriet)" - -msgid "in a popup window" -msgstr "i ett pop-up-fönster" - -msgid "from the video's original YouTube page" -msgstr "pÃ¥ den ursprungliga YouTube-sidan" - -msgid "with Shadowbox" -msgstr "med Shadowbox" - -msgid "relevance" -msgstr "relevans" - -msgid "view count" -msgstr "antal spelningar" - -msgid "rating" -msgstr "betyg" - -msgid "date published" -msgstr "senast uppdaterad" - -msgid "today" -msgstr "idag" - -msgid "this week" -msgstr "denna vecka" - -msgid "this month" -msgstr "denna mÃ¥nad" - -msgid "all time" -msgstr "alltid" - -msgid "next" -msgstr "nästa" - -msgid "prev" -msgstr "föregÃ¥ende" - -msgid "Displays YouTube videos in your sidebar using TubePress" -msgstr "Visa YouTube-videos i din sidospalt med TubePress." - -msgid "Videos uploaded by this Vimeo user" -msgstr "" - -msgid "Videos this Vimeo user likes" -msgstr "" - -msgid "Videos this Vimeo user appears in" -msgstr "" - -msgid "Vimeo search for..." -msgstr "" - -msgid "Videos credited to this Vimeo user (either appears in or uploaded by)" -msgstr "" - -msgid "Videos in this Vimeo channel" -msgstr "" - -msgid "Videos from this Vimeo album" -msgstr "" - -msgid "Videos from this Vimeo group" -msgstr "" - -msgid "Use high-quality thumbnails" -msgstr "" - -msgid "Videos blacklist" -msgstr "" - -msgid "List of video IDs that should never be displayed" -msgstr "" - -msgid "in a new window on its own" -msgstr "" - -msgid "from the video's original Vimeo page" -msgstr "" - -msgid "Likes" -msgstr "" - -msgid "Provider Feed" -msgstr "" - -msgid "Use relative dates" -msgstr "" - -msgid "e.g. \"yesterday\" instead of \"November 3, 1980\"" -msgstr "" - -msgid "Show pagination above thumbnails" -msgstr "" - -msgid "Show pagination below thumbnails" -msgstr "" - -msgid "Only applies to galleries that span multiple pages" -msgstr "" - -msgid "Ajax-enabled pagination" -msgstr "" - -msgid "Max width (px)" -msgstr "" - -msgid "Allow fullscreen playback" -msgstr "" - -msgid "Default is 999999" -msgstr "" - -msgid "Highlight color" -msgstr "" - -msgid "Default is FFFFFF" -msgstr "" - -msgid "Show title and rating before video starts" -msgstr "" - -msgid "Show videos in high definition when available" -msgstr "" - -msgid "Implementation" -msgstr "" - -msgid "The brand of the embedded player. Default is the provider's player (YouTube, Vimeo, etc)" -msgstr "" - -msgid "YouTube API Developer Key" -msgstr "" - -msgid "YouTube will use this developer key for logging and debugging purposes if you experience a service problem on their end. You can register a new client ID and developer key here. Don't change this unless you know what you're doing." -msgstr "" - -msgid "Enable request cache" -msgstr "" - -msgid "Store network responses locally for 1 hour. Each response is on the order of a few hundred KB, so leaving the cache enabled will significantly reduce load times for your galleries at the slight expense of freshness." -msgstr "" - -msgid "Only retrieve embeddable videos" -msgstr "" - -msgid "Some videos have embedding disabled. Checking this option will exclude these videos from your galleries." -msgstr "" - -msgid "Maximum total videos to retrieve" -msgstr "" - -msgid "This can help to reduce the number of pages in your gallery. Set to \"0\" to remove any limit." -msgstr "" - -msgid "with jqModal" -msgstr "" - -msgid "with TinyBox" -msgstr "" - -msgid "with FancyBox" -msgstr "" - -msgid "statically (page refreshes on each thumbnail click)" -msgstr "" - -msgid "randomly" -msgstr "" - -msgid "position in a playlist" -msgstr "" - -msgid "comment count" -msgstr "" - -msgid "length" -msgstr "" - -msgid "title" -msgstr "" - -msgid "Runtime" -msgstr "" - -msgid "\"%s\" is not a valid option name." -msgstr "" - -msgid "\"%s\" must be either true or false. You supplied \"%s\"." -msgstr "" - -msgid "\"%s\" must be one of \"%s\". You supplied \"%s\"." -msgstr "" - -msgid "TubePress shortcode for the widget. See the documentation." -msgstr "" - -msgid "none" -msgstr "" - -msgid "moderate" -msgstr "" - -msgid "strict" -msgstr "" - -msgid "Provider default" -msgstr "" - -msgid "JW FLV Media Player (by Longtail Video)" -msgstr "" - -msgid "%s can only take on integer values. You supplied %s." -msgstr "%s kan bara ta emot heltal. Du skickade %s." - -msgid "\"%s\" must be between \"%d\" and \"%d\". You supplied \"%d\"." -msgstr "%s mÃ¥ste vara mellan %d och %d. Du skickade %d." - -msgid "%s must be a string. You supplied %s." -msgstr "%s mÃ¥ste vara en textsträng. Du skickade %s." - -msgid "Not all sort orders can be applied to all gallery types. See the documentation for more info." -msgstr "" - -msgid "newest" -msgstr "" - -msgid "oldest" -msgstr "" - -msgid "Note: this option cannot be used with the \"randomize thumbnails\" feature" -msgstr "" - -msgid "%s is not executable or does not exist." -msgstr "" - -msgid "Thumbs per video" -msgstr "" - -msgid "How many thumbnails to generate for each video. TubePress can randomly display the thumbs each time someone visits the gallery. See the \"Randomize thumbnails\" option under the \"Appearance\" tab." -msgstr "" - -msgid "This option cannot contain two consecutive periods" -msgstr "" - -msgid "%s is not a directory" -msgstr "" - -msgid "%s is not readable" -msgstr "" - -msgid "Theme" -msgstr "" - -msgid "The TubePress theme to use for this gallery. Your themes can be found at %s, and default themes can be found at %s." -msgstr "" - -msgid "Videos most frequently flagged as favorites from..." -msgstr "" - -msgid "Vimeo API \"Consumer Key\"" -msgstr "" - -msgid "Click here to register for a consumer key and secret." -msgstr "" - -msgid "Vimeo API \"Consumer Secret\"" -msgstr "" - -msgid "Do not attempt to use cURL to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use the PHP HTTP extension to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fsockopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use PHP streams to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Disable cURL HTTP transport" -msgstr "" - -msgid "Disable HTTP extension transport" -msgstr "" - -msgid "Disable fopen HTTP transport" -msgstr "" - -msgid "Disable fsockopen HTTP transport" -msgstr "" - -msgid "Disable PHP streams HTTP transport" -msgstr "" - -msgid "Cache directory" -msgstr "" - -msgid "Leave blank to attempt to use system temp directory. Otherwise enter the absolute path of a writeable directory." -msgstr "" - -msgid "Cache expiration time (seconds)" -msgstr "" - -msgid "Cache entries will be considered stale after the specified number of seconds. Default is 3600 (one hour)." -msgstr "" - -msgid "Cache cleaning factor" -msgstr "" - -msgid "If you enter X, the entire cache will be cleaned every 1/X cache writes. Enter 0 to disable cache cleaning." -msgstr "" - -msgid "Only show options applicable to..." -msgstr "" - -msgid "Restrict search results to videos from this user" -msgstr "" - -msgid "Only applies to search-based galleries" -msgstr "" - -msgid "No matching videos" -msgstr "" - -msgid "Search" -msgstr "" diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress.mo b/src/wp-content/plugins/tubepress/sys/i18n/tubepress.mo deleted file mode 100644 index 503d7a0323ad574633ae4c9fa8531681ddfcabf8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 291 zcmYL@u};H442E05l#!X?21Xo6rB-Pu2&qJ(QY)e=Vt23RdXU^zcMgIF;q};gi#kK; zFMWgU-@pBPasD$94TVeLN;ng)gP1s7}YOyL$KV<1`GWU+jN#^%nPBMM*&AvhF?v&nPh{X3cddTzf6ta`K Uf8dP*lurAtb*51H#&R+^0D+ZJZ~y=R diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress.po b/src/wp-content/plugins/tubepress/sys/i18n/tubepress.po deleted file mode 100644 index 61dcea1..0000000 --- a/src/wp-content/plugins/tubepress/sys/i18n/tubepress.po +++ /dev/null @@ -1,549 +0,0 @@ -# Copyright 2006 - 2011 Eric D. Hough (http://ehough.com) -# -# This file is part of TubePress (http://tubepress.org) -# -# TubePress is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# TubePress is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with TubePress. If not, see . -msgid "" -msgstr "" -"Project-Id-Version: TubePress 1.9.0\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: _ <_>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso-8859-1\n" -"Content-Transfer-Encoding: 8bit\n" - -msgid "TubePress Options" -msgstr "Opciones de TubePress" - -msgid "Save" -msgstr "Guardar" - -msgid "Set default options for the plugin. Each option here can be overridden on a per page/post basis with TubePress shortcodes. See the documentation for more info. An asterisk (*) next to an option indicates it's only available with TubePress Pro." -msgstr "Establece las opciones por omisión para el plugin. Cada una puede ser sobreseída de manera individual en las página o entradas individuaes. Consulte la documentación para mayor información. Un asterisco (*) al lado de la opción indica que solo se encuentra disponible con TubePress Pro." - -msgid "Which videos?" -msgstr "¿Cuales videos?" - -msgid "Top rated videos from..." -msgstr "Videos con mayor índice de audiencia de..." - -msgid "This YouTube user's \"favorites\"" -msgstr "\"favoritos\" de este usuario YouTube" - -msgid "The latest \"featured\" videos on YouTube's homepage" -msgstr "Los últimos videos \"destacados\" en la página inicial de YouTube" - -msgid "Videos for mobile phones" -msgstr "Videos para teléfonos móviles" - -msgid "This playlist" -msgstr "Esta Lista de Reproducción" - -msgid "Limited to 200 videos per playlist. Will usually look something like this: D2B04665B213AE35. Copy the playlist id from the end of the URL in your browser's address bar (while looking at a YouTube playlist). It comes right after the \"p=\". For instance: http://youtube.com/my_playlists?p=D2B04665B213AE35" -msgstr "Limitado a 200 videos por lista de reproducción. Generalmente se asemeja a lo siguiente: D2B04665B213AE35. Copie el ID al final del enlace (URL) en la barra de direcciones de su navegador (al estar viendo la lista en YouTube). Aparece inmediatamente después de \"p=\". Por ejemplo: http://youtube.com/my_playlists?p=D2B04665B213AE35" - -msgid "Most-viewed videos from" -msgstr "Videos más vistos de" - -msgid "Most-recently added videos" -msgstr "Videos más recientes" - -msgid "Most-discussed videos" -msgstr "Videos más discutidos" - -msgid "Most-responded to videos" -msgstr "Videos con más respuestas" - -msgid "Views" -msgstr "Vistas" - -msgid "YouTube search for..." -msgstr "Busqueda en Youtube para..." - -msgid "Videos from this YouTube user" -msgstr "Videos de este usuario Youtube" - -msgid "YouTube limits this mode to 1,000 results" -msgstr "YouTube limita este modo a 1,000 resultados" - -msgid "Play each video" -msgstr "Reproducir cada video" - -msgid "Maximum description length" -msgstr "Longitud máxima para descripción" - -msgid "Max width (px)" -msgstr "Anchura máxima (px) " - -msgid "Maximum number of characters to display in video descriptions. Set to 0 for no limit." -msgstr "Numero máximo de caracteres a desplegar en descripción de video. Escriba 0 para longitud ilimitada." - -msgid "Height (px) of thumbs" -msgstr "Altura (px) de miniaturas" - -msgid "Default is 90" -msgstr "Por omisión es 90" - -msgid "Width (px) of thumbs" -msgstr "Anchura (px) de miniaturas" - -msgid "Default is 120" -msgstr "Por omisión es 120" - -msgid "Use relative dates" -msgstr "Usar fechas relativas" - -msgid "e.g. \"yesterday\" instead of \"November 3, 1980\"" -msgstr "\"ayer\" en lugar de \"Noviembre 3, 1980\"" - -msgid "Videos per Page" -msgstr "Videos por página" - -msgid "Default is 20. Maximum is 50" -msgstr "Por omisión es 20. Máximo es 50" - -msgid "Show pagination above thumbnails" -msgstr "Mostrar paginación encima de miniaturas" - -msgid "Show pagination below thumbnails" -msgstr "Mostrar páginación abajo de miniaturas" - -msgid "Ajax-enabled pagination" -msgstr "Paginación habilitada con Ajax" - -msgid "Only applies to galleries that span multiple pages" -msgstr "Solo aplica a galerías que ocupan mas de 1 página" - -msgid "Order videos by" -msgstr "Ordenar videos por" - -msgid "Embedded Player" -msgstr "Reproductor de video" - -msgid "Auto-play videos" -msgstr "Videos con inicio automático" - -msgid "Allow fullscreen playback" -msgstr "Permitir reproducción en pantalla completa" - -msgid "Max height (px)" -msgstr "Altura máxima (px)" - -msgid "Default is 350" -msgstr "350 por omisión" - -msgid "Default is 425" -msgstr "425 por omisión" - -msgid "Default is 999999" -msgstr "999999 por omisión" - -msgid "Default is FFFFFF" -msgstr "FFFFFF por omisión" - -msgid "Loop" -msgstr "Iteración" - -msgid "Continue playing the video until the user stops it" -msgstr "Continuar reproduciendo el video hasta que el usuario lo detenga" - -msgid "Show title and rating before video starts" -msgstr "Mostrar titulo e índice de audiencia antes de iniciar el video" - -msgid "Main color" -msgstr "Color inicial" - -msgid "Highlight color" -msgstr "Color resaltado" - -msgid "Show related videos" -msgstr "Mostrar videos relacionados" - -msgid "Toggles the display of related videos after a video finishes" -msgstr "Abrir/cerrar el desplegado de videos relacionados al terminar de reproducir el video" - -msgid "Show videos in high definition when available" -msgstr "Mostrar videos en alta definición cuando se encuentren disponibles" - -msgid "Provider Feed" -msgstr "Contenido original" - -msgid "Meta Display" -msgstr "Desplegar Meta-datos" - -msgid "Author" -msgstr "Autor" - -msgid "Category" -msgstr "Categoría" - -msgid "Description" -msgstr "Descripción" - -msgid "ID" -msgstr "ID" - -msgid "Length" -msgstr "Duración" - -msgid "Rating" -msgstr "Rating" - -msgid "Ratings" -msgstr "no. de votos" - -msgid "Keywords" -msgstr "Palabras claves" - -msgid "Title" -msgstr "Titulo" - -msgid "Posted" -msgstr "Fecha de inclusión" - -msgid "Runtime" -msgstr "Tiempo de Ejecucion" - -msgid "URL" -msgstr "URL" - -msgid "Advanced" -msgstr "Avanzado" - -msgid "Date format" -msgstr "Formato para fecha" - -msgid "Set the textual formatting of date information for videos. See date for examples." -msgstr "Establecer el formato de texto para la información de fechas del video. Vea ejemplos en fecha" - -msgid "Enable debugging" -msgstr "Habilitar depurado" - -msgid "If checked, anyone will be able to view your debugging information. This is a rather small privacy risk. If you're not having problems with TubePress, or you're worried about revealing any details of your TubePress pages, feel free to disable the feature." -msgstr "Si se habilita, cualquiera podrá ver la información de depurado. Esto es cuestión de privacidad. Si tiene problemas con TubePress o está preocupado acerca de revelar detalles de sus páginas, deshabilite esta opción." - -msgid "Filter \"racy\" content" -msgstr "Filtrar contenido \"explícito\"" - -msgid "Don't show videos that may not be suitable for minors." -msgstr "No desplegar videos no apto para menores." - -msgid "Shortcode keyword" -msgstr "Palabra clave para shortcode" - -msgid "The word you insert (in plaintext, between square brackets) into your posts/pages to display a gallery." -msgstr "Ésta palabra se agregará (en texto delimitado por corchetes) en sus páginas/artículos para desplegar una galería" - -msgid "Randomize thumbnails" -msgstr "Miniaturas al azar" - -msgid "Most videos come with several thumbnails. By selecting this option, each time someone views your gallery they will see the same videos with each video's thumbnail randomized. Note: this option cannot be used with the \"high quality thumbnails\" feature" -msgstr "La mayoría de los videos contienen varias miniaturas. Al seleccionar esta opción, cada vez que alguien visite sus galerías, verá los mismos videos con cada miniatura presentándose al azar." - -msgid "YouTube API Developer Key" -msgstr "ID del API para desarrollador YouTube" - -msgid "YouTube will use this developer key for logging and debugging purposes if you experience a service problem on their end. You can register a new client ID and developer key here. Don't change this unless you know what you're doing." -msgstr "YouTube usa este ID de desarrolladores para propósitos de acceso y depuración si se presenta un problema. Ud. Puede registrar un nuevo ID de cliente y desarrollador aqui. No lo cambie a menos que sepa lo que hace." - -msgid "Enable request cache" -msgstr "Habilitar cache de solicitud" - -msgid "Only retrieve embeddable videos" -msgstr "Solo recuperar videos que se puedan insertar" - -msgid "Some videos have embedding disabled. Checking this option will exclude these videos from your galleries." -msgstr "Algunos videos tienen deshabilitado el insertado. Al activar esta opción se excluirá dichos videos de las galerías." - -msgid "Store network responses locally for 1 hour. Each response is on the order of a few hundred KB, so leaving the cache enabled will significantly reduce load times for your galleries at the slight expense of freshness." -msgstr "Almacena localmente la respuesta de YouTube por 1 hora. Cada respuesta es del orden de varios cientos de KB, de tal manera que dejándolos en el cache reducirá significativamente los tiempos de carga." - -msgid "Maximum total videos to retrieve" -msgstr "Máximo de videos a recuperar" - -msgid "This can help to reduce the number of pages in your gallery. Set to \"0\" to remove any limit." -msgstr "Esto puede ayudar a reducir el número de páginas en su galería. Indique \"0\" para remover cualquier limite." - -msgid "Appearance" -msgstr "Apariencia" - -msgid "normally (at the top of your gallery)" -msgstr "normalmente (en la parte superior de su galería)" - -msgid "in a popup window" -msgstr "en una ventana popup" - -msgid "from the video's original YouTube page" -msgstr "de la página original en YouTube" - -msgid "with FancyBox" -msgstr "con FancyBox" - -msgid "with TinyBox" -msgstr "con TinyBox" - -msgid "with jqModal" -msgstr "con jqModal" - -msgid "with Shadowbox" -msgstr "con Shadowbox" - -msgid "statically (page refreshes on each thumbnail click)" -msgstr "estáticamente (la página se refresca con cada clic sobre la miniatura)" - -msgid "relevance" -msgstr "relevancia" - -msgid "view count" -msgstr "conteo de vistas" - -msgid "rating" -msgstr "rating" - -msgid "date published" -msgstr "fecha publicado" - -msgid "randomly" -msgstr "al azar" - -msgid "position in a playlist" -msgstr "posición en una lista de reproducción" - -msgid "comment count" -msgstr "conteo de comentarios" - -msgid "length" -msgstr "duración" - -msgid "title" -msgstr "titulo" - -msgid "today" -msgstr "hoy" - -msgid "this week" -msgstr "ésta semana" - -msgid "this month" -msgstr "éste mes" - -msgid "all time" -msgstr "todo el tiempo" - -msgid "next" -msgstr "»" - -msgid "prev" -msgstr "«" - -msgid "Displays YouTube videos in your sidebar using TubePress" -msgstr "Despliega videos YouTube en su barra lateral con TubePress" - -msgid "TubePress shortcode for the widget. See the documentation." -msgstr "Códigos cortos de TubePress para el widget. Vea la documentación." - -msgid "none" -msgstr "ninguno" - -msgid "moderate" -msgstr "moderado" - -msgid "strict" -msgstr "estricto" - -msgid "Provider default" -msgstr "Proveedor por omisión" - -msgid "JW FLV Media Player (by Longtail Video)" -msgstr "JW FLV Media Player (por Longtail Video)" - -msgid "Implementation" -msgstr "Implementación" - -msgid "The brand of the embedded player. Default is the provider's player (YouTube, Vimeo, etc)" -msgstr "La mara del reproductor de video. Por omisión es el del proveedor (YouTube, Vimeo, etc)" - -msgid "Videos uploaded by this Vimeo user" -msgstr "Videos subidos por éste usuario Vimeo" - -msgid "Videos this Vimeo user likes" -msgstr "Videos que a éste usuario le agradan" - -msgid "Videos this Vimeo user appears in" -msgstr "Videos en donde éste usuario aparece" - -msgid "Vimeo search for..." -msgstr "Búsqueda Vimeo para..." - -msgid "Videos credited to this Vimeo user (either appears in or uploaded by)" -msgstr "Videos acreditados a éste usuario en Vimeo (ya sea que aparece en o fue subido por)" - -msgid "Videos in this Vimeo channel" -msgstr "Videos de éste canal en Vimeo" - -msgid "Videos from this Vimeo album" -msgstr "Videos de éste album en Vimeo" - -msgid "Videos from this Vimeo group" -msgstr "Videos de éste grupo en Vimeo" - -msgid "Use high-quality thumbnails" -msgstr "Usar miniaturas de alta calidad" - -msgid "Videos blacklist" -msgstr "Videos censurados" - -msgid "List of video IDs that should never be displayed" -msgstr "La lista de IDs para videos que no debieron ser desplegados" - -msgid "in a new window on its own" -msgstr "en una ventana por si misma" - -msgid "from the video's original Vimeo page" -msgstr "de la pagina del video original en Vimeo" - -msgid "Likes" -msgstr "Le gusta" - -msgid "%s can only take on integer values. You supplied %s." -msgstr "%s solo puede tener valore enteros. Usted indicó %s" - -msgid "%s must be a string. You supplied %s." -msgstr "%s debe ser una cadena. Usted indicó %s" - -msgid "\"%s\" is not a valid option name." -msgstr "\"%s\" no es una opción valida." - -msgid "\"%s\" must be either true or false. You supplied \"%s\"." -msgstr "\"%s\" debe ser falso o verdadero. Usted indicó \"%s\"." - -msgid "\"%s\" must be one of \"%s\". You supplied \"%s\"." -msgstr "\"%s\" debe ser uno de \"%s\". Usted indicó \"%s\"." - -msgid "\"%s\" must be between \"%d\" and \"%d\". You supplied \"%d\"." -msgstr "\"%s\" debe ser entre \"%d\" y \"%d\". Usted indicó \"%d\"." - -msgid "Not all sort orders can be applied to all gallery types. See the documentation for more info." -msgstr "No todas las formas de ordenamiento se pueden aplicar a todos los tipos de galerías. Para mas detalles, revise la documentación " - -msgid "newest" -msgstr "más recientes" - -msgid "oldest" -msgstr "más antiguos" - -msgid "Note: this option cannot be used with the \"randomize thumbnails\" feature" -msgstr "Nota: Ésta opción no puede ser usada con la propiedad \"miniaturas al azar\"" - -msgid "%s is not executable or does not exist." -msgstr "" - -msgid "Thumbs per video" -msgstr "" - -msgid "How many thumbnails to generate for each video. TubePress can randomly display the thumbs each time someone visits the gallery. See the \"Randomize thumbnails\" option under the \"Appearance\" tab." -msgstr "" - -msgid "This option cannot contain two consecutive periods" -msgstr "" - -msgid "%s is not a directory" -msgstr "" - -msgid "%s is not readable" -msgstr "" - -msgid "Theme" -msgstr "" - -msgid "The TubePress theme to use for this gallery. Your themes can be found at %s, and default themes can be found at %s." -msgstr "" - -msgid "Videos most frequently flagged as favorites from..." -msgstr "" - -msgid "Vimeo API \"Consumer Key\"" -msgstr "" - -msgid "Click here to register for a consumer key and secret." -msgstr "" - -msgid "Vimeo API \"Consumer Secret\"" -msgstr "" - -msgid "Do not attempt to use cURL to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use the PHP HTTP extension to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fsockopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use PHP streams to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Disable cURL HTTP transport" -msgstr "" - -msgid "Disable HTTP extension transport" -msgstr "" - -msgid "Disable fopen HTTP transport" -msgstr "" - -msgid "Disable fsockopen HTTP transport" -msgstr "" - -msgid "Disable PHP streams HTTP transport" -msgstr "" - -msgid "Cache directory" -msgstr "" - -msgid "Leave blank to attempt to use system temp directory. Otherwise enter the absolute path of a writeable directory." -msgstr "" - -msgid "Cache expiration time (seconds)" -msgstr "" - -msgid "Cache entries will be considered stale after the specified number of seconds. Default is 3600 (one hour)." -msgstr "" - -msgid "Cache cleaning factor" -msgstr "" - -msgid "If you enter X, the entire cache will be cleaned every 1/X cache writes. Enter 0 to disable cache cleaning." -msgstr "" - -msgid "Only show options applicable to..." -msgstr "" - -msgid "Restrict search results to videos from this user" -msgstr "" - -msgid "Only applies to search-based galleries" -msgstr "" - -msgid "No matching videos" -msgstr "" - -msgid "Search" -msgstr "" - diff --git a/src/wp-content/plugins/tubepress/sys/i18n/tubepress.pot b/src/wp-content/plugins/tubepress/sys/i18n/tubepress.pot deleted file mode 100644 index 94b6e60..0000000 --- a/src/wp-content/plugins/tubepress/sys/i18n/tubepress.pot +++ /dev/null @@ -1,549 +0,0 @@ -# Copyright 2006 - 2011 Eric D. Hough (http://ehough.com) -# -# This file is part of TubePress (http://tubepress.org) -# -# TubePress is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# TubePress is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with TubePress. If not, see . - -msgid "" -msgstr "" -"Project-Id-Version: TubePress 1.6.5\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: Eric Hough \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso-8859-1\n" -"Content-Transfer-Encoding: 8bit\n" - -msgid "TubePress Options" -msgstr "" - -msgid "Save" -msgstr "" - -msgid "Set default options for the plugin. Each option here can be overridden on a per page/post basis with TubePress shortcodes. See the documentation for more info. An asterisk (*) next to an option indicates it's only available with TubePress Pro." -msgstr "" - -msgid "Which videos?" -msgstr "" - -msgid "Top rated videos from..." -msgstr "" - -msgid "This YouTube user's \"favorites\"" -msgstr "" - -msgid "The latest \"featured\" videos on YouTube's homepage" -msgstr "" - -msgid "Videos for mobile phones" -msgstr "" - -msgid "This playlist" -msgstr "" - -msgid "Limited to 200 videos per playlist. Will usually look something like this: D2B04665B213AE35. Copy the playlist id from the end of the URL in your browser's address bar (while looking at a YouTube playlist). It comes right after the \"p=\". For instance: http://youtube.com/my_playlists?p=D2B04665B213AE35" -msgstr "" - -msgid "Most-viewed videos from" -msgstr "" - -msgid "Videos most frequently flagged as favorites from..." -msgstr "" - -msgid "Most-recently added videos" -msgstr "" - -msgid "Most-discussed videos" -msgstr "" - -msgid "Most-responded to videos" -msgstr "" - -msgid "Videos uploaded by this Vimeo user" -msgstr "" - -msgid "Videos this Vimeo user likes" -msgstr "" - -msgid "Videos this Vimeo user appears in" -msgstr "" - -msgid "Vimeo search for..." -msgstr "" - -msgid "Videos credited to this Vimeo user (either appears in or uploaded by)" -msgstr "" - -msgid "Videos in this Vimeo channel" -msgstr "" - -msgid "Videos from this Vimeo album" -msgstr "" - -msgid "Videos from this Vimeo group" -msgstr "" - -msgid "Views" -msgstr "" - -msgid "YouTube search for..." -msgstr "" - -msgid "Videos from this YouTube user" -msgstr "" - -msgid "YouTube limits this mode to 1,000 results" -msgstr "" - -msgid "Play each video" -msgstr "" - -msgid "Maximum description length" -msgstr "" - -msgid "Max width (px)" -msgstr "" - -msgid "Maximum number of characters to display in video descriptions. Set to 0 for no limit." -msgstr "" - -msgid "Height (px) of thumbs" -msgstr "" - -msgid "Default is 90" -msgstr "" - -msgid "Width (px) of thumbs" -msgstr "" - -msgid "Default is 120" -msgstr "" - -msgid "Use relative dates" -msgstr "" - -msgid "e.g. \"yesterday\" instead of \"November 3, 1980\"" -msgstr "" - -msgid "Videos per Page" -msgstr "" - -msgid "Default is 20. Maximum is 50" -msgstr "" - -msgid "Show pagination above thumbnails" -msgstr "" - -msgid "Show pagination below thumbnails" -msgstr "" - -msgid "Use high-quality thumbnails" -msgstr "" - -msgid "Ajax-enabled pagination" -msgstr "" - -msgid "Only applies to galleries that span multiple pages" -msgstr "" - -msgid "Order videos by" -msgstr "" - -msgid "Embedded Player" -msgstr "" - -msgid "Auto-play videos" -msgstr "" - -msgid "Allow fullscreen playback" -msgstr "" - -msgid "Max height (px)" -msgstr "" - -msgid "Default is 350" -msgstr "" - -msgid "Default is 425" -msgstr "" - -msgid "Default is 999999" -msgstr "" - -msgid "Default is FFFFFF" -msgstr "" - -msgid "Loop" -msgstr "" - -msgid "Continue playing the video until the user stops it" -msgstr "" - -msgid "Show title and rating before video starts" -msgstr "" - -msgid "Main color" -msgstr "" - -msgid "Highlight color" -msgstr "" - -msgid "Show related videos" -msgstr "" - -msgid "Toggles the display of related videos after a video finishes" -msgstr "" - -msgid "Show videos in high definition when available" -msgstr "" - -msgid "Provider Feed" -msgstr "" - -msgid "Meta Display" -msgstr "" - -msgid "Author" -msgstr "" - -msgid "Category" -msgstr "" - -msgid "Description" -msgstr "" - -msgid "ID" -msgstr "" - -msgid "Length" -msgstr "" - -msgid "Likes" -msgstr "" - -msgid "Rating" -msgstr "" - -msgid "Ratings" -msgstr "" - -msgid "Keywords" -msgstr "" - -msgid "Title" -msgstr "" - -msgid "Posted" -msgstr "" - -msgid "Runtime" -msgstr "" - -msgid "URL" -msgstr "" - -msgid "Advanced" -msgstr "" - -msgid "Date format" -msgstr "" - -msgid "Set the textual formatting of date information for videos. See date for examples." -msgstr "" - -msgid "Videos blacklist" -msgstr "" - -msgid "List of video IDs that should never be displayed" -msgstr "" - -msgid "Enable debugging" -msgstr "" - -msgid "If checked, anyone will be able to view your debugging information. This is a rather small privacy risk. If you're not having problems with TubePress, or you're worried about revealing any details of your TubePress pages, feel free to disable the feature." -msgstr "" - -msgid "Filter \"racy\" content" -msgstr "" - -msgid "Don't show videos that may not be suitable for minors." -msgstr "" - -msgid "Shortcode keyword" -msgstr "" - -msgid "The word you insert (in plaintext, between square brackets) into your posts/pages to display a gallery." -msgstr "" - -msgid "Randomize thumbnails" -msgstr "" - -msgid "Most videos come with several thumbnails. By selecting this option, each time someone views your gallery they will see the same videos with each video's thumbnail randomized. Note: this option cannot be used with the \"high quality thumbnails\" feature" -msgstr "" - -msgid "YouTube API Developer Key" -msgstr "" - -msgid "YouTube will use this developer key for logging and debugging purposes if you experience a service problem on their end. You can register a new client ID and developer key here. Don't change this unless you know what you're doing." -msgstr "" - -msgid "Enable request cache" -msgstr "" - -msgid "Only retrieve embeddable videos" -msgstr "" - -msgid "Some videos have embedding disabled. Checking this option will exclude these videos from your galleries." -msgstr "" - -msgid "Store network responses locally for 1 hour. Each response is on the order of a few hundred KB, so leaving the cache enabled will significantly reduce load times for your galleries at the slight expense of freshness." -msgstr "" - -msgid "Maximum total videos to retrieve" -msgstr "" - -msgid "This can help to reduce the number of pages in your gallery. Set to \"0\" to remove any limit." -msgstr "" - -msgid "Appearance" -msgstr "" - -msgid "normally (at the top of your gallery)" -msgstr "" - -msgid "in a popup window" -msgstr "" - -msgid "from the video's original YouTube page" -msgstr "" - -msgid "from the video's original Vimeo page" -msgstr "" - -msgid "with FancyBox" -msgstr "" - -msgid "with TinyBox" -msgstr "" - -msgid "with jqModal" -msgstr "" - -msgid "with Shadowbox" -msgstr "" - -msgid "statically (page refreshes on each thumbnail click)" -msgstr "" - -msgid "in a new window on its own" -msgstr "" - -msgid "relevance" -msgstr "" - -msgid "view count" -msgstr "" - -msgid "rating" -msgstr "" - -msgid "date published" -msgstr "" - -msgid "randomly" -msgstr "" - -msgid "position in a playlist" -msgstr "" - -msgid "comment count" -msgstr "" - -msgid "length" -msgstr "" - -msgid "title" -msgstr "" - -msgid "today" -msgstr "" - -msgid "this week" -msgstr "" - -msgid "this month" -msgstr "" - -msgid "all time" -msgstr "" - -msgid "next" -msgstr "" - -msgid "prev" -msgstr "" - -msgid "Displays YouTube videos in your sidebar using TubePress" -msgstr "" - -msgid "TubePress shortcode for the widget. See the documentation." -msgstr "" - -msgid "none" -msgstr "" - -msgid "moderate" -msgstr "" - -msgid "strict" -msgstr "" - -msgid "Provider default" -msgstr "" - -msgid "JW FLV Media Player (by Longtail Video)" -msgstr "" - -msgid "Implementation" -msgstr "" - -msgid "The brand of the embedded player. Default is the provider's player (YouTube, Vimeo, etc)" -msgstr "" - -msgid "%s can only take on integer values. You supplied %s." -msgstr "" - -msgid "%s must be a string. You supplied %s." -msgstr "" - -msgid "\"%s\" is not a valid option name." -msgstr "" - -msgid "\"%s\" must be either true or false. You supplied \"%s\"." -msgstr "" - -msgid "\"%s\" must be one of \"%s\". You supplied \"%s\"." -msgstr "" - -msgid "\"%s\" must be between \"%d\" and \"%d\". You supplied \"%d\"." -msgstr "" - -msgid "Not all sort orders can be applied to all gallery types. See the documentation for more info." -msgstr "" - -msgid "newest" -msgstr "" - -msgid "oldest" -msgstr "" - -msgid "Note: this option cannot be used with the \"randomize thumbnails\" feature" -msgstr "" - -msgid "%s is not executable or does not exist." -msgstr "" - -msgid "Thumbs per video" -msgstr "" - -msgid "How many thumbnails to generate for each video. TubePress can randomly display the thumbs each time someone visits the gallery. See the \"Randomize thumbnails\" option under the \"Appearance\" tab." -msgstr "" - -msgid "This option cannot contain two consecutive periods" -msgstr "" - -msgid "%s is not a directory" -msgstr "" - -msgid "%s is not readable" -msgstr "" - -msgid "Theme" -msgstr "" - -msgid "The TubePress theme to use for this gallery. Your themes can be found at %s, and default themes can be found at %s." -msgstr "" - -msgid "Vimeo API \"Consumer Key\"" -msgstr "" - -msgid "Click here to register for a consumer key and secret." -msgstr "" - -msgid "Vimeo API \"Consumer Secret\"" -msgstr "" - -msgid "Do not attempt to use cURL to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use the PHP HTTP extension to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use fsockopen to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Do not attempt to use PHP streams to fetch remote feeds. Leave enabled unless you know what you are doing." -msgstr "" - -msgid "Disable cURL HTTP transport" -msgstr "" - -msgid "Disable HTTP extension transport" -msgstr "" - -msgid "Disable fopen HTTP transport" -msgstr "" - -msgid "Disable fsockopen HTTP transport" -msgstr "" - -msgid "Disable PHP streams HTTP transport" -msgstr "" - -msgid "Cache directory" -msgstr "" - -msgid "Leave blank to attempt to use system temp directory. Otherwise enter the absolute path of a writeable directory." -msgstr "" - -msgid "Cache expiration time (seconds)" -msgstr "" - -msgid "Cache entries will be considered stale after the specified number of seconds. Default is 3600 (one hour)." -msgstr "" - -msgid "Cache cleaning factor" -msgstr "" - -msgid "If you enter X, the entire cache will be cleaned every 1/X cache writes. Enter 0 to disable cache cleaning." -msgstr "" - -msgid "Only show options applicable to..." -msgstr "" - -msgid "Restrict search results to videos from this user" -msgstr "" - -msgid "Only applies to search-based galleries" -msgstr "" - -msgid "No matching videos" -msgstr "" - -msgid "Search" -msgstr "" diff --git a/src/wp-content/plugins/tubepress/sys/scripts/wordpress/db_nuke.php b/src/wp-content/plugins/tubepress/sys/scripts/wordpress/db_nuke.php deleted file mode 100644 index e54ef5b..0000000 --- a/src/wp-content/plugins/tubepress/sys/scripts/wordpress/db_nuke.php +++ /dev/null @@ -1,46 +0,0 @@ -. - * - */ - -/* keep this to do security checks */ -require dirname(__FILE__) . "/../../../../../../wp-blog-header.php"; - -/* make sure they're allowed to do this at all */ -if (!current_user_can(9)) { - echo "NOT AUTHORIZED"; - exit(); -} - -if (isset($_POST["tubepress_init_db"])) { - $ioc = new org_tubepress_impl_ioc_FreeWordPressPluginIocService(); - $wpsm = $ioc->get('org_tubepress_api_options_OptionsManager'); - $wpsm->nuclear(); - echo "TubePress options initialized

"; -} -?> - -This will clear out your TubePress options and reset them to default values. Your -other WordPress options will be safe.

- -
- - -
- diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_flat_0_aaaaaa_40x100.png b/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_flat_0_aaaaaa_40x100.png deleted file mode 100644 index 5b5dab2ab7b1c50dea9cfe73dc5a269a92d2d4b4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F!3HG1q!d*FscKIb$B>N1x91EQ4=4yQ7#`R^ z$vje}bP0l+XkK DSH>_4 diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_flat_0_eeeeee_40x100.png b/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_flat_0_eeeeee_40x100.png deleted file mode 100644 index e44f861be1ccdfec4275eb20d9b056f14992f649..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F!3HG1q!d*FscKIb$B>N1x91EQ4=4yQ7#`Sv zZF_)9$%zYm;;c7~Kd+Iuj%U9o62cnl7#bi-T}u4XA(n|-?{<9$I)lN})z4*}Q$iB} D#5ytf diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_flat_55_ffffff_40x100.png b/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_flat_55_ffffff_40x100.png deleted file mode 100644 index ac8b229af950c29356abf64a6c4aa894575445f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F!3HG1q!d*FsY*{5$B>N1x91EQ4=4yQYz+E8 zPo9&<{J;c_6SHRil>2s{Zw^OT)6@jj2u|u!(plXsM>LJD`vD!n;OXk;vd$@?2>^GI BH@yG= diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_flat_75_ffffff_40x100.png b/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_flat_75_ffffff_40x100.png deleted file mode 100644 index ac8b229af950c29356abf64a6c4aa894575445f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F!3HG1q!d*FsY*{5$B>N1x91EQ4=4yQYz+E8 zPo9&<{J;c_6SHRil>2s{Zw^OT)6@jj2u|u!(plXsM>LJD`vD!n;OXk;vd$@?2>^GI BH@yG= diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_glass_65_ffffff_1x400.png b/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_glass_65_ffffff_1x400.png deleted file mode 100644 index 42ccba269b6e91bef12ad0fa18be651b5ef0ee68..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 105 zcmeAS@N?(olHy`uVBq!ia0vp^j6gJjgAK^akKnouqzpV=978O6-=0?FV^9z|eBtf= z|7WztIJ;WT>{+tN>ySr~=F{k$>;_x^_y?afmf9pRKH0)6?eSP?3s5hEr>mdKI;Vst E0O;M1& diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png b/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png deleted file mode 100644 index 5dcfaa9a0168d65db3b8de1401cdf4e795880fa9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 90 zcmeAS@N?(olHy`uVBq!ia0vp^j6j^i!3HGVb)pi0l%l7LV~E7m3f3H_#V`FPu o==SIT|M?Z1Nk>0;^9VCB@IMn?A*z)j3{=eE>FVdQ&MBb@0KuRb)c^nh diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png b/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png deleted file mode 100644 index 7226bdbbbde2355c7950ce4e4a37fc8faa2c568b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 118 zcmeAS@N?(olHy`uVBq!ia0vp^j6j^i!3HGVb)pi0l&zqdATfWD>nNOgjEKclzo5vCsufFxY{7j;m>q|8@O*)PLY Q7HANIr>mdKI;Vst0JB*kMgRZ+ diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png b/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png deleted file mode 100644 index b47a4da5243c82396c15beedbe1584489bcce5b8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 92 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 k*Kv;w;*%(i9W@fAqs5i2wiq diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-icons_666666_256x240.png b/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-icons_666666_256x240.png deleted file mode 100644 index 1c461a261663b9b7d5349f08350137364ea625f1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4369 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 diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-icons_ff0084_256x240.png b/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-icons_ff0084_256x240.png deleted file mode 100644 index 393e0ea3f25b8a28485ce870896fd45f4dda35dd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5355 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 W{%j@Nkj?-5Wj;~YSF2TVi1{CL3pn2Z diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-icons_ffffff_256x240.png b/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/images/ui-icons_ffffff_256x240.png deleted file mode 100644 index bef5178a9054c16582876bac57017f783272e750..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4369 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 l!Q;r%?Y*7ztoF~2ao>D^xRgPV&GAM diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/jquery-ui-1.7.2.custom.css b/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/jquery-ui-1.7.2.custom.css deleted file mode 100644 index ee283ec..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/static/css/jquery-ui-flick/jquery-ui-1.7.2.custom.css +++ /dev/null @@ -1,405 +0,0 @@ -/* -* jQuery UI CSS Framework -* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) -* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. -*/ - -/* Layout helpers -----------------------------------*/ -.ui-helper-hidden { display: none; } -.ui-helper-hidden-accessible { position: absolute; left: -99999999px; } -.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } -.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } -.ui-helper-clearfix { display: inline-block; } -/* required comment for clearfix to work in Opera \*/ -* html .ui-helper-clearfix { height:1%; } -.ui-helper-clearfix { display:block; } -/* end clearfix */ -.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } - - -/* Interaction Cues -----------------------------------*/ -.ui-state-disabled { cursor: default !important; } - - -/* Icons -----------------------------------*/ - -/* states and images */ -.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } - - -/* Misc visuals -----------------------------------*/ - -/* Overlays */ -.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } - - - -/* -* jQuery UI CSS Framework -* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) -* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. -* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px -*/ - - -/* Component containers -----------------------------------*/ -.ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 1.1em; } -.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; } -.ui-widget-content a { color: #444444; } -.ui-widget-header { border: 1px solid #dddddd; background: #dddddd url(images/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x; color: #444444; font-weight: bold; } -.ui-widget-header a { color: #444444; } - -/* Interaction states -----------------------------------*/ -.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #dddddd; background: #f6f6f6 url(images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #0073ea; outline: none; } -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #0073ea; text-decoration: none; outline: none; } -.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #0073ea; background: #0073ea url(images/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; outline: none; } -.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff !important; text-decoration: none; outline: none; } -.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #dddddd; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ff0084; outline: none; } -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ff0084 !important; outline: none; text-decoration: none; } - -/* Interaction Cues -----------------------------------*/ -.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #cccccc; background: #ffffff url(images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; } -.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #444444; } -.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #ff0084; background: #ffffff url(images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; } -.ui-state-error a, .ui-widget-content .ui-state-error a { color: #222222; } -.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #222222; } -.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } -.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; } -.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } - -/* Icons -----------------------------------*/ - -/* states and images */ -.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_ff0084_256x240.png); } -.ui-widget-content .ui-icon {background-image: url(images/ui-icons_ff0084_256x240.png); } -.ui-widget-header .ui-icon {background-image: url(images/ui-icons_0073ea_256x240.png); } -.ui-state-default .ui-icon { background-image: url(images/ui-icons_666666_256x240.png); } -.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); } -.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } -.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_0073ea_256x240.png); } -.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ff0084_256x240.png); } - -/* positioning */ -.ui-icon-carat-1-n { background-position: 0 0; } -.ui-icon-carat-1-ne { background-position: -16px 0; } -.ui-icon-carat-1-e { background-position: -32px 0; } -.ui-icon-carat-1-se { background-position: -48px 0; } -.ui-icon-carat-1-s { background-position: -64px 0; } -.ui-icon-carat-1-sw { background-position: -80px 0; } -.ui-icon-carat-1-w { background-position: -96px 0; } -.ui-icon-carat-1-nw { background-position: -112px 0; } -.ui-icon-carat-2-n-s { background-position: -128px 0; } -.ui-icon-carat-2-e-w { background-position: -144px 0; } -.ui-icon-triangle-1-n { background-position: 0 -16px; } -.ui-icon-triangle-1-ne { background-position: -16px -16px; } -.ui-icon-triangle-1-e { background-position: -32px -16px; } -.ui-icon-triangle-1-se { background-position: -48px -16px; } -.ui-icon-triangle-1-s { background-position: -64px -16px; } -.ui-icon-triangle-1-sw { background-position: -80px -16px; } -.ui-icon-triangle-1-w { background-position: -96px -16px; } -.ui-icon-triangle-1-nw { background-position: -112px -16px; } -.ui-icon-triangle-2-n-s { background-position: -128px -16px; } -.ui-icon-triangle-2-e-w { background-position: -144px -16px; } -.ui-icon-arrow-1-n { background-position: 0 -32px; } -.ui-icon-arrow-1-ne { background-position: -16px -32px; } -.ui-icon-arrow-1-e { background-position: -32px -32px; } -.ui-icon-arrow-1-se { background-position: -48px -32px; } -.ui-icon-arrow-1-s { background-position: -64px -32px; } -.ui-icon-arrow-1-sw { background-position: -80px -32px; } -.ui-icon-arrow-1-w { background-position: -96px -32px; } -.ui-icon-arrow-1-nw { background-position: -112px -32px; } -.ui-icon-arrow-2-n-s { background-position: -128px -32px; } -.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } -.ui-icon-arrow-2-e-w { background-position: -160px -32px; } -.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } -.ui-icon-arrowstop-1-n { background-position: -192px -32px; } -.ui-icon-arrowstop-1-e { background-position: -208px -32px; } -.ui-icon-arrowstop-1-s { background-position: -224px -32px; } -.ui-icon-arrowstop-1-w { background-position: -240px -32px; } -.ui-icon-arrowthick-1-n { background-position: 0 -48px; } -.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } -.ui-icon-arrowthick-1-e { background-position: -32px -48px; } -.ui-icon-arrowthick-1-se { background-position: -48px -48px; } -.ui-icon-arrowthick-1-s { background-position: -64px -48px; } -.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } -.ui-icon-arrowthick-1-w { background-position: -96px -48px; } -.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } -.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } -.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } -.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } -.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } -.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } -.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } -.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } -.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } -.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } -.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } -.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } -.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } -.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } -.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } -.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } -.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } -.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } -.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } -.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } -.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } -.ui-icon-arrow-4 { background-position: 0 -80px; } -.ui-icon-arrow-4-diag { background-position: -16px -80px; } -.ui-icon-extlink { background-position: -32px -80px; } -.ui-icon-newwin { background-position: -48px -80px; } -.ui-icon-refresh { background-position: -64px -80px; } -.ui-icon-shuffle { background-position: -80px -80px; } -.ui-icon-transfer-e-w { background-position: -96px -80px; } -.ui-icon-transferthick-e-w { background-position: -112px -80px; } -.ui-icon-folder-collapsed { background-position: 0 -96px; } -.ui-icon-folder-open { background-position: -16px -96px; } -.ui-icon-document { background-position: -32px -96px; } -.ui-icon-document-b { background-position: -48px -96px; } -.ui-icon-note { background-position: -64px -96px; } -.ui-icon-mail-closed { background-position: -80px -96px; } -.ui-icon-mail-open { background-position: -96px -96px; } -.ui-icon-suitcase { background-position: -112px -96px; } -.ui-icon-comment { background-position: -128px -96px; } -.ui-icon-person { background-position: -144px -96px; } -.ui-icon-print { background-position: -160px -96px; } -.ui-icon-trash { background-position: -176px -96px; } -.ui-icon-locked { background-position: -192px -96px; } -.ui-icon-unlocked { background-position: -208px -96px; } -.ui-icon-bookmark { background-position: -224px -96px; } -.ui-icon-tag { background-position: -240px -96px; } -.ui-icon-home { background-position: 0 -112px; } -.ui-icon-flag { background-position: -16px -112px; } -.ui-icon-calendar { background-position: -32px -112px; } -.ui-icon-cart { background-position: -48px -112px; } -.ui-icon-pencil { background-position: -64px -112px; } -.ui-icon-clock { background-position: -80px -112px; } -.ui-icon-disk { background-position: -96px -112px; } -.ui-icon-calculator { background-position: -112px -112px; } -.ui-icon-zoomin { background-position: -128px -112px; } -.ui-icon-zoomout { background-position: -144px -112px; } -.ui-icon-search { background-position: -160px -112px; } -.ui-icon-wrench { background-position: -176px -112px; } -.ui-icon-gear { background-position: -192px -112px; } -.ui-icon-heart { background-position: -208px -112px; } -.ui-icon-star { background-position: -224px -112px; } -.ui-icon-link { background-position: -240px -112px; } -.ui-icon-cancel { background-position: 0 -128px; } -.ui-icon-plus { background-position: -16px -128px; } -.ui-icon-plusthick { background-position: -32px -128px; } -.ui-icon-minus { background-position: -48px -128px; } -.ui-icon-minusthick { background-position: -64px -128px; } -.ui-icon-close { background-position: -80px -128px; } -.ui-icon-closethick { background-position: -96px -128px; } -.ui-icon-key { background-position: -112px -128px; } -.ui-icon-lightbulb { background-position: -128px -128px; } -.ui-icon-scissors { background-position: -144px -128px; } -.ui-icon-clipboard { background-position: -160px -128px; } -.ui-icon-copy { background-position: -176px -128px; } -.ui-icon-contact { background-position: -192px -128px; } -.ui-icon-image { background-position: -208px -128px; } -.ui-icon-video { background-position: -224px -128px; } -.ui-icon-script { background-position: -240px -128px; } -.ui-icon-alert { background-position: 0 -144px; } -.ui-icon-info { background-position: -16px -144px; } -.ui-icon-notice { background-position: -32px -144px; } -.ui-icon-help { background-position: -48px -144px; } -.ui-icon-check { background-position: -64px -144px; } -.ui-icon-bullet { background-position: -80px -144px; } -.ui-icon-radio-off { background-position: -96px -144px; } -.ui-icon-radio-on { background-position: -112px -144px; } -.ui-icon-pin-w { background-position: -128px -144px; } -.ui-icon-pin-s { background-position: -144px -144px; } -.ui-icon-play { background-position: 0 -160px; } -.ui-icon-pause { background-position: -16px -160px; } -.ui-icon-seek-next { background-position: -32px -160px; } -.ui-icon-seek-prev { background-position: -48px -160px; } -.ui-icon-seek-end { background-position: -64px -160px; } -.ui-icon-seek-first { background-position: -80px -160px; } -.ui-icon-stop { background-position: -96px -160px; } -.ui-icon-eject { background-position: -112px -160px; } -.ui-icon-volume-off { background-position: -128px -160px; } -.ui-icon-volume-on { background-position: -144px -160px; } -.ui-icon-power { background-position: 0 -176px; } -.ui-icon-signal-diag { background-position: -16px -176px; } -.ui-icon-signal { background-position: -32px -176px; } -.ui-icon-battery-0 { background-position: -48px -176px; } -.ui-icon-battery-1 { background-position: -64px -176px; } -.ui-icon-battery-2 { background-position: -80px -176px; } -.ui-icon-battery-3 { background-position: -96px -176px; } -.ui-icon-circle-plus { background-position: 0 -192px; } -.ui-icon-circle-minus { background-position: -16px -192px; } -.ui-icon-circle-close { background-position: -32px -192px; } -.ui-icon-circle-triangle-e { background-position: -48px -192px; } -.ui-icon-circle-triangle-s { background-position: -64px -192px; } -.ui-icon-circle-triangle-w { background-position: -80px -192px; } -.ui-icon-circle-triangle-n { background-position: -96px -192px; } -.ui-icon-circle-arrow-e { background-position: -112px -192px; } -.ui-icon-circle-arrow-s { background-position: -128px -192px; } -.ui-icon-circle-arrow-w { background-position: -144px -192px; } -.ui-icon-circle-arrow-n { background-position: -160px -192px; } -.ui-icon-circle-zoomin { background-position: -176px -192px; } -.ui-icon-circle-zoomout { background-position: -192px -192px; } -.ui-icon-circle-check { background-position: -208px -192px; } -.ui-icon-circlesmall-plus { background-position: 0 -208px; } -.ui-icon-circlesmall-minus { background-position: -16px -208px; } -.ui-icon-circlesmall-close { background-position: -32px -208px; } -.ui-icon-squaresmall-plus { background-position: -48px -208px; } -.ui-icon-squaresmall-minus { background-position: -64px -208px; } -.ui-icon-squaresmall-close { background-position: -80px -208px; } -.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } -.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } -.ui-icon-grip-solid-vertical { background-position: -32px -224px; } -.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } -.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } -.ui-icon-grip-diagonal-se { background-position: -80px -224px; } - - -/* Misc visuals -----------------------------------*/ - -/* Corner radius */ -.ui-corner-tl { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; } -.ui-corner-tr { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; } -.ui-corner-bl { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; } -.ui-corner-br { -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; } -.ui-corner-top { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; } -.ui-corner-bottom { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; } -.ui-corner-right { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; } -.ui-corner-left { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; } -.ui-corner-all { -moz-border-radius: 2px; -webkit-border-radius: 2px; } - -/* Overlays */ -.ui-widget-overlay { background: #eeeeee url(images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); } -.ui-widget-shadow { margin: -4px 0 0 -4px; padding: 4px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 0px; -webkit-border-radius: 0px; }/* Accordion -----------------------------------*/ -.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } -.ui-accordion .ui-accordion-li-fix { display: inline; } -.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } -.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; } -.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } -.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; } -.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker -----------------------------------*/ -.ui-datepicker { width: 17em; padding: .2em .2em 0; } -.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } -.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } -.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } -.ui-datepicker .ui-datepicker-prev { left:2px; } -.ui-datepicker .ui-datepicker-next { right:2px; } -.ui-datepicker .ui-datepicker-prev-hover { left:1px; } -.ui-datepicker .ui-datepicker-next-hover { right:1px; } -.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } -.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } -.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; } -.ui-datepicker select.ui-datepicker-month-year {width: 100%;} -.ui-datepicker select.ui-datepicker-month, -.ui-datepicker select.ui-datepicker-year { width: 49%;} -.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; } -.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } -.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } -.ui-datepicker td { border: 0; padding: 1px; } -.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } -.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } -.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } -.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } - -/* with multiple calendars */ -.ui-datepicker.ui-datepicker-multi { width:auto; } -.ui-datepicker-multi .ui-datepicker-group { float:left; } -.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } -.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } -.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } -.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } -.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } -.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } -.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } -.ui-datepicker-row-break { clear:both; width:100%; } - -/* RTL support */ -.ui-datepicker-rtl { direction: rtl; } -.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } -.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } -.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } -.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } -.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } -.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } -.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } -.ui-datepicker-rtl .ui-datepicker-group { float:right; } -.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } -.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } - -/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ -.ui-datepicker-cover { - display: none; /*sorry for IE5*/ - display/**/: block; /*sorry for IE5*/ - position: absolute; /*must have*/ - z-index: -1; /*must have*/ - filter: mask(); /*must have*/ - top: -4px; /*must have*/ - left: -4px; /*must have*/ - width: 200px; /*must have*/ - height: 200px; /*must have*/ -}/* Dialog -----------------------------------*/ -.ui-dialog { position: relative; padding: .2em; width: 300px; } -.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative; } -.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } -.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } -.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } -.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } -.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } -.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } -.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; } -.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } -.ui-draggable .ui-dialog-titlebar { cursor: move; } -/* Progressbar -----------------------------------*/ -.ui-progressbar { height:2em; text-align: left; } -.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable -----------------------------------*/ -.ui-resizable { position: relative;} -.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;} -.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } -.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; } -.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; } -.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; } -.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; } -.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } -.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } -.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } -.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider -----------------------------------*/ -.ui-slider { position: relative; text-align: left; } -.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } -.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; } - -.ui-slider-horizontal { height: .8em; } -.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } -.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } -.ui-slider-horizontal .ui-slider-range-min { left: 0; } -.ui-slider-horizontal .ui-slider-range-max { right: 0; } - -.ui-slider-vertical { width: .8em; height: 100px; } -.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } -.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } -.ui-slider-vertical .ui-slider-range-min { bottom: 0; } -.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs -----------------------------------*/ -.ui-tabs { padding: .2em; zoom: 1; } -.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; } -.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; } -.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; } -.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; } -.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } -.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ -.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; } -.ui-tabs .ui-tabs-hide { display: none !important; } diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/flash/longtail/player.swf b/src/wp-content/plugins/tubepress/sys/ui/static/flash/longtail/player.swf deleted file mode 100644 index 806d5798734149fb25451f7f0a550d33061ea434..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 91092 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%0A!JfD?jp_cg3>o5(s$9I|H_>K^eK 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 P2l}J^7>NHHv*MEW*`RNN diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/flash/longtail/yt.swf b/src/wp-content/plugins/tubepress/sys/ui/static/flash/longtail/yt.swf deleted file mode 100644 index 881ec8b35cf172980f68507e6f56ea6ec29ff0a7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1136 zcmV-$1dsbeS5paI3IG6joQ+mnQzJzbK642fZY~>SdCuU}|8GXTG6+6x%4uUvaTd~gD}X;8aO+CaT#|69JV(r(WsjKE=Y z>l{MQ`936YZU>WQ-%vN~61c>j(Iz7aRScdCHaA!IF}s~ zuo~$h$Cgj9u1DP-8=TTBhg4msm-bkc$cI!Bp9ic#TQZ>zW4+ytjeftsKA<5BFUWd} zb~o&v)00!eJ1!f)1>DQ6QqLnT;oQo$$1c6F-KHp*TzhsH5YYzUP;wVA+LJrpkhpL4 zHnc*L9RfnWJEOdKP3K2GhTG>!s2iD$%uhqiqr(JnQfHjA)P&1Lab7RvYykd%Xcnd* z{uy9KDj14Y`dx)zA({e1H8evvkE0?KRc=ub7E@N4e~KoTD_m~u3(2$@O@lEbZ6(^Q zw4D>0`J0;C(ceJn92DCqkQ;b6R-l}f)^Dq|U|I(#(t5k*=RPy)u_Pf`kdc{nK_rd-OlKC2>xt5sM#}Ck-=*;ljW!7 z@*6JSc_>c)jEzJ#0`n|`Ndp&@eBfs}kLSZuOjqqAU!_Bwn6H9w%!u1_?uK3cG`RyKgYucE zi?N&5tGdF)yF&T7Y|MRe>5KAe?&YrLtJpXJT@`-&vS~7UC3BG4FRU^g;PGFgS_S&p Cl_;kG diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/images/missing_thumbnail.png b/src/wp-content/plugins/tubepress/sys/ui/static/images/missing_thumbnail.png deleted file mode 100644 index d6121b772b9b4131bf5f986865819b82837c7686..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5964 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 UQP9pK>~jUsRMmUj0I`kyAMT?d?EnA( diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/images/vimeo.png b/src/wp-content/plugins/tubepress/sys/ui/static/images/vimeo.png deleted file mode 100644 index 7f03228acaa5437d4dccd83b36827e5a48a40a62..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3943 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 BV~+p; diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/images/youtube.png b/src/wp-content/plugins/tubepress/sys/ui/static/images/youtube.png deleted file mode 100644 index b68e2f66263ebe2b492b23c6cb76df99c51d9f8a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2059 zcmV+m2=w=fP)Px#32;bRa{vGh*8l(w*8xH(n|J^K00(qQO+^RV0u}^18m|FC6#xJSok>JNR7l6I zm0gS-Wf{kR&pUI@p6%JQyY24T;udI1Tj{m}LZY@72(?MqO$lny8%Vq|A<-K!Al7RU zC~D;jKW@ZEg9%33)UI2swh^Twfw(cHK$|MtcB$<4W4n9KJMY)y#hI;(M!9j4N&b1} zotfYBf1mk}@P9gHH*aC!*vrg}jC?`hiwLU~sfn-*F4E*^uW;Sj5mhpa<#0bW8P7%m5v{pm&9LX}sbEH~@YE?61M7q1tzCNVUKze$R z{(j8z`$J3d-j>{ZhGth*Hu&n1T}(Dr7=6J83-mrGlQ5+spMQ497Jn1>0ekt zYTdA`Tcut{dg@4TznH#0HO;1EYu0FLwWRgb?jPkLguNoN5m*5bLfEgW8#Zp-xFW_V zhYlUm{{=lbIoS~++tgaR9{MWX_uh+Mo`c|#{(jZj3!FN>^kP=Ct_V6Q^ z!9k4=JU|vA!~h|n&SPBAWZS5|y)%?FNWDcI*&94;?zh*w~l=jE|4&*w~ni*X!{7^D0?3pm|Qu)H_<6oJ7{GgT7wU z@#B)to#l!q$TCsDh@de+jI0bItz!``-oFwr!h?kB=+B9e3PuRRd_2^_ZR>+Rr@0 z!tUKPp8Gk~JMZMeSH7&AI3exj%gHMht$|!wSRglsYQBuVKw&mJo-Oy+t z?KT(Y=XIvpq<3ykhkJWP#VFq8d8^fWHOsPD5&5L5t^}B$pMP<5babn#9vQsK#DGy7I{HwC0?C z=)U_XQewq}4{=Sisl^X}Kwq`0&HL}i&&?^`VE~Gvc-A@Bbk6k^MX|pGTHR{3UOjsB z=+muMYuZ|SO<9lD+EnV)ZnskhI?Kdlh%AXZ$^kY81rpjxkB$a0NM0e%&dS`kpOWHl zr={A{An)&|e*N_nr%uV~N597WlVL_&*ru?c^t0sY4&YnH{<|5GIvr7#?yWM`DUWE2BrBEVjRJ6R}lZr{5 z%}9#)m=GYT;$lKoQ4kj*9WPY94)3MZmUUZw@!djN)qht0Wj z=h9M8YppKP@2hL+mruzB1vHUjB$c}nVp55zSO9O4EPX{S`Byd zq)vZ&l-ZFHjrATG_CYlz$rmA(!jvu=AeK5UZf5CpD0M~4-Ebkb0t!jdkV@CUrz8?1 z0u-&5Tr51Rfs{(85mE@^E?gp}L}f_>Da*vRtghYjv~;gu$C*!TM)C@|bDcl6bFO>Q zjk1X;RlU7luRm(79R~hd)+@mJdcA(YTH92Z1_(*#y=v)nf@&23LPF_G1l`-W>)>;1 zMLM~T4++Fj85+|0UAw5RU5n1lV&9t~oj*_I)?0O9*Vn0U+Nl2cadEZ~Q+bGe9D@O1HE>@WNs= zNUaOWGE&>BdMBn{SF@}ef99;@Lqn+ds)fTWtDzy1ih|0@mH2b#kV=)*Zc$melInHW z;?A5AfBqk8YBfwe?N|Wc;uJBX8|-sMUzNg0VAmQ zN=zbMRn&XL7$wWm;LFDg8Uj+SmI*1SD@1)zspKNn>SCIWn3vYx_#YrK#`gg)!u~hl zW9vr%*!S059>WOxK0%eol#h=#nPJ}Ew?&b2Jp pSgT3M@)%+|>Z9JY`K>qJ{3l?SrfY`%$Ql3u002ovPDHLkV1lh22YLVi diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/js/jscolor/arrow.gif b/src/wp-content/plugins/tubepress/sys/ui/static/js/jscolor/arrow.gif deleted file mode 100644 index 246478a864f812d93d4cd0e0d0ad1c8e2d09c825..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 66 zcmZ?wbhEHbWM|-JSjfZx1poj4Utv=LM2bII7`Ygj7<53QAbAERVV@R>f}L*~a`L;Z PKCZl?^}@uHk--`OML81Y diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/js/jscolor/cross.gif b/src/wp-content/plugins/tubepress/sys/ui/static/js/jscolor/cross.gif deleted file mode 100644 index 0ee9c7ac517bee40b78aea03afa809631f0b69fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 83 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 YzFqsNg>|5V=vOIWZ|#VBZRvIQe;Bk#LI3~& diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/js/jscolor/hv.png b/src/wp-content/plugins/tubepress/sys/ui/static/js/jscolor/hv.png deleted file mode 100644 index 1c5e01f8bcecc4cf835e8eeeaa43ef2c06789022..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2865 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 E0LKozl>h($ diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/js/jscolor/jscolor.js b/src/wp-content/plugins/tubepress/sys/ui/static/js/jscolor/jscolor.js deleted file mode 100644 index b65fb0a..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/static/js/jscolor/jscolor.js +++ /dev/null @@ -1,829 +0,0 @@ -/** - * jscolor, JavaScript Color Picker - * - * @version 1.2.2 - * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License - * @author Honza Odvarko - * @created 2008-06-15 - * @updated 2009-02-03 - * @link http://jscolor.com - */ - - -var jscolor = { - - - dir : '', // location of jscolor directory (leave empty to autodetect) - bindClass : 'color', // class name - binding : true, // automatic binding via - preloading : true, // use image preloading? - - - install : function() { - jscolor.addEvent(window, 'load', jscolor.init) - }, - - - init : function() { - if(jscolor.binding) { - jscolor.bind() - } - if(jscolor.preloading) { - jscolor.preload() - } - }, - - - getDir : function() { - if(!jscolor.dir) { - var detected = jscolor.detectDir() - jscolor.dir = detected!=false ? detected : 'jscolor/' - } - return jscolor.dir - }, - - - detectDir : function() { - var base = location.href - - var e = document.getElementsByTagName('base') - for(var i=0; i vs[a] ? - (-vp[a]+tp[a]+ts[a]/2 > vs[a]/2 && tp[a]+ts[a]-ps[a] >= 0 ? tp[a]+ts[a]-ps[a] : tp[a]) : tp[a], - -vp[b]+tp[b]+ts[b]+ps[b]-l+l*c > vs[b] ? - (-vp[b]+tp[b]+ts[b]/2 > vs[b]/2 && tp[b]+ts[b]-l-l*c >= 0 ? tp[b]+ts[b]-l-l*c : tp[b]+ts[b]-l+l*c) : - (tp[b]+ts[b]-l+l*c >= 0 ? tp[b]+ts[b]-l+l*c : tp[b]+ts[b]-l-l*c) - ] - drawPicker(pp[a], pp[b]) - } - } - - - this.importColor = function() { - if(!valueElement) { - this.exportColor() - } else { - if(!this.adjust) { - if(!this.fromString(valueElement.value, leaveValue)) { - styleElement.style.backgroundColor = styleElement.jscStyle.backgroundColor - styleElement.style.color = styleElement.jscStyle.color - this.exportColor(leaveValue | leaveStyle) - } - } else if(!this.required && /^\s*$/.test(valueElement.value)) { - valueElement.value = '' - styleElement.style.backgroundColor = styleElement.jscStyle.backgroundColor - styleElement.style.color = styleElement.jscStyle.color - this.exportColor(leaveValue | leaveStyle) - - } else if(this.fromString(valueElement.value)) { - // OK - } else { - this.exportColor() - } - } - } - - - this.exportColor = function(flags) { - if(!(flags & leaveValue) && valueElement) { - var value = this.toString() - if(this.caps) value = value.toUpperCase() - if(this.hash) value = '#'+value - valueElement.value = value - } - if(!(flags & leaveStyle) && styleElement) { - styleElement.style.backgroundColor = '#'+this.toString() - styleElement.style.color = - 0.213 * this.rgb[0] + - 0.715 * this.rgb[1] + - 0.072 * this.rgb[2] - < 0.5 ? '#FFF' : '#000' - } - if(!(flags & leavePad) && isPickerOwner()) { - redrawPad() - } - if(!(flags & leaveSld) && isPickerOwner()) { - redrawSld() - } - } - - - this.fromHSV = function(h, s, v, flags) { // null = don't change - h<0 && (h=0) || h>6 && (h=6) - s<0 && (s=0) || s>1 && (s=1) - v<0 && (v=0) || v>1 && (v=1) - this.rgb = HSV_RGB( - h==null ? this.hsv[0] : (this.hsv[0]=h), - s==null ? this.hsv[1] : (this.hsv[1]=s), - v==null ? this.hsv[2] : (this.hsv[2]=v) - ) - this.exportColor(flags) - } - - - this.fromRGB = function(r, g, b, flags) { // null = don't change - r<0 && (r=0) || r>1 && (r=1) - g<0 && (g=0) || g>1 && (g=1) - b<0 && (b=0) || b>1 && (b=1) - var hsv = RGB_HSV( - r==null ? this.rgb[0] : (this.rgb[0]=r), - g==null ? this.rgb[1] : (this.rgb[1]=g), - b==null ? this.rgb[2] : (this.rgb[2]=b) - ) - if(hsv[0] != null) { - this.hsv[0] = hsv[0] - } - if(hsv[2] != 0) { - this.hsv[1] = hsv[1] - } - this.hsv[2] = hsv[2] - this.exportColor(flags) - } - - - this.fromString = function(hex, flags) { - var m = hex.match(/^\W*([0-9A-F]{3}([0-9A-F]{3})?)\W*$/i) - if(!m) { - return false - } else { - if(m[1].length == 6) { // 6-char notation - this.fromRGB( - parseInt(m[1].substr(0,2),16) / 255, - parseInt(m[1].substr(2,2),16) / 255, - parseInt(m[1].substr(4,2),16) / 255, - flags - ) - } else { // 3-char notation - this.fromRGB( - parseInt(m[1].charAt(0)+m[1].charAt(0),16) / 255, - parseInt(m[1].charAt(1)+m[1].charAt(1),16) / 255, - parseInt(m[1].charAt(2)+m[1].charAt(2),16) / 255, - flags - ) - } - return true - } - } - - - this.toString = function() { - return ( - (0x100 | Math.round(255*this.rgb[0])).toString(16).substr(1) + - (0x100 | Math.round(255*this.rgb[1])).toString(16).substr(1) + - (0x100 | Math.round(255*this.rgb[2])).toString(16).substr(1) - ) - } - - - function RGB_HSV(r, g, b) { - var n = Math.min(Math.min(r,g),b) - var v = Math.max(Math.max(r,g),b) - var m = v - n - if(m == 0) return [ null, 0, v ] - var h = r==n ? 3+(b-g)/m : (g==n ? 5+(r-b)/m : 1+(g-r)/m) - return [ h==6?0:h, m/v, v ] - } - - - function HSV_RGB(h, s, v) { - if(h == null) return [ v, v, v ] - var i = Math.floor(h) - var f = i%2 ? h-i : 1-(h-i) - var m = v * (1 - s) - var n = v * (1 - s*f) - switch(i) { - case 6: - case 0: return [v,n,m] - case 1: return [n,v,m] - case 2: return [m,v,n] - case 3: return [m,n,v] - case 4: return [n,m,v] - case 5: return [v,m,n] - } - } - - - function removePicker() { - delete jscolor.picker.owner - document.getElementsByTagName('body')[0].removeChild(jscolor.picker.boxB) - } - - - function drawPicker(x, y) { - if(!jscolor.picker) { - jscolor.picker = { - box : document.createElement('div'), - boxB : document.createElement('div'), - pad : document.createElement('div'), - padB : document.createElement('div'), - padM : document.createElement('div'), - sld : document.createElement('div'), - sldB : document.createElement('div'), - sldM : document.createElement('div') - } - for(var i=0,segSize=4; i').append(res.responseText).find(selector) : - res.responseText; - jQuery(targetDiv).html(html); - if (typeof postLoadFunction == 'function') { - postLoadFunction(); - } - } - }); - }; - - loadAndStyle = function (url, targetDiv, selector, preLoadFunction, postLoadFunction) { - applyLoadingStyle(targetDiv); - post = function () { removeLoadingStyle(targetDiv); }; - if (typeof postLoadFunction == 'function') { - post = function () { - removeLoadingStyle(targetDiv); - postLoadFunction(); - }; - } - load(url, targetDiv, selector, preLoadFunction, post); - }; - - applyLoadingStyle = function (targetDiv) { - jQuery(targetDiv).fadeTo(0, .3); - }; - - removeLoadingStyle = function (targetDiv) { - jQuery(targetDiv).fadeTo(0, 1); - }; - - return { - load : load, - applyLoadingStyle : applyLoadingStyle, - removeLoadingStyle : removeLoadingStyle, - loadAndStyle : loadAndStyle - }; - -}()); - -/** - * Handles some DOM and network related tasks - */ -TubePressJS = (function () { - - var callWhenTrue, getWaitCall, loadCss; - - /** - * Waits until the given test is true (tests every .4 seconds), - * and then executes the given callback. - */ - callWhenTrue = function (test, callback) { - - /* if the test doesn't pass, try again in .4 seconds */ - if (!test()) { - var futureTest = function () { - callWhenTrue(test, callback); - }; - setTimeout(futureTest, 400); - return; - } - /* the test passed, so call the callback */ - callback(); - }; - - getWaitCall = function (scriptPath, test, callback) { - var futureCallback = function () { - callWhenTrue(test, callback); - }; - jQuery.getScript(scriptPath, futureCallback, true); - }; - - loadCss = function (path) { - var fileref = document.createElement('link'); - - fileref.setAttribute('rel', 'stylesheet'); - fileref.setAttribute('type', 'text/css'); - fileref.setAttribute('href', path); - document.getElementsByTagName('head')[0].appendChild(fileref); - }; - - /* return only public functions */ - return { - callWhenTrue : callWhenTrue, - getWaitCall : getWaitCall, - loadCss : loadCss - }; -}()); - -TubePressEvents = (function () { - - return { - NEW_THUMBS_LOADED : 'tubepressNewThumbnailsLoaded' - }; - -}()); - -/* analyzes HTML anchor objects */ -TubePressAnchors = (function () { - - var findAllEmbeddedNames, findAllPlayerNames, getEmbeddedNameFromRelSplit, - getPlayerNameFromRelSplit, getGalleryIdFromRelSplit, getVideoIdFromIdAttr, - parseRels; - - findAllEmbeddedNames = function () { - return parseRels(1); - }; - - findAllPlayerNames = function () { - return parseRels(2); - }; - - getEmbeddedNameFromRelSplit = function (relSplit) { - return relSplit[1]; - }; - - getPlayerNameFromRelSplit = function (relSplit) { - return relSplit[2]; - }; - - getGalleryIdFromRelSplit = function (relSplit) { - return relSplit[3]; - }; - - getVideoIdFromIdAttr = function (id) { - var end = id.lastIndexOf('_'); - return id.substring(16, end); - }; - - parseRels = function (index) { - var returnValue = []; - jQuery("a[rel^='tubepress_']").each(function () { - var thisName = jQuery(this).attr('rel').split('_')[index]; - if (jQuery.inArray(thisName, returnValue) === -1) { - returnValue.push(thisName); - } - }); - return returnValue; - }; - - return { - findAllEmbeddedNames : findAllEmbeddedNames, - findAllPlayerNames : findAllPlayerNames, - getEmbeddedNameFromRelSplit : getEmbeddedNameFromRelSplit, - getPlayerNameFromRelSplit : getPlayerNameFromRelSplit, - getGalleryIdFromRelSplit : getGalleryIdFromRelSplit, - getVideoIdFromIdAttr : getVideoIdFromIdAttr - }; - -}()); - -/* handles player-related functionality (popup, Shadowbox, etc) */ -TubePressPlayers = (function () { - - var init, playerInit, invokePlayer; - - init = function (baseUrl) { - - /* loads up JS necessary for dealing with TubePress players that we find on the page */ - var playerNames = TubePressAnchors.findAllPlayerNames(), i, name; - for (i = 0; i < playerNames.length; i = i + 1) { - name = playerNames[i]; - jQuery.getScript(baseUrl + '/sys/ui/static/players/' + name + '/' + name + '.js', - playerInit(name, baseUrl)); - } - }; - - invokePlayer = function (galleryId, videoId, embeddedName, playerName) { - var playerFunctionName = 'tubepress_' + playerName + '_player'; - window[playerFunctionName](galleryId, videoId); - }; - - playerInit = function (name, baseUrl) { - - /* Call tubepress__init() when the player JS is loaded */ - var funcName = 'tubepress_' + name + '_player_init', - f = function () { - window[funcName](baseUrl); - }; - TubePressJS.callWhenTrue(function () { - return typeof window[funcName] === 'function'; - }, f); - }; - - return { - init : init, - invokePlayer : invokePlayer - }; - -}()); - -/* deals with the embedded video player */ -TubePressEmbedded = (function () { - - var swap, getEmbeddedObjectClone, getHtmlForCurrentEmbed, getWidthOfCurrentEmbed, - getHeightOfCurrentEmbed, dealingWithiframe, getIframeIframe, objCss, isIframe; - - isIframe = function (embeddedName) { - return embeddedName !== 'longtail'; - }; - - getHtmlForCurrentEmbed = function (galleryId) { - if (dealingWithiframe(galleryId)) { - return jQuery('div#tubepress_embedded_object_' + galleryId).html(); - } - - var wrapperId = '#tubepress_embedded_object_' + galleryId, - wrapper = jQuery(wrapperId), - obj = jQuery(wrapperId + ' > object'), - params = obj.children('param'); - return getEmbeddedObjectClone(wrapper, params); - }; - - getWidthOfCurrentEmbed = function (galleryId) { - if (dealingWithiframe(galleryId)) { - return parseInt(getIframe(galleryId).attr('width'), 10); - } - return objCss(galleryId, 'width'); - }; - - getHeightOfCurrentEmbed = function (galleryId) { - if (dealingWithiframe(galleryId)) { - return parseInt(getIframe(galleryId).attr('height'), 10); - } - return objCss(galleryId, 'height'); - }; - - objCss = function (galleryId, attribute) { - var wrapperId = '#tubepress_embedded_object_' + galleryId, - wrapper = jQuery(wrapperId), - obj = jQuery(wrapperId + ' > object'), - regex = new RegExp(attribute + '[\\s]*:[\\s]*([\\d]+)', 'i'); - return parseInt(obj.attr('style').match(regex)[1], 10); - }; - - getIframe = function (galleryId) { - return jQuery('div#tubepress_embedded_object_' + galleryId + ' > iframe:first'); - }; - - dealingWithiframe = function (galleryId) { - return getIframe(galleryId).length !== 0; - }; - - /** - * Swaps out the embedded Flash player with a replacement. - * This function is very carefully constructed to work with both IE 7-8 and FF. - * Modify at your own risk!! - */ - swap = function (galleryId, videoId, embeddedName) { - var wrapperId = '#tubepress_embedded_object_' + galleryId, - wrapper = jQuery(wrapperId), - matcher = getIdMatcher(embeddedName); - - /* if we can't find the embedded object, just bail */ - if (wrapper.length === 0) { - return; - } - - /* swap technique depends if iframe or not */ - if (TubePressEmbedded.isIframe(embeddedName)) { - swapIframe(embeddedName, wrapper, matcher, videoId); - } else { - swapEmbeddedObject(embeddedName, wrapperId, matcher, wrapper, videoId); - } - } - - /** - * Swaps an iframe for the new video - */ - swapIframe = function (embeddedName, wrapper, matcher, videoId) { - var oldHtml = wrapper.html(), - oldId = oldHtml.match(matcher)[1]; - - wrapper.html(oldHtml.replace(oldId, videoId) + ' '); - - /* add the random digits here to prevent browser from caching iframe */ - wrapper.children('iframe')[0].src = wrapper.children('iframe')[0].src + Math.random(); - - /* you've earned yourself a beer */ - }; - - /** - * Swaps an embedded object for a new video - */ - swapEmbeddedObject = function (embeddedName, wrapperId, matcher, wrapper, videoId) { - var paramName = getEmbedParam(embeddedName), - obj = jQuery(wrapperId + ' > object'), - oldVideoId = obj.children("param[name='" + paramName + "']").attr('value').match(matcher)[1]; - - /* remove anything AdBlock plus sticks in there */ - obj.siblings().remove(); - - /* save the params but remove them from the DOM for now */ - params = obj.children('param'); - params.remove(); - - /* create the new embedded object */ - newHtml = getEmbeddedObjectClone(wrapper, params).replace(new RegExp(oldVideoId, 'g'), videoId); - - /* add it back in */ - wrapper.html(newHtml); - - /* now pat yourself on the back */ - }; - - getEmbeddedObjectClone = function (wrapper, params) { - - //http://blog.stevenlevithan.com/archives/faster-trim-javascript - var newHtml = wrapper.html().replace(/\s\s*$/, ''); - - /* chop off the closing . Don't change this unless you want to break IE */ - newHtml = newHtml.substring(0, newHtml.length - 9); - - /* now add back the params, but this time with the new video ID */ - params.each(function () { - newHtml += ''; - }); - - /* re-close the object */ - newHtml += ''; - return newHtml; - }; - - getIdMatcher = function (embeddedName) { - switch (embeddedName) { - case 'longtail': - return /youtube\.com\/watch\?v=(.{11}).*/; - case 'vimeo': - return /\/video\/([0-9]+).*/; - default: - return /youtube\.com\/embed\/(.{11}).*/; - } - }; - - getEmbedParam = function (embeddedName) { - switch (embeddedName) { - case 'longtail': - return 'flashvars'; - default: - return 'movie'; - } - } - - return { - isIframe : isIframe, - swap : swap, - getHtmlForCurrentEmbed : getHtmlForCurrentEmbed, - getHeightOfCurrentEmbed : getHeightOfCurrentEmbed, - getWidthOfCurrentEmbed : getWidthOfCurrentEmbed - }; - -}()); - -/** - * Main TubePress gallery module. - */ -TubePressGallery = (function () { - - var init, initClickListeners, fluidThumbs, clickListener, getCurrentPageNumber; - - /* Primary setup function for TubePress. Meant to run once on page load. */ - init = function (baseUrl) { - TubePressPlayers.init(baseUrl); - TubePressGallery.initClickListeners(); - }; - - initClickListeners = function () { - jQuery("a[id^='tubepress_']").click(clickListener); - }; - - /* thumbnail click listener */ - clickListener = function () { - var rel_split = jQuery(this).attr('rel').split('_'), - galleryId = TubePressAnchors.getGalleryIdFromRelSplit(rel_split), - playerName = TubePressAnchors.getPlayerNameFromRelSplit(rel_split), - embeddedName = TubePressAnchors.getEmbeddedNameFromRelSplit(rel_split), - videoId = TubePressAnchors.getVideoIdFromIdAttr(jQuery(this).attr('id')); - - /* swap the gallery's embedded object */ - TubePressEmbedded.swap(galleryId, videoId, embeddedName); - - /* then call the player to load up / play the video */ - TubePressPlayers.invokePlayer(galleryId, videoId, embeddedName, playerName); - }; - - /* http://www.sohtanaka.com/web-design/smart-columns-w-css-jquery/ */ - fluidThumbs = function (gallerySelector, columnWidth) { - - jQuery(gallerySelector).css({ 'width' : "100%" }); - - var gallery = jQuery(gallerySelector), - colWrap = gallery.width(), - colNum = Math.floor(colWrap / columnWidth), - colFixed = Math.floor(colWrap / colNum), - thumbs = jQuery(gallerySelector + ' div.tubepress_thumb'); - - gallery.css({ 'width' : '100%'}); - gallery.css({ 'width' : colWrap }); - thumbs.css({ 'width' : colFixed}); - }; - - getCurrentPageNumber = function (galleryId) { - var page = 1, - paginationSelector = 'div#tubepress_gallery_' + galleryId - + ' div.tubepress_thumbnail_area:first > div.pagination:first > span.current', - current = jQuery(paginationSelector); - - if (current.length > 0) { - page = current.html() - } - - return page; - }; - - /* return only public functions */ - return { - clickListener : clickListener, - init : init, - initClickListeners : initClickListeners, - fluidThumbs : fluidThumbs, - getCurrentPageNumber : getCurrentPageNumber - }; -}()); - -/** - * Functions for handling Ajax pagination. - */ -TubePressAjaxPagination = (function () { - - var init, processRequest, postAjaxGallerySetup; - - /* initializes pagination HTML for Ajax. */ - init = function (galleryId) { - var clickCallback = function () { - processRequest(jQuery(this), galleryId); - }; - jQuery('#tubepress_gallery_' + galleryId + ' div.pagination a').click(clickCallback); - }; - - processRequest = function (anchor, galleryId) { - var baseUrl = getTubePressBaseUrl(), - shortcode = window['getUrlEncodedShortcodeForTubePressGallery' + galleryId](), - page = anchor.attr('rel'), - thumbnailArea = '#tubepress_gallery_' + galleryId + '_thumbnail_area', - thumbWidth = jQuery(thumbnailArea).find('img:first').width(), - postLoadCallback = function () { - postAjaxGallerySetup(thumbnailArea, galleryId, thumbWidth); - }, - pageToLoad = baseUrl + '/sys/scripts/ajax/shortcode_printer.php?shortcode=' + shortcode + '&tubepress_' + page + '&tubepress_galleryId=' + galleryId, - remotePageSelector = thumbnailArea + ' > *'; - TubePressAjax.loadAndStyle(pageToLoad, thumbnailArea, remotePageSelector, '', postLoadCallback); - }; - - /* post thumbnail load setup */ - postAjaxGallerySetup = function (thumbnailArea, galleryId, thumbWidth) { - jQuery().trigger(TubePressEvents.NEW_THUMBS_LOADED); - TubePressGallery.fluidThumbs('#tubepress_gallery_' + galleryId, thumbWidth); - TubePressGallery.initClickListeners(); - init(galleryId); - jQuery(thumbnailArea).fadeTo('fast', 1); - }; - - /* return only public functions */ - return { init : init }; -}()); - -/* this is meant to be called from the user's HTML page */ -var safeTubePressInit = function () { - if (!window.getTubePressBaseUrl) { - return; - } - try { - TubePressGallery.init(getTubePressBaseUrl()); - } catch (f) { - alert('TubePress failed to initialize: ' + f.message); - } -}; - -/* append our init method to after all the other (potentially full of errors) ready blocks have - * run. http://stackoverflow.com/questions/1890512/handling-errors-in-jquerydocument-ready */ -if (!jQuery.browser.msie) { - var oldReady = jQuery.ready; - jQuery.ready = function () { - try { - oldReady.apply(this, arguments); - } catch (e) { } - safeTubePressInit(); - }; -} else { - jQuery().ready(function () { - safeTubePressInit(); - }); -} - diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/players/jqmodal/jqmodal.js b/src/wp-content/plugins/tubepress/sys/ui/static/players/jqmodal/jqmodal.js deleted file mode 100644 index cb22616..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/static/players/jqmodal/jqmodal.js +++ /dev/null @@ -1,21 +0,0 @@ -/** - * Copyright 2006 - 2011 Eric D. Hough (http://ehough.com) - * - * This file is part of TubePress (http://tubepress.org) and is released - * under the General Public License (GPL) version 3 - * - * Shrink your JS: http://developer.yahoo.com/yui/compressor/ - */ -function tubepress_jqmodal_player(galleryId, videoId) { - var element = jQuery('#tubepress_embedded_object_' + galleryId); - - element.addClass('jqmWindow'); - element.jqm(); - element.jqmShow(); -} - -function tubepress_jqmodal_player_init(baseUrl) { - var path = baseUrl + '/sys/ui/static/players/jqmodal/lib/jqModal.'; - jQuery.getScript(path + 'js', function () {}, true); - TubePressJS.loadCss(path + 'css'); -} diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/players/jqmodal/lib/jqModal.css b/src/wp-content/plugins/tubepress/sys/ui/static/players/jqmodal/lib/jqModal.css deleted file mode 100644 index 169d482..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/static/players/jqmodal/lib/jqModal.css +++ /dev/null @@ -1,4 +0,0 @@ -/* jqModal base Styling courtesy of; - Brice Burgess */ -.jqmWindow{display:none;position:fixed;top:17%;left:50%;margin-left:-300px;background-color:#EEE;color:#333;border:1px solid black;padding:12px;}.jqmOverlay{background-color:#000;}* iframe.jqm{position:absolute;top:0;left:0;z-index:-1;width:expression(this.parentNode.offsetWidth+'px');height:expression(this.parentNode.offsetHeight+'px');} -* html .jqmWindow{position:absolute;top:expression((document.documentElement.scrollTop || document.body.scrollTop)+Math.round(17 *(document.documentElement.offsetHeight || document.body.clientHeight) / 100)+'px');} diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/players/jqmodal/lib/jqModal.js b/src/wp-content/plugins/tubepress/sys/ui/static/players/jqmodal/lib/jqModal.js deleted file mode 100644 index 0a0155e..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/static/players/jqmodal/lib/jqModal.js +++ /dev/null @@ -1,8 +0,0 @@ -(function(d){d.fn.jqm=function(f){var e={overlay:50,overlayClass:"jqmOverlay",closeClass:"jqmClose",trigger:".jqModal",ajax:o,ajaxText:"",target:o,modal:o,toTop:o,onShow:o,onHide:o,onLoad:o};return this.each(function(){if(this._jqm){return n[this._jqm].c=d.extend({},n[this._jqm].c,f)}p++;this._jqm=p; -n[p]={c:d.extend(e,d.jqm.params,f),a:o,w:d(this).addClass("jqmID"+p),s:p};if(e.trigger){d(this).jqmAddTrigger(e.trigger)}})};d.fn.jqmAddClose=function(f){return l(this,f,"jqmHide")};d.fn.jqmAddTrigger=function(f){return l(this,f,"jqmShow")};d.fn.jqmShow=function(e){return this.each(function(){e=e||window.event; -d.jqm.open(this._jqm,e)})};d.fn.jqmHide=function(e){return this.each(function(){e=e||window.event;d.jqm.close(this._jqm,e)})};d.jqm={hash:{},open:function(B,A){var m=n[B],q=m.c,i="."+q.closeClass,v=(parseInt(m.w.css("z-index"))),v=(v>0)?v:3000,f=d("
").css({height:"100%",width:"100%",position:"fixed",left:0,top:0,"z-index":v-1,opacity:q.overlay/100}); -if(m.a){return o}m.t=A;m.a=true;m.w.css("z-index",v);if(q.modal){if(!a[0]){k("bind")}a.push(B)}else{if(q.overlay>0){m.w.jqmAddClose(f)}else{f=o}}m.o=(f)?f.addClass(q.overlayClass).prependTo("body"):o;if(c){d("html,body").css({height:"100%",width:"100%"});if(f){f=f.css({position:"absolute"})[0];for(var w in {Top:1,Left:1}){f.style.setExpression(w.toLowerCase(),"(_=(document.documentElement.scroll"+w+" || document.body.scroll"+w+"))+'px'") -}}}if(q.ajax){var e=q.target||m.w,x=q.ajax,e=(typeof e=="string")?d(e,m.w):d(e),x=(x.substr(0,1)=="@")?d(A).attr(x.substring(1)):x;e.html(q.ajaxText).load(x,function(){if(q.onLoad){q.onLoad.call(this,m)}if(i){m.w.jqmAddClose(d(i,m.w))}j(m)})}else{if(i){m.w.jqmAddClose(d(i,m.w))}}if(q.toTop&&m.o){m.w.before('').insertAfter(m.o) -}(q.onShow)?q.onShow(m):m.w.show();j(m);return o},close:function(f){var e=n[f];if(!e.a){return o}e.a=o;if(a[0]){a.pop();if(!a[0]){k("unbind")}}if(e.c.toTop&&e.o){d("#jqmP"+e.w[0]._jqm).after(e.w).remove()}if(e.c.onHide){e.c.onHide(e)}else{e.w.hide();if(e.o){e.o.remove()}}return o},params:{}};var p=0,n=d.jqm.hash,a=[],c=d.browser.msie&&(d.browser.version=="6.0"),o=false,g=d('').css({opacity:0}),j=function(e){if(c){if(e.o){e.o.html('

').prepend(g) -}else{if(!d("iframe.jqm",e.w)[0]){e.w.prepend(g)}}}h(e)},h=function(f){try{d(":input:visible",f.w)[0].focus()}catch(e){}},k=function(e){d()[e]("keypress",b)[e]("keydown",b)[e]("mousedown",b)},b=function(m){var f=n[a[a.length-1]],i=(!d(m.target).parents(".jqmID"+f.s)[0]);if(i){h(f)}return !i},l=function(e,f,i){return e.each(function(){var m=this._jqm; -d(f).each(function(){if(!this[i]){this[i]=[];d(this).click(function(){for(var q in {jqmShow:1,jqmHide:1}){for(var r in this[q]){if(n[this[q][r]]){n[this[q][r]].w[q](this)}}}return o})}this[i].push(m)})})}})(jQuery); diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/players/normal/normal.js b/src/wp-content/plugins/tubepress/sys/ui/static/players/normal/normal.js deleted file mode 100644 index ee5e207..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/static/players/normal/normal.js +++ /dev/null @@ -1,19 +0,0 @@ -/** - * Copyright 2006 - 2011 Eric D. Hough (http://ehough.com) - * - * This file is part of TubePress (http://tubepress.org) and is released - * under the General Public License (GPL) version 3 - * - * Shrink your JS: http://developer.yahoo.com/yui/compressor/ - */ -function tubepress_normal_player(galleryId, videoId) { - - var videoTitleAnchor = jQuery('#tubepress_title_' + videoId + '_' + galleryId), - embeddedTitleId = '#tubepress_embedded_title_' + galleryId, - mainTitleDiv = jQuery(embeddedTitleId); - - mainTitleDiv.html(videoTitleAnchor.html()); - jQuery(embeddedTitleId)[0].scrollIntoView(true); -} - -function tubepress_normal_player_init(baseUrl) { } diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/players/popup/popup.js b/src/wp-content/plugins/tubepress/sys/ui/static/players/popup/popup.js deleted file mode 100644 index c1eb8f6..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/static/players/popup/popup.js +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Copyright 2006 - 2011 Eric D. Hough (http://ehough.com) - * - * This file is part of TubePress (http://tubepress.org) and is released - * under the General Public License (GPL) version 3 - * - * Shrink your JS: http://developer.yahoo.com/yui/compressor/ - */ -function tubepress_popup_player(galleryId, videoId) { - var wWidth = TubePressEmbedded.getWidthOfCurrentEmbed(galleryId), - wHeight = TubePressEmbedded.getHeightOfCurrentEmbed(galleryId), - top = (screen.height / 2) - (wHeight / 2), - left = (screen.width / 2) - (wWidth / 2), - win = window.open('', '', 'location=0,directories=0,menubar=0,scrollbars=0,status=0,toolbar=0,width=' + wWidth + ',height=' + wHeight + ',top=' + top + ',left=' + left), - preamble = '\n' + jQuery("#tubepress_title_" + - videoId + '_' + galleryId).html() + '', - newHtml = TubePressEmbedded.getHtmlForCurrentEmbed(galleryId), - postAmble = ''; - - win.document.write(preamble + newHtml + postAmble); - win.document.close(); -} - -function tubepress_popup_player_init(baseUrl) { } diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/LICENSE b/src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/LICENSE deleted file mode 100644 index 59e6eb6..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/LICENSE +++ /dev/null @@ -1,65 +0,0 @@ -Copyright 2007-2010 Michael J. I. Jackson, all rights reserved. - -The following licenses are applicable to version 3.0 of the Shadowbox.js library -and greater. The term "library" is used throughout to mean all code, images, and -documentation that are distributed as part of the library. - - -Shadowbox.js Non-Commercial License version 1.0 - -Under the terms of this license, the licensee is granted the following privileges: - - - The right to use the library as part of a website or application that is not - used for commercial purposes - - - The right to modify the library to suit his purpose. - -Under no circumstance is the licensee permitted to redistribute the source code, -images, or documentation contained in the library. All redistribution rights -remain with the copyright holder unless specific prior written permission is -obtained. - -Under no circumstance shall this copyright notice or list of conditions be -modified or removed from the code distribution in either source or binary form. - -This software is provided by the copyright holder and contributors "as is" and -any express or implied warranties, including, but not limited to, the implied -warranties of merchantability and fitness for a particular purpose are disclaimed. - -In no event shall the copyright holder or contributors be liable for any direct, -indirect, incidental, special, exemplary, or consequential damages (including, but -not limited to, procurement of substitute goods or services; loss of use, data, or -profits; or business interruption) however caused and on any theory of liability, -whether in contract, strict liability, or tort (including negligence or otherwise) -arising in any way out of the use of this software, even if advised of the -possibility of such damage. - - -Shadowbox.js Commercial License version 1.0 - -Under the terms of this license, the licensee is granted the following privileges: - - - The right to use the library as part of a website or application that is - used for commercial purposes - - - The right to modify the library to suit his purpose. - -Under no circumstance is the licensee permitted to redistribute the source code, -images, or documentation contained in the library. All redistribution rights -remain with the copyright holder unless specific prior written permission is -obtained. - -Under no circumstance shall this copyright notice or list of conditions be -modified or removed from the code distribution in either source or binary form. - -This software is provided by the copyright holder and contributors "as is" and -any express or implied warranties, including, but not limited to, the implied -warranties of merchantability and fitness for a particular purpose are disclaimed. - -In no event shall the copyright holder or contributors be liable for any direct, -indirect, incidental, special, exemplary, or consequential damages (including, but -not limited to, procurement of substitute goods or services; loss of use, data, or -profits; or business interruption) however caused and on any theory of liability, -whether in contract, strict liability, or tort (including negligence or otherwise) -arising in any way out of the use of this software, even if advised of the -possibility of such damage. diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/close.png b/src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/close.png deleted file mode 100644 index 33c1aab52028459bdc44b9f289d4750a9a2b2ee2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 255 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 diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/next.png b/src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/next.png deleted file mode 100644 index 0c950d6a91660424d76dba885aea7e674644be65..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*D5XW_h|ehE&{2`t$$4J+o@V#2{t~2R4U|dP1`$3Ju(z>99W1 z(CI4ZOg4R>E?}K#$S~VN!g%4&4&ILIj2rbPK9XQ-V6Yd+XHT+BIx@4MWvz+8d)A~t zr$;^&N*=5ox}2SljTZ=Ymu|=W#UhN^kI7JdT1kVijIwMD rTavlLzrJVbF^{gC^bwI}5J+G!b@SdJyFE${=t>4pS3j3^P6}1{rUgjo>{e_@BnXu(_?qWkM$~Rx}ABJGm7j^ zxY95&lc6d|j48=g<)5j-vm;91YCoi?H83zU+Xm&pN1kfM`Pgg&ebxsLQ0EfOZ An*aa+ diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/play.png b/src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/play.png deleted file mode 100644 index d26c93301ecb91eef15e0c7354876f0ce9f18127..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*D5XN}1{rUgjo>{eFVi2>016#tuG>apK272N;t(P<% z{>+sT*ZIrOsNNXCG@qM8l7Wf8F=Dz9v%>>pf$D%H297_BkAl2-8Yw z&fq_i^Q6s@b?3z&ydBOQOI>1w-a6zscm^$t&tu^*VEDo0)-0J7ZU}S$gQu&X%Q~lo FCIB{5K{fyY diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/previous.png b/src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/lib/previous.png deleted file mode 100644 index f39220d8661c14fe9f46a80a8443c629e6a9bb35..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*D5X`aNA7Ln>}1{rUgjo>{eFVi2>01KWdxS}jLDX8JKa%4|7O znE8$Qk$nWu0fFPoZt`^O|J&XG6rFjY$%VCJJA-1||Y.indexOf("win32")>-1){g.isWindows=true}else{if(Y.indexOf("macintosh")>-1||Y.indexOf("mac os x")>-1){g.isMac=true}else{if(Y.indexOf("linux")>-1){g.isLinux=true}}}g.isIE=Y.indexOf("msie")>-1;g.isIE6=Y.indexOf("msie 6")>-1;g.isIE7=Y.indexOf("msie 7")>-1;g.isGecko=Y.indexOf("gecko")>-1&&Y.indexOf("safari")==-1;g.isWebKit=Y.indexOf("applewebkit/")>-1;var e=/#(.+)$/,M=/^(light|shadow)box\[(.*?)\]/i,o=/\s*([a-z_]*?)\s*=\s*(.+)\s*/,ar=/[0-9a-z]+$/i,ap=/(.+\/)shadowbox\.js/i;var w=false,m=false,V={},ai=0,O,aa;g.current=-1;g.dimensions=null;g.ease=function(K){return 1+Math.pow(K-1,3)};g.errorInfo={fla:{name:"Flash",url:"http://www.adobe.com/products/flashplayer/"},qt:{name:"QuickTime",url:"http://www.apple.com/quicktime/download/"},wmp:{name:"Windows Media Player",url:"http://www.microsoft.com/windows/windowsmedia/"},f4m:{name:"Flip4Mac",url:"http://www.flip4mac.com/wmv_download.htm"}};g.gallery=[];g.onReady=aj;g.path=null;g.player=null;g.playerId="sb-player";g.options={animate:true,animateFade:true,autoplayMovies:true,continuous:false,enableKeys:true,flashParams:{bgcolor:"#000000",allowfullscreen:true},flashVars:{},flashVersion:"9.0.115",handleOversize:"resize",handleUnsupported:"link",onChange:aj,onClose:aj,onFinish:aj,onOpen:aj,showMovieControls:true,skipSetup:false,slideshowDelay:0,viewportPadding:20};g.getCurrent=function(){return g.current>-1?g.gallery[g.current]:null};g.hasNext=function(){return g.gallery.length>1&&(g.current!=g.gallery.length-1||g.options.continuous)};g.isOpen=function(){return w};g.isPaused=function(){return aa=="pause"};g.applyOptions=function(K){V=ao({},g.options);ao(g.options,K)};g.revertOptions=function(){ao(g.options,V)};g.init=function(au,ax){if(m){return}m=true;if(g.skin.options){ao(g.options,g.skin.options)}if(au){ao(g.options,au)}if(!g.path){var aw,S=document.getElementsByTagName("script");for(var av=0,K=S.length;avaE){aG=aE-aA}var au=2*aC+K;if(ax+au>aF){ax=aF-au}var S=(aB-aG)/aB,aD=(av-ax)/av,ay=(S>0||aD>0);if(az&&ay){if(S>aD){ax=Math.round((av/aB)*aG)}else{if(aD>S){aG=Math.round((aB/av)*ax)}}}g.dimensions={height:aG+aw,width:ax+K,innerHeight:aG,innerWidth:ax,top:Math.floor((aE-(aG+aA))/2+aC),left:Math.floor((aF-(ax+au))/2+aC),oversized:ay};return g.dimensions};g.makeGallery=function(aw){var K=[],av=-1;if(typeof aw=="string"){aw=[aw]}if(typeof aw.length=="number"){ac(aw,function(ay,az){if(az.content){K[ay]=az}else{K[ay]={content:az}}});av=0}else{if(aw.tagName){var S=g.getCache(aw);aw=S?S:g.makeObject(aw)}if(aw.gallery){K=[];var ax;for(var au in g.cache){ax=g.cache[au];if(ax.gallery&&ax.gallery==aw.gallery){if(av==-1&&ax.content==aw.content){av=K.length}K.push(ax)}}if(av==-1){K.unshift(aw);av=0}}else{K=[aw];av=0}}ac(K,function(ay,az){K[ay]=ao({},az)});return[K,av]};g.makeObject=function(av,au){var aw={content:av.href,title:av.getAttribute("title")||"",link:av};if(au){au=ao({},au);ac(["player","title","height","width","gallery"],function(ax,ay){if(typeof au[ay]!="undefined"){aw[ay]=au[ay];delete au[ay]}});aw.options=au}else{aw.options={}}if(!aw.player){aw.player=g.getPlayer(aw.content)}var K=av.getAttribute("rel");if(K){var S=K.match(M);if(S){aw.gallery=escape(S[2])}ac(K.split(";"),function(ax,ay){S=ay.match(o);if(S){aw[S[1]]=S[2]}})}return aw};g.getPlayer=function(au){if(au.indexOf("#")>-1&&au.indexOf(document.location.href)==0){return"inline"}var av=au.indexOf("?");if(av>-1){au=au.substring(0,av)}var S,K=au.match(ar);if(K){S=K[0].toLowerCase()}if(S){if(g.img&&g.img.ext.indexOf(S)>-1){return"img"}if(g.swf&&g.swf.ext.indexOf(S)>-1){return"swf"}if(g.flv&&g.flv.ext.indexOf(S)>-1){return"flv"}if(g.qt&&g.qt.ext.indexOf(S)>-1){if(g.wmp&&g.wmp.ext.indexOf(S)>-1){return"qtwmp"}else{return"qt"}}if(g.wmp&&g.wmp.ext.indexOf(S)>-1){return"wmp"}}return"iframe"};function f(){var av=g.errorInfo,aw=g.plugins,ay,az,aC,au,aB,S,aA,K;for(var ax=0;ax'+s(g.lang.errors[aB],S)+""}else{az=true}}else{if(ay.player=="inline"){au=e.exec(ay.content);if(au){aA=ag(au[1]);if(aA){ay.content=aA.innerHTML}else{az=true}}else{az=true}}else{if(ay.player=="swf"||ay.player=="flv"){K=(ay.options&&ay.options.flashVersion)||g.options.flashVersion;if(g.flash&&!g.flash.hasFlashPlayerVersion(K)){ay.width=310;ay.height=177}}}}if(az){g.gallery.splice(ax,1);if(ax0?ax-1:ax}}--ax}}}function af(K){if(!g.options.enableKeys){return}(K?j:a)(document,"keydown",W)}function W(au){if(au.metaKey||au.shiftKey||au.altKey||au.ctrlKey){return}var S=l(au),K;switch(S){case 81:case 88:case 27:K=g.close;break;case 37:K=g.previous;break;case 39:K=g.next;break;case 32:K=typeof aa=="number"?g.pause:g.play;break}if(K){G(au);K()}}function U(ay){af(false);var ax=g.getCurrent();var au=(ax.player=="inline"?"html":ax.player);if(typeof g[au]!="function"){throw"unknown player "+au}if(ay){g.player.remove();g.revertOptions();g.applyOptions(ax.options||{})}g.player=new g[au](ax,g.playerId);if(g.gallery.length>1){var av=g.gallery[g.current+1]||g.gallery[0];if(av.player=="img"){var S=new Image();S.src=av.content}var aw=g.gallery[g.current-1]||g.gallery[g.gallery.length-1];if(aw.player=="img"){var K=new Image();K.src=aw.content}}g.skin.onLoad(ay,r)}function r(){if(!w){return}if(typeof g.player.ready!="undefined"){var K=setInterval(function(){if(w){if(g.player.ready){clearInterval(K);K=null;g.skin.onReady(J)}}else{clearInterval(K);K=null}},10)}else{g.skin.onReady(J)}}function J(){if(!w){return}g.player.append(g.skin.body,g.dimensions);g.skin.onShow(q)}function q(){if(!w){return}if(g.player.onLoad){g.player.onLoad()}g.options.onFinish(g.getCurrent());if(!g.isPaused()){g.play()}af(true)}if(!Array.prototype.indexOf){Array.prototype.indexOf=function(S,au){var K=this.length>>>0;au=au||0;if(au<0){au+=K}for(;au-1;g.plugins={fla:am.indexOf("Shockwave Flash")>-1,qt:am.indexOf("QuickTime")>-1,wmp:!d&&am.indexOf("Windows Media")>-1,f4m:d}}else{var B=function(K){var S;try{S=new ActiveXObject(K)}catch(au){}return !!S};g.plugins={fla:B("ShockwaveFlash.ShockwaveFlash"),qt:B("QuickTime.QuickTime"),wmp:B("wmplayer.ocx"),f4m:false}}var c=/^(light|shadow)box/i,Z="shadowboxCacheKey",h=1;g.cache={};g.select=function(S){var au=[];if(!S){var K;ac(document.getElementsByTagName("a"),function(ax,ay){K=ay.getAttribute("rel");if(K&&c.test(K)){au.push(ay)}})}else{var aw=S.length;if(aw){if(typeof S=="string"){if(g.find){au=g.find(S)}}else{if(aw==2&&typeof S[0]=="string"&&S[1].nodeType){if(g.find){au=g.find(S[0],S[1])}}else{for(var av=0;av{1} browser plugin to view this content.',shared:'You must install both the {1} and {3} browser plugins to view this content.',either:'You must install either the {1} or the {3} browser plugin to view this content.'}};g.html=function(K,S){this.obj=K;this.id=S;this.height=K.height?parseInt(K.height,10):300;this.width=K.width?parseInt(K.width,10):500};g.html.prototype={append:function(K,S){var au=document.createElement("div");au.id=this.id;au.className="html";au.innerHTML=this.obj.content;K.appendChild(au)},remove:function(){var K=ag(this.id);if(K){z(K)}}};var al=false,A=[],H=["sb-nav-close","sb-nav-next","sb-nav-play","sb-nav-pause","sb-nav-previous"],F,ah,v,P=true;function ae(au,aE,aB,az,aF){var K=(aE=="opacity"),aA=K?g.setOpacity:function(aG,aH){aG.style[aE]=""+aH+"px"};if(az==0||(!K&&!g.options.animate)||(K&&!g.options.animateFade)){aA(au,aB);if(aF){aF()}return}var aC=parseFloat(g.getStyle(au,aE))||0;var aD=aB-aC;if(aD==0){if(aF){aF()}return}az*=1000;var av=X(),ay=g.ease,ax=av+az,aw;var S=setInterval(function(){aw=X();if(aw>=ax){clearInterval(S);S=null;aA(au,aB);if(aF){aF()}}else{aA(au,aC+ay((aw-av)/az)*aD)}},10)}function I(){F.style.height=g.getWindowSize("Height")+"px";F.style.width=g.getWindowSize("Width")+"px"}function ad(){F.style.top=document.documentElement.scrollTop+"px";F.style.left=document.documentElement.scrollLeft+"px"}function y(K){if(K){ac(A,function(S,au){au[0].style.visibility=au[1]||""})}else{A=[];ac(g.options.troubleElements,function(au,S){ac(document.getElementsByTagName(S),function(av,aw){A.push([aw,aw.style.visibility]);aw.style.visibility="hidden"})})}}function x(au,K){var S=ag("sb-nav-"+au);if(S){S.style.display=K?"":"none"}}function n(K,ax){var aw=ag("sb-loading"),au=g.getCurrent().player,av=(au=="img"||au=="html");if(K){g.setOpacity(aw,0);aw.style.display="block";var S=function(){g.clearOpacity(aw);if(ax){ax()}};if(av){ae(aw,"opacity",1,g.options.fadeDuration,S)}else{S()}}else{var S=function(){aw.style.display="none";g.clearOpacity(aw);if(ax){ax()}};if(av){ae(aw,"opacity",0,g.options.fadeDuration,S)}else{S()}}}function at(aC){var ax=g.getCurrent();ag("sb-title-inner").innerHTML=ax.title||"";var aD,az,S,aE,aA;if(g.options.displayNav){aD=true;var aB=g.gallery.length;if(aB>1){if(g.options.continuous){az=aA=true}else{az=(aB-1)>g.current;aA=g.current>0}}if(g.options.slideshowDelay>0&&g.hasNext()){aE=!g.isPaused();S=!aE}}else{aD=az=S=aE=aA=false}x("close",aD);x("next",az);x("play",S);x("pause",aE);x("previous",aA);var K="";if(g.options.displayCounter&&g.gallery.length>1){var aB=g.gallery.length;if(g.options.counterType=="skip"){var aw=0,av=aB,au=parseInt(g.options.counterLimit)||0;if(au2){var ay=Math.floor(au/2);aw=g.current-ay;if(aw<0){aw+=aB}av=g.current+(au-ay);if(av>aB){av-=aB}}while(aw!=av){if(aw==aB){aw=0}K+='"}}else{K=[g.current+1,g.lang.of,aB].join(" ")}}ag("sb-counter").innerHTML=K;aC()}function u(av){var K=ag("sb-title-inner"),au=ag("sb-info-inner"),S=0.35;K.style.visibility=au.style.visibility="";if(K.innerHTML!=""){ae(K,"marginTop",0,S)}ae(au,"marginTop",0,S,av)}function ab(au,aA){var ay=ag("sb-title"),K=ag("sb-info"),av=ay.offsetHeight,aw=K.offsetHeight,ax=ag("sb-title-inner"),az=ag("sb-info-inner"),S=(au?0.35:0);ae(ax,"marginTop",av,S);ae(az,"marginTop",aw*-1,S,function(){ax.style.visibility=az.style.visibility="hidden";aA()})}function E(K,av,S,ax){var aw=ag("sb-wrapper-inner"),au=(S?g.options.resizeDuration:0);ae(v,"top",av,au);ae(aw,"height",K,au,ax)}function t(K,av,S,aw){var au=(S?g.options.resizeDuration:0);ae(v,"left",av,au);ae(v,"width",K,au,aw)}function R(aA,au){var aw=ag("sb-body-inner"),aA=parseInt(aA),au=parseInt(au),S=v.offsetHeight-aw.offsetHeight,K=v.offsetWidth-aw.offsetWidth,ay=ah.offsetHeight,az=ah.offsetWidth,ax=parseInt(g.options.viewportPadding)||20,av=(g.player&&g.options.handleOversize!="drag");return g.setDimensions(aA,au,ay,az,S,K,ax,av)}var k={};k.markup='

';k.options={animSequence:"sync",counterLimit:10,counterType:"default",displayCounter:true,displayNav:true,fadeDuration:0.35,initialHeight:160,initialWidth:320,modal:false,overlayColor:"#000",overlayOpacity:0.5,resizeDuration:0.35,showOverlay:true,troubleElements:["select","object","embed","canvas"]};k.init=function(){g.appendHTML(document.body,s(k.markup,g.lang));k.body=ag("sb-body-inner");F=ag("sb-container");ah=ag("sb-overlay");v=ag("sb-wrapper");if(!L){F.style.position="absolute"}if(!ak){var au,K,S=/url\("(.*\.png)"\)/;ac(H,function(aw,ax){au=ag(ax);if(au){K=g.getStyle(au,"backgroundImage").match(S);if(K){au.style.backgroundImage="none";au.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src="+K[1]+",sizingMethod=scale);"}}})}var av;j(T,"resize",function(){if(av){clearTimeout(av);av=null}if(w){av=setTimeout(k.onWindowResize,10)}})};k.onOpen=function(K,au){P=false;F.style.display="block";I();var S=R(g.options.initialHeight,g.options.initialWidth);E(S.innerHeight,S.top);t(S.width,S.left);if(g.options.showOverlay){ah.style.backgroundColor=g.options.overlayColor;g.setOpacity(ah,0);if(!g.options.modal){j(ah,"click",g.close)}al=true}if(!L){ad();j(T,"scroll",ad)}y();F.style.visibility="visible";if(al){ae(ah,"opacity",g.options.overlayOpacity,g.options.fadeDuration,au)}else{au()}};k.onLoad=function(S,K){n(true);while(k.body.firstChild){z(k.body.firstChild)}ab(S,function(){if(!w){return}if(!S){v.style.visibility="visible"}at(K)})};k.onReady=function(av){if(!w){return}var S=g.player,au=R(S.height,S.width);var K=function(){u(av)};switch(g.options.animSequence){case"hw":E(au.innerHeight,au.top,true,function(){t(au.width,au.left,true,K)});break;case"wh":t(au.width,au.left,true,function(){E(au.innerHeight,au.top,true,K)});break;default:t(au.width,au.left,true);E(au.innerHeight,au.top,true,K)}};k.onShow=function(K){n(false,K);P=true};k.onClose=function(){if(!L){a(T,"scroll",ad)}a(ah,"click",g.close);v.style.visibility="hidden";var K=function(){F.style.visibility="hidden";F.style.display="none";y(true)};if(al){ae(ah,"opacity",0,g.options.fadeDuration,K)}else{K()}};k.onPlay=function(){x("play",false);x("pause",true)};k.onPause=function(){x("pause",false);x("play",true)};k.onWindowResize=function(){if(!P){return}I();var K=g.player,S=R(K.height,K.width);t(S.width,S.left);E(S.innerHeight,S.top);if(K.onWindowResize){K.onWindowResize()}};g.skin=k;T.Shadowbox=g})(window); diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/shadowbox.js b/src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/shadowbox.js deleted file mode 100644 index 041fd7f..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/static/players/shadowbox/shadowbox.js +++ /dev/null @@ -1,52 +0,0 @@ -/** - * Copyright 2006 - 2011 Eric D. Hough (http://ehough.com) - * - * This file is part of TubePress (http://tubepress.org) and is released - * under the General Public License (GPL) version 3 - * - * Shrink your JS: http://developer.yahoo.com/yui/compressor/ - */ -function tubepress_init_shadowbox(base) { - Shadowbox.path = base + 'lib/'; - Shadowbox.init({ - initialHeight : 160, - initialWidth : 320, - skipSetup : true, - players : ['html'], - useSizzle : false - }); - Shadowbox.load(); -} - -function tubepress_shadowbox_player_shadowboxjs(base) { - TubePressJS.getWaitCall(base + 'lib/shadowbox.js', - function () { - return typeof Shadowbox !== 'undefined'; - }, - function () { - tubepress_init_shadowbox(base); - } - ); -} - -function tubepress_shadowbox_player_init(baseUrl) { - var url = baseUrl + '/sys/ui/static/players/shadowbox/'; - - TubePressJS.loadCss(url + 'lib/shadowbox.css'); - tubepress_shadowbox_player_shadowboxjs(url); -} - -function tubepress_shadowbox_player(galleryId, videoId) { - var html = TubePressEmbedded.getHtmlForCurrentEmbed(galleryId), - videoTitleAnchor = jQuery('#tubepress_title_' + videoId + '_' + galleryId), - embedWidth = TubePressEmbedded.getWidthOfCurrentEmbed(galleryId), - embedHeight = TubePressEmbedded.getHeightOfCurrentEmbed(galleryId); - - Shadowbox.open({ - player: 'html', - title: videoTitleAnchor.html(), - content: html, - height: embedHeight, - width: embedWidth - }); -} diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/players/solo/lib/jQuery.query.js b/src/wp-content/plugins/tubepress/sys/ui/static/players/solo/lib/jQuery.query.js deleted file mode 100644 index ea5801f..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/static/players/solo/lib/jQuery.query.js +++ /dev/null @@ -1,11 +0,0 @@ -/** - * jQuery.query - Query String Modification and Creation for jQuery - * Written by Blair Mitchelmore (blair DOT mitchelmore AT gmail DOT com) - * Licensed under the WTFPL (http://sam.zoy.org/wtfpl/). - * Date: 2009/8/13 - * - * @author Blair Mitchelmore - * @version 2.1.7 - * - **/ -new function(e){var d=e.separator||"&";var c=e.spaces===false?false:true;var a=e.suffix===false?"":"[]";var g=e.prefix===false?false:true;var b=g?e.hash===true?"#":"?":"";var f=e.numbers===false?false:true;jQuery.query=new function(){var h=function(m,l){return m!=undefined&&m!==null&&(!!l?m.constructor==l:true)};var i=function(r){var l,q=/\[([^[]*)\]/g,n=/^([^[]+)(\[.*\])?$/.exec(r),o=n[1],p=[];while(l=q.exec(n[2])){p.push(l[1])}return[o,p]};var k=function(s,r,q){var t,p=r.shift();if(typeof s!="object"){s=null}if(p===""){if(!s){s=[]}if(h(s,Array)){s.push(r.length==0?q:k(null,r.slice(0),q))}else{if(h(s,Object)){var n=0;while(s[n++]!=null){}s[--n]=r.length==0?q:k(s[n],r.slice(0),q)}else{s=[];s.push(r.length==0?q:k(null,r.slice(0),q))}}}else{if(p&&p.match(/^\s*[0-9]+\s*$/)){var m=parseInt(p,10);if(!s){s=[]}s[m]=r.length==0?q:k(s[m],r.slice(0),q)}else{if(p){var m=p.replace(/^\s*|\s*$/g,"");if(!s){s={}}if(h(s,Array)){var l={};for(var n=0;n0){r.push(b)}r.push(q.join(d));return r.join("")}};return new j(location.search,location.hash)}}(jQuery.query||{}); diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/players/solo/solo.js b/src/wp-content/plugins/tubepress/sys/ui/static/players/solo/solo.js deleted file mode 100644 index 031a01b..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/static/players/solo/solo.js +++ /dev/null @@ -1,44 +0,0 @@ -/** - * Copyright 2006 - 2011 Eric D. Hough (http://ehough.com) - * - * This file is part of TubePress (http://tubepress.org) and is released - * under the General Public License (GPL) version 3 - * - * Shrink your JS: http://developer.yahoo.com/yui/compressor/ - */ -function tubepress_solo_player_readyTest() { - return typeof jQuery.query !== 'undefined'; -} - -function tubepress_solo_player_initt() { - jQuery("a[id^='tubepress_']").each(function () { - - var dis = jQuery(this), rel_split = dis.attr('rel').split('_'), - newId, page, newUrl, galleryId; - - if (TubePressAnchors.getPlayerNameFromRelSplit(rel_split) !== 'solo') { - return; - } - - galleryId = TubePressAnchors.getGalleryIdFromRelSplit(rel_split); - newId = TubePressAnchors.getVideoIdFromIdAttr(dis.attr('id')); - page = TubePressGallery.getCurrentPageNumber(galleryId); - newUrl = jQuery.query.set('tubepress_video', newId).set('tubepress_page', page).toString(); - - dis.attr('href', newUrl); - dis.unbind('click'); - }); -} - -function tubepress_solo_player_init(baseUrl) { - TubePressJS.getWaitCall(baseUrl + '/sys/ui/static/players/solo/lib/jQuery.query.js', - tubepress_solo_player_readyTest, - tubepress_solo_player_initt); - jQuery(document).bind(TubePressEvents.NEW_THUMBS_LOADED, function (x) { - tubepress_solo_player_initt(); - }); -} - -function tubepress_solo_player(galleryId, videoId) { - //do nothing -} diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/players/static/lib/jQuery.query.js b/src/wp-content/plugins/tubepress/sys/ui/static/players/static/lib/jQuery.query.js deleted file mode 100644 index ea5801f..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/static/players/static/lib/jQuery.query.js +++ /dev/null @@ -1,11 +0,0 @@ -/** - * jQuery.query - Query String Modification and Creation for jQuery - * Written by Blair Mitchelmore (blair DOT mitchelmore AT gmail DOT com) - * Licensed under the WTFPL (http://sam.zoy.org/wtfpl/). - * Date: 2009/8/13 - * - * @author Blair Mitchelmore - * @version 2.1.7 - * - **/ -new function(e){var d=e.separator||"&";var c=e.spaces===false?false:true;var a=e.suffix===false?"":"[]";var g=e.prefix===false?false:true;var b=g?e.hash===true?"#":"?":"";var f=e.numbers===false?false:true;jQuery.query=new function(){var h=function(m,l){return m!=undefined&&m!==null&&(!!l?m.constructor==l:true)};var i=function(r){var l,q=/\[([^[]*)\]/g,n=/^([^[]+)(\[.*\])?$/.exec(r),o=n[1],p=[];while(l=q.exec(n[2])){p.push(l[1])}return[o,p]};var k=function(s,r,q){var t,p=r.shift();if(typeof s!="object"){s=null}if(p===""){if(!s){s=[]}if(h(s,Array)){s.push(r.length==0?q:k(null,r.slice(0),q))}else{if(h(s,Object)){var n=0;while(s[n++]!=null){}s[--n]=r.length==0?q:k(s[n],r.slice(0),q)}else{s=[];s.push(r.length==0?q:k(null,r.slice(0),q))}}}else{if(p&&p.match(/^\s*[0-9]+\s*$/)){var m=parseInt(p,10);if(!s){s=[]}s[m]=r.length==0?q:k(s[m],r.slice(0),q)}else{if(p){var m=p.replace(/^\s*|\s*$/g,"");if(!s){s={}}if(h(s,Array)){var l={};for(var n=0;n0){r.push(b)}r.push(q.join(d));return r.join("")}};return new j(location.search,location.hash)}}(jQuery.query||{}); diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/players/static/static.js b/src/wp-content/plugins/tubepress/sys/ui/static/players/static/static.js deleted file mode 100644 index 236246e..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/static/players/static/static.js +++ /dev/null @@ -1,44 +0,0 @@ -/** - * Copyright 2006 - 2011 Eric D. Hough (http://ehough.com) - * - * This file is part of TubePress (http://tubepress.org) and is released - * under the General Public License (GPL) version 3 - * - * Shrink your JS: http://developer.yahoo.com/yui/compressor/ - */ -function tubepress_static_player_readyTest() { - return typeof jQuery.query !== 'undefined'; -} - -function tubepress_static_player_initt() { - jQuery("a[id^='tubepress_']").each(function () { - - var dis = jQuery(this), rel_split = dis.attr('rel').split('_'), - page, newId, newUrl, galleryId; - - if (TubePressAnchors.getPlayerNameFromRelSplit(rel_split) !== 'static') { - return; - } - - galleryId = TubePressAnchors.getGalleryIdFromRelSplit(rel_split); - newId = TubePressAnchors.getVideoIdFromIdAttr(dis.attr('id')); - page = TubePressGallery.getCurrentPageNumber(galleryId); - newUrl = jQuery.query.set('tubepress_video', newId).set('tubepress_page', page).toString(); - - dis.attr('href', newUrl); - dis.unbind('click'); - }); -} - -function tubepress_static_player_init(baseUrl) { - TubePressJS.getWaitCall(baseUrl + '/sys/ui/static/players/static/lib/jQuery.query.js', - tubepress_static_player_readyTest, - tubepress_static_player_initt); - jQuery(document).bind(TubePressEvents.NEW_THUMBS_LOADED, function (x) { - tubepress_static_player_initt(); - }); -} - -function tubepress_static_player(galleryId, videoId) { - //do nothing -} diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/players/vimeo/vimeo.js b/src/wp-content/plugins/tubepress/sys/ui/static/players/vimeo/vimeo.js deleted file mode 100644 index 391482d..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/static/players/vimeo/vimeo.js +++ /dev/null @@ -1,15 +0,0 @@ -/** - * Copyright 2006 - 2011 Eric D. Hough (http://ehough.com) - * - * This file is part of TubePress (http://tubepress.org) and is released - * under the General Public License (GPL) version 3 - * - * Shrink your JS: http://developer.yahoo.com/yui/compressor/ - */ -function tubepress_vimeo_player(galleryId, videoId) { - window.location = 'http://www.vimeo.com/' + videoId; -} - -function tubepress_vimeo_player_init(baseUrl) { - //nada -} diff --git a/src/wp-content/plugins/tubepress/sys/ui/static/players/youtube/youtube.js b/src/wp-content/plugins/tubepress/sys/ui/static/players/youtube/youtube.js deleted file mode 100644 index fb58fce..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/static/players/youtube/youtube.js +++ /dev/null @@ -1,15 +0,0 @@ -/** - * Copyright 2006 - 2011 Eric D. Hough (http://ehough.com) - * - * This file is part of TubePress (http://tubepress.org) and is released - * under the General Public License (GPL) version 3 - * - * Shrink your JS: http://developer.yahoo.com/yui/compressor/ - */ -function tubepress_youtube_player(galleryId, videoId) { - window.location = 'http://www.youtube.com/watch?v=' + videoId; -} - -function tubepress_youtube_player_init(baseUrl) { - //nada -} diff --git a/src/wp-content/plugins/tubepress/sys/ui/templates/gallery/ajax_pagination.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/templates/gallery/ajax_pagination.tpl.php deleted file mode 100644 index 811dda6..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/templates/gallery/ajax_pagination.tpl.php +++ /dev/null @@ -1,33 +0,0 @@ -. - * - * - * Uber simple/fast template for TubePress. Idea from here: http://seanhess.net/posts/simple_templating_system_in_php - * Sure, maybe your templating system of choice looks prettier but I'll bet it's not faster :) - */ -?> - - diff --git a/src/wp-content/plugins/tubepress/sys/ui/templates/gallery/generate_thumbnails.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/templates/gallery/generate_thumbnails.tpl.php deleted file mode 100644 index a58c0c5..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/templates/gallery/generate_thumbnails.tpl.php +++ /dev/null @@ -1,25 +0,0 @@ -. - * - * - * Uber simple/fast template for TubePress. Idea from here: http://seanhess.net/posts/simple_templating_system_in_php - * Sure, maybe your templating system of choice looks prettier but I'll bet it's not faster :) - */ -?> -Looks like TubePress still needs to generate some thumbnails for this gallery. Click here to get started. diff --git a/src/wp-content/plugins/tubepress/sys/ui/templates/gallery/theme_loader.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/templates/gallery/theme_loader.tpl.php deleted file mode 100644 index d79e7ec..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/templates/gallery/theme_loader.tpl.php +++ /dev/null @@ -1,29 +0,0 @@ -. - * - * - * Uber simple/fast template for TubePress. Idea from here: http://seanhess.net/posts/simple_templating_system_in_php - * Sure, maybe your templating system of choice looks prettier but I'll bet it's not faster :) - */ -?> - diff --git a/src/wp-content/plugins/tubepress/sys/ui/templates/wordpress/options_page.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/templates/wordpress/options_page.tpl.php deleted file mode 100644 index 40358da..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/templates/wordpress/options_page.tpl.php +++ /dev/null @@ -1,121 +0,0 @@ -. - * - */ -?> -
-
-

-
-
-

-
- YouTube - Vimeo -
-
-
-
    - $optionCategoryMetaArray): ?> -
  • - - -
- - $optionCategoryMetaArray): ?> - -
- - - - - - - "> - - - - - - - - - - - - - - - - - - - - - -

- - YouTube - - - - Vimeo - -
- - YouTube - - - - Vimeo - - ">
-
- - - -
-
- -

-
-
- diff --git a/src/wp-content/plugins/tubepress/sys/ui/templates/wordpress/widget_controls.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/templates/wordpress/widget_controls.tpl.php deleted file mode 100644 index 8817c69..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/templates/wordpress/widget_controls.tpl.php +++ /dev/null @@ -1,9 +0,0 @@ -

- -

-

- -

- diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/default/embedded_flash/longtail.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/themes/default/embedded_flash/longtail.tpl.php deleted file mode 100644 index 63d4c9c..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/default/embedded_flash/longtail.tpl.php +++ /dev/null @@ -1,31 +0,0 @@ -. - * - */ -?> - - - - - - - - - - diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/default/embedded_flash/vimeo.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/themes/default/embedded_flash/vimeo.tpl.php deleted file mode 100644 index 306c896..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/default/embedded_flash/vimeo.tpl.php +++ /dev/null @@ -1,22 +0,0 @@ -. - * - */ -?> - diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/default/embedded_flash/youtube.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/themes/default/embedded_flash/youtube.tpl.php deleted file mode 100644 index 75d3895..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/default/embedded_flash/youtube.tpl.php +++ /dev/null @@ -1,22 +0,0 @@ -. - * - */ -?> - diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/default/gallery.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/themes/default/gallery.tpl.php deleted file mode 100644 index e594632..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/default/gallery.tpl.php +++ /dev/null @@ -1,132 +0,0 @@ -. - * - * - * Uber simple/fast template for TubePress. Idea from here: http://seanhess.net/posts/simple_templating_system_in_php - * Sure, maybe your templating system of choice looks prettier but I'll bet it's not faster :) - */ -?> - - diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/default/players/jqmodal.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/themes/default/players/jqmodal.tpl.php deleted file mode 100644 index 6e3ead9..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/default/players/jqmodal.tpl.php +++ /dev/null @@ -1,22 +0,0 @@ -. - * - */ -?> - diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/default/players/normal.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/themes/default/players/normal.tpl.php deleted file mode 100644 index 5e2e7e0..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/default/players/normal.tpl.php +++ /dev/null @@ -1,32 +0,0 @@ -. - * - */ -?> -
- -
- getTitle(); ?> - -
-
- - -
-
diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/default/players/popup.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/themes/default/players/popup.tpl.php deleted file mode 100644 index 6e3ead9..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/default/players/popup.tpl.php +++ /dev/null @@ -1,22 +0,0 @@ -. - * - */ -?> - diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/default/players/shadowbox.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/themes/default/players/shadowbox.tpl.php deleted file mode 100644 index 6e3ead9..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/default/players/shadowbox.tpl.php +++ /dev/null @@ -1,22 +0,0 @@ -. - * - */ -?> - diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/default/players/static.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/themes/default/players/static.tpl.php deleted file mode 100644 index 5e2e7e0..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/default/players/static.tpl.php +++ /dev/null @@ -1,32 +0,0 @@ -. - * - */ -?> -
- -
- getTitle(); ?> - -
-
- - -
-
diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/default/search/search_input.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/themes/default/search/search_input.tpl.php deleted file mode 100644 index 7fdad0d..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/default/search/search_input.tpl.php +++ /dev/null @@ -1,38 +0,0 @@ -. - * - * - * Uber simple/fast template for TubePress. Idea from here: http://seanhess.net/posts/simple_templating_system_in_php - * Sure, maybe your templating system of choice looks prettier but I'll bet it's not faster :) - */ -?> -
- -
diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/default/single_video.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/themes/default/single_video.tpl.php deleted file mode 100644 index 09d77a5..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/default/single_video.tpl.php +++ /dev/null @@ -1,106 +0,0 @@ -. - * - * - * Uber simple/fast template for TubePress. Idea from here: http://seanhess.net/posts/simple_templating_system_in_php - * Sure, maybe your templating system of choice looks prettier but I'll bet it's not faster :) - */ -?> - -
- - -
getTitle(), ENT_QUOTES, "UTF-8"); ?>
- - - - -
- - - -
getDuration(); ?>
- - - - -
getAuthorDisplayName(); ?>
- - - - -
getKeywords()), ENT_QUOTES, "UTF-8"); ?>
- - - - -
- - - getCategory() != ""): - ?> - -
getCategory(), ENT_QUOTES, "UTF-8"); ?>
- - - getRatingCount() != ""): - ?> - -
getRatingCount(); ?>
- - - getLikesCount() != ""): - ?> - -
getLikesCount(); ?>
- - - getRatingAverage() != ""): - ?> - -
getRatingAverage(); ?>
- - - - -
getId(); ?>
- - - - -
getViewCount(); ?>
- - - - -
getTimePublished(); ?>
- - - - -
getDescription(), ENT_QUOTES, "UTF-8"); ?>
- - -
- -
diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/default/style.css b/src/wp-content/plugins/tubepress/sys/ui/themes/default/style.css deleted file mode 100644 index 41c046c..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/default/style.css +++ /dev/null @@ -1,197 +0,0 @@ -.tubepress_container { - float: left; - width: 100%; - height: 427px; -} - -.tubepress_normal_embedded_wrapper { - text-align: left; - margin: auto; -} - -.tubepress_embedded_title { - font-weight: bold; - font-size: larger; - margin-bottom: .3em; -} - -.tubepress_thumbnail_area { - margin: 0; - background: #272524; -} - -.tubepress_thumbs { - float: left; - width: 100%; -} - -.tubepress_thumb { - float: left; - /*width: 120px; - height: 175px;*/ - line-height: 1.1em; - font-size: 11px; - display: inline; - overflow: hidden; -} - -.tubepress_thumb img { - padding: 0; - display: none; - margin: 0 auto ! important; - -ms-interpolation-mode: bicubic; - opacity: 0.5; - filter: alpha(opacity=50); - -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -} - -.tubepress_thumb a { - cursor: pointer; -} - -.tubepress_thumb a:hover img { - opacity: 1; - filter: alpha(opacity=100); - -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -} - -.tubepress_meta_group { - margin-top: 0; - text-align: left; - padding: 0 5% 0 5%; -} - -.tubepress_single_video .tubepress_meta_group { - padding: 0; -} - -.tubepress_meta { - float: left; -} - -dl.tubepress_meta_group { - width: 100%; -} - -dt.tubepress_meta_title, -dt.tubepress_meta_runtime, -dt.tubepress_meta_url, -dt.tubepress_meta_description { - display: none; -} - -dd.tubepress_meta { - margin-bottom: auto ! important; - margin-left: 0 ! important; -} - -dd.tubepress_meta_title, dd.tubepress_meta_title a, dd.tubepress_meta_title a:hover { - font-size: 12px; - font-weight: bold; - float: left; - width: auto; -} - -dd.tubepress_meta_runtime { - font-size: 11px; - font-weight: bold; - clear: both; -} - -dt.tubepress_meta_author, -dt.tubepress_meta_keywords, -dt.tubepress_meta_category, -dt.tubepress_meta_rating, -dt.tubepress_meta_ratings, -dt.tubepress_meta_likes, -dt.tubepress_meta_id, -dt.tubepress_meta_views, -dt.tubepress_meta_uploaddate { - font-style: italic; - color: #666666; -} - -dt.tubepress_meta_author:after, -dt.tubepress_meta_keywords:after, -dt.tubepress_meta_category:after, -dt.tubepress_meta_rating:after, -dt.tubepress_meta_ratings:after, -dt.tubepress_meta_likes:after, -dt.tubepress_meta_id:after, -dt.tubepress_meta_views:after, -dt.tubepress_meta_uploaddate:after { - content: ":" -} - -dd.tubepress_meta_author, -dd.tubepress_meta_keywords, -dd.tubepress_meta_category, -dd.tubepress_meta_rating, -dd.tubepress_meta_ratings, -dd.tubepress_meta_likes, -dd.tubepress_meta_id, -dd.tubepress_meta_views, -dd.tubepress_meta_uploaddate { - margin-left: .2em ! important; -} - -dd.tubepress_meta_url { - clear: left; -} -dd.tubepress_meta_description { - clear: both; - float: left; - width: 100%; -} - -.tubepress_meta_group dt { - clear: both; - float: left; -} - -.tubepress_sidebar .tubepress_thumb { - width: 100%; - height: auto; - margin-top: 1em; -} - -.tubepress_container div.pagination { - background: #7F7875; - height: 30px; - padding: 4px 15px 0px 15px; - font-size: 20px; - letter-spacing: 1px; - text-align:center; - clear: both; -} - -.tubepress_container div.pagination a { - text-decoration: none; - color: #AFA8A5; - cursor: pointer; - margin: 0 5px; -} - -.tubepress_container div.pagination a:hover, div.meneame a:active { - color: #fff; -} - -.tubepress_container div.pagination span.current { - color: #fff; - margin: 0 5px; -} -.tubepress_container div.pagination span.disabled { - color: #999; - margin: 0 5px; -} - -div.tubepress_single_video { - float: left; - width: 100%; - text-align: left; -} - -div.tubepress_single_video dd.tubepress_meta_description { - margin-top: .3em; - margin-bottom: .8em; -} diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/horizontal/gallery.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/themes/horizontal/gallery.tpl.php deleted file mode 100644 index 50c1183..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/horizontal/gallery.tpl.php +++ /dev/null @@ -1,123 +0,0 @@ -. - * - * - * Uber simple/fast template for TubePress. Idea from here: http://seanhess.net/posts/simple_templating_system_in_php - * Sure, maybe your templating system of choice looks prettier but I'll bet it's not faster :) - */ -?> - - diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/horizontal/style.css b/src/wp-content/plugins/tubepress/sys/ui/themes/horizontal/style.css deleted file mode 100644 index 2258d3f..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/horizontal/style.css +++ /dev/null @@ -1,28 +0,0 @@ -div.tubepress_container { - width: 930px; -} -.tubepress_thumbnail_area { - float: right; - width: 400px; - height: 400px; - overflow: scroll; -} -.tubepress_normal_embedded_wrapper { - float: left; -} -.tubepress_thumb { - width: 100%; - height: auto; - clear: left; -} -.tubepress_thumb img { -} -.tubepress_thumb a { - float: left; -} -dl.tubepress_meta_group { - float: left; - width: 235px; - padding: 5px 0 0; - margin-left: 1em; -} diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/sidebar/gallery.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/themes/sidebar/gallery.tpl.php deleted file mode 100644 index b69822d..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/sidebar/gallery.tpl.php +++ /dev/null @@ -1,122 +0,0 @@ -. - * - * - * Uber simple/fast template for TubePress. Idea from here: http://seanhess.net/posts/simple_templating_system_in_php - * Sure, maybe your templating system of choice looks prettier but I'll bet it's not faster :) - */ -?> - - diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/sidebar/style.css b/src/wp-content/plugins/tubepress/sys/ui/themes/sidebar/style.css deleted file mode 100644 index 292a5d8..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/sidebar/style.css +++ /dev/null @@ -1,19 +0,0 @@ -.tubepress_sidebar .tubepress_thumb img { - width: auto ! important; - padding: 5% 5% 1% 2%; - margin: 0 auto ! important; - -ms-interpolation-mode: bicubic; - display: inline; -} - -.tubepress_sidebar .tubepress_thumbnail_area { - margin-top: auto; -} - -.tubepress_sidebar .tubepress_thumb { - margin-top: auto; -} - -.tubepress_sidebar .tubepress_meta_group { - padding: 0 2%; -} diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/vimeo/gallery.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/themes/vimeo/gallery.tpl.php deleted file mode 100644 index 39e6168..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/vimeo/gallery.tpl.php +++ /dev/null @@ -1,131 +0,0 @@ -. - * - * - * Uber simple/fast template for TubePress. Idea from here: http://seanhess.net/posts/simple_templating_system_in_php - * Sure, maybe your templating system of choice looks prettier but I'll bet it's not faster :) - */ -?> - - diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/vimeo/single_video.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/themes/vimeo/single_video.tpl.php deleted file mode 100644 index 9335db3..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/vimeo/single_video.tpl.php +++ /dev/null @@ -1,106 +0,0 @@ -. - * - * - * Uber simple/fast template for TubePress. Idea from here: http://seanhess.net/posts/simple_templating_system_in_php - * Sure, maybe your templating system of choice looks prettier but I'll bet it's not faster :) - */ -?> - -
- - -
getTitle(), ENT_QUOTES, "UTF-8"); ?>
- - - - -
- - - -
getDuration(); ?>
- - - - -
getAuthorDisplayName(); ?>
- - - - -
getKeywords()), ENT_QUOTES, "UTF-8"); ?>
- - - - -
- - - getCategory() != ""): - ?> - -
getCategory(), ENT_QUOTES, "UTF-8"); ?>
- - - getRatingCount() != ""): - ?> - -
getRatingCount(); ?>
- - - getLikesCount() != ""): - ?> - -
getLikesCount(); ?>
- - - getRatingAverage() != ""): - ?> - -
getRatingAverage(); ?>
- - - - -
getId(); ?>
- - - - -
getViewCount(); ?>
- - - - -
getTimePublished(); ?>
- - - - -
getDescription(), ENT_QUOTES, "UTF-8"); ?>
- - -
- -
diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/vimeo/style.css b/src/wp-content/plugins/tubepress/sys/ui/themes/vimeo/style.css deleted file mode 100644 index e85a67b..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/vimeo/style.css +++ /dev/null @@ -1,9 +0,0 @@ -dd.tubepress_meta_title a { - color: #2786C2; -} -dd.tubepress_meta_title a:hover { - color: #F75342; -} -dd.tubepress_meta, dt.tubepress_meta { - color: #969696 ! important; -} diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/youtube/gallery.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/themes/youtube/gallery.tpl.php deleted file mode 100644 index 6486c24..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/youtube/gallery.tpl.php +++ /dev/null @@ -1,131 +0,0 @@ -. - * - * - * Uber simple/fast template for TubePress. Idea from here: http://seanhess.net/posts/simple_templating_system_in_php - * Sure, maybe your templating system of choice looks prettier but I'll bet it's not faster :) - */ -?> - - diff --git a/src/wp-content/plugins/tubepress/sys/ui/themes/youtube/single_video.tpl.php b/src/wp-content/plugins/tubepress/sys/ui/themes/youtube/single_video.tpl.php deleted file mode 100644 index 640c7c4..0000000 --- a/src/wp-content/plugins/tubepress/sys/ui/themes/youtube/single_video.tpl.php +++ /dev/null @@ -1,106 +0,0 @@ -. - * - * - * Uber simple/fast template for TubePress. Idea from here: http://seanhess.net/posts/simple_templating_system_in_php - * Sure, maybe your templating system of choice looks prettier but I'll bet it's not faster :) - */ -?> - -
- - -
getTitle(), ENT_QUOTES, "UTF-8"); ?>
- - - - -
- - - -
getDuration(); ?>
- - - - -
getAuthorDisplayName(); ?>
- - - - -
getKeywords()), ENT_QUOTES, "UTF-8"); ?>
- - - - -
- - - getCategory() != ""): - ?> - -
getCategory(), ENT_QUOTES, "UTF-8"); ?>
- - - getRatingCount() != ""): - ?> - -
getRatingCount(); ?>
- - - getLikesCount() != ""): - ?> - -
getLikesCount(); ?>
- - - getRatingAverage() != ""): - ?> - -
getRatingAverage(); ?>
- - - - -
getId(); ?>
- - - - -
getViewCount(); ?>
- - - - -
getTimePublished(); ?>
- - - - -
getDescription(), ENT_QUOTES, "UTF-8"); ?>
- - -
- -
diff --git a/src/wp-content/plugins/tubepress/tubepress.php b/src/wp-content/plugins/tubepress/tubepress.php deleted file mode 100644 index e01201b..0000000 --- a/src/wp-content/plugins/tubepress/tubepress.php +++ /dev/null @@ -1,37 +0,0 @@ -TubePress Pro for more features! -Author: Eric D. Hough -Version: 2.2.0 -Author URI: http://ehough.com - -Copyright 2006 - 2011 Eric D. Hough (http://ehough.com) - -This file is part of TubePress (http://tubepress.org) - -TubePress is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -TubePress is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with TubePress. If not, see . -*/ - -if (version_compare(PHP_VERSION, '5.0.2', '>=')) { - - function_exists('tubepress_load_classes') - || require dirname(__FILE__) . '/sys/classes/tubepress_classloader.php'; - tubepress_load_classes(array('org_tubepress_impl_ioc_IocContainer')); - - org_tubepress_impl_ioc_IocContainer::getInstance()->get('org_tubepress_api_bootstrap_Bootstrapper')->boot(); -} - -?>