TubePress - Version 3.1.5

Version Description

  • Bug Fixes
    • Fixed bug in static and solo player locations.
    • Fixed possible fatal error in some PHP 5.2.x installations. Fixes issue #583.
  • Changed
    • Updated underlying library: stash
Download this release

Release Info

Developer k2eric
Plugin Icon wp plugin TubePress
Version 3.1.5
Comparing to
See all releases

Code changes from version 3.1.4 to 3.1.5

Files changed (293) hide show
  1. readme.txt +9 -8
  2. src/main/php/add-ons/core/classes/tubepress/addons/core/api/const/options/ui/OptionsPageParticipantConstants.php +1 -1
  3. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/http/PlayerPluggableAjaxCommandService.php +1 -1
  4. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/ioc/FilesystemCacheBuilder.php +1 -1
  5. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/ioc/IocContainerExtension.php +20 -20
  6. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/ioc/RegisterListenersCompilerPass.php +1 -1
  7. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/ioc/RegisterTaggedServicesConsumerPass.php +1 -1
  8. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/StringMagicFilter.php +1 -1
  9. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/boot/OptionsStorageInitListener.php +1 -1
  10. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/cssjs/BaseUrlSetter.php +1 -1
  11. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/cssjs/GalleryInitJsBaseParams.php +1 -1
  12. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/html/JsConfig.php +1 -1
  13. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/html/PreCssHtmlListener.php +1 -1
  14. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/html/ThumbGalleryBaseJs.php +1 -1
  15. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/EmbeddedCoreVariables.php +1 -1
  16. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/PlayerLocationCoreVariables.php +1 -1
  17. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/SearchInputCoreVariables.php +1 -1
  18. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/SingleVideoCoreVariables.php +1 -1
  19. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/SingleVideoMeta.php +1 -1
  20. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/ThumbGalleryCoreVariables.php +1 -1
  21. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/ThumbGalleryEmbeddedImplName.php +1 -1
  22. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/ThumbGalleryPagination.php +1 -1
  23. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/ThumbGalleryPlayerLocation.php +1 -1
  24. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/ThumbGalleryVideoMeta.php +1 -1
  25. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/videogallerypage/PerPageSorter.php +1 -1
  26. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/videogallerypage/ResultCountCapper.php +1 -1
  27. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/videogallerypage/VideoBlacklist.php +1 -1
  28. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/videogallerypage/VideoPrepender.php +1 -1
  29. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/options/CoreOptionsProvider.php +1 -1
  30. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/options/ui/fields/GallerySourceField.php +1 -1
  31. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/options/ui/fields/MetaMultiSelectField.php +1 -1
  32. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/options/ui/fields/ParticipantFilterField.php +1 -1
  33. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/options/ui/fields/ThemeField.php +1 -1
  34. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/player/JqModalPluggablePlayerLocationService.php +1 -1
  35. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/player/NormalPluggablePlayerLocationService.php +1 -1
  36. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/player/PopupPluggablePlayerLocationService.php +1 -1
  37. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/player/ShadowboxPluggablePlayerLocationService.php +1 -1
  38. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/player/SoloPluggablePlayerLocationService.php +1 -1
  39. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/player/StaticPluggablePlayerLocationService.php +1 -1
  40. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/player/VimeoPluggablePlayerLocationService.php +1 -1
  41. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/player/YouTubePluggablePlayerLocationService.php +1 -1
  42. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/shortcode/SearchInputPluggableShortcodeHandlerService.php +1 -1
  43. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/shortcode/SearchOutputPluggableShortcodeHandlerService.php +1 -1
  44. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/shortcode/SingleVideoPluggableShortcodeHandlerService.php +1 -1
  45. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/shortcode/SoloPlayerPluggableShortcodeHandlerService.php +1 -1
  46. src/main/php/add-ons/core/classes/tubepress/addons/core/impl/shortcode/ThumbGalleryPluggableShortcodeHandlerService.php +1 -1
  47. src/main/php/add-ons/core/resources/web/options-page/js/participant-filter.js +1 -1
  48. src/main/php/add-ons/embedplus/classes/tubepress/addons/embedplus/impl/embedded/EmbedPlusPluggableEmbeddedPlayerService.php +1 -1
  49. src/main/php/add-ons/embedplus/classes/tubepress/addons/embedplus/impl/ioc/EmbedPlusIocContainerExtension.php +1 -1
  50. src/main/php/add-ons/embedplus/resources/templates/embedded/embedplus.tpl.php +1 -1
  51. src/main/php/add-ons/jwplayer/classes/tubepress/addons/jwplayer/api/const/options/names/Embedded.php +1 -1
  52. src/main/php/add-ons/jwplayer/classes/tubepress/addons/jwplayer/api/const/template/Variable.php +1 -1
  53. src/main/php/add-ons/jwplayer/classes/tubepress/addons/jwplayer/impl/embedded/JwPlayerPluggableEmbeddedPlayerService.php +1 -1
  54. src/main/php/add-ons/jwplayer/classes/tubepress/addons/jwplayer/impl/ioc/JwPlayerIocContainerExtension.php +1 -1
  55. src/main/php/add-ons/jwplayer/classes/tubepress/addons/jwplayer/impl/listeners/template/JwPlayerTemplateVars.php +1 -1
  56. src/main/php/add-ons/jwplayer/classes/tubepress/addons/jwplayer/impl/options/JwPlayerOptionsProvider.php +1 -1
  57. src/main/php/add-ons/jwplayer/resources/templates/embedded/longtail.tpl.php +1 -1
  58. src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/api/const/VimeoEventNames.php +1 -1
  59. src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/api/const/options/names/Embedded.php +1 -1
  60. src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/api/const/options/names/Feed.php +1 -1
  61. src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/api/const/options/names/GallerySource.php +1 -1
  62. src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/api/const/options/names/Meta.php +1 -1
  63. src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/api/const/options/values/GallerySourceValue.php +1 -1
  64. src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/impl/embedded/VimeoPluggableEmbeddedPlayerService.php +1 -1
  65. src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/impl/ioc/VimeoIocContainerExtension.php +1 -1
  66. src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/impl/listeners/http/VimeoHttpErrorResponseListener.php +1 -1
  67. src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/impl/listeners/http/VimeoOauthRequestListener.php +1 -1
  68. src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/impl/listeners/video/VimeoVideoConstructionListener.php +1 -1
  69. src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/impl/options/VimeoOptionsProvider.php +1 -1
  70. src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/impl/provider/VimeoPluggableVideoProviderService.php +1 -1
  71. src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/impl/provider/VimeoUrlBuilder.php +1 -1
  72. src/main/php/add-ons/vimeo/resources/templates/embedded/vimeo.tpl.php +1 -1
  73. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/api/const/options/names/WordPress.php +1 -1
  74. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/DefaultContentFilter.php +1 -1
  75. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/DefaultFrontEndCssAndJsInjector.php +1 -1
  76. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/DefaultWidgetHandler.php +1 -1
  77. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/DefaultWordPressFunctionWrapper.php +1 -1
  78. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/DefaultWpAdminHandler.php +1 -1
  79. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/ioc/WordPressIocContainerExtension.php +1 -1
  80. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/listeners/boot/WordPressApiIntegrator.php +1 -1
  81. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/listeners/html/CssJsDequerer.php +1 -1
  82. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/listeners/template/options/OptionsUiTemplateListener.php +1 -1
  83. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/message/WordPressMessageService.php +1 -1
  84. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/options/WordPressOptionsProvider.php +1 -1
  85. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/options/WordPressStorageManager.php +1 -1
  86. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/options/ui/fields/WpNonceField.php +1 -1
  87. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/spi/ContentFilter.php +1 -1
  88. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/spi/FrontEndCssAndJsInjector.php +1 -1
  89. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/spi/WidgetHandler.php +1 -1
  90. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/spi/WordPressFunctionWrapper.php +1 -1
  91. src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/spi/WpAdminHandler.php +1 -1
  92. src/main/php/add-ons/wordpress/resources/templates/options_page.tpl.php +1 -1
  93. src/main/php/add-ons/wordpress/resources/templates/widget_controls.tpl.php +1 -1
  94. src/main/php/add-ons/wordpress/web/options-gui/css/options-page.css +1 -1
  95. src/main/php/add-ons/wordpress/web/options-gui/js/iframe-loader.js +1 -1
  96. src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/api/const/YouTubeEventNames.php +1 -1
  97. src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/api/const/options/names/Embedded.php +1 -1
  98. src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/api/const/options/names/Feed.php +1 -1
  99. src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/api/const/options/names/GallerySource.php +1 -1
  100. src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/api/const/options/names/Meta.php +1 -1
  101. src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/api/const/options/values/GallerySourceValue.php +1 -1
  102. src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/api/const/options/values/YouTube.php +1 -1
  103. src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/impl/embedded/YouTubePluggableEmbeddedPlayerService.php +1 -1
  104. src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/impl/ioc/YouTubeIocContainerExtension.php +1 -1
  105. src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/impl/listeners/http/YouTubeHttpErrorResponseListener.php +1 -1
  106. src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/impl/listeners/options/YouTubePlaylistHandler.php +7 -1
  107. src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/impl/listeners/video/YouTubeVideoConstructionListener.php +1 -1
  108. src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/impl/options/YouTubeOptionsProvider.php +1 -1
  109. src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/impl/provider/YouTubePluggableVideoProviderService.php +1 -1
  110. src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/impl/provider/YouTubeUrlBuilder.php +1 -1
  111. src/main/php/add-ons/youtube/resources/templates/embedded/youtube.tpl.php +1 -1
  112. src/main/php/classes/TubePress.php +1 -1
  113. src/main/php/classes/tubepress/api/const/event/EventNames.php +1 -1
  114. src/main/php/classes/tubepress/api/const/options/names/Advanced.php +1 -1
  115. src/main/php/classes/tubepress/api/const/options/names/Cache.php +1 -1
  116. src/main/php/classes/tubepress/api/const/options/names/Embedded.php +1 -1
  117. src/main/php/classes/tubepress/api/const/options/names/Feed.php +1 -1
  118. src/main/php/classes/tubepress/api/const/options/names/InteractiveSearch.php +1 -1
  119. src/main/php/classes/tubepress/api/const/options/names/Meta.php +1 -1
  120. src/main/php/classes/tubepress/api/const/options/names/OptionsUi.php +1 -1
  121. src/main/php/classes/tubepress/api/const/options/names/Output.php +1 -1
  122. src/main/php/classes/tubepress/api/const/options/names/Thumbs.php +1 -1
  123. src/main/php/classes/tubepress/api/const/options/values/OrderByValue.php +1 -1
  124. src/main/php/classes/tubepress/api/const/options/values/OutputValue.php +1 -1
  125. src/main/php/classes/tubepress/api/const/options/values/PerPageSortValue.php +1 -1
  126. src/main/php/classes/tubepress/api/const/options/values/PlayerImplementationValue.php +1 -1
  127. src/main/php/classes/tubepress/api/const/template/Variable.php +1 -1
  128. src/main/php/classes/tubepress/api/event/EventDispatcherInterface.php +1 -1
  129. src/main/php/classes/tubepress/api/event/EventInterface.php +1 -1
  130. src/main/php/classes/tubepress/api/ioc/CompilerPassInterface.php +1 -1
  131. src/main/php/classes/tubepress/api/ioc/ContainerExtensionInterface.php +1 -1
  132. src/main/php/classes/tubepress/api/ioc/ContainerInterface.php +1 -1
  133. src/main/php/classes/tubepress/api/ioc/DefinitionInterface.php +1 -1
  134. src/main/php/classes/tubepress/api/video/Video.php +1 -1
  135. src/main/php/classes/tubepress/api/video/VideoGalleryPage.php +1 -1
  136. src/main/php/classes/tubepress/impl/addon/AddonBase.php +1 -1
  137. src/main/php/classes/tubepress/impl/boot/AbstractCachingBootHelper.php +1 -1
  138. src/main/php/classes/tubepress/impl/boot/DefaultAddonBooter.php +1 -1
  139. src/main/php/classes/tubepress/impl/boot/DefaultAddonDiscoverer.php +1 -1
  140. src/main/php/classes/tubepress/impl/boot/DefaultBootConfigService.php +1 -1
  141. src/main/php/classes/tubepress/impl/boot/DefaultClassLoadingHelper.php +1 -1
  142. src/main/php/classes/tubepress/impl/boot/DefaultIocContainerBootHelper.php +1 -1
  143. src/main/php/classes/tubepress/impl/boot/PrimaryBootstrapper.php +1 -1
  144. src/main/php/classes/tubepress/impl/cache/ItemDecorator.php +2 -2
  145. src/main/php/classes/tubepress/impl/cache/PoolDecorator.php +1 -1
  146. src/main/php/classes/tubepress/impl/collector/DefaultVideoCollector.php +1 -1
  147. src/main/php/classes/tubepress/impl/context/MemoryExecutionContext.php +1 -1
  148. src/main/php/classes/tubepress/impl/embedded/DefaultEmbeddedPlayerHtmlGenerator.php +1 -1
  149. src/main/php/classes/tubepress/impl/embedded/EmbeddedPlayerUtils.php +1 -1
  150. src/main/php/classes/tubepress/impl/environment/SimpleEnvironmentDetector.php +1 -1
  151. src/main/php/classes/tubepress/impl/event/DefaultEventDispatcher.php +1 -1
  152. src/main/php/classes/tubepress/impl/event/TickertapeEventWrapper.php +1 -1
  153. src/main/php/classes/tubepress/impl/feed/CacheAwareFeedFetcher.php +1 -1
  154. src/main/php/classes/tubepress/impl/html/CssAndJsHtmlGenerator.php +1 -1
  155. src/main/php/classes/tubepress/impl/html/CssAndJsRegistry.php +1 -1
  156. src/main/php/classes/tubepress/impl/http/AbstractPluggableAjaxCommandService.php +1 -1
  157. src/main/php/classes/tubepress/impl/http/DefaultAjaxHandler.php +1 -1
  158. src/main/php/classes/tubepress/impl/http/DefaultHttpRequestParameterService.php +1 -1
  159. src/main/php/classes/tubepress/impl/http/DefaultResponseCodeHandler.php +1 -1
  160. src/main/php/classes/tubepress/impl/ioc/ChainRegistrar.php +1 -1
  161. src/main/php/classes/tubepress/impl/ioc/CoreIocContainer.php +1 -1
  162. src/main/php/classes/tubepress/impl/ioc/Definition.php +1 -1
  163. src/main/php/classes/tubepress/impl/ioc/IconicContainer.php +1 -1
  164. src/main/php/classes/tubepress/impl/ioc/Reference.php +1 -1
  165. src/main/php/classes/tubepress/impl/listeners/options/ColorSanitizingListener.php +1 -1
  166. src/main/php/classes/tubepress/impl/listeners/video/AbstractVideoConstructionListener.php +1 -1
  167. src/main/php/classes/tubepress/impl/log/TubePressLoggingHandler.php +1 -1
  168. src/main/php/classes/tubepress/impl/options/AbstractStorageManager.php +1 -1
  169. src/main/php/classes/tubepress/impl/options/DefaultOptionDescriptorReference.php +1 -1
  170. src/main/php/classes/tubepress/impl/options/DefaultOptionValidator.php +1 -1
  171. src/main/php/classes/tubepress/impl/options/ui/BaseOptionsPageParticipant.php +1 -1
  172. src/main/php/classes/tubepress/impl/options/ui/DefaultOptionsPage.php +1 -1
  173. src/main/php/classes/tubepress/impl/options/ui/OptionsPageItem.php +1 -1
  174. src/main/php/classes/tubepress/impl/options/ui/fields/AbstractMultiSelectField.php +1 -1
  175. src/main/php/classes/tubepress/impl/options/ui/fields/AbstractOptionDescriptorBasedField.php +1 -1
  176. src/main/php/classes/tubepress/impl/options/ui/fields/AbstractOptionsPageField.php +1 -1
  177. src/main/php/classes/tubepress/impl/options/ui/fields/AbstractTemplateBasedOptionsPageField.php +1 -1
  178. src/main/php/classes/tubepress/impl/options/ui/fields/BooleanField.php +1 -1
  179. src/main/php/classes/tubepress/impl/options/ui/fields/DropdownField.php +1 -1
  180. src/main/php/classes/tubepress/impl/options/ui/fields/GallerySourceRadioField.php +1 -1
  181. src/main/php/classes/tubepress/impl/options/ui/fields/HiddenField.php +1 -1
  182. src/main/php/classes/tubepress/impl/options/ui/fields/SpectrumColorField.php +1 -1
  183. src/main/php/classes/tubepress/impl/options/ui/fields/TextField.php +1 -1
  184. src/main/php/classes/tubepress/impl/patterns/sl/ServiceLocator.php +1 -1
  185. src/main/php/classes/tubepress/impl/patterns/toposort/TopologicalSort.php +2 -2
  186. src/main/php/classes/tubepress/impl/player/DefaultPlayerHtmlGenerator.php +1 -1
  187. src/main/php/classes/tubepress/impl/provider/AbstractPluggableVideoProviderService.php +1 -1
  188. src/main/php/classes/tubepress/impl/querystring/SimpleQueryStringService.php +1 -1
  189. src/main/php/classes/tubepress/impl/shortcode/DefaultShortcodeHtmlGenerator.php +1 -1
  190. src/main/php/classes/tubepress/impl/shortcode/SimpleShortcodeParser.php +1 -1
  191. src/main/php/classes/tubepress/impl/theme/SimpleThemeHandler.php +1 -1
  192. src/main/php/classes/tubepress/impl/util/LangUtils.php +1 -1
  193. src/main/php/classes/tubepress/impl/util/StringUtils.php +1 -1
  194. src/main/php/classes/tubepress/impl/util/TimeUtils.php +1 -1
  195. src/main/php/classes/tubepress/spi/addon/Addon.php +1 -1
  196. src/main/php/classes/tubepress/spi/boot/AddonBooter.php +1 -1
  197. src/main/php/classes/tubepress/spi/boot/AddonDiscoverer.php +1 -1
  198. src/main/php/classes/tubepress/spi/boot/BootConfigService.php +1 -1
  199. src/main/php/classes/tubepress/spi/boot/ClassLoadingHelper.php +1 -1
  200. src/main/php/classes/tubepress/spi/boot/IocContainerHelper.php +1 -1
  201. src/main/php/classes/tubepress/spi/collector/VideoCollector.php +1 -1
  202. src/main/php/classes/tubepress/spi/const/http/ParamName.php +1 -1
  203. src/main/php/classes/tubepress/spi/context/ExecutionContext.php +1 -1
  204. src/main/php/classes/tubepress/spi/embedded/EmbeddedHtmlGenerator.php +1 -1
  205. src/main/php/classes/tubepress/spi/embedded/PluggableEmbeddedPlayerService.php +1 -1
  206. src/main/php/classes/tubepress/spi/environment/EnvironmentDetector.php +1 -1
  207. src/main/php/classes/tubepress/spi/event/EventBase.php +1 -1
  208. src/main/php/classes/tubepress/spi/feed/FeedFetcher.php +1 -1
  209. src/main/php/classes/tubepress/spi/html/CssAndJsHtmlGeneratorInterface.php +1 -1
  210. src/main/php/classes/tubepress/spi/html/CssAndJsRegistryInterface.php +1 -1
  211. src/main/php/classes/tubepress/spi/http/AjaxHandler.php +1 -1
  212. src/main/php/classes/tubepress/spi/http/HttpRequestParameterService.php +1 -1
  213. src/main/php/classes/tubepress/spi/http/PluggableAjaxCommandService.php +1 -1
  214. src/main/php/classes/tubepress/spi/http/ResponseCodeHandler.php +1 -1
  215. src/main/php/classes/tubepress/spi/message/MessageService.php +1 -1
  216. src/main/php/classes/tubepress/spi/options/OptionDescriptor.php +1 -1
  217. src/main/php/classes/tubepress/spi/options/OptionDescriptorReference.php +1 -1
  218. src/main/php/classes/tubepress/spi/options/OptionValidator.php +1 -1
  219. src/main/php/classes/tubepress/spi/options/PluggableOptionDescriptorProvider.php +1 -1
  220. src/main/php/classes/tubepress/spi/options/StorageManager.php +1 -1
  221. src/main/php/classes/tubepress/spi/options/ui/OptionsPageFieldInterface.php +1 -1
  222. src/main/php/classes/tubepress/spi/options/ui/OptionsPageInterface.php +1 -1
  223. src/main/php/classes/tubepress/spi/options/ui/OptionsPageItemInterface.php +1 -1
  224. src/main/php/classes/tubepress/spi/options/ui/PluggableOptionsPageParticipantInterface.php +1 -1
  225. src/main/php/classes/tubepress/spi/player/PlayerHtmlGenerator.php +1 -1
  226. src/main/php/classes/tubepress/spi/player/PluggablePlayerLocationService.php +1 -1
  227. src/main/php/classes/tubepress/spi/provider/PluggableVideoProviderService.php +1 -1
  228. src/main/php/classes/tubepress/spi/provider/UrlBuilder.php +1 -1
  229. src/main/php/classes/tubepress/spi/querystring/QueryStringService.php +1 -1
  230. src/main/php/classes/tubepress/spi/shortcode/PluggableShortcodeHandlerService.php +1 -1
  231. src/main/php/classes/tubepress/spi/shortcode/ShortcodeHtmlGenerator.php +1 -1
  232. src/main/php/classes/tubepress/spi/shortcode/ShortcodeParser.php +1 -1
  233. src/main/php/classes/tubepress/spi/theme/ThemeHandler.php +1 -1
  234. src/main/php/classes/tubepress/spi/version/Version.php +1 -1
  235. src/main/php/deprecated/classes/org/tubepress/api/const/options/names/Meta.php +1 -1
  236. src/main/php/deprecated/classes/org/tubepress/api/const/template/Variable.php +1 -1
  237. src/main/php/deprecated/classes/org/tubepress/template/Template.php +1 -1
  238. src/main/php/deprecated/classes/tubepress/plugins/vimeo/api/const/options/names/Meta.php +1 -1
  239. src/main/php/deprecated/classes/tubepress/plugins/youtube/api/const/options/names/Meta.php +1 -1
  240. src/main/php/scripts/boot.php +1 -1
  241. src/main/php/scripts/classmaps/bootstrap.php +1 -1
  242. src/main/php/scripts/classmaps/full.php +1 -1
  243. src/main/resources/default-themes/default/gallery.tpl.php +1 -1
  244. src/main/resources/default-themes/default/players/jqmodal.tpl.php +1 -1
  245. src/main/resources/default-themes/default/players/normal.tpl.php +1 -1
  246. src/main/resources/default-themes/default/players/popup.tpl.php +1 -1
  247. src/main/resources/default-themes/default/players/shadowbox.tpl.php +1 -1
  248. src/main/resources/default-themes/default/players/static.tpl.php +1 -1
  249. src/main/resources/default-themes/default/search/search_input.tpl.php +1 -1
  250. src/main/resources/default-themes/default/single_video.tpl.php +1 -1
  251. src/main/resources/default-themes/sidebar/gallery.tpl.php +1 -1
  252. src/main/resources/default-themes/vimeo/gallery.tpl.php +1 -1
  253. src/main/resources/default-themes/vimeo/single_video.tpl.php +1 -1
  254. src/main/resources/default-themes/youtube/gallery.tpl.php +1 -1
  255. src/main/resources/default-themes/youtube/single_video.tpl.php +1 -1
  256. src/main/resources/options-gui/field-templates/checkbox.tpl.php +1 -1
  257. src/main/resources/options-gui/field-templates/dropdown.tpl.php +1 -1
  258. src/main/resources/options-gui/field-templates/gallery-source-radio.tpl.php +1 -1
  259. src/main/resources/options-gui/field-templates/hidden.tpl.php +1 -1
  260. src/main/resources/options-gui/field-templates/multiselect.tpl.php +1 -1
  261. src/main/resources/options-gui/field-templates/spectrum-color.tpl.php +1 -1
  262. src/main/resources/options-gui/field-templates/text.tpl.php +1 -1
  263. src/main/resources/options-gui/page-fragment-templates/errors.tpl.php +1 -1
  264. src/main/resources/options-gui/page-fragment-templates/single-category.tpl.php +1 -1
  265. src/main/resources/options-gui/page-fragment-templates/single-field.tpl.php +1 -1
  266. src/main/resources/options-gui/page-fragment-templates/single-participant.tpl.php +1 -1
  267. src/main/resources/options-gui/page-fragment-templates/success.tpl.php +1 -1
  268. src/main/resources/options-gui/page-fragment-templates/tabs-parent.tpl.php +1 -1
  269. src/main/web/js/gallery-dev.js +1 -1
  270. src/main/web/js/gallery.js +1 -1
  271. src/main/web/js/tubepress-dev.js +1 -1
  272. src/main/web/js/tubepress.js +1 -1
  273. src/main/web/options-gui/js/bootstrap-field-error-handler.js +1 -1
  274. src/main/web/options-gui/js/bootstrap-multiselect-initializer.js +1 -1
  275. src/main/web/options-gui/js/participant-filter-handler.js +1 -1
  276. src/main/web/options-gui/js/spectrum-js-initializer.js +1 -1
  277. src/main/web/php/ajaxEndpoint.php +1 -1
  278. src/main/web/players/jqmodal/jqmodal-dev.js +1 -1
  279. src/main/web/players/normal/normal-dev.js +1 -1
  280. src/main/web/players/popup/popup-dev.js +1 -1
  281. src/main/web/players/shadowbox/shadowbox-dev.js +1 -1
  282. src/main/web/players/solo/solo-dev.js +5 -5
  283. src/main/web/players/solo/solo.js +1 -1
  284. src/main/web/players/static/static-dev.js +5 -5
  285. src/main/web/players/static/static.js +1 -1
  286. src/main/web/players/vimeo/vimeo-dev.js +1 -1
  287. src/main/web/players/youtube/youtube-dev.js +1 -1
  288. tubepress.php +2 -2
  289. vendor/composer/autoload_real.php +3 -3
  290. vendor/composer/installed.json +419 -419
  291. vendor/ehough/stash/src/main/php/ehough/stash/driver/Apc.php +6 -2
  292. vendor/ehough/stash/src/main/php/ehough/stash/driver/Ephemeral.php +3 -2
  293. vendor/ehough/stash/src/main/php/ehough/stash/driver/Memcache.php +1 -2
readme.txt CHANGED
@@ -5,18 +5,12 @@ Tags: video, youtube, gallery, videos, vimeo
5
  Requires at least: 2.2
6
  Tested up to: 3.8
7
  License: Mozilla Public License v2.0
8
- Stable tag: 3.1.4
9
 
10
  Modern video galleries for the web. Visit us at tubepress.com for more!
11
 
12
  == Description ==
13
 
14
- Rather not host your own copy of TubePress? [TubePress Express](http://express.tubepress.com) is now available!
15
- TubePress Express is a cloud-hosted version of TubePress with zero installation, maximum performance, and full
16
- compatability with *any* website or device. Enjoy a risk free 30-day trial and flexible pricing plans.
17
-
18
- For a limited time, use coupon code `WELCOME2EXPRESS` to lock in **50% off any TubePress Express plan!**
19
-
20
  **Demos**
21
 
22
  * [Simple gallery](http://tubepress.com/demo/)
@@ -37,9 +31,16 @@ For a limited time, use coupon code `WELCOME2EXPRESS` to lock in **50% off any T
37
  1. Type `[tubepress]` in a post or a page where you'd like to insert your first gallery
38
 
39
  == Changelog ==
 
 
 
 
 
 
 
40
  = 3.1.4 =
41
  * Bug Fixes
42
- * Fixed JavaScript bug that could lead to unresponsive thumbnails in certain situations.
43
 
44
  = 3.1.3 =
45
  * Bug Fixes
5
  Requires at least: 2.2
6
  Tested up to: 3.8
7
  License: Mozilla Public License v2.0
8
+ Stable tag: 3.1.5
9
 
10
  Modern video galleries for the web. Visit us at tubepress.com for more!
11
 
12
  == Description ==
13
 
 
 
 
 
 
 
14
  **Demos**
15
 
16
  * [Simple gallery](http://tubepress.com/demo/)
31
  1. Type `[tubepress]` in a post or a page where you'd like to insert your first gallery
32
 
33
  == Changelog ==
34
+ = 3.1.5 =
35
+ * Bug Fixes
36
+ * Fixed bug in static and solo player locations.
37
+ * Fixed possible fatal error in some PHP 5.2.x installations. Fixes issue #583.
38
+ * Changed
39
+ * Updated underlying library: stash
40
+
41
  = 3.1.4 =
42
  * Bug Fixes
43
+ * Fixed JavaScript bug that could lead to unresponsive thumbails in certain situations.
44
 
45
  = 3.1.3 =
46
  * Bug Fixes
src/main/php/add-ons/core/classes/tubepress/addons/core/api/const/options/ui/OptionsPageParticipantConstants.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/http/PlayerPluggableAjaxCommandService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/ioc/FilesystemCacheBuilder.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/ioc/IocContainerExtension.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
@@ -127,7 +127,7 @@ class tubepress_addons_core_impl_ioc_IocContainerExtension implements tubepress_
127
  tubepress_spi_embedded_EmbeddedHtmlGenerator::_,
128
  'tubepress_impl_embedded_DefaultEmbeddedPlayerHtmlGenerator'
129
  )->addTag(self::TAG_TAGGED_SERVICES_CONSUMER, array('tag' => tubepress_spi_provider_PluggableVideoProviderService::_, 'method' => 'setPluggableVideoProviders'))
130
- ->addTag(self::TAG_TAGGED_SERVICES_CONSUMER, array('tag' => tubepress_spi_embedded_PluggableEmbeddedPlayerService::_, 'method' => 'setPluggableEmbeddedPlayers'));
131
  }
132
 
133
  private function _registerExecutionContext(tubepress_api_ioc_ContainerInterface $container)
@@ -175,7 +175,7 @@ class tubepress_addons_core_impl_ioc_IocContainerExtension implements tubepress_
175
  'ehough_shortstop_impl_DefaultHttpClient'
176
 
177
  )->addArgument(new tubepress_impl_ioc_Reference('ehough_tickertape_ContainerAwareEventDispatcher'))
178
- ->addArgument(new tubepress_impl_ioc_Reference('ehough_shortstop_impl_DefaultHttpClient_transportchain'));
179
  }
180
 
181
  private function _registerHttpRequestParameterService(tubepress_api_ioc_ContainerInterface $container)
@@ -211,9 +211,9 @@ class tubepress_addons_core_impl_ioc_IocContainerExtension implements tubepress_
211
  'tubepress_addons_core_impl_options_CoreOptionsProvider',
212
  'tubepress_addons_core_impl_options_CoreOptionsProvider'
213
  )->addTag(tubepress_spi_options_PluggableOptionDescriptorProvider::_)
214
- ->addTag(self::TAG_TAGGED_SERVICES_CONSUMER, array('tag' => tubepress_spi_player_PluggablePlayerLocationService::_, 'method' => 'setPluggablePlayerLocations'))
215
- ->addTag(self::TAG_TAGGED_SERVICES_CONSUMER, array('tag' => tubepress_spi_embedded_PluggableEmbeddedPlayerService::_, 'method' => 'setPluggableEmbeddedPlayers'))
216
- ->addTag(self::TAG_TAGGED_SERVICES_CONSUMER, array('tag' => tubepress_spi_provider_PluggableVideoProviderService::_, 'method' => 'setPluggableVideoProviders'));
217
  }
218
 
219
  private function _registerOptionValidator(tubepress_api_ioc_ContainerInterface $container)
@@ -322,7 +322,7 @@ class tubepress_addons_core_impl_ioc_IocContainerExtension implements tubepress_
322
  'core_options_category_' . $categoryIndex++,
323
  'tubepress_impl_options_ui_OptionsPageItem'
324
  )->addArgument($id)
325
- ->addArgument($displayName);
326
  }
327
 
328
  $categoryReferences = array();
@@ -493,11 +493,11 @@ class tubepress_addons_core_impl_ioc_IocContainerExtension implements tubepress_
493
  'tubepress_impl_options_ui_BaseOptionsPageParticipant'
494
 
495
  )->addArgument('core')
496
- ->addArgument('Core') //this will never be shown, so don't translate
497
- ->addArgument($categoryReferences)
498
- ->addArgument($fieldReferences)
499
- ->addArgument($map)
500
- ->addTag('tubepress_spi_options_ui_PluggableOptionsPageParticipantInterface');
501
  }
502
 
503
  private function _registerAjaxHandlers(tubepress_api_ioc_ContainerInterface $container)
@@ -611,7 +611,7 @@ class tubepress_addons_core_impl_ioc_IocContainerExtension implements tubepress_
611
  array('event' => tubepress_api_const_event_EventNames::TEMPLATE_THUMBNAIL_GALLERY, 'method' => 'onGalleryTemplate', 'priority' => 10000),
612
 
613
  'tubepress_addons_core_impl_listeners_videogallerypage_PerPageSorter' =>
614
- array('event' => tubepress_api_const_event_EventNames::VIDEO_GALLERY_PAGE, 'method' => 'onVideoGalleryPage', 'priority' => 10000),
615
 
616
  'tubepress_addons_core_impl_listeners_videogallerypage_ResultCountCapper' =>
617
  array('event' => tubepress_api_const_event_EventNames::VIDEO_GALLERY_PAGE, 'method' => 'onVideoGalleryPage', 'priority' => 10100),
@@ -620,7 +620,7 @@ class tubepress_addons_core_impl_ioc_IocContainerExtension implements tubepress_
620
  array('event' => tubepress_api_const_event_EventNames::VIDEO_GALLERY_PAGE, 'method' => 'onVideoGalleryPage', 'priority' => 10200),
621
 
622
  'tubepress_addons_core_impl_listeners_videogallerypage_VideoPrepender' =>
623
- array('event' => tubepress_api_const_event_EventNames::VIDEO_GALLERY_PAGE, 'method' => 'onVideoGalleryPage', 'priority' => 10300),
624
 
625
  'tubepress_addons_core_impl_listeners_html_JsConfig' =>
626
  array('event' => tubepress_api_const_event_EventNames::HTML_SCRIPTS_PRE, 'method' => 'onPreScriptsHtml', 'priority' => 10000),
@@ -655,7 +655,7 @@ class tubepress_addons_core_impl_ioc_IocContainerExtension implements tubepress_
655
  'tubepress_addons_core_impl_listeners_cssjs_GalleryInitJsBaseParams',
656
  'tubepress_addons_core_impl_listeners_cssjs_GalleryInitJsBaseParams'
657
  )->addTag(self::TAG_EVENT_LISTENER, array('event' => tubepress_api_const_event_EventNames::CSS_JS_GALLERY_INIT, 'method' => 'onGalleryInitJs', 'priority' => 10000))
658
- ->addTag(self::TAG_TAGGED_SERVICES_CONSUMER, array('tag' => tubepress_spi_player_PluggablePlayerLocationService::_, 'method' => 'setPluggablePlayerLocations'));
659
  }
660
 
661
  private function _registerHttpTransportChain(tubepress_api_ioc_ContainerInterface $container)
@@ -713,8 +713,8 @@ class tubepress_addons_core_impl_ioc_IocContainerExtension implements tubepress_
713
  'ehough_shortstop_impl_listeners_response_ResponseDecodingListener__content',
714
  'ehough_shortstop_impl_listeners_response_ResponseDecodingListener'
715
  )->addArgument(new tubepress_impl_ioc_Reference('ehough_shortstop_spi_HttpContentDecoder'))
716
- ->addArgument('Content')
717
- ->addTag(self::TAG_EVENT_LISTENER, array('event' => ehough_shortstop_api_Events::RESPONSE, 'method' => 'onResponse', 'priority' => 10200));
718
  }
719
 
720
  private function _registerHttpTransferDecodingListener(tubepress_api_ioc_ContainerInterface $container)
@@ -724,8 +724,8 @@ class tubepress_addons_core_impl_ioc_IocContainerExtension implements tubepress_
724
  'ehough_shortstop_impl_listeners_response_ResponseDecodingListener__transfer',
725
  'ehough_shortstop_impl_listeners_response_ResponseDecodingListener'
726
  )->addArgument(new tubepress_impl_ioc_Reference('ehough_shortstop_spi_HttpTransferDecoder'))
727
- ->addArgument('Transfer')
728
- ->addTag(self::TAG_EVENT_LISTENER, array('event' => ehough_shortstop_api_Events::RESPONSE, 'method' => 'onResponse', 'priority' => 10300));
729
  }
730
 
731
  private function _registerHttpRequestLoggingListener(tubepress_api_ioc_ContainerInterface $container)
@@ -744,7 +744,7 @@ class tubepress_addons_core_impl_ioc_IocContainerExtension implements tubepress_
744
  'ehough_shortstop_impl_listeners_request_RequestDefaultHeadersListener',
745
  'ehough_shortstop_impl_listeners_request_RequestDefaultHeadersListener'
746
  )->addArgument(new tubepress_impl_ioc_Reference('ehough_shortstop_spi_HttpContentDecoder'))
747
- ->addTag(self::TAG_EVENT_LISTENER, array('event' => ehough_shortstop_api_Events::REQUEST, 'method' => 'onPreRequest', 'priority' => 10000));
748
  }
749
 
750
  private function _registerHttpContentDecoder(tubepress_api_ioc_ContainerInterface $container)
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
127
  tubepress_spi_embedded_EmbeddedHtmlGenerator::_,
128
  'tubepress_impl_embedded_DefaultEmbeddedPlayerHtmlGenerator'
129
  )->addTag(self::TAG_TAGGED_SERVICES_CONSUMER, array('tag' => tubepress_spi_provider_PluggableVideoProviderService::_, 'method' => 'setPluggableVideoProviders'))
130
+ ->addTag(self::TAG_TAGGED_SERVICES_CONSUMER, array('tag' => tubepress_spi_embedded_PluggableEmbeddedPlayerService::_, 'method' => 'setPluggableEmbeddedPlayers'));
131
  }
132
 
133
  private function _registerExecutionContext(tubepress_api_ioc_ContainerInterface $container)
175
  'ehough_shortstop_impl_DefaultHttpClient'
176
 
177
  )->addArgument(new tubepress_impl_ioc_Reference('ehough_tickertape_ContainerAwareEventDispatcher'))
178
+ ->addArgument(new tubepress_impl_ioc_Reference('ehough_shortstop_impl_DefaultHttpClient_transportchain'));
179
  }
180
 
181
  private function _registerHttpRequestParameterService(tubepress_api_ioc_ContainerInterface $container)
211
  'tubepress_addons_core_impl_options_CoreOptionsProvider',
212
  'tubepress_addons_core_impl_options_CoreOptionsProvider'
213
  )->addTag(tubepress_spi_options_PluggableOptionDescriptorProvider::_)
214
+ ->addTag(self::TAG_TAGGED_SERVICES_CONSUMER, array('tag' => tubepress_spi_player_PluggablePlayerLocationService::_, 'method' => 'setPluggablePlayerLocations'))
215
+ ->addTag(self::TAG_TAGGED_SERVICES_CONSUMER, array('tag' => tubepress_spi_embedded_PluggableEmbeddedPlayerService::_, 'method' => 'setPluggableEmbeddedPlayers'))
216
+ ->addTag(self::TAG_TAGGED_SERVICES_CONSUMER, array('tag' => tubepress_spi_provider_PluggableVideoProviderService::_, 'method' => 'setPluggableVideoProviders'));
217
  }
218
 
219
  private function _registerOptionValidator(tubepress_api_ioc_ContainerInterface $container)
322
  'core_options_category_' . $categoryIndex++,
323
  'tubepress_impl_options_ui_OptionsPageItem'
324
  )->addArgument($id)
325
+ ->addArgument($displayName);
326
  }
327
 
328
  $categoryReferences = array();
493
  'tubepress_impl_options_ui_BaseOptionsPageParticipant'
494
 
495
  )->addArgument('core')
496
+ ->addArgument('Core') //this will never be shown, so don't translate
497
+ ->addArgument($categoryReferences)
498
+ ->addArgument($fieldReferences)
499
+ ->addArgument($map)
500
+ ->addTag('tubepress_spi_options_ui_PluggableOptionsPageParticipantInterface');
501
  }
502
 
503
  private function _registerAjaxHandlers(tubepress_api_ioc_ContainerInterface $container)
611
  array('event' => tubepress_api_const_event_EventNames::TEMPLATE_THUMBNAIL_GALLERY, 'method' => 'onGalleryTemplate', 'priority' => 10000),
612
 
613
  'tubepress_addons_core_impl_listeners_videogallerypage_PerPageSorter' =>
614
+ array('event' => tubepress_api_const_event_EventNames::VIDEO_GALLERY_PAGE, 'method' => 'onVideoGalleryPage', 'priority' => 10300),
615
 
616
  'tubepress_addons_core_impl_listeners_videogallerypage_ResultCountCapper' =>
617
  array('event' => tubepress_api_const_event_EventNames::VIDEO_GALLERY_PAGE, 'method' => 'onVideoGalleryPage', 'priority' => 10100),
620
  array('event' => tubepress_api_const_event_EventNames::VIDEO_GALLERY_PAGE, 'method' => 'onVideoGalleryPage', 'priority' => 10200),
621
 
622
  'tubepress_addons_core_impl_listeners_videogallerypage_VideoPrepender' =>
623
+ array('event' => tubepress_api_const_event_EventNames::VIDEO_GALLERY_PAGE, 'method' => 'onVideoGalleryPage', 'priority' => 10000),
624
 
625
  'tubepress_addons_core_impl_listeners_html_JsConfig' =>
626
  array('event' => tubepress_api_const_event_EventNames::HTML_SCRIPTS_PRE, 'method' => 'onPreScriptsHtml', 'priority' => 10000),
655
  'tubepress_addons_core_impl_listeners_cssjs_GalleryInitJsBaseParams',
656
  'tubepress_addons_core_impl_listeners_cssjs_GalleryInitJsBaseParams'
657
  )->addTag(self::TAG_EVENT_LISTENER, array('event' => tubepress_api_const_event_EventNames::CSS_JS_GALLERY_INIT, 'method' => 'onGalleryInitJs', 'priority' => 10000))
658
+ ->addTag(self::TAG_TAGGED_SERVICES_CONSUMER, array('tag' => tubepress_spi_player_PluggablePlayerLocationService::_, 'method' => 'setPluggablePlayerLocations'));
659
  }
660
 
661
  private function _registerHttpTransportChain(tubepress_api_ioc_ContainerInterface $container)
713
  'ehough_shortstop_impl_listeners_response_ResponseDecodingListener__content',
714
  'ehough_shortstop_impl_listeners_response_ResponseDecodingListener'
715
  )->addArgument(new tubepress_impl_ioc_Reference('ehough_shortstop_spi_HttpContentDecoder'))
716
+ ->addArgument('Content')
717
+ ->addTag(self::TAG_EVENT_LISTENER, array('event' => ehough_shortstop_api_Events::RESPONSE, 'method' => 'onResponse', 'priority' => 10200));
718
  }
719
 
720
  private function _registerHttpTransferDecodingListener(tubepress_api_ioc_ContainerInterface $container)
724
  'ehough_shortstop_impl_listeners_response_ResponseDecodingListener__transfer',
725
  'ehough_shortstop_impl_listeners_response_ResponseDecodingListener'
726
  )->addArgument(new tubepress_impl_ioc_Reference('ehough_shortstop_spi_HttpTransferDecoder'))
727
+ ->addArgument('Transfer')
728
+ ->addTag(self::TAG_EVENT_LISTENER, array('event' => ehough_shortstop_api_Events::RESPONSE, 'method' => 'onResponse', 'priority' => 10300));
729
  }
730
 
731
  private function _registerHttpRequestLoggingListener(tubepress_api_ioc_ContainerInterface $container)
744
  'ehough_shortstop_impl_listeners_request_RequestDefaultHeadersListener',
745
  'ehough_shortstop_impl_listeners_request_RequestDefaultHeadersListener'
746
  )->addArgument(new tubepress_impl_ioc_Reference('ehough_shortstop_spi_HttpContentDecoder'))
747
+ ->addTag(self::TAG_EVENT_LISTENER, array('event' => ehough_shortstop_api_Events::REQUEST, 'method' => 'onPreRequest', 'priority' => 10000));
748
  }
749
 
750
  private function _registerHttpContentDecoder(tubepress_api_ioc_ContainerInterface $container)
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/ioc/RegisterListenersCompilerPass.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/ioc/RegisterTaggedServicesConsumerPass.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/StringMagicFilter.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/boot/OptionsStorageInitListener.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/cssjs/BaseUrlSetter.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/cssjs/GalleryInitJsBaseParams.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/html/JsConfig.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/html/PreCssHtmlListener.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/html/ThumbGalleryBaseJs.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/EmbeddedCoreVariables.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/PlayerLocationCoreVariables.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/SearchInputCoreVariables.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/SingleVideoCoreVariables.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/SingleVideoMeta.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/ThumbGalleryCoreVariables.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/ThumbGalleryEmbeddedImplName.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/ThumbGalleryPagination.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/ThumbGalleryPlayerLocation.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/template/ThumbGalleryVideoMeta.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/videogallerypage/PerPageSorter.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/videogallerypage/ResultCountCapper.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/videogallerypage/VideoBlacklist.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/listeners/videogallerypage/VideoPrepender.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/options/CoreOptionsProvider.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/options/ui/fields/GallerySourceField.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/options/ui/fields/MetaMultiSelectField.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/options/ui/fields/ParticipantFilterField.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/options/ui/fields/ThemeField.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/player/JqModalPluggablePlayerLocationService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/player/NormalPluggablePlayerLocationService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/player/PopupPluggablePlayerLocationService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/player/ShadowboxPluggablePlayerLocationService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/player/SoloPluggablePlayerLocationService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/player/StaticPluggablePlayerLocationService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/player/VimeoPluggablePlayerLocationService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/player/YouTubePluggablePlayerLocationService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/shortcode/SearchInputPluggableShortcodeHandlerService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/shortcode/SearchOutputPluggableShortcodeHandlerService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/shortcode/SingleVideoPluggableShortcodeHandlerService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/shortcode/SoloPlayerPluggableShortcodeHandlerService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/classes/tubepress/addons/core/impl/shortcode/ThumbGalleryPluggableShortcodeHandlerService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/core/resources/web/options-page/js/participant-filter.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
1
  /**
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
src/main/php/add-ons/embedplus/classes/tubepress/addons/embedplus/impl/embedded/EmbedPlusPluggableEmbeddedPlayerService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/embedplus/classes/tubepress/addons/embedplus/impl/ioc/EmbedPlusIocContainerExtension.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/embedplus/resources/templates/embedded/embedplus.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/jwplayer/classes/tubepress/addons/jwplayer/api/const/options/names/Embedded.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/jwplayer/classes/tubepress/addons/jwplayer/api/const/template/Variable.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/jwplayer/classes/tubepress/addons/jwplayer/impl/embedded/JwPlayerPluggableEmbeddedPlayerService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/jwplayer/classes/tubepress/addons/jwplayer/impl/ioc/JwPlayerIocContainerExtension.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/jwplayer/classes/tubepress/addons/jwplayer/impl/listeners/template/JwPlayerTemplateVars.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/jwplayer/classes/tubepress/addons/jwplayer/impl/options/JwPlayerOptionsProvider.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/jwplayer/resources/templates/embedded/longtail.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/api/const/VimeoEventNames.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/api/const/options/names/Embedded.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/api/const/options/names/Feed.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/api/const/options/names/GallerySource.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/api/const/options/names/Meta.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/api/const/options/values/GallerySourceValue.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/impl/embedded/VimeoPluggableEmbeddedPlayerService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/impl/ioc/VimeoIocContainerExtension.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/impl/listeners/http/VimeoHttpErrorResponseListener.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/impl/listeners/http/VimeoOauthRequestListener.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/impl/listeners/video/VimeoVideoConstructionListener.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/impl/options/VimeoOptionsProvider.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/impl/provider/VimeoPluggableVideoProviderService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/vimeo/classes/tubepress/addons/vimeo/impl/provider/VimeoUrlBuilder.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/vimeo/resources/templates/embedded/vimeo.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/api/const/options/names/WordPress.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/DefaultContentFilter.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/DefaultFrontEndCssAndJsInjector.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/DefaultWidgetHandler.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/DefaultWordPressFunctionWrapper.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/DefaultWpAdminHandler.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/ioc/WordPressIocContainerExtension.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/listeners/boot/WordPressApiIntegrator.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/listeners/html/CssJsDequerer.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/listeners/template/options/OptionsUiTemplateListener.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/message/WordPressMessageService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/options/WordPressOptionsProvider.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/options/WordPressStorageManager.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/impl/options/ui/fields/WpNonceField.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/spi/ContentFilter.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/spi/FrontEndCssAndJsInjector.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/spi/WidgetHandler.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/spi/WordPressFunctionWrapper.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/classes/tubepress/addons/wordpress/spi/WpAdminHandler.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/resources/templates/options_page.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/resources/templates/widget_controls.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/wordpress/web/options-gui/css/options-page.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
1
  /**
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
src/main/php/add-ons/wordpress/web/options-gui/js/iframe-loader.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
1
  /**
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/api/const/YouTubeEventNames.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/api/const/options/names/Embedded.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/api/const/options/names/Feed.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/api/const/options/names/GallerySource.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/api/const/options/names/Meta.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/api/const/options/values/GallerySourceValue.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/api/const/options/values/YouTube.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/impl/embedded/YouTubePluggableEmbeddedPlayerService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/impl/ioc/YouTubeIocContainerExtension.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/impl/listeners/http/YouTubeHttpErrorResponseListener.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/impl/listeners/options/YouTubePlaylistHandler.php CHANGED
@@ -1,6 +1,12 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2012 Eric D. Hough (eric@tubepress.org)
 
 
 
 
 
 
4
  */
5
  class tubepress_addons_youtube_impl_listeners_options_YouTubePlaylistHandler
6
  {
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
+ *
5
+ * This file is part of TubePress (http://tubepress.com)
6
+ *
7
+ * This Source Code Form is subject to the terms of the Mozilla Public
8
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
9
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
  */
11
  class tubepress_addons_youtube_impl_listeners_options_YouTubePlaylistHandler
12
  {
src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/impl/listeners/video/YouTubeVideoConstructionListener.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/impl/options/YouTubeOptionsProvider.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/impl/provider/YouTubePluggableVideoProviderService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/impl/provider/YouTubeUrlBuilder.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/add-ons/youtube/resources/templates/embedded/youtube.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/TubePress.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/const/event/EventNames.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/const/options/names/Advanced.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/const/options/names/Cache.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/const/options/names/Embedded.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/const/options/names/Feed.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/const/options/names/InteractiveSearch.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/const/options/names/Meta.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/const/options/names/OptionsUi.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/const/options/names/Output.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/const/options/names/Thumbs.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/const/options/values/OrderByValue.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/const/options/values/OutputValue.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/const/options/values/PerPageSortValue.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/const/options/values/PlayerImplementationValue.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/const/template/Variable.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/event/EventDispatcherInterface.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/event/EventInterface.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/ioc/CompilerPassInterface.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/ioc/ContainerExtensionInterface.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/ioc/ContainerInterface.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/ioc/DefinitionInterface.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - n2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/video/Video.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/api/video/VideoGalleryPage.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/addon/AddonBase.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/boot/AbstractCachingBootHelper.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/boot/DefaultAddonBooter.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/boot/DefaultAddonDiscoverer.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/boot/DefaultBootConfigService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/boot/DefaultClassLoadingHelper.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/boot/DefaultIocContainerBootHelper.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/boot/PrimaryBootstrapper.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/cache/ItemDecorator.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
@@ -82,7 +82,7 @@ class tubepress_impl_cache_ItemDecorator implements ehough_stash_interfaces_Item
82
  *
83
  * @return bool
84
  */
85
- public function set($value = null, $ttl = null)
86
  {
87
  $context = tubepress_impl_patterns_sl_ServiceLocator::getExecutionContext();
88
  $cleaningFactor = $context->get(tubepress_api_const_options_names_Cache::CACHE_CLEAN_FACTOR);
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
82
  *
83
  * @return bool
84
  */
85
+ public function set($value, $ttl = null)
86
  {
87
  $context = tubepress_impl_patterns_sl_ServiceLocator::getExecutionContext();
88
  $cleaningFactor = $context->get(tubepress_api_const_options_names_Cache::CACHE_CLEAN_FACTOR);
src/main/php/classes/tubepress/impl/cache/PoolDecorator.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/collector/DefaultVideoCollector.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/context/MemoryExecutionContext.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/embedded/DefaultEmbeddedPlayerHtmlGenerator.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/embedded/EmbeddedPlayerUtils.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/environment/SimpleEnvironmentDetector.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/event/DefaultEventDispatcher.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/event/TickertapeEventWrapper.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/feed/CacheAwareFeedFetcher.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/html/CssAndJsHtmlGenerator.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/html/CssAndJsRegistry.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/http/AbstractPluggableAjaxCommandService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/http/DefaultAjaxHandler.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/http/DefaultHttpRequestParameterService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/http/DefaultResponseCodeHandler.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/ioc/ChainRegistrar.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/ioc/CoreIocContainer.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/ioc/Definition.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - n2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/ioc/IconicContainer.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/ioc/Reference.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/listeners/options/ColorSanitizingListener.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/listeners/video/AbstractVideoConstructionListener.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/log/TubePressLoggingHandler.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/options/AbstractStorageManager.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/options/DefaultOptionDescriptorReference.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com);
4
  *
5
  * This file is part of TubePress (http://tubepress.com);
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com);
4
  *
5
  * This file is part of TubePress (http://tubepress.com);
6
  *
src/main/php/classes/tubepress/impl/options/DefaultOptionValidator.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/options/ui/BaseOptionsPageParticipant.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/options/ui/DefaultOptionsPage.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/options/ui/OptionsPageItem.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/options/ui/fields/AbstractMultiSelectField.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/options/ui/fields/AbstractOptionDescriptorBasedField.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/options/ui/fields/AbstractOptionsPageField.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/options/ui/fields/AbstractTemplateBasedOptionsPageField.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/options/ui/fields/BooleanField.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/options/ui/fields/DropdownField.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/options/ui/fields/GallerySourceRadioField.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/options/ui/fields/HiddenField.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/options/ui/fields/SpectrumColorField.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/options/ui/fields/TextField.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/patterns/sl/ServiceLocator.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/patterns/toposort/TopologicalSort.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 Eric D. Hough (http://ehough.com)
4
  *
5
- * This file is part of coauthor (https://github.com/ehough/coauthor)
6
  *
7
  * This Source Code Form is subject to the terms of the Mozilla Public
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
+ * This file is part of TubePress (http://tubepress.com)
6
  *
7
  * This Source Code Form is subject to the terms of the Mozilla Public
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
src/main/php/classes/tubepress/impl/player/DefaultPlayerHtmlGenerator.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/provider/AbstractPluggableVideoProviderService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/querystring/SimpleQueryStringService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/shortcode/DefaultShortcodeHtmlGenerator.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/shortcode/SimpleShortcodeParser.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/theme/SimpleThemeHandler.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/util/LangUtils.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/util/StringUtils.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/impl/util/TimeUtils.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/addon/Addon.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/boot/AddonBooter.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/boot/AddonDiscoverer.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/boot/BootConfigService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/boot/ClassLoadingHelper.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/boot/IocContainerHelper.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/collector/VideoCollector.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/const/http/ParamName.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/context/ExecutionContext.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/embedded/EmbeddedHtmlGenerator.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/embedded/PluggableEmbeddedPlayerService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/environment/EnvironmentDetector.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/event/EventBase.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/feed/FeedFetcher.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/html/CssAndJsHtmlGeneratorInterface.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/html/CssAndJsRegistryInterface.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/http/AjaxHandler.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/http/HttpRequestParameterService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/http/PluggableAjaxCommandService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/http/ResponseCodeHandler.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/message/MessageService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/options/OptionDescriptor.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/options/OptionDescriptorReference.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/options/OptionValidator.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/options/PluggableOptionDescriptorProvider.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/options/StorageManager.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/options/ui/OptionsPageFieldInterface.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/options/ui/OptionsPageInterface.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/options/ui/OptionsPageItemInterface.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/options/ui/PluggableOptionsPageParticipantInterface.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/player/PlayerHtmlGenerator.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/player/PluggablePlayerLocationService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/provider/PluggableVideoProviderService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/provider/UrlBuilder.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/querystring/QueryStringService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/shortcode/PluggableShortcodeHandlerService.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/shortcode/ShortcodeHtmlGenerator.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/shortcode/ShortcodeParser.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/theme/ThemeHandler.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/classes/tubepress/spi/version/Version.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/deprecated/classes/org/tubepress/api/const/options/names/Meta.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/deprecated/classes/org/tubepress/api/const/template/Variable.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/deprecated/classes/org/tubepress/template/Template.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/deprecated/classes/tubepress/plugins/vimeo/api/const/options/names/Meta.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/deprecated/classes/tubepress/plugins/youtube/api/const/options/names/Meta.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/scripts/boot.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/scripts/classmaps/bootstrap.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/php/scripts/classmaps/full.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/default-themes/default/gallery.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/default-themes/default/players/jqmodal.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/default-themes/default/players/normal.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/default-themes/default/players/popup.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/default-themes/default/players/shadowbox.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/default-themes/default/players/static.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/default-themes/default/search/search_input.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/default-themes/default/single_video.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/default-themes/sidebar/gallery.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/default-themes/vimeo/gallery.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/default-themes/vimeo/single_video.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/default-themes/youtube/gallery.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/default-themes/youtube/single_video.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/options-gui/field-templates/checkbox.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/options-gui/field-templates/dropdown.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/options-gui/field-templates/gallery-source-radio.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/options-gui/field-templates/hidden.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/options-gui/field-templates/multiselect.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/options-gui/field-templates/spectrum-color.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/options-gui/field-templates/text.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/options-gui/page-fragment-templates/errors.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/options-gui/page-fragment-templates/single-category.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/options-gui/page-fragment-templates/single-field.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/options-gui/page-fragment-templates/single-participant.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/options-gui/page-fragment-templates/success.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/resources/options-gui/page-fragment-templates/tabs-parent.tpl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/web/js/gallery-dev.js CHANGED
@@ -1,5 +1,5 @@
1
  /*!
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com).
3
  * This file is part of TubePress (http://tubepress.com).
4
  * This Source Code Form is subject to the terms of the Mozilla Public
5
  * License, v. 2.0. If a copy of the MPL was not distributed with this
1
  /*!
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com).
3
  * This file is part of TubePress (http://tubepress.com).
4
  * This Source Code Form is subject to the terms of the Mozilla Public
5
  * License, v. 2.0. If a copy of the MPL was not distributed with this
src/main/web/js/gallery.js CHANGED
@@ -1,5 +1,5 @@
1
  /*!
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com).
3
  * This file is part of TubePress (http://tubepress.com).
4
  * This Source Code Form is subject to the terms of the Mozilla Public
5
  * License, v. 2.0. If a copy of the MPL was not distributed with this
1
  /*!
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com).
3
  * This file is part of TubePress (http://tubepress.com).
4
  * This Source Code Form is subject to the terms of the Mozilla Public
5
  * License, v. 2.0. If a copy of the MPL was not distributed with this
src/main/web/js/tubepress-dev.js CHANGED
@@ -1,5 +1,5 @@
1
  /*!
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com).
3
  * This file is part of TubePress (http://tubepress.com).
4
  * This Source Code Form is subject to the terms of the Mozilla Public
5
  * License, v. 2.0. If a copy of the MPL was not distributed with this
1
  /*!
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com).
3
  * This file is part of TubePress (http://tubepress.com).
4
  * This Source Code Form is subject to the terms of the Mozilla Public
5
  * License, v. 2.0. If a copy of the MPL was not distributed with this
src/main/web/js/tubepress.js CHANGED
@@ -1,5 +1,5 @@
1
  /*!
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com).
3
  * This file is part of TubePress (http://tubepress.com).
4
  * This Source Code Form is subject to the terms of the Mozilla Public
5
  * License, v. 2.0. If a copy of the MPL was not distributed with this
1
  /*!
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com).
3
  * This file is part of TubePress (http://tubepress.com).
4
  * This Source Code Form is subject to the terms of the Mozilla Public
5
  * License, v. 2.0. If a copy of the MPL was not distributed with this
src/main/web/options-gui/js/bootstrap-field-error-handler.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
1
  /**
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
src/main/web/options-gui/js/bootstrap-multiselect-initializer.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
1
  /**
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
src/main/web/options-gui/js/participant-filter-handler.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
1
  /**
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
src/main/web/options-gui/js/spectrum-js-initializer.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
1
  /**
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
src/main/web/php/ajaxEndpoint.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
1
  <?php
2
  /**
3
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
4
  *
5
  * This file is part of TubePress (http://tubepress.com)
6
  *
src/main/web/players/jqmodal/jqmodal-dev.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
1
  /**
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
src/main/web/players/normal/normal-dev.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
1
  /**
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
src/main/web/players/popup/popup-dev.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
1
  /**
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
src/main/web/players/shadowbox/shadowbox-dev.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
1
  /**
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
src/main/web/players/solo/solo-dev.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
@@ -7,14 +7,14 @@
7
  * License, v. 2.0. If a copy of the MPL was not distributed with this
8
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
  */
10
- (function (jquery, tubePress, tubePressGallery) {
11
 
12
  /** http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ */
13
  'use strict';
14
 
15
  /* this stuff helps compression */
16
  var tubePressLangUtils = tubePress.Lang.Utils,
17
- galleryRegistry = tubePressGallery.Registry,
18
 
19
  isJqueryQueryAvailable = function () {
20
 
@@ -64,10 +64,10 @@
64
 
65
  scanAndModifyThumbs,
66
  isJqueryQueryAvailable,
67
- 300
68
  );
69
  }
70
 
71
  tubePress.Beacon.subscribe('tubepress.gallery.newthumbs', scanAndModifyThumbs);
72
 
73
- }(jQuery, TubePress, TubePressGallery));
1
  /**
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
7
  * License, v. 2.0. If a copy of the MPL was not distributed with this
8
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
  */
10
+ (function (jquery, tubePress) {
11
 
12
  /** http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ */
13
  'use strict';
14
 
15
  /* this stuff helps compression */
16
  var tubePressLangUtils = tubePress.Lang.Utils,
17
+ galleryRegistry = tubePress.Gallery.Registry,
18
 
19
  isJqueryQueryAvailable = function () {
20
 
64
 
65
  scanAndModifyThumbs,
66
  isJqueryQueryAvailable,
67
+ 100
68
  );
69
  }
70
 
71
  tubePress.Beacon.subscribe('tubepress.gallery.newthumbs', scanAndModifyThumbs);
72
 
73
+ }(jQuery, TubePress));
src/main/web/players/solo/solo.js CHANGED
@@ -1 +1 @@
1
- (function(d,c,f){var g=c.Lang.Utils,e=f.Registry,b=function(){return g.isDefined(d.query)},a=function(j){var i=j.lastIndexOf("_");return j.substring(16,i)},h=function(){d("a[id^='tubepress_']").each(function(){var j=d(this),i=j.attr("rel").split("_"),m,k,n,l=i[3];if(e.getPlayerLocationName(l)!=="solo"){return}k=a(j.attr("id"));m=e.getCurrentPageNumber(l);n=d.query.set("tubepress_video",k).set("tubepress_page",m).toString();j.attr("href",n);j.unbind("click")})};if(b()){h()}else{c.DomInjector.loadJs(c.Environment.getBaseUrl()+"/src/main/web/vendor/jquery.query/jQuery.query.js");g.callWhenTrue(h,b,300)}c.Beacon.subscribe("tubepress.gallery.newthumbs",h)}(jQuery,TubePress,TubePressGallery));
1
+ (function(d,c){var f=c.Lang.Utils,e=c.Gallery.Registry,b=function(){return f.isDefined(d.query)},a=function(i){var h=i.lastIndexOf("_");return i.substring(16,h)},g=function(){d("a[id^='tubepress_']").each(function(){var i=d(this),h=i.attr("rel").split("_"),l,j,m,k=h[3];if(e.getPlayerLocationName(k)!=="solo"){return}j=a(i.attr("id"));l=e.getCurrentPageNumber(k);m=d.query.set("tubepress_video",j).set("tubepress_page",l).toString();i.attr("href",m);i.unbind("click")})};if(b()){g()}else{c.DomInjector.loadJs(c.Environment.getBaseUrl()+"/src/main/web/vendor/jquery.query/jQuery.query.js");f.callWhenTrue(g,b,100)}c.Beacon.subscribe("tubepress.gallery.newthumbs",g)}(jQuery,TubePress));
src/main/web/players/static/static-dev.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
@@ -7,14 +7,14 @@
7
  * License, v. 2.0. If a copy of the MPL was not distributed with this
8
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
  */
10
- (function (jquery, tubePress, tubePressGallery) {
11
 
12
  /** http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ */
13
  'use strict';
14
 
15
  /* this stuff helps compression */
16
  var tubePressLangUtils = tubePress.Lang.Utils,
17
- galleryRegistry = tubePressGallery.Registry,
18
 
19
  isJqueryQueryAvailable = function () {
20
 
@@ -64,10 +64,10 @@
64
 
65
  scanAndModifyThumbs,
66
  isJqueryQueryAvailable,
67
- 300
68
  );
69
  }
70
 
71
  tubePress.Beacon.subscribe('tubepress.gallery.newthumbs', scanAndModifyThumbs);
72
 
73
- }(jQuery, TubePress, TubePressGallery));
1
  /**
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
7
  * License, v. 2.0. If a copy of the MPL was not distributed with this
8
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
  */
10
+ (function (jquery, tubePress) {
11
 
12
  /** http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ */
13
  'use strict';
14
 
15
  /* this stuff helps compression */
16
  var tubePressLangUtils = tubePress.Lang.Utils,
17
+ galleryRegistry = tubePress.Gallery.Registry,
18
 
19
  isJqueryQueryAvailable = function () {
20
 
64
 
65
  scanAndModifyThumbs,
66
  isJqueryQueryAvailable,
67
+ 100
68
  );
69
  }
70
 
71
  tubePress.Beacon.subscribe('tubepress.gallery.newthumbs', scanAndModifyThumbs);
72
 
73
+ }(jQuery, TubePress));
src/main/web/players/static/static.js CHANGED
@@ -1 +1 @@
1
- (function(d,c,f){var g=c.Lang.Utils,e=f.Registry,b=function(){return g.isDefined(d.query)},a=function(j){var i=j.lastIndexOf("_");return j.substring(16,i)},h=function(){d("a[id^='tubepress_']").each(function(){var j=d(this),i=j.attr("rel").split("_"),m,k,n,l=i[3];if(e.getPlayerLocationName(l)!=="static"){return}k=a(j.attr("id"));m=e.getCurrentPageNumber(l);n=d.query.set("tubepress_video",k).set("tubepress_page",m).toString();j.attr("href",n);j.unbind("click")})};if(b()){h()}else{c.DomInjector.loadJs(c.Environment.getBaseUrl()+"/src/main/web/vendor/jquery.query/jQuery.query.js");g.callWhenTrue(h,b,300)}c.Beacon.subscribe("tubepress.gallery.newthumbs",h)}(jQuery,TubePress,TubePressGallery));
1
+ (function(d,c){var f=c.Lang.Utils,e=c.Gallery.Registry,b=function(){return f.isDefined(d.query)},a=function(i){var h=i.lastIndexOf("_");return i.substring(16,h)},g=function(){d("a[id^='tubepress_']").each(function(){var i=d(this),h=i.attr("rel").split("_"),l,j,m,k=h[3];if(e.getPlayerLocationName(k)!=="static"){return}j=a(i.attr("id"));l=e.getCurrentPageNumber(k);m=d.query.set("tubepress_video",j).set("tubepress_page",l).toString();i.attr("href",m);i.unbind("click")})};if(b()){g()}else{c.DomInjector.loadJs(c.Environment.getBaseUrl()+"/src/main/web/vendor/jquery.query/jQuery.query.js");f.callWhenTrue(g,b,100)}c.Beacon.subscribe("tubepress.gallery.newthumbs",g)}(jQuery,TubePress));
src/main/web/players/vimeo/vimeo-dev.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
1
  /**
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
src/main/web/players/youtube/youtube-dev.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
1
  /**
2
+ * Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
3
  *
4
  * This file is part of TubePress (http://tubepress.com)
5
  *
tubepress.php CHANGED
@@ -4,10 +4,10 @@ Plugin Name: TubePress
4
  Plugin URI: http://tubepress.com
5
  Description: Displays gorgeous YouTube and Vimeo galleries in your posts, pages, and/or sidebar. Upgrade to <a href="http://tubepress.com/pro/">TubePress Pro</a> for more features!
6
  Author: TubePress LLC
7
- Version: 3.1.4
8
  Author URI: http://tubepress.com
9
 
10
- Copyright 2006 - 2013 TubePress LLC (http://tubepress.com)
11
 
12
  This file is part of TubePress (http://tubepress.com)
13
 
4
  Plugin URI: http://tubepress.com
5
  Description: Displays gorgeous YouTube and Vimeo galleries in your posts, pages, and/or sidebar. Upgrade to <a href="http://tubepress.com/pro/">TubePress Pro</a> for more features!
6
  Author: TubePress LLC
7
+ Version: 3.1.5
8
  Author URI: http://tubepress.com
9
 
10
+ Copyright 2006 - 2014 TubePress LLC (http://tubepress.com)
11
 
12
  This file is part of TubePress (http://tubepress.com)
13
 
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInitf9c5d3142ee6da076d9771d2ab1dfee5
6
  {
7
  private static $loader;
8
 
@@ -19,9 +19,9 @@ class ComposerAutoloaderInitf9c5d3142ee6da076d9771d2ab1dfee5
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInitf9c5d3142ee6da076d9771d2ab1dfee5', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInitf9c5d3142ee6da076d9771d2ab1dfee5', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit00cd452709c9e2cbe0c8885edbb893fa
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit00cd452709c9e2cbe0c8885edbb893fa', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit00cd452709c9e2cbe0c8885edbb893fa', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);
vendor/composer/installed.json CHANGED
@@ -1,4 +1,97 @@
1
  [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  {
3
  "name": "ehough/curly",
4
  "version": "1.0.3",
@@ -176,39 +269,37 @@
176
  "homepage": "https://github.com/ehough/coauthor"
177
  },
178
  {
179
- "name": "ehough/mockery",
180
- "version": "0.8.0",
181
- "version_normalized": "0.8.0.0",
182
  "source": {
183
  "type": "git",
184
- "url": "https://github.com/ehough/mockery.git",
185
- "reference": "baeb890e7335f2cca6362cb72e20cbdeaa35d968"
186
  },
187
  "dist": {
188
  "type": "zip",
189
- "url": "https://api.github.com/repos/ehough/mockery/zipball/baeb890e7335f2cca6362cb72e20cbdeaa35d968",
190
- "reference": "baeb890e7335f2cca6362cb72e20cbdeaa35d968",
191
  "shasum": ""
192
  },
193
  "require": {
194
- "lib-pcre": ">=7.0",
195
  "php": ">=5.2"
196
  },
197
  "require-dev": {
198
- "hamcrest/hamcrest": "1.1.0",
199
  "phpunit/phpunit": "3.7.*"
200
  },
201
- "time": "2013-07-17 20:15:35",
202
  "type": "library",
203
  "installation-source": "dist",
204
  "autoload": {
205
  "psr-0": {
206
- "ehough_mockery": "src/main/php"
207
  }
208
  },
209
  "notification-url": "https://packagist.org/downloads/",
210
  "license": [
211
- "BSD-3-Clause"
212
  ],
213
  "authors": [
214
  {
@@ -217,53 +308,44 @@
217
  "homepage": "http://ehough.com"
218
  }
219
  ],
220
- "description": "Fork of padraic/mockery compatible with PHP 5.2+.",
221
- "homepage": "https://github.com/ehough/mockery",
222
  "keywords": [
223
- "BDD",
224
- "TDD",
225
- "library",
226
- "mock",
227
- "mock objects",
228
- "mockery",
229
- "stub",
230
- "test",
231
- "test double",
232
- "testing"
233
  ]
234
  },
235
  {
236
- "name": "ehough/contemplate",
237
- "version": "1.0.4",
238
- "version_normalized": "1.0.4.0",
239
  "source": {
240
  "type": "git",
241
- "url": "https://github.com/ehough/contemplate.git",
242
- "reference": "15f8dc18c40e68fa354993fb8406791ccab134db"
243
  },
244
  "dist": {
245
  "type": "zip",
246
- "url": "https://api.github.com/repos/ehough/contemplate/zipball/15f8dc18c40e68fa354993fb8406791ccab134db",
247
- "reference": "15f8dc18c40e68fa354993fb8406791ccab134db",
248
  "shasum": ""
249
  },
250
  "require": {
251
- "php": ">=5.1.0"
 
252
  },
253
  "require-dev": {
254
  "phpunit/phpunit": "3.7.*"
255
  },
256
- "time": "2013-05-30 22:20:52",
257
  "type": "library",
258
  "installation-source": "dist",
259
  "autoload": {
260
  "psr-0": {
261
- "ehough_contemplate": "src/main/php"
262
  }
263
  },
264
  "notification-url": "https://packagist.org/downloads/",
265
  "license": [
266
- "MPL-2.0"
267
  ],
268
  "authors": [
269
  {
@@ -272,39 +354,43 @@
272
  "homepage": "http://ehough.com"
273
  }
274
  ],
275
- "description": "Template library that uses pure PHP syntax. Nothing new to learn, blazingly fast, and compatible with PHP 5.2+.",
276
- "homepage": "https://github.com/ehough/contemplate"
277
  },
278
  {
279
- "name": "symfony/yaml",
280
  "version": "v2.4.0",
281
  "version_normalized": "2.4.0.0",
282
- "target-dir": "Symfony/Component/Yaml",
283
  "source": {
284
  "type": "git",
285
- "url": "https://github.com/symfony/Yaml.git",
286
- "reference": "1ae235a1b9d3ad3d9f3860ff20acc072df95b7f5"
287
  },
288
  "dist": {
289
  "type": "zip",
290
- "url": "https://api.github.com/repos/symfony/Yaml/zipball/1ae235a1b9d3ad3d9f3860ff20acc072df95b7f5",
291
- "reference": "1ae235a1b9d3ad3d9f3860ff20acc072df95b7f5",
292
  "shasum": ""
293
  },
294
  "require": {
295
- "php": ">=5.3.3"
296
  },
297
- "time": "2013-11-26 16:40:27",
298
- "type": "library",
299
- "extra": {
300
- "branch-alias": {
301
- "dev-master": "2.4-dev"
302
- }
 
 
 
 
303
  },
 
 
304
  "installation-source": "dist",
305
  "autoload": {
306
  "psr-0": {
307
- "Symfony\\Component\\Yaml\\": ""
308
  }
309
  },
310
  "notification-url": "https://packagist.org/downloads/",
@@ -313,71 +399,318 @@
313
  ],
314
  "authors": [
315
  {
316
- "name": "Fabien Potencier",
317
- "email": "fabien@symfony.com"
318
- },
319
- {
320
- "name": "Symfony Community",
321
- "homepage": "http://symfony.com/contributors"
322
  }
323
  ],
324
- "description": "Symfony Yaml Component",
325
- "homepage": "http://symfony.com"
326
  },
327
  {
328
- "name": "phpunit/php-text-template",
329
- "version": "1.1.4",
330
- "version_normalized": "1.1.4.0",
331
  "source": {
332
  "type": "git",
333
- "url": "https://github.com/sebastianbergmann/php-text-template.git",
334
- "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23"
335
  },
336
  "dist": {
337
  "type": "zip",
338
- "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5180896f51c5b3648ac946b05f9ec02be78a0b23",
339
- "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23",
340
  "shasum": ""
341
  },
342
  "require": {
343
- "php": ">=5.3.3"
344
  },
345
- "time": "2012-10-31 18:15:28",
 
 
 
 
346
  "type": "library",
347
  "installation-source": "dist",
348
  "autoload": {
349
- "classmap": [
350
- "Text/"
351
- ]
352
  },
353
  "notification-url": "https://packagist.org/downloads/",
354
- "include-path": [
355
- ""
356
- ],
357
  "license": [
358
- "BSD-3-Clause"
359
  ],
360
  "authors": [
361
  {
362
- "name": "Sebastian Bergmann",
363
- "email": "sb@sebastian-bergmann.de",
364
- "role": "lead"
365
  }
366
  ],
367
- "description": "Simple template engine.",
368
- "homepage": "https://github.com/sebastianbergmann/php-text-template/",
369
  "keywords": [
370
- "template"
 
 
371
  ]
372
  },
373
  {
374
- "name": "phpunit/phpunit-mock-objects",
375
- "version": "1.2.3",
376
- "version_normalized": "1.2.3.0",
377
  "source": {
378
  "type": "git",
379
- "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
380
- "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
381
  },
382
  "dist": {
383
  "type": "zip",
@@ -704,338 +1037,5 @@
704
  "testing",
705
  "xunit"
706
  ]
707
- },
708
- {
709
- "name": "ehough/finder",
710
- "version": "v2.4.0",
711
- "version_normalized": "2.4.0.0",
712
- "source": {
713
- "type": "git",
714
- "url": "https://github.com/ehough/finder.git",
715
- "reference": "6070a85d73d38be99411861adfddead706833a34"
716
- },
717
- "dist": {
718
- "type": "zip",
719
- "url": "https://api.github.com/repos/ehough/finder/zipball/6070a85d73d38be99411861adfddead706833a34",
720
- "reference": "6070a85d73d38be99411861adfddead706833a34",
721
- "shasum": ""
722
- },
723
- "require": {
724
- "ehough/filesystem": "~2.0",
725
- "php": ">=5.2"
726
- },
727
- "require-dev": {
728
- "phpunit/phpunit": "3.7.*"
729
- },
730
- "time": "2013-12-05 00:28:26",
731
- "type": "library",
732
- "installation-source": "dist",
733
- "autoload": {
734
- "psr-0": {
735
- "ehough_finder": "src/main/php"
736
- }
737
- },
738
- "notification-url": "https://packagist.org/downloads/",
739
- "license": [
740
- "MIT"
741
- ],
742
- "authors": [
743
- {
744
- "name": "Eric Hough",
745
- "email": "eric@ehough.com",
746
- "homepage": "http://ehough.com"
747
- }
748
- ],
749
- "description": "Fork of Symfony's Finder Component compatible with PHP 5.2+"
750
- },
751
- {
752
- "name": "ehough/iconic",
753
- "version": "v2.4.0",
754
- "version_normalized": "2.4.0.0",
755
- "source": {
756
- "type": "git",
757
- "url": "https://github.com/ehough/iconic.git",
758
- "reference": "6f8008253cb525d97c283b0a7809b483ce0db43f"
759
- },
760
- "dist": {
761
- "type": "zip",
762
- "url": "https://api.github.com/repos/ehough/iconic/zipball/6f8008253cb525d97c283b0a7809b483ce0db43f",
763
- "reference": "6f8008253cb525d97c283b0a7809b483ce0db43f",
764
- "shasum": ""
765
- },
766
- "require": {
767
- "php": ">=5.2.0"
768
- },
769
- "require-dev": {
770
- "phpunit/phpunit": "3.7.*",
771
- "symfony/config": "~2.2",
772
- "symfony/expression-language": "~2.4",
773
- "symfony/yaml": "~2.0"
774
- },
775
- "suggest": {
776
- "symfony/config": "",
777
- "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
778
- "symfony/yaml": ""
779
- },
780
- "time": "2013-12-05 00:04:34",
781
- "type": "library",
782
- "installation-source": "dist",
783
- "autoload": {
784
- "psr-0": {
785
- "ehough_iconic": "src/main/php"
786
- }
787
- },
788
- "notification-url": "https://packagist.org/downloads/",
789
- "license": [
790
- "MIT"
791
- ],
792
- "authors": [
793
- {
794
- "name": "Eric Hough",
795
- "email": "eric@ehough.com",
796
- "homepage": "http://ehough.com"
797
- }
798
- ],
799
- "description": "Fork of Symfony's Dependency Injection component compatible with PHP 5.2+.",
800
- "homepage": "https://github.com/ehough/iconic"
801
- },
802
- {
803
- "name": "ehough/pulsar",
804
- "version": "v2.4.0",
805
- "version_normalized": "2.4.0.0",
806
- "source": {
807
- "type": "git",
808
- "url": "https://github.com/ehough/pulsar.git",
809
- "reference": "cbc89cafa739146111dfc8127ebe318bb64c159a"
810
- },
811
- "dist": {
812
- "type": "zip",
813
- "url": "https://api.github.com/repos/ehough/pulsar/zipball/cbc89cafa739146111dfc8127ebe318bb64c159a",
814
- "reference": "cbc89cafa739146111dfc8127ebe318bb64c159a",
815
- "shasum": ""
816
- },
817
- "require": {
818
- "php": ">=5.2"
819
- },
820
- "require-dev": {
821
- "phpunit/phpunit": "3.7.*",
822
- "symfony/finder": "~2.0"
823
- },
824
- "time": "2013-12-04 22:08:10",
825
- "type": "library",
826
- "installation-source": "dist",
827
- "autoload": {
828
- "psr-0": {
829
- "ehough_pulsar": "src/main/php"
830
- }
831
- },
832
- "notification-url": "https://packagist.org/downloads/",
833
- "license": [
834
- "MIT"
835
- ],
836
- "authors": [
837
- {
838
- "name": "Eric D. Hough",
839
- "email": "eric@ehough.com",
840
- "homepage": "http://ehough.com"
841
- }
842
- ],
843
- "description": "Intelligent classloaders PHP 5",
844
- "homepage": "https://github.com/ehough/pulsar",
845
- "keywords": [
846
- "autoload",
847
- "autoloader",
848
- "psr-0"
849
- ]
850
- },
851
- {
852
- "name": "ehough/epilog",
853
- "version": "1.7.0",
854
- "version_normalized": "1.7.0.0",
855
- "source": {
856
- "type": "git",
857
- "url": "https://github.com/ehough/epilog.git",
858
- "reference": "dbdb5edb126d5e09fb6cb05aab11451e584f8cbd"
859
- },
860
- "dist": {
861
- "type": "zip",
862
- "url": "https://api.github.com/repos/ehough/epilog/zipball/dbdb5edb126d5e09fb6cb05aab11451e584f8cbd",
863
- "reference": "dbdb5edb126d5e09fb6cb05aab11451e584f8cbd",
864
- "shasum": ""
865
- },
866
- "require": {
867
- "php": ">=5.2.0"
868
- },
869
- "require-dev": {
870
- "aws/aws-sdk-php": "~2.4.8",
871
- "doctrine/couchdb": "dev-master",
872
- "ehough/pulsar": "~2.3",
873
- "mlehner/gelf-php": "1.0.*",
874
- "phpunit/phpunit": "~3.7.0",
875
- "raven/raven": "0.5.*",
876
- "ruflin/elastica": "0.90.*"
877
- },
878
- "time": "2013-12-05 02:07:00",
879
- "type": "library",
880
- "installation-source": "dist",
881
- "autoload": {
882
- "psr-0": {
883
- "ehough_epilog": "src/main/php"
884
- }
885
- },
886
- "notification-url": "https://packagist.org/downloads/",
887
- "license": [
888
- "MIT"
889
- ],
890
- "authors": [
891
- {
892
- "name": "Eric Hough",
893
- "email": "eric@ehough.com",
894
- "homepage": "http://ehough.com"
895
- }
896
- ],
897
- "description": "Fork of seldaek/monolog compatible with PHP 5.2+.",
898
- "homepage": "https://github.com/ehough/epilog"
899
- },
900
- {
901
- "name": "ehough/tickertape",
902
- "version": "v2.4.0",
903
- "version_normalized": "2.4.0.0",
904
- "source": {
905
- "type": "git",
906
- "url": "https://github.com/ehough/tickertape.git",
907
- "reference": "d096f5591755ebc64fe67504243c413ccac79ceb"
908
- },
909
- "dist": {
910
- "type": "zip",
911
- "url": "https://api.github.com/repos/ehough/tickertape/zipball/d096f5591755ebc64fe67504243c413ccac79ceb",
912
- "reference": "d096f5591755ebc64fe67504243c413ccac79ceb",
913
- "shasum": ""
914
- },
915
- "require": {
916
- "php": ">=5.2"
917
- },
918
- "require-dev": {
919
- "ehough/iconic": "~2.3",
920
- "phpunit/phpunit": "3.7.*"
921
- },
922
- "time": "2013-12-04 21:04:42",
923
- "type": "library",
924
- "installation-source": "dist",
925
- "autoload": {
926
- "psr-0": {
927
- "ehough_tickertape": "src/main/php"
928
- }
929
- },
930
- "notification-url": "https://packagist.org/downloads/",
931
- "license": [
932
- "MIT"
933
- ],
934
- "authors": [
935
- {
936
- "name": "Eric Hough",
937
- "email": "eric@ehough.com",
938
- "homepage": "http://ehough.com"
939
- }
940
- ],
941
- "description": "Fork of Symfony's Event Dispatcher compatible with PHP 5.2+.",
942
- "homepage": "https://github.com/ehough/tickertape"
943
- },
944
- {
945
- "name": "ehough/filesystem",
946
- "version": "v2.4.0",
947
- "version_normalized": "2.4.0.0",
948
- "source": {
949
- "type": "git",
950
- "url": "https://github.com/ehough/filesystem.git",
951
- "reference": "8efba59e82f6fc4c855acdf09387ef6aaef9f235"
952
- },
953
- "dist": {
954
- "type": "zip",
955
- "url": "https://api.github.com/repos/ehough/filesystem/zipball/8efba59e82f6fc4c855acdf09387ef6aaef9f235",
956
- "reference": "8efba59e82f6fc4c855acdf09387ef6aaef9f235",
957
- "shasum": ""
958
- },
959
- "require": {
960
- "php": ">=5.2"
961
- },
962
- "require-dev": {
963
- "phpunit/phpunit": "3.7.*"
964
- },
965
- "time": "2013-12-04 20:26:38",
966
- "type": "library",
967
- "installation-source": "dist",
968
- "autoload": {
969
- "psr-0": {
970
- "ehough_filesystem": "src/main/php"
971
- }
972
- },
973
- "notification-url": "https://packagist.org/downloads/",
974
- "license": [
975
- "MIT"
976
- ],
977
- "authors": [
978
- {
979
- "name": "Eric Hough",
980
- "email": "eric@ehough.com",
981
- "homepage": "http://ehough.com"
982
- }
983
- ],
984
- "description": "Fork of Symfony's Filesystem Component compatible with PHP 5.2+",
985
- "keywords": [
986
- "filesystem"
987
- ]
988
- },
989
- {
990
- "name": "ehough/stash",
991
- "version": "v0.11.2",
992
- "version_normalized": "0.11.2.0",
993
- "source": {
994
- "type": "git",
995
- "url": "https://github.com/ehough/stash.git",
996
- "reference": "677f6f8bded32345541fc127ae2b3bbef224f643"
997
- },
998
- "dist": {
999
- "type": "zip",
1000
- "url": "https://api.github.com/repos/ehough/stash/zipball/677f6f8bded32345541fc127ae2b3bbef224f643",
1001
- "reference": "677f6f8bded32345541fc127ae2b3bbef224f643",
1002
- "shasum": ""
1003
- },
1004
- "require": {
1005
- "php": ">=5.2.0"
1006
- },
1007
- "require-dev": {
1008
- "phpunit/phpunit": "3.7.*"
1009
- },
1010
- "time": "2013-12-05 17:30:58",
1011
- "type": "library",
1012
- "installation-source": "dist",
1013
- "autoload": {
1014
- "psr-0": {
1015
- "ehough_stash": "src/main/php",
1016
- "ehough_stash_test": "src/test/php"
1017
- }
1018
- },
1019
- "notification-url": "https://packagist.org/downloads/",
1020
- "license": [
1021
- "BSD-3-Clause"
1022
- ],
1023
- "authors": [
1024
- {
1025
- "name": "Eric Hough",
1026
- "email": "eric@ehough.com",
1027
- "homepage": "http://ehough.com"
1028
- }
1029
- ],
1030
- "description": "Fork of tedivm/stash compatible with PHP 5.2+",
1031
- "homepage": "http://github.com/ehough/stash",
1032
- "keywords": [
1033
- "apc",
1034
- "cache",
1035
- "caching",
1036
- "memcached",
1037
- "redis",
1038
- "sessions"
1039
- ]
1040
  }
1041
  ]
1
  [
2
+ {
3
+ "name": "ehough/tickertape",
4
+ "version": "v2.4.0",
5
+ "version_normalized": "2.4.0.0",
6
+ "source": {
7
+ "type": "git",
8
+ "url": "https://github.com/ehough/tickertape.git",
9
+ "reference": "d096f5591755ebc64fe67504243c413ccac79ceb"
10
+ },
11
+ "dist": {
12
+ "type": "zip",
13
+ "url": "https://api.github.com/repos/ehough/tickertape/zipball/d096f5591755ebc64fe67504243c413ccac79ceb",
14
+ "reference": "d096f5591755ebc64fe67504243c413ccac79ceb",
15
+ "shasum": ""
16
+ },
17
+ "require": {
18
+ "php": ">=5.2"
19
+ },
20
+ "require-dev": {
21
+ "ehough/iconic": "~2.3",
22
+ "phpunit/phpunit": "3.7.*"
23
+ },
24
+ "time": "2013-12-04 21:04:42",
25
+ "type": "library",
26
+ "installation-source": "dist",
27
+ "autoload": {
28
+ "psr-0": {
29
+ "ehough_tickertape": "src/main/php"
30
+ }
31
+ },
32
+ "notification-url": "https://packagist.org/downloads/",
33
+ "license": [
34
+ "MIT"
35
+ ],
36
+ "authors": [
37
+ {
38
+ "name": "Eric Hough",
39
+ "email": "eric@ehough.com",
40
+ "homepage": "http://ehough.com"
41
+ }
42
+ ],
43
+ "description": "Fork of Symfony's Event Dispatcher compatible with PHP 5.2+.",
44
+ "homepage": "https://github.com/ehough/tickertape"
45
+ },
46
+ {
47
+ "name": "ehough/epilog",
48
+ "version": "1.7.0",
49
+ "version_normalized": "1.7.0.0",
50
+ "source": {
51
+ "type": "git",
52
+ "url": "https://github.com/ehough/epilog.git",
53
+ "reference": "dbdb5edb126d5e09fb6cb05aab11451e584f8cbd"
54
+ },
55
+ "dist": {
56
+ "type": "zip",
57
+ "url": "https://api.github.com/repos/ehough/epilog/zipball/dbdb5edb126d5e09fb6cb05aab11451e584f8cbd",
58
+ "reference": "dbdb5edb126d5e09fb6cb05aab11451e584f8cbd",
59
+ "shasum": ""
60
+ },
61
+ "require": {
62
+ "php": ">=5.2.0"
63
+ },
64
+ "require-dev": {
65
+ "aws/aws-sdk-php": "~2.4.8",
66
+ "doctrine/couchdb": "dev-master",
67
+ "ehough/pulsar": "~2.3",
68
+ "mlehner/gelf-php": "1.0.*",
69
+ "phpunit/phpunit": "~3.7.0",
70
+ "raven/raven": "0.5.*",
71
+ "ruflin/elastica": "0.90.*"
72
+ },
73
+ "time": "2013-12-05 02:07:00",
74
+ "type": "library",
75
+ "installation-source": "dist",
76
+ "autoload": {
77
+ "psr-0": {
78
+ "ehough_epilog": "src/main/php"
79
+ }
80
+ },
81
+ "notification-url": "https://packagist.org/downloads/",
82
+ "license": [
83
+ "MIT"
84
+ ],
85
+ "authors": [
86
+ {
87
+ "name": "Eric Hough",
88
+ "email": "eric@ehough.com",
89
+ "homepage": "http://ehough.com"
90
+ }
91
+ ],
92
+ "description": "Fork of seldaek/monolog compatible with PHP 5.2+.",
93
+ "homepage": "https://github.com/ehough/epilog"
94
+ },
95
  {
96
  "name": "ehough/curly",
97
  "version": "1.0.3",
269
  "homepage": "https://github.com/ehough/coauthor"
270
  },
271
  {
272
+ "name": "ehough/filesystem",
273
+ "version": "v2.4.0",
274
+ "version_normalized": "2.4.0.0",
275
  "source": {
276
  "type": "git",
277
+ "url": "https://github.com/ehough/filesystem.git",
278
+ "reference": "8efba59e82f6fc4c855acdf09387ef6aaef9f235"
279
  },
280
  "dist": {
281
  "type": "zip",
282
+ "url": "https://api.github.com/repos/ehough/filesystem/zipball/8efba59e82f6fc4c855acdf09387ef6aaef9f235",
283
+ "reference": "8efba59e82f6fc4c855acdf09387ef6aaef9f235",
284
  "shasum": ""
285
  },
286
  "require": {
 
287
  "php": ">=5.2"
288
  },
289
  "require-dev": {
 
290
  "phpunit/phpunit": "3.7.*"
291
  },
292
+ "time": "2013-12-04 20:26:38",
293
  "type": "library",
294
  "installation-source": "dist",
295
  "autoload": {
296
  "psr-0": {
297
+ "ehough_filesystem": "src/main/php"
298
  }
299
  },
300
  "notification-url": "https://packagist.org/downloads/",
301
  "license": [
302
+ "MIT"
303
  ],
304
  "authors": [
305
  {
308
  "homepage": "http://ehough.com"
309
  }
310
  ],
311
+ "description": "Fork of Symfony's Filesystem Component compatible with PHP 5.2+",
 
312
  "keywords": [
313
+ "filesystem"
 
 
 
 
 
 
 
 
 
314
  ]
315
  },
316
  {
317
+ "name": "ehough/finder",
318
+ "version": "v2.4.0",
319
+ "version_normalized": "2.4.0.0",
320
  "source": {
321
  "type": "git",
322
+ "url": "https://github.com/ehough/finder.git",
323
+ "reference": "6070a85d73d38be99411861adfddead706833a34"
324
  },
325
  "dist": {
326
  "type": "zip",
327
+ "url": "https://api.github.com/repos/ehough/finder/zipball/6070a85d73d38be99411861adfddead706833a34",
328
+ "reference": "6070a85d73d38be99411861adfddead706833a34",
329
  "shasum": ""
330
  },
331
  "require": {
332
+ "ehough/filesystem": "~2.0",
333
+ "php": ">=5.2"
334
  },
335
  "require-dev": {
336
  "phpunit/phpunit": "3.7.*"
337
  },
338
+ "time": "2013-12-05 00:28:26",
339
  "type": "library",
340
  "installation-source": "dist",
341
  "autoload": {
342
  "psr-0": {
343
+ "ehough_finder": "src/main/php"
344
  }
345
  },
346
  "notification-url": "https://packagist.org/downloads/",
347
  "license": [
348
+ "MIT"
349
  ],
350
  "authors": [
351
  {
354
  "homepage": "http://ehough.com"
355
  }
356
  ],
357
+ "description": "Fork of Symfony's Finder Component compatible with PHP 5.2+"
 
358
  },
359
  {
360
+ "name": "ehough/iconic",
361
  "version": "v2.4.0",
362
  "version_normalized": "2.4.0.0",
 
363
  "source": {
364
  "type": "git",
365
+ "url": "https://github.com/ehough/iconic.git",
366
+ "reference": "6f8008253cb525d97c283b0a7809b483ce0db43f"
367
  },
368
  "dist": {
369
  "type": "zip",
370
+ "url": "https://api.github.com/repos/ehough/iconic/zipball/6f8008253cb525d97c283b0a7809b483ce0db43f",
371
+ "reference": "6f8008253cb525d97c283b0a7809b483ce0db43f",
372
  "shasum": ""
373
  },
374
  "require": {
375
+ "php": ">=5.2.0"
376
  },
377
+ "require-dev": {
378
+ "phpunit/phpunit": "3.7.*",
379
+ "symfony/config": "~2.2",
380
+ "symfony/expression-language": "~2.4",
381
+ "symfony/yaml": "~2.0"
382
+ },
383
+ "suggest": {
384
+ "symfony/config": "",
385
+ "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
386
+ "symfony/yaml": ""
387
  },
388
+ "time": "2013-12-05 00:04:34",
389
+ "type": "library",
390
  "installation-source": "dist",
391
  "autoload": {
392
  "psr-0": {
393
+ "ehough_iconic": "src/main/php"
394
  }
395
  },
396
  "notification-url": "https://packagist.org/downloads/",
399
  ],
400
  "authors": [
401
  {
402
+ "name": "Eric Hough",
403
+ "email": "eric@ehough.com",
404
+ "homepage": "http://ehough.com"
 
 
 
405
  }
406
  ],
407
+ "description": "Fork of Symfony's Dependency Injection component compatible with PHP 5.2+.",
408
+ "homepage": "https://github.com/ehough/iconic"
409
  },
410
  {
411
+ "name": "ehough/pulsar",
412
+ "version": "v2.4.0",
413
+ "version_normalized": "2.4.0.0",
414
  "source": {
415
  "type": "git",
416
+ "url": "https://github.com/ehough/pulsar.git",
417
+ "reference": "cbc89cafa739146111dfc8127ebe318bb64c159a"
418
  },
419
  "dist": {
420
  "type": "zip",
421
+ "url": "https://api.github.com/repos/ehough/pulsar/zipball/cbc89cafa739146111dfc8127ebe318bb64c159a",
422
+ "reference": "cbc89cafa739146111dfc8127ebe318bb64c159a",
423
  "shasum": ""
424
  },
425
  "require": {
426
+ "php": ">=5.2"
427
  },
428
+ "require-dev": {
429
+ "phpunit/phpunit": "3.7.*",
430
+ "symfony/finder": "~2.0"
431
+ },
432
+ "time": "2013-12-04 22:08:10",
433
  "type": "library",
434
  "installation-source": "dist",
435
  "autoload": {
436
+ "psr-0": {
437
+ "ehough_pulsar": "src/main/php"
438
+ }
439
  },
440
  "notification-url": "https://packagist.org/downloads/",
 
 
 
441
  "license": [
442
+ "MIT"
443
  ],
444
  "authors": [
445
  {
446
+ "name": "Eric D. Hough",
447
+ "email": "eric@ehough.com",
448
+ "homepage": "http://ehough.com"
449
  }
450
  ],
451
+ "description": "Intelligent classloaders PHP 5",
452
+ "homepage": "https://github.com/ehough/pulsar",
453
  "keywords": [
454
+ "autoload",
455
+ "autoloader",
456
+ "psr-0"
457
  ]
458
  },
459
  {
460
+ "name": "ehough/mockery",
461
+ "version": "0.8.0",
462
+ "version_normalized": "0.8.0.0",
463
  "source": {
464
  "type": "git",
465
+ "url": "https://github.com/ehough/mockery.git",
466
+ "reference": "baeb890e7335f2cca6362cb72e20cbdeaa35d968"
467
+ },
468
+ "dist": {
469
+ "type": "zip",
470
+ "url": "https://api.github.com/repos/ehough/mockery/zipball/baeb890e7335f2cca6362cb72e20cbdeaa35d968",
471
+ "reference": "baeb890e7335f2cca6362cb72e20cbdeaa35d968",
472
+ "shasum": ""
473
+ },
474
+ "require": {
475
+ "lib-pcre": ">=7.0",
476
+ "php": ">=5.2"
477
+ },
478
+ "require-dev": {
479
+ "hamcrest/hamcrest": "1.1.0",
480
+ "phpunit/phpunit": "3.7.*"
481
+ },
482
+ "time": "2013-07-17 20:15:35",
483
+ "type": "library",
484
+ "installation-source": "dist",
485
+ "autoload": {
486
+ "psr-0": {
487
+ "ehough_mockery": "src/main/php"
488
+ }
489
+ },
490
+ "notification-url": "https://packagist.org/downloads/",
491
+ "license": [
492
+ "BSD-3-Clause"
493
+ ],
494
+ "authors": [
495
+ {
496
+ "name": "Eric Hough",
497
+ "email": "eric@ehough.com",
498
+ "homepage": "http://ehough.com"
499
+ }
500
+ ],
501
+ "description": "Fork of padraic/mockery compatible with PHP 5.2+.",
502
+ "homepage": "https://github.com/ehough/mockery",
503
+ "keywords": [
504
+ "BDD",
505
+ "TDD",
506
+ "library",
507
+ "mock",
508
+ "mock objects",
509
+ "mockery",
510
+ "stub",
511
+ "test",
512
+ "test double",
513
+ "testing"
514
+ ]
515
+ },
516
+ {
517
+ "name": "ehough/contemplate",
518
+ "version": "1.0.4",
519
+ "version_normalized": "1.0.4.0",
520
+ "source": {
521
+ "type": "git",
522
+ "url": "https://github.com/ehough/contemplate.git",
523
+ "reference": "15f8dc18c40e68fa354993fb8406791ccab134db"
524
+ },
525
+ "dist": {
526
+ "type": "zip",
527
+ "url": "https://api.github.com/repos/ehough/contemplate/zipball/15f8dc18c40e68fa354993fb8406791ccab134db",
528
+ "reference": "15f8dc18c40e68fa354993fb8406791ccab134db",
529
+ "shasum": ""
530
+ },
531
+ "require": {
532
+ "php": ">=5.1.0"
533
+ },
534
+ "require-dev": {
535
+ "phpunit/phpunit": "3.7.*"
536
+ },
537
+ "time": "2013-05-30 22:20:52",
538
+ "type": "library",
539
+ "installation-source": "dist",
540
+ "autoload": {
541
+ "psr-0": {
542
+ "ehough_contemplate": "src/main/php"
543
+ }
544
+ },
545
+ "notification-url": "https://packagist.org/downloads/",
546
+ "license": [
547
+ "MPL-2.0"
548
+ ],
549
+ "authors": [
550
+ {
551
+ "name": "Eric Hough",
552
+ "email": "eric@ehough.com",
553
+ "homepage": "http://ehough.com"
554
+ }
555
+ ],
556
+ "description": "Template library that uses pure PHP syntax. Nothing new to learn, blazingly fast, and compatible with PHP 5.2+.",
557
+ "homepage": "https://github.com/ehough/contemplate"
558
+ },
559
+ {
560
+ "name": "ehough/stash",
561
+ "version": "v0.11.4",
562
+ "version_normalized": "0.11.4.0",
563
+ "source": {
564
+ "type": "git",
565
+ "url": "https://github.com/ehough/stash.git",
566
+ "reference": "199a06cced0e8ba5441f2d09b9fc0fa1e1a83d6c"
567
+ },
568
+ "dist": {
569
+ "type": "zip",
570
+ "url": "https://api.github.com/repos/ehough/stash/zipball/199a06cced0e8ba5441f2d09b9fc0fa1e1a83d6c",
571
+ "reference": "199a06cced0e8ba5441f2d09b9fc0fa1e1a83d6c",
572
+ "shasum": ""
573
+ },
574
+ "require": {
575
+ "php": ">=5.2.0"
576
+ },
577
+ "require-dev": {
578
+ "phpunit/phpunit": "3.7.*"
579
+ },
580
+ "time": "2013-12-29 23:18:35",
581
+ "type": "library",
582
+ "installation-source": "dist",
583
+ "autoload": {
584
+ "psr-0": {
585
+ "ehough_stash": "src/main/php",
586
+ "ehough_stash_test": "src/test/php"
587
+ }
588
+ },
589
+ "notification-url": "https://packagist.org/downloads/",
590
+ "license": [
591
+ "BSD-3-Clause"
592
+ ],
593
+ "authors": [
594
+ {
595
+ "name": "Eric Hough",
596
+ "email": "eric@ehough.com",
597
+ "homepage": "http://ehough.com"
598
+ }
599
+ ],
600
+ "description": "Fork of tedivm/stash compatible with PHP 5.2+",
601
+ "homepage": "http://github.com/ehough/stash",
602
+ "keywords": [
603
+ "apc",
604
+ "cache",
605
+ "caching",
606
+ "memcached",
607
+ "redis",
608
+ "sessions"
609
+ ]
610
+ },
611
+ {
612
+ "name": "symfony/yaml",
613
+ "version": "v2.4.0",
614
+ "version_normalized": "2.4.0.0",
615
+ "target-dir": "Symfony/Component/Yaml",
616
+ "source": {
617
+ "type": "git",
618
+ "url": "https://github.com/symfony/Yaml.git",
619
+ "reference": "1ae235a1b9d3ad3d9f3860ff20acc072df95b7f5"
620
+ },
621
+ "dist": {
622
+ "type": "zip",
623
+ "url": "https://api.github.com/repos/symfony/Yaml/zipball/1ae235a1b9d3ad3d9f3860ff20acc072df95b7f5",
624
+ "reference": "1ae235a1b9d3ad3d9f3860ff20acc072df95b7f5",
625
+ "shasum": ""
626
+ },
627
+ "require": {
628
+ "php": ">=5.3.3"
629
+ },
630
+ "time": "2013-11-26 16:40:27",
631
+ "type": "library",
632
+ "extra": {
633
+ "branch-alias": {
634
+ "dev-master": "2.4-dev"
635
+ }
636
+ },
637
+ "installation-source": "dist",
638
+ "autoload": {
639
+ "psr-0": {
640
+ "Symfony\\Component\\Yaml\\": ""
641
+ }
642
+ },
643
+ "notification-url": "https://packagist.org/downloads/",
644
+ "license": [
645
+ "MIT"
646
+ ],
647
+ "authors": [
648
+ {
649
+ "name": "Fabien Potencier",
650
+ "email": "fabien@symfony.com"
651
+ },
652
+ {
653
+ "name": "Symfony Community",
654
+ "homepage": "http://symfony.com/contributors"
655
+ }
656
+ ],
657
+ "description": "Symfony Yaml Component",
658
+ "homepage": "http://symfony.com"
659
+ },
660
+ {
661
+ "name": "phpunit/php-text-template",
662
+ "version": "1.1.4",
663
+ "version_normalized": "1.1.4.0",
664
+ "source": {
665
+ "type": "git",
666
+ "url": "https://github.com/sebastianbergmann/php-text-template.git",
667
+ "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23"
668
+ },
669
+ "dist": {
670
+ "type": "zip",
671
+ "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5180896f51c5b3648ac946b05f9ec02be78a0b23",
672
+ "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23",
673
+ "shasum": ""
674
+ },
675
+ "require": {
676
+ "php": ">=5.3.3"
677
+ },
678
+ "time": "2012-10-31 18:15:28",
679
+ "type": "library",
680
+ "installation-source": "dist",
681
+ "autoload": {
682
+ "classmap": [
683
+ "Text/"
684
+ ]
685
+ },
686
+ "notification-url": "https://packagist.org/downloads/",
687
+ "include-path": [
688
+ ""
689
+ ],
690
+ "license": [
691
+ "BSD-3-Clause"
692
+ ],
693
+ "authors": [
694
+ {
695
+ "name": "Sebastian Bergmann",
696
+ "email": "sb@sebastian-bergmann.de",
697
+ "role": "lead"
698
+ }
699
+ ],
700
+ "description": "Simple template engine.",
701
+ "homepage": "https://github.com/sebastianbergmann/php-text-template/",
702
+ "keywords": [
703
+ "template"
704
+ ]
705
+ },
706
+ {
707
+ "name": "phpunit/phpunit-mock-objects",
708
+ "version": "1.2.3",
709
+ "version_normalized": "1.2.3.0",
710
+ "source": {
711
+ "type": "git",
712
+ "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
713
+ "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
714
  },
715
  "dist": {
716
  "type": "zip",
1037
  "testing",
1038
  "xunit"
1039
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1040
  }
1041
  ]
vendor/ehough/stash/src/main/php/ehough/stash/driver/Apc.php CHANGED
@@ -138,6 +138,10 @@ class ehough_stash_driver_Apc implements ehough_stash_interfaces_DriverInterface
138
  */
139
  public static function isAvailable()
140
  {
 
 
 
 
141
  return (extension_loaded('apc') && ini_get('apc.enabled'))
142
  && ((php_sapi_name() !== 'cli') || ini_get('apc.enable_cli'));
143
  }
@@ -159,9 +163,9 @@ class ehough_stash_driver_Apc implements ehough_stash_interfaces_DriverInterface
159
 
160
  protected function getCacheTime($expiration)
161
  {
162
- $life = $expiration - time(true);
163
 
164
- return $this->ttl > $life ? $this->ttl : $life;
165
  }
166
 
167
  }
138
  */
139
  public static function isAvailable()
140
  {
141
+ // HHVM has some of the APC extension, but not all of it.
142
+ if(!class_exists('APCIterator'))
143
+ return false;
144
+
145
  return (extension_loaded('apc') && ini_get('apc.enabled'))
146
  && ((php_sapi_name() !== 'cli') || ini_get('apc.enable_cli'));
147
  }
163
 
164
  protected function getCacheTime($expiration)
165
  {
166
+ $life = $expiration - time();
167
 
168
+ return $this->ttl < $life ? $this->ttl : $life;
169
  }
170
 
171
  }
vendor/ehough/stash/src/main/php/ehough/stash/driver/Ephemeral.php CHANGED
@@ -33,14 +33,15 @@ class ehough_stash_driver_Ephemeral implements ehough_stash_interfaces_DriverInt
33
 
34
  public function getData($key)
35
  {
36
- return isset($this->store[$this->getKeyIndex($key)]) ? $this->store[$this->getKeyIndex($key)] : false;
 
37
  }
38
 
39
  protected function getKeyIndex($key)
40
  {
41
  $index = '';
42
  foreach ($key as $value) {
43
- $index .= str_replace('#', ':', $value) . '#';
44
  }
45
 
46
  return $index;
33
 
34
  public function getData($key)
35
  {
36
+ $key = $this->getKeyIndex($key);
37
+ return isset($this->store[$key]) ? $this->store[$key] : false;
38
  }
39
 
40
  protected function getKeyIndex($key)
41
  {
42
  $index = '';
43
  foreach ($key as $value) {
44
+ $index .= str_replace('#', '#:', $value) . '#';
45
  }
46
 
47
  return $index;
vendor/ehough/stash/src/main/php/ehough/stash/driver/Memcache.php CHANGED
@@ -24,8 +24,7 @@ class ehough_stash_driver_Memcache implements ehough_stash_interfaces_DriverInte
24
  * @var ehough_stash_driver_sub_Memcache|ehough_stash_driver_sub_Memcached
25
  */
26
  protected $memcache;
27
-
28
- protected $disabled = false;
29
 
30
  /**
31
  *
24
  * @var ehough_stash_driver_sub_Memcache|ehough_stash_driver_sub_Memcached
25
  */
26
  protected $memcache;
27
+ protected $keyCache = array();
 
28
 
29
  /**
30
  *