Changeset 1491165
- Timestamp:
- 09/06/2016 02:20:33 PM (10 years ago)
- Location:
- wcp-openweather/tags/2.2.2
- Files:
-
- 126 added
- 507 copied
-
. (added)
-
.gitignore (copied) (copied from wcp-openweather/trunk/.gitignore) (view diffs)
-
LICENSE (copied) (copied from wcp-openweather/trunk/LICENSE) (view diffs)
-
README.md (copied) (copied from wcp-openweather/trunk/README.md) (view diffs)
-
agp-core (added)
-
agp-core/LICENSE (copied) (copied from wcp-openweather/trunk/agp-core/LICENSE) (view diffs)
-
agp-core/README.md (copied) (copied from wcp-openweather/trunk/agp-core/README.md) (view diffs)
-
agp-core/agp-core-functions.php (copied) (copied from wcp-openweather/trunk/agp-core/agp-core-functions.php) (view diffs)
-
agp-core/agp-core.php (copied) (copied from wcp-openweather/trunk/agp-core/agp-core.php) (view diffs)
-
agp-core/assets (added)
-
agp-core/assets/repeater (added)
-
agp-core/assets/repeater/css (added)
-
agp-core/assets/repeater/css/admin.css (copied) (copied from wcp-openweather/trunk/agp-core/assets/repeater/css/admin.css) (view diffs)
-
agp-core/assets/repeater/css/style.css (copied) (copied from wcp-openweather/trunk/agp-core/assets/repeater/css/style.css) (view diffs)
-
agp-core/assets/repeater/js (added)
-
agp-core/assets/repeater/js/admin.js (copied) (copied from wcp-openweather/trunk/agp-core/assets/repeater/js/admin.js) (view diffs)
-
agp-core/assets/repeater/js/main.js (copied) (copied from wcp-openweather/trunk/agp-core/assets/repeater/js/main.js) (view diffs)
-
agp-core/classes (added)
-
agp-core/classes/Agp_Autoloader.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/Agp_Autoloader.class.php) (view diffs)
-
agp-core/classes/Agp_Module.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/Agp_Module.class.php) (view diffs)
-
agp-core/classes/ajax (added)
-
agp-core/classes/ajax/Agp_AjaxAbstract.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/ajax/Agp_AjaxAbstract.class.php) (view diffs)
-
agp-core/classes/config (added)
-
agp-core/classes/config/Agp_ConfigAbstract.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/config/Agp_ConfigAbstract.class.php) (view diffs)
-
agp-core/classes/config/Agp_SettingsAbstract.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/config/Agp_SettingsAbstract.class.php) (view diffs)
-
agp-core/classes/curl (added)
-
agp-core/classes/curl/Agp_Curl.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/curl/Agp_Curl.class.php) (view diffs)
-
agp-core/classes/database (added)
-
agp-core/classes/database/Agp_DbAbstract.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/database/Agp_DbAbstract.class.php) (view diffs)
-
agp-core/classes/database/Agp_MySqlDb.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/database/Agp_MySqlDb.class.php) (view diffs)
-
agp-core/classes/error (added)
-
agp-core/classes/error/Agp_DbConnectException.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/error/Agp_DbConnectException.class.php) (view diffs)
-
agp-core/classes/error/Agp_ExceptionAbstract.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/error/Agp_ExceptionAbstract.class.php) (view diffs)
-
agp-core/classes/error/Agp_ExceptionInterface.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/error/Agp_ExceptionInterface.class.php) (view diffs)
-
agp-core/classes/fields (added)
-
agp-core/classes/fields/Agp_RepeaterAbstract.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/fields/Agp_RepeaterAbstract.class.php) (view diffs)
-
agp-core/classes/persistence (added)
-
agp-core/classes/persistence/Agp_MultiSelectRepository.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/persistence/Agp_MultiSelectRepository.class.php) (view diffs)
-
agp-core/classes/persistence/Agp_RepositoryAbstract.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/persistence/Agp_RepositoryAbstract.class.php) (view diffs)
-
agp-core/classes/persistence/Agp_SingleSelectRepository.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/persistence/Agp_SingleSelectRepository.class.php) (view diffs)
-
agp-core/classes/persistence/entity (added)
-
agp-core/classes/persistence/entity/Agp_Entity.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/persistence/entity/Agp_Entity.class.php) (view diffs)
-
agp-core/classes/persistence/entity/Agp_EntityAbstract.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/persistence/entity/Agp_EntityAbstract.class.php) (view diffs)
-
agp-core/classes/persistence/entity/Agp_PostEntity.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/persistence/entity/Agp_PostEntity.class.php) (view diffs)
-
agp-core/classes/persistence/entity/Agp_TaxonomyEntity.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/persistence/entity/Agp_TaxonomyEntity.class.php) (view diffs)
-
agp-core/classes/persistence/session (added)
-
agp-core/classes/persistence/session/Agp_CookieAbstract.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/persistence/session/Agp_CookieAbstract.class.php) (view diffs)
-
agp-core/classes/persistence/session/Agp_Session.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/persistence/session/Agp_Session.class.php) (view diffs)
-
agp-core/classes/persistence/session/Agp_SessionAbstract.class.php (copied) (copied from wcp-openweather/trunk/agp-core/classes/persistence/session/Agp_SessionAbstract.class.php) (view diffs)
-
agp-core/readme.txt (copied) (copied from wcp-openweather/trunk/agp-core/readme.txt) (view diffs)
-
agp-core/templates (added)
-
agp-core/templates/admin (added)
-
agp-core/templates/admin/fields (added)
-
agp-core/templates/admin/fields/repeater (added)
-
agp-core/templates/admin/fields/repeater/header.php (copied) (copied from wcp-openweather/trunk/agp-core/templates/admin/fields/repeater/header.php) (view diffs)
-
agp-core/templates/admin/fields/repeater/layout.php (copied) (copied from wcp-openweather/trunk/agp-core/templates/admin/fields/repeater/layout.php) (view diffs)
-
agp-core/templates/admin/fields/repeater/row.php (copied) (copied from wcp-openweather/trunk/agp-core/templates/admin/fields/repeater/row.php) (view diffs)
-
agp-core/templates/admin/options (added)
-
agp-core/templates/admin/options/fields (added)
-
agp-core/templates/admin/options/fields/checkbox.php (copied) (copied from wcp-openweather/trunk/agp-core/templates/admin/options/fields/checkbox.php) (view diffs)
-
agp-core/templates/admin/options/fields/colorpicker.php (copied) (copied from wcp-openweather/trunk/agp-core/templates/admin/options/fields/colorpicker.php) (view diffs)
-
agp-core/templates/admin/options/fields/hidden.php (copied) (copied from wcp-openweather/trunk/agp-core/templates/admin/options/fields/hidden.php) (view diffs)
-
agp-core/templates/admin/options/fields/number.php (copied) (copied from wcp-openweather/trunk/agp-core/templates/admin/options/fields/number.php) (view diffs)
-
agp-core/templates/admin/options/fields/select.php (copied) (copied from wcp-openweather/trunk/agp-core/templates/admin/options/fields/select.php) (view diffs)
-
agp-core/templates/admin/options/fields/text.php (copied) (copied from wcp-openweather/trunk/agp-core/templates/admin/options/fields/text.php) (view diffs)
-
agp-core/templates/admin/options/fields/textarea.php (copied) (copied from wcp-openweather/trunk/agp-core/templates/admin/options/fields/textarea.php) (view diffs)
-
agp-core/templates/admin/options/layout.php (copied) (copied from wcp-openweather/trunk/agp-core/templates/admin/options/layout.php) (view diffs)
-
agp-core/templates/admin/options/render-page.php (copied) (copied from wcp-openweather/trunk/agp-core/templates/admin/options/render-page.php) (view diffs)
-
agp-core/templates/admin/options/render-tabs.php (copied) (copied from wcp-openweather/trunk/agp-core/templates/admin/options/render-tabs.php) (view diffs)
-
assets (added)
-
assets/css (added)
-
assets/css/admin.css (copied) (copied from wcp-openweather/trunk/assets/css/admin.css) (view diffs)
-
assets/css/style.css (copied) (copied from wcp-openweather/trunk/assets/css/style.css) (view diffs)
-
assets/fonts (added)
-
assets/fonts/roboto-bold.eot (copied) (copied from wcp-openweather/trunk/assets/fonts/roboto-bold.eot) (view diffs)
-
assets/fonts/roboto-bold.svg (copied) (copied from wcp-openweather/trunk/assets/fonts/roboto-bold.svg) (view diffs)
-
assets/fonts/roboto-bold.ttf (copied) (copied from wcp-openweather/trunk/assets/fonts/roboto-bold.ttf) (view diffs)
-
assets/fonts/roboto-bold.woff (copied) (copied from wcp-openweather/trunk/assets/fonts/roboto-bold.woff) (view diffs)
-
assets/fonts/roboto-regular.eot (copied) (copied from wcp-openweather/trunk/assets/fonts/roboto-regular.eot) (view diffs)
-
assets/fonts/roboto-regular.svg (copied) (copied from wcp-openweather/trunk/assets/fonts/roboto-regular.svg) (view diffs)
-
assets/fonts/roboto-regular.ttf (copied) (copied from wcp-openweather/trunk/assets/fonts/roboto-regular.ttf) (view diffs)
-
assets/fonts/roboto-regular.woff (copied) (copied from wcp-openweather/trunk/assets/fonts/roboto-regular.woff) (view diffs)
-
assets/images (added)
-
assets/images/icons (added)
-
assets/images/icons/icon-128x128.png (copied) (copied from wcp-openweather/trunk/assets/images/icons/icon-128x128.png) (view diffs)
-
assets/images/icons/icon-metro-theme-256x256.png (copied) (copied from wcp-openweather/trunk/assets/images/icons/icon-metro-theme-256x256.png) (view diffs)
-
assets/images/icons/icon-theme-256x256.png (copied) (copied from wcp-openweather/trunk/assets/images/icons/icon-theme-256x256.png) (view diffs)
-
assets/images/noimage.png (copied) (copied from wcp-openweather/trunk/assets/images/noimage.png) (view diffs)
-
assets/js (added)
-
assets/js/admin.js (copied) (copied from wcp-openweather/trunk/assets/js/admin.js) (view diffs)
-
assets/js/customize.js (copied) (copied from wcp-openweather/trunk/assets/js/customize.js) (view diffs)
-
assets/js/googlemap.js (copied) (copied from wcp-openweather/trunk/assets/js/googlemap.js) (view diffs)
-
assets/js/ico.png (copied) (copied from wcp-openweather/trunk/assets/js/ico.png) (view diffs)
-
assets/js/main.js (copied) (copied from wcp-openweather/trunk/assets/js/main.js) (view diffs)
-
assets/js/upload-media.js (copied) (copied from wcp-openweather/trunk/assets/js/upload-media.js) (view diffs)
-
assets/js/wcp-openweather.js (copied) (copied from wcp-openweather/trunk/assets/js/wcp-openweather.js) (view diffs)
-
assets/libs (added)
-
assets/libs/colorbox (added)
-
assets/libs/colorbox/colorbox.css (copied) (copied from wcp-openweather/trunk/assets/libs/colorbox/colorbox.css) (view diffs)
-
assets/libs/colorbox/images (added)
-
assets/libs/colorbox/images/controls.png (copied) (copied from wcp-openweather/trunk/assets/libs/colorbox/images/controls.png) (view diffs)
-
assets/libs/colorbox/images/loading.gif (copied) (copied from wcp-openweather/trunk/assets/libs/colorbox/images/loading.gif) (view diffs)
-
assets/libs/colorbox/jquery.colorbox-min.js (copied) (copied from wcp-openweather/trunk/assets/libs/colorbox/jquery.colorbox-min.js) (view diffs)
-
assets/libs/iris (added)
-
assets/libs/iris/iris.min.js (copied) (copied from wcp-openweather/trunk/assets/libs/iris/iris.min.js) (view diffs)
-
classes (added)
-
classes/Ajax.class.php (copied) (copied from wcp-openweather/trunk/classes/Ajax.class.php) (view diffs)
-
classes/GeoIp.class.php (copied) (copied from wcp-openweather/trunk/classes/GeoIp.class.php) (view diffs)
-
classes/RPw.class.php (copied) (copied from wcp-openweather/trunk/classes/RPw.class.php) (view diffs)
-
classes/Settings.class.php (copied) (copied from wcp-openweather/trunk/classes/Settings.class.php) (view diffs)
-
classes/UserOptions.class.php (copied) (copied from wcp-openweather/trunk/classes/UserOptions.class.php) (view diffs)
-
classes/api (added)
-
classes/api/OpenWeather.class.php (copied) (copied from wcp-openweather/trunk/classes/api/OpenWeather.class.php) (view diffs)
-
classes/persistence (added)
-
classes/persistence/CityEntity.class.php (copied) (copied from wcp-openweather/trunk/classes/persistence/CityEntity.class.php) (view diffs)
-
classes/persistence/Convertor.class.php (copied) (copied from wcp-openweather/trunk/classes/persistence/Convertor.class.php) (view diffs)
-
classes/persistence/WeatherEntity.class.php (copied) (copied from wcp-openweather/trunk/classes/persistence/WeatherEntity.class.php) (view diffs)
-
classes/persistence/WeatherRepository.class.php (copied) (copied from wcp-openweather/trunk/classes/persistence/WeatherRepository.class.php) (view diffs)
-
classes/theme (added)
-
classes/theme/ThemeEntity.class.php (copied) (copied from wcp-openweather/trunk/classes/theme/ThemeEntity.class.php) (view diffs)
-
classes/theme/ThemeRepository.class.php (copied) (copied from wcp-openweather/trunk/classes/theme/ThemeRepository.class.php) (view diffs)
-
classes/theme/ThemeSettings.class.php (copied) (copied from wcp-openweather/trunk/classes/theme/ThemeSettings.class.php) (view diffs)
-
classes/widget (added)
-
classes/widget/WeatherWidgetAbstract.class.php (copied) (copied from wcp-openweather/trunk/classes/widget/WeatherWidgetAbstract.class.php) (view diffs)
-
classmap.json (copied) (copied from wcp-openweather/trunk/classmap.json) (view diffs)
-
composer.json (copied) (copied from wcp-openweather/trunk/composer.json) (view diffs)
-
config (added)
-
config/admin-menu.php (copied) (copied from wcp-openweather/trunk/config/admin-menu.php) (view diffs)
-
config/admin-options-fields.php (copied) (copied from wcp-openweather/trunk/config/admin-options-fields.php) (view diffs)
-
config/admin-options-fieldset.php (copied) (copied from wcp-openweather/trunk/config/admin-options-fieldset.php) (view diffs)
-
config/admin-options-tabs.php (copied) (copied from wcp-openweather/trunk/config/admin-options-tabs.php) (view diffs)
-
config/admin-options.php (copied) (copied from wcp-openweather/trunk/config/admin-options.php) (view diffs)
-
config/config.php (copied) (copied from wcp-openweather/trunk/config/config.php) (view diffs)
-
languages (added)
-
languages/wcp-openweather-bg_BG.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-bg_BG.mo) (view diffs)
-
languages/wcp-openweather-bg_BG.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-bg_BG.po) (view diffs)
-
languages/wcp-openweather-ca_CA.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-ca_CA.mo) (view diffs)
-
languages/wcp-openweather-ca_CA.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-ca_CA.po) (view diffs)
-
languages/wcp-openweather-de_DE.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-de_DE.mo) (view diffs)
-
languages/wcp-openweather-de_DE.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-de_DE.po) (view diffs)
-
languages/wcp-openweather-en_US.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-en_US.mo) (view diffs)
-
languages/wcp-openweather-en_US.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-en_US.po) (view diffs)
-
languages/wcp-openweather-es_EC.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-es_EC.mo) (view diffs)
-
languages/wcp-openweather-es_EC.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-es_EC.po) (view diffs)
-
languages/wcp-openweather-es_ES.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-es_ES.mo) (view diffs)
-
languages/wcp-openweather-es_ES.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-es_ES.po) (view diffs)
-
languages/wcp-openweather-fr_FR.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-fr_FR.mo) (view diffs)
-
languages/wcp-openweather-fr_FR.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-fr_FR.po) (view diffs)
-
languages/wcp-openweather-hr_HR.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-hr_HR.mo) (view diffs)
-
languages/wcp-openweather-hr_HR.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-hr_HR.po) (view diffs)
-
languages/wcp-openweather-it_IT.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-it_IT.mo) (view diffs)
-
languages/wcp-openweather-it_IT.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-it_IT.po) (view diffs)
-
languages/wcp-openweather-lt_LT.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-lt_LT.mo) (view diffs)
-
languages/wcp-openweather-lt_LT.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-lt_LT.po) (view diffs)
-
languages/wcp-openweather-nl_BE.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-nl_BE.mo) (view diffs)
-
languages/wcp-openweather-nl_BE.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-nl_BE.po) (view diffs)
-
languages/wcp-openweather-nl_NL.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-nl_NL.mo) (view diffs)
-
languages/wcp-openweather-nl_NL.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-nl_NL.po) (view diffs)
-
languages/wcp-openweather-pl_PL.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-pl_PL.mo) (view diffs)
-
languages/wcp-openweather-pl_PL.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-pl_PL.po) (view diffs)
-
languages/wcp-openweather-pt_PT.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-pt_PT.mo) (view diffs)
-
languages/wcp-openweather-pt_PT.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-pt_PT.po) (view diffs)
-
languages/wcp-openweather-ro_RO.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-ro_RO.mo) (view diffs)
-
languages/wcp-openweather-ro_RO.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-ro_RO.po) (view diffs)
-
languages/wcp-openweather-ru_RU.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-ru_RU.mo) (view diffs)
-
languages/wcp-openweather-ru_RU.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-ru_RU.po) (view diffs)
-
languages/wcp-openweather-sl_SI.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-sl_SI.mo) (view diffs)
-
languages/wcp-openweather-sl_SI.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-sl_SI.po) (view diffs)
-
languages/wcp-openweather-sq_AL.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-sq_AL.mo) (view diffs)
-
languages/wcp-openweather-sq_AL.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-sq_AL.po) (view diffs)
-
languages/wcp-openweather-sr_RS.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-sr_RS.mo) (view diffs)
-
languages/wcp-openweather-sr_RS.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-sr_RS.po) (view diffs)
-
languages/wcp-openweather-tr_TR.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-tr_TR.mo) (view diffs)
-
languages/wcp-openweather-tr_TR.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-tr_TR.po) (view diffs)
-
languages/wcp-openweather-uk_UA.mo (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-uk_UA.mo) (view diffs)
-
languages/wcp-openweather-uk_UA.po (copied) (copied from wcp-openweather/trunk/languages/wcp-openweather-uk_UA.po) (view diffs)
-
readme.txt (copied) (copied from wcp-openweather/trunk/readme.txt) (view diffs)
-
templates (added)
-
templates/admin (added)
-
templates/admin/constructor (added)
-
templates/admin/constructor/constructor.php (copied) (copied from wcp-openweather/trunk/templates/admin/constructor/constructor.php) (view diffs)
-
templates/admin/constructor/layout.php (copied) (copied from wcp-openweather/trunk/templates/admin/constructor/layout.php) (view diffs)
-
templates/admin/options (added)
-
templates/admin/options/fields (added)
-
templates/admin/options/fields/checkbox.php (copied) (copied from wcp-openweather/trunk/templates/admin/options/fields/checkbox.php) (view diffs)
-
templates/admin/options/fields/city.php (copied) (copied from wcp-openweather/trunk/templates/admin/options/fields/city.php) (view diffs)
-
templates/admin/options/fields/colorpicker.php (copied) (copied from wcp-openweather/trunk/templates/admin/options/fields/colorpicker.php) (view diffs)
-
templates/admin/options/fields/hidden.php (copied) (copied from wcp-openweather/trunk/templates/admin/options/fields/hidden.php) (view diffs)
-
templates/admin/options/fields/lang.php (copied) (copied from wcp-openweather/trunk/templates/admin/options/fields/lang.php) (view diffs)
-
templates/admin/options/fields/number.php (copied) (copied from wcp-openweather/trunk/templates/admin/options/fields/number.php) (view diffs)
-
templates/admin/options/fields/select.php (copied) (copied from wcp-openweather/trunk/templates/admin/options/fields/select.php) (view diffs)
-
templates/admin/options/fields/templates.php (copied) (copied from wcp-openweather/trunk/templates/admin/options/fields/templates.php) (view diffs)
-
templates/admin/options/fields/text.php (copied) (copied from wcp-openweather/trunk/templates/admin/options/fields/text.php) (view diffs)
-
templates/admin/options/fields/textarea.php (copied) (copied from wcp-openweather/trunk/templates/admin/options/fields/textarea.php) (view diffs)
-
templates/admin/options/layout.php (copied) (copied from wcp-openweather/trunk/templates/admin/options/layout.php) (view diffs)
-
templates/admin/options/render-page.php (copied) (copied from wcp-openweather/trunk/templates/admin/options/render-page.php) (view diffs)
-
templates/admin/options/render-tabs.php (copied) (copied from wcp-openweather/trunk/templates/admin/options/render-tabs.php) (view diffs)
-
templates/user (added)
-
templates/user/options (added)
-
templates/user/options/fields (added)
-
templates/user/options/fields/checkbox.php (copied) (copied from wcp-openweather/trunk/templates/user/options/fields/checkbox.php) (view diffs)
-
templates/user/options/fields/city.php (copied) (copied from wcp-openweather/trunk/templates/user/options/fields/city.php) (view diffs)
-
templates/user/options/fields/colorpicker.php (copied) (copied from wcp-openweather/trunk/templates/user/options/fields/colorpicker.php) (view diffs)
-
templates/user/options/fields/hidden.php (copied) (copied from wcp-openweather/trunk/templates/user/options/fields/hidden.php) (view diffs)
-
templates/user/options/fields/select.php (copied) (copied from wcp-openweather/trunk/templates/user/options/fields/select.php) (view diffs)
-
templates/user/options/fields/templates.php (copied) (copied from wcp-openweather/trunk/templates/user/options/fields/templates.php) (view diffs)
-
templates/user/options/fields/text.php (copied) (copied from wcp-openweather/trunk/templates/user/options/fields/text.php) (view diffs)
-
templates/user/options/fields/textarea.php (copied) (copied from wcp-openweather/trunk/templates/user/options/fields/textarea.php) (view diffs)
-
templates/user/options/layout.php (copied) (copied from wcp-openweather/trunk/templates/user/options/layout.php) (view diffs)
-
templates/user/options/render-page.php (copied) (copied from wcp-openweather/trunk/templates/user/options/render-page.php) (view diffs)
-
templates/user/user-options.php (copied) (copied from wcp-openweather/trunk/templates/user/user-options.php) (view diffs)
-
theme (added)
-
theme/default (added)
-
theme/default/assets (added)
-
theme/default/assets/css (added)
-
theme/default/assets/css/style.css (copied) (copied from wcp-openweather/trunk/theme/default/assets/css/style.css) (view diffs)
-
theme/default/assets/fonts (added)
-
theme/default/assets/fonts/dosis-bold.eot (copied) (copied from wcp-openweather/trunk/theme/default/assets/fonts/dosis-bold.eot) (view diffs)
-
theme/default/assets/fonts/dosis-bold.svg (copied) (copied from wcp-openweather/trunk/theme/default/assets/fonts/dosis-bold.svg) (view diffs)
-
theme/default/assets/fonts/dosis-bold.ttf (copied) (copied from wcp-openweather/trunk/theme/default/assets/fonts/dosis-bold.ttf) (view diffs)
-
theme/default/assets/fonts/dosis-bold.woff (copied) (copied from wcp-openweather/trunk/theme/default/assets/fonts/dosis-bold.woff) (view diffs)
-
theme/default/assets/fonts/roboto-bold.eot (copied) (copied from wcp-openweather/trunk/theme/default/assets/fonts/roboto-bold.eot) (view diffs)
-
theme/default/assets/fonts/roboto-bold.svg (copied) (copied from wcp-openweather/trunk/theme/default/assets/fonts/roboto-bold.svg) (view diffs)
-
theme/default/assets/fonts/roboto-bold.ttf (copied) (copied from wcp-openweather/trunk/theme/default/assets/fonts/roboto-bold.ttf) (view diffs)
-
theme/default/assets/fonts/roboto-bold.woff (copied) (copied from wcp-openweather/trunk/theme/default/assets/fonts/roboto-bold.woff) (view diffs)
-
theme/default/assets/fonts/roboto-regular.eot (copied) (copied from wcp-openweather/trunk/theme/default/assets/fonts/roboto-regular.eot) (view diffs)
-
theme/default/assets/fonts/roboto-regular.svg (copied) (copied from wcp-openweather/trunk/theme/default/assets/fonts/roboto-regular.svg) (view diffs)
-
theme/default/assets/fonts/roboto-regular.ttf (copied) (copied from wcp-openweather/trunk/theme/default/assets/fonts/roboto-regular.ttf) (view diffs)
-
theme/default/assets/fonts/roboto-regular.woff (copied) (copied from wcp-openweather/trunk/theme/default/assets/fonts/roboto-regular.woff) (view diffs)
-
theme/default/assets/fonts/wcp-ow-icon.eot (copied) (copied from wcp-openweather/trunk/theme/default/assets/fonts/wcp-ow-icon.eot) (view diffs)
-
theme/default/assets/fonts/wcp-ow-icon.svg (copied) (copied from wcp-openweather/trunk/theme/default/assets/fonts/wcp-ow-icon.svg) (view diffs)
-
theme/default/assets/fonts/wcp-ow-icon.ttf (copied) (copied from wcp-openweather/trunk/theme/default/assets/fonts/wcp-ow-icon.ttf) (view diffs)
-
theme/default/assets/fonts/wcp-ow-icon.woff (copied) (copied from wcp-openweather/trunk/theme/default/assets/fonts/wcp-ow-icon.woff) (view diffs)
-
theme/default/assets/images (added)
-
theme/default/assets/images/weather (added)
-
theme/default/assets/images/weather/01d.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/01d.png) (view diffs)
-
theme/default/assets/images/weather/01n.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/01n.png) (view diffs)
-
theme/default/assets/images/weather/02d.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/02d.png) (view diffs)
-
theme/default/assets/images/weather/02n.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/02n.png) (view diffs)
-
theme/default/assets/images/weather/03d.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/03d.png) (view diffs)
-
theme/default/assets/images/weather/03n.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/03n.png) (view diffs)
-
theme/default/assets/images/weather/04d.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/04d.png) (view diffs)
-
theme/default/assets/images/weather/04n.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/04n.png) (view diffs)
-
theme/default/assets/images/weather/09d.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/09d.png) (view diffs)
-
theme/default/assets/images/weather/09n.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/09n.png) (view diffs)
-
theme/default/assets/images/weather/10d.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/10d.png) (view diffs)
-
theme/default/assets/images/weather/10n.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/10n.png) (view diffs)
-
theme/default/assets/images/weather/11d.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/11d.png) (view diffs)
-
theme/default/assets/images/weather/11n.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/11n.png) (view diffs)
-
theme/default/assets/images/weather/13d.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/13d.png) (view diffs)
-
theme/default/assets/images/weather/13n.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/13n.png) (view diffs)
-
theme/default/assets/images/weather/50d.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/50d.png) (view diffs)
-
theme/default/assets/images/weather/50n.png (copied) (copied from wcp-openweather/trunk/theme/default/assets/images/weather/50n.png) (view diffs)
-
theme/default/assets/js (added)
-
theme/default/assets/js/main.js (copied) (copied from wcp-openweather/trunk/theme/default/assets/js/main.js) (view diffs)
-
theme/default/assets/less (added)
-
theme/default/assets/less/style.less (copied) (copied from wcp-openweather/trunk/theme/default/assets/less/style.less) (view diffs)
-
theme/default/classes (added)
-
theme/default/classes/Theme.class.php (copied) (copied from wcp-openweather/trunk/theme/default/classes/Theme.class.php) (view diffs)
-
theme/default/classes/widget (added)
-
theme/default/classes/widget/Weather.class.php (copied) (copied from wcp-openweather/trunk/theme/default/classes/widget/Weather.class.php) (view diffs)
-
theme/default/classes/widget/WeatherMini.class.php (copied) (copied from wcp-openweather/trunk/theme/default/classes/widget/WeatherMini.class.php) (view diffs)
-
theme/default/classmap.json (copied) (copied from wcp-openweather/trunk/theme/default/classmap.json) (view diffs)
-
theme/default/config (added)
-
theme/default/config/admin-menu.php (copied) (copied from wcp-openweather/trunk/theme/default/config/admin-menu.php) (view diffs)
-
theme/default/config/admin-options-fields.php (copied) (copied from wcp-openweather/trunk/theme/default/config/admin-options-fields.php) (view diffs)
-
theme/default/config/admin-options-fieldset.php (copied) (copied from wcp-openweather/trunk/theme/default/config/admin-options-fieldset.php) (view diffs)
-
theme/default/config/admin-options-tabs.php (copied) (copied from wcp-openweather/trunk/theme/default/config/admin-options-tabs.php) (view diffs)
-
theme/default/config/admin-options.php (copied) (copied from wcp-openweather/trunk/theme/default/config/admin-options.php) (view diffs)
-
theme/default/config/config.php (copied) (copied from wcp-openweather/trunk/theme/default/config/config.php) (view diffs)
-
theme/default/languages (added)
-
theme/default/languages/wcp-openweather-theme-bg_BG.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-bg_BG.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-bg_BG.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-bg_BG.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-ca_CA.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-ca_CA.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-ca_CA.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-ca_CA.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-de_DE.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-de_DE.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-de_DE.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-de_DE.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-en_US.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-en_US.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-en_US.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-en_US.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-es_EC.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-es_EC.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-es_EC.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-es_EC.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-es_ES.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-es_ES.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-es_ES.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-es_ES.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-fr_FR.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-fr_FR.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-fr_FR.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-fr_FR.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-hr_HR.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-hr_HR.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-hr_HR.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-hr_HR.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-it_IT.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-it_IT.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-it_IT.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-it_IT.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-lt_LT.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-lt_LT.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-lt_LT.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-lt_LT.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-nl_BE.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-nl_BE.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-nl_BE.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-nl_BE.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-nl_NL.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-nl_NL.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-nl_NL.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-nl_NL.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-pl_PL.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-pl_PL.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-pl_PL.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-pl_PL.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-pt_PT.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-pt_PT.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-pt_PT.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-pt_PT.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-ro_RO.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-ro_RO.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-ro_RO.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-ro_RO.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-ru_RU.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-ru_RU.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-ru_RU.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-ru_RU.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-sl_SI.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-sl_SI.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-sl_SI.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-sl_SI.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-sq_AL.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-sq_AL.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-sq_AL.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-sq_AL.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-sr_RS.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-sr_RS.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-sr_RS.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-sr_RS.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-tr_TR.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-tr_TR.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-tr_TR.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-tr_TR.po) (view diffs)
-
theme/default/languages/wcp-openweather-theme-uk_UA.mo (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-uk_UA.mo) (view diffs)
-
theme/default/languages/wcp-openweather-theme-uk_UA.po (copied) (copied from wcp-openweather/trunk/theme/default/languages/wcp-openweather-theme-uk_UA.po) (view diffs)
-
theme/default/templates (added)
-
theme/default/templates/admin (added)
-
theme/default/templates/admin/options (added)
-
theme/default/templates/admin/options/fields (added)
-
theme/default/templates/admin/options/fields/checkbox.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/admin/options/fields/checkbox.php) (view diffs)
-
theme/default/templates/admin/options/fields/city.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/admin/options/fields/city.php) (view diffs)
-
theme/default/templates/admin/options/fields/colorpicker.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/admin/options/fields/colorpicker.php) (view diffs)
-
theme/default/templates/admin/options/fields/hidden.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/admin/options/fields/hidden.php) (view diffs)
-
theme/default/templates/admin/options/fields/number.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/admin/options/fields/number.php) (view diffs)
-
theme/default/templates/admin/options/fields/select.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/admin/options/fields/select.php) (view diffs)
-
theme/default/templates/admin/options/fields/text.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/admin/options/fields/text.php) (view diffs)
-
theme/default/templates/admin/options/fields/textarea.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/admin/options/fields/textarea.php) (view diffs)
-
theme/default/templates/admin/options/layout.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/admin/options/layout.php) (view diffs)
-
theme/default/templates/admin/options/render-page.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/admin/options/render-page.php) (view diffs)
-
theme/default/templates/admin/options/render-tabs.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/admin/options/render-tabs.php) (view diffs)
-
theme/default/templates/shortcode (added)
-
theme/default/templates/shortcode/wcp_weather (added)
-
theme/default/templates/shortcode/wcp_weather/compact (added)
-
theme/default/templates/shortcode/wcp_weather/compact/forecast-header-item.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/shortcode/wcp_weather/compact/forecast-header-item.php) (view diffs)
-
theme/default/templates/shortcode/wcp_weather/compact/forecast-item.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/shortcode/wcp_weather/compact/forecast-item.php) (view diffs)
-
theme/default/templates/shortcode/wcp_weather/compact/forecast.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/shortcode/wcp_weather/compact/forecast.php) (view diffs)
-
theme/default/templates/shortcode/wcp_weather/compact/layout.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/shortcode/wcp_weather/compact/layout.php) (view diffs)
-
theme/default/templates/shortcode/wcp_weather/compact/nodata.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/shortcode/wcp_weather/compact/nodata.php) (view diffs)
-
theme/default/templates/shortcode/wcp_weather/compact/now.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/shortcode/wcp_weather/compact/now.php) (view diffs)
-
theme/default/templates/shortcode/wcp_weather/default (added)
-
theme/default/templates/shortcode/wcp_weather/default/forecast-item.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/shortcode/wcp_weather/default/forecast-item.php) (view diffs)
-
theme/default/templates/shortcode/wcp_weather/default/forecast.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/shortcode/wcp_weather/default/forecast.php) (view diffs)
-
theme/default/templates/shortcode/wcp_weather/default/layout.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/shortcode/wcp_weather/default/layout.php) (view diffs)
-
theme/default/templates/shortcode/wcp_weather/default/nodata.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/shortcode/wcp_weather/default/nodata.php) (view diffs)
-
theme/default/templates/shortcode/wcp_weather/default/now.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/shortcode/wcp_weather/default/now.php) (view diffs)
-
theme/default/templates/widget (added)
-
theme/default/templates/widget/wcp_weather_mini_widget (added)
-
theme/default/templates/widget/wcp_weather_mini_widget/default (added)
-
theme/default/templates/widget/wcp_weather_mini_widget/default/forecast-item.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/widget/wcp_weather_mini_widget/default/forecast-item.php) (view diffs)
-
theme/default/templates/widget/wcp_weather_mini_widget/default/forecast.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/widget/wcp_weather_mini_widget/default/forecast.php) (view diffs)
-
theme/default/templates/widget/wcp_weather_mini_widget/default/layout.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/widget/wcp_weather_mini_widget/default/layout.php) (view diffs)
-
theme/default/templates/widget/wcp_weather_mini_widget/default/nodata.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/widget/wcp_weather_mini_widget/default/nodata.php) (view diffs)
-
theme/default/templates/widget/wcp_weather_mini_widget/default/now.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/widget/wcp_weather_mini_widget/default/now.php) (view diffs)
-
theme/default/templates/widget/wcp_weather_widget (added)
-
theme/default/templates/widget/wcp_weather_widget/compact (added)
-
theme/default/templates/widget/wcp_weather_widget/compact/forecast-header-item.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/widget/wcp_weather_widget/compact/forecast-header-item.php) (view diffs)
-
theme/default/templates/widget/wcp_weather_widget/compact/forecast-item.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/widget/wcp_weather_widget/compact/forecast-item.php) (view diffs)
-
theme/default/templates/widget/wcp_weather_widget/compact/forecast.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/widget/wcp_weather_widget/compact/forecast.php) (view diffs)
-
theme/default/templates/widget/wcp_weather_widget/compact/layout.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/widget/wcp_weather_widget/compact/layout.php) (view diffs)
-
theme/default/templates/widget/wcp_weather_widget/compact/nodata.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/widget/wcp_weather_widget/compact/nodata.php) (view diffs)
-
theme/default/templates/widget/wcp_weather_widget/compact/now.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/widget/wcp_weather_widget/compact/now.php) (view diffs)
-
theme/default/templates/widget/wcp_weather_widget/default (added)
-
theme/default/templates/widget/wcp_weather_widget/default/forecast-header-item.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/widget/wcp_weather_widget/default/forecast-header-item.php) (view diffs)
-
theme/default/templates/widget/wcp_weather_widget/default/forecast-item.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/widget/wcp_weather_widget/default/forecast-item.php) (view diffs)
-
theme/default/templates/widget/wcp_weather_widget/default/forecast.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/widget/wcp_weather_widget/default/forecast.php) (view diffs)
-
theme/default/templates/widget/wcp_weather_widget/default/layout.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/widget/wcp_weather_widget/default/layout.php) (view diffs)
-
theme/default/templates/widget/wcp_weather_widget/default/nodata.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/widget/wcp_weather_widget/default/nodata.php) (view diffs)
-
theme/default/templates/widget/wcp_weather_widget/default/now.php (copied) (copied from wcp-openweather/trunk/theme/default/templates/widget/wcp_weather_widget/default/now.php) (view diffs)
-
theme/default/wcp-open-weather-theme.php (copied) (copied from wcp-openweather/trunk/theme/default/wcp-open-weather-theme.php) (view diffs)
-
theme/metro (added)
-
theme/metro/assets (added)
-
theme/metro/assets/css (added)
-
theme/metro/assets/css/dripicons.css (copied) (copied from wcp-openweather/trunk/theme/metro/assets/css/dripicons.css) (view diffs)
-
theme/metro/assets/css/style.css (copied) (copied from wcp-openweather/trunk/theme/metro/assets/css/style.css) (view diffs)
-
theme/metro/assets/fonts (added)
-
theme/metro/assets/fonts/dosis-bold.eot (copied) (copied from wcp-openweather/trunk/theme/metro/assets/fonts/dosis-bold.eot) (view diffs)
-
theme/metro/assets/fonts/dosis-bold.svg (copied) (copied from wcp-openweather/trunk/theme/metro/assets/fonts/dosis-bold.svg) (view diffs)
-
theme/metro/assets/fonts/dosis-bold.ttf (copied) (copied from wcp-openweather/trunk/theme/metro/assets/fonts/dosis-bold.ttf) (view diffs)
-
theme/metro/assets/fonts/dosis-bold.woff (copied) (copied from wcp-openweather/trunk/theme/metro/assets/fonts/dosis-bold.woff) (view diffs)
-
theme/metro/assets/fonts/dripicons-weather.eot (copied) (copied from wcp-openweather/trunk/theme/metro/assets/fonts/dripicons-weather.eot) (view diffs)
-
theme/metro/assets/fonts/dripicons-weather.svg (copied) (copied from wcp-openweather/trunk/theme/metro/assets/fonts/dripicons-weather.svg) (view diffs)
-
theme/metro/assets/fonts/dripicons-weather.ttf (copied) (copied from wcp-openweather/trunk/theme/metro/assets/fonts/dripicons-weather.ttf) (view diffs)
-
theme/metro/assets/fonts/dripicons-weather.woff (copied) (copied from wcp-openweather/trunk/theme/metro/assets/fonts/dripicons-weather.woff) (view diffs)
-
theme/metro/assets/fonts/roboto-regular.eot (copied) (copied from wcp-openweather/trunk/theme/metro/assets/fonts/roboto-regular.eot) (view diffs)
-
theme/metro/assets/fonts/roboto-regular.svg (copied) (copied from wcp-openweather/trunk/theme/metro/assets/fonts/roboto-regular.svg) (view diffs)
-
theme/metro/assets/fonts/roboto-regular.ttf (copied) (copied from wcp-openweather/trunk/theme/metro/assets/fonts/roboto-regular.ttf) (view diffs)
-
theme/metro/assets/fonts/roboto-regular.woff (copied) (copied from wcp-openweather/trunk/theme/metro/assets/fonts/roboto-regular.woff) (view diffs)
-
theme/metro/assets/fonts/wcp-ow-icon.eot (copied) (copied from wcp-openweather/trunk/theme/metro/assets/fonts/wcp-ow-icon.eot) (view diffs)
-
theme/metro/assets/fonts/wcp-ow-icon.svg (copied) (copied from wcp-openweather/trunk/theme/metro/assets/fonts/wcp-ow-icon.svg) (view diffs)
-
theme/metro/assets/fonts/wcp-ow-icon.ttf (copied) (copied from wcp-openweather/trunk/theme/metro/assets/fonts/wcp-ow-icon.ttf) (view diffs)
-
theme/metro/assets/fonts/wcp-ow-icon.woff (copied) (copied from wcp-openweather/trunk/theme/metro/assets/fonts/wcp-ow-icon.woff) (view diffs)
-
theme/metro/assets/images (added)
-
theme/metro/assets/images/default (added)
-
theme/metro/assets/images/default/shortcode-background-preview.png (copied) (copied from wcp-openweather/trunk/theme/metro/assets/images/default/shortcode-background-preview.png) (view diffs)
-
theme/metro/assets/images/default/shortcode-background.png (copied) (copied from wcp-openweather/trunk/theme/metro/assets/images/default/shortcode-background.png) (view diffs)
-
theme/metro/assets/images/default/widget-background-preview.png (copied) (copied from wcp-openweather/trunk/theme/metro/assets/images/default/widget-background-preview.png) (view diffs)
-
theme/metro/assets/images/default/widget-background.png (copied) (copied from wcp-openweather/trunk/theme/metro/assets/images/default/widget-background.png) (view diffs)
-
theme/metro/assets/js (added)
-
theme/metro/assets/js/main.js (copied) (copied from wcp-openweather/trunk/theme/metro/assets/js/main.js) (view diffs)
-
theme/metro/assets/less (added)
-
theme/metro/assets/less/style.less (copied) (copied from wcp-openweather/trunk/theme/metro/assets/less/style.less) (view diffs)
-
theme/metro/classes (added)
-
theme/metro/classes/Theme.class.php (copied) (copied from wcp-openweather/trunk/theme/metro/classes/Theme.class.php) (view diffs)
-
theme/metro/classes/widget (added)
-
theme/metro/classes/widget/Weather.class.php (copied) (copied from wcp-openweather/trunk/theme/metro/classes/widget/Weather.class.php) (view diffs)
-
theme/metro/classes/widget/WeatherMini.class.php (copied) (copied from wcp-openweather/trunk/theme/metro/classes/widget/WeatherMini.class.php) (view diffs)
-
theme/metro/classes/widget/abstract (added)
-
theme/metro/classes/widget/abstract/ThemeWeatherWidget.class.php (copied) (copied from wcp-openweather/trunk/theme/metro/classes/widget/abstract/ThemeWeatherWidget.class.php) (view diffs)
-
theme/metro/classmap.json (copied) (copied from wcp-openweather/trunk/theme/metro/classmap.json) (view diffs)
-
theme/metro/config (added)
-
theme/metro/config/admin-menu.php (copied) (copied from wcp-openweather/trunk/theme/metro/config/admin-menu.php) (view diffs)
-
theme/metro/config/admin-options-fields.php (copied) (copied from wcp-openweather/trunk/theme/metro/config/admin-options-fields.php) (view diffs)
-
theme/metro/config/admin-options-fieldset.php (copied) (copied from wcp-openweather/trunk/theme/metro/config/admin-options-fieldset.php) (view diffs)
-
theme/metro/config/admin-options-tabs.php (copied) (copied from wcp-openweather/trunk/theme/metro/config/admin-options-tabs.php) (view diffs)
-
theme/metro/config/admin-options.php (copied) (copied from wcp-openweather/trunk/theme/metro/config/admin-options.php) (view diffs)
-
theme/metro/config/config.php (copied) (copied from wcp-openweather/trunk/theme/metro/config/config.php) (view diffs)
-
theme/metro/languages (added)
-
theme/metro/languages/wcp-openweather-theme-bg_BG.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-bg_BG.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-bg_BG.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-bg_BG.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-ca_CA.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-ca_CA.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-ca_CA.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-ca_CA.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-de_DE.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-de_DE.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-de_DE.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-de_DE.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-en_US.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-en_US.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-en_US.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-en_US.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-es_EC.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-es_EC.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-es_EC.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-es_EC.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-es_ES.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-es_ES.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-es_ES.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-es_ES.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-fr_FR.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-fr_FR.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-fr_FR.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-fr_FR.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-hr_HR.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-hr_HR.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-hr_HR.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-hr_HR.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-it_IT.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-it_IT.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-it_IT.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-it_IT.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-lt_LT.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-lt_LT.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-lt_LT.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-lt_LT.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-nl_BE.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-nl_BE.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-nl_BE.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-nl_BE.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-nl_NL.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-nl_NL.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-nl_NL.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-nl_NL.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-pl_PL.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-pl_PL.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-pl_PL.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-pl_PL.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-pt_PT.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-pt_PT.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-pt_PT.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-pt_PT.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-ro_RO.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-ro_RO.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-ro_RO.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-ro_RO.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-ru_RU.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-ru_RU.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-ru_RU.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-ru_RU.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-sl_SI.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-sl_SI.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-sl_SI.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-sl_SI.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-sq_AL.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-sq_AL.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-sq_AL.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-sq_AL.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-sr_RS.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-sr_RS.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-sr_RS.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-sr_RS.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-tr_TR.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-tr_TR.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-tr_TR.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-tr_TR.po) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-uk_UA.mo (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-uk_UA.mo) (view diffs)
-
theme/metro/languages/wcp-openweather-theme-uk_UA.po (copied) (copied from wcp-openweather/trunk/theme/metro/languages/wcp-openweather-theme-uk_UA.po) (view diffs)
-
theme/metro/templates (added)
-
theme/metro/templates/admin (added)
-
theme/metro/templates/admin/constructor (added)
-
theme/metro/templates/admin/constructor/addon.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/constructor/addon.php) (view diffs)
-
theme/metro/templates/admin/constructor/before-render.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/constructor/before-render.php) (view diffs)
-
theme/metro/templates/admin/constructor/fields (added)
-
theme/metro/templates/admin/constructor/fields/background_color.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/constructor/fields/background_color.php) (view diffs)
-
theme/metro/templates/admin/constructor/fields/background_opacity.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/constructor/fields/background_opacity.php) (view diffs)
-
theme/metro/templates/admin/constructor/fields/shortcodeImage.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/constructor/fields/shortcodeImage.php) (view diffs)
-
theme/metro/templates/admin/constructor/fields/text_color.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/constructor/fields/text_color.php) (view diffs)
-
theme/metro/templates/admin/options (added)
-
theme/metro/templates/admin/options/fields (added)
-
theme/metro/templates/admin/options/fields/checkbox.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/options/fields/checkbox.php) (view diffs)
-
theme/metro/templates/admin/options/fields/city.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/options/fields/city.php) (view diffs)
-
theme/metro/templates/admin/options/fields/colorpicker.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/options/fields/colorpicker.php) (view diffs)
-
theme/metro/templates/admin/options/fields/hidden.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/options/fields/hidden.php) (view diffs)
-
theme/metro/templates/admin/options/fields/image.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/options/fields/image.php) (view diffs)
-
theme/metro/templates/admin/options/fields/imagesize.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/options/fields/imagesize.php) (view diffs)
-
theme/metro/templates/admin/options/fields/number.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/options/fields/number.php) (view diffs)
-
theme/metro/templates/admin/options/fields/select.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/options/fields/select.php) (view diffs)
-
theme/metro/templates/admin/options/fields/text.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/options/fields/text.php) (view diffs)
-
theme/metro/templates/admin/options/fields/textarea.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/options/fields/textarea.php) (view diffs)
-
theme/metro/templates/admin/options/layout.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/options/layout.php) (view diffs)
-
theme/metro/templates/admin/options/render-page.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/options/render-page.php) (view diffs)
-
theme/metro/templates/admin/options/render-tabs.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/admin/options/render-tabs.php) (view diffs)
-
theme/metro/templates/shortcode (added)
-
theme/metro/templates/shortcode/wcp_weather (added)
-
theme/metro/templates/shortcode/wcp_weather/compact (added)
-
theme/metro/templates/shortcode/wcp_weather/compact/forecast-header-item.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/shortcode/wcp_weather/compact/forecast-header-item.php) (view diffs)
-
theme/metro/templates/shortcode/wcp_weather/compact/forecast-item.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/shortcode/wcp_weather/compact/forecast-item.php) (view diffs)
-
theme/metro/templates/shortcode/wcp_weather/compact/forecast.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/shortcode/wcp_weather/compact/forecast.php) (view diffs)
-
theme/metro/templates/shortcode/wcp_weather/compact/layout.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/shortcode/wcp_weather/compact/layout.php) (view diffs)
-
theme/metro/templates/shortcode/wcp_weather/compact/nodata.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/shortcode/wcp_weather/compact/nodata.php) (view diffs)
-
theme/metro/templates/shortcode/wcp_weather/compact/now.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/shortcode/wcp_weather/compact/now.php) (view diffs)
-
theme/metro/templates/shortcode/wcp_weather/default (added)
-
theme/metro/templates/shortcode/wcp_weather/default/forecast-item.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/shortcode/wcp_weather/default/forecast-item.php) (view diffs)
-
theme/metro/templates/shortcode/wcp_weather/default/forecast.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/shortcode/wcp_weather/default/forecast.php) (view diffs)
-
theme/metro/templates/shortcode/wcp_weather/default/layout.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/shortcode/wcp_weather/default/layout.php) (view diffs)
-
theme/metro/templates/shortcode/wcp_weather/default/nodata.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/shortcode/wcp_weather/default/nodata.php) (view diffs)
-
theme/metro/templates/shortcode/wcp_weather/default/now.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/shortcode/wcp_weather/default/now.php) (view diffs)
-
theme/metro/templates/widget (added)
-
theme/metro/templates/widget/wcp_weather_mini_widget (added)
-
theme/metro/templates/widget/wcp_weather_mini_widget/default (added)
-
theme/metro/templates/widget/wcp_weather_mini_widget/default/forecast-item.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/widget/wcp_weather_mini_widget/default/forecast-item.php) (view diffs)
-
theme/metro/templates/widget/wcp_weather_mini_widget/default/forecast.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/widget/wcp_weather_mini_widget/default/forecast.php) (view diffs)
-
theme/metro/templates/widget/wcp_weather_mini_widget/default/layout.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/widget/wcp_weather_mini_widget/default/layout.php) (view diffs)
-
theme/metro/templates/widget/wcp_weather_mini_widget/default/nodata.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/widget/wcp_weather_mini_widget/default/nodata.php) (view diffs)
-
theme/metro/templates/widget/wcp_weather_mini_widget/default/now.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/widget/wcp_weather_mini_widget/default/now.php) (view diffs)
-
theme/metro/templates/widget/wcp_weather_widget (added)
-
theme/metro/templates/widget/wcp_weather_widget/compact (added)
-
theme/metro/templates/widget/wcp_weather_widget/compact/forecast-header-item.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/widget/wcp_weather_widget/compact/forecast-header-item.php) (view diffs)
-
theme/metro/templates/widget/wcp_weather_widget/compact/forecast-item.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/widget/wcp_weather_widget/compact/forecast-item.php) (view diffs)
-
theme/metro/templates/widget/wcp_weather_widget/compact/forecast.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/widget/wcp_weather_widget/compact/forecast.php) (view diffs)
-
theme/metro/templates/widget/wcp_weather_widget/compact/layout.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/widget/wcp_weather_widget/compact/layout.php) (view diffs)
-
theme/metro/templates/widget/wcp_weather_widget/compact/nodata.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/widget/wcp_weather_widget/compact/nodata.php) (view diffs)
-
theme/metro/templates/widget/wcp_weather_widget/compact/now.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/widget/wcp_weather_widget/compact/now.php) (view diffs)
-
theme/metro/templates/widget/wcp_weather_widget/default (added)
-
theme/metro/templates/widget/wcp_weather_widget/default/forecast-header-item.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/widget/wcp_weather_widget/default/forecast-header-item.php) (view diffs)
-
theme/metro/templates/widget/wcp_weather_widget/default/forecast-item.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/widget/wcp_weather_widget/default/forecast-item.php) (view diffs)
-
theme/metro/templates/widget/wcp_weather_widget/default/forecast.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/widget/wcp_weather_widget/default/forecast.php) (view diffs)
-
theme/metro/templates/widget/wcp_weather_widget/default/layout.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/widget/wcp_weather_widget/default/layout.php) (view diffs)
-
theme/metro/templates/widget/wcp_weather_widget/default/nodata.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/widget/wcp_weather_widget/default/nodata.php) (view diffs)
-
theme/metro/templates/widget/wcp_weather_widget/default/now.php (copied) (copied from wcp-openweather/trunk/theme/metro/templates/widget/wcp_weather_widget/default/now.php) (view diffs)
-
theme/metro/wcp-open-weather-theme.php (copied) (copied from wcp-openweather/trunk/theme/metro/wcp-open-weather-theme.php) (view diffs)
-
vendor (added)
-
vendor/autoload.php (copied) (copied from wcp-openweather/trunk/vendor/autoload.php) (view diffs)
-
vendor/bin (added)
-
vendor/bin/lessc (copied) (copied from wcp-openweather/trunk/vendor/bin/lessc) (view diffs)
-
vendor/composer (added)
-
vendor/composer/ClassLoader.php (copied) (copied from wcp-openweather/trunk/vendor/composer/ClassLoader.php) (view diffs)
-
vendor/composer/LICENSE (copied) (copied from wcp-openweather/trunk/vendor/composer/LICENSE) (view diffs)
-
vendor/composer/autoload_classmap.php (copied) (copied from wcp-openweather/trunk/vendor/composer/autoload_classmap.php) (view diffs)
-
vendor/composer/autoload_namespaces.php (copied) (copied from wcp-openweather/trunk/vendor/composer/autoload_namespaces.php) (view diffs)
-
vendor/composer/autoload_psr4.php (copied) (copied from wcp-openweather/trunk/vendor/composer/autoload_psr4.php) (view diffs)
-
vendor/composer/autoload_real.php (copied) (copied from wcp-openweather/trunk/vendor/composer/autoload_real.php) (view diffs)
-
vendor/composer/installed.json (copied) (copied from wcp-openweather/trunk/vendor/composer/installed.json) (view diffs)
-
vendor/davidepastore (added)
-
vendor/davidepastore/ipinfo (added)
-
vendor/davidepastore/ipinfo/.gitignore (copied) (copied from wcp-openweather/trunk/vendor/davidepastore/ipinfo/.gitignore) (view diffs)
-
vendor/davidepastore/ipinfo/.travis.yml (copied) (copied from wcp-openweather/trunk/vendor/davidepastore/ipinfo/.travis.yml) (view diffs)
-
vendor/davidepastore/ipinfo/README.md (copied) (copied from wcp-openweather/trunk/vendor/davidepastore/ipinfo/README.md) (view diffs)
-
vendor/davidepastore/ipinfo/composer.json (copied) (copied from wcp-openweather/trunk/vendor/davidepastore/ipinfo/composer.json) (view diffs)
-
vendor/davidepastore/ipinfo/phpunit.xml.dist (copied) (copied from wcp-openweather/trunk/vendor/davidepastore/ipinfo/phpunit.xml.dist) (view diffs)
-
vendor/davidepastore/ipinfo/src (added)
-
vendor/davidepastore/ipinfo/src/DavidePastore (added)
-
vendor/davidepastore/ipinfo/src/DavidePastore/Ipinfo (added)
-
vendor/davidepastore/ipinfo/src/DavidePastore/Ipinfo/Host.php (copied) (copied from wcp-openweather/trunk/vendor/davidepastore/ipinfo/src/DavidePastore/Ipinfo/Host.php) (view diffs)
-
vendor/davidepastore/ipinfo/src/DavidePastore/Ipinfo/Ipinfo.php (copied) (copied from wcp-openweather/trunk/vendor/davidepastore/ipinfo/src/DavidePastore/Ipinfo/Ipinfo.php) (view diffs)
-
vendor/davidepastore/ipinfo/test (added)
-
vendor/davidepastore/ipinfo/test/DavidePastore (added)
-
vendor/davidepastore/ipinfo/test/DavidePastore/Ipinfo (added)
-
vendor/davidepastore/ipinfo/test/DavidePastore/Ipinfo/IpinfoTest.php (copied) (copied from wcp-openweather/trunk/vendor/davidepastore/ipinfo/test/DavidePastore/Ipinfo/IpinfoTest.php) (view diffs)
-
vendor/oyejorge (added)
-
vendor/oyejorge/less.php (added)
-
vendor/oyejorge/less.php/.gitattributes (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/.gitattributes) (view diffs)
-
vendor/oyejorge/less.php/.gitignore (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/.gitignore) (view diffs)
-
vendor/oyejorge/less.php/CHANGES.md (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/CHANGES.md) (view diffs)
-
vendor/oyejorge/less.php/LICENSE (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/LICENSE) (view diffs)
-
vendor/oyejorge/less.php/README.md (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/README.md) (view diffs)
-
vendor/oyejorge/less.php/bin (added)
-
vendor/oyejorge/less.php/bin/lessc (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/bin/lessc) (view diffs)
-
vendor/oyejorge/less.php/composer.json (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/composer.json) (view diffs)
-
vendor/oyejorge/less.php/lessc.inc.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lessc.inc.php) (view diffs)
-
vendor/oyejorge/less.php/lib (added)
-
vendor/oyejorge/less.php/lib/Less (added)
-
vendor/oyejorge/less.php/lib/Less/.easymin (added)
-
vendor/oyejorge/less.php/lib/Less/.easymin/ignore_prefixes (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/.easymin/ignore_prefixes) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Autoloader.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Autoloader.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Cache.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Cache.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Colors.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Colors.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Configurable.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Configurable.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Environment.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Environment.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Exception (added)
-
vendor/oyejorge/less.php/lib/Less/Exception/Chunk.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Exception/Chunk.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Exception/Compiler.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Exception/Compiler.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Exception/Parser.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Exception/Parser.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Functions.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Functions.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Less.php.combine (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Less.php.combine) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Mime.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Mime.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Output (added)
-
vendor/oyejorge/less.php/lib/Less/Output.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Output.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Output/Mapped.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Output/Mapped.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Parser.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Parser.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/SourceMap (added)
-
vendor/oyejorge/less.php/lib/Less/SourceMap/Base64VLQ.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/SourceMap/Base64VLQ.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/SourceMap/Generator.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/SourceMap/Generator.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree (added)
-
vendor/oyejorge/less.php/lib/Less/Tree.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Alpha.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Alpha.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Anonymous.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Anonymous.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Assignment.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Assignment.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Attribute.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Attribute.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Call.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Call.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Color.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Color.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Comment.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Comment.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Condition.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Condition.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/DefaultFunc.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/DefaultFunc.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/DetachedRuleset.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/DetachedRuleset.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Dimension.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Dimension.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Directive.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Directive.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Element.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Element.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Expression.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Expression.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Extend.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Extend.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Import.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Import.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Javascript.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Javascript.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Keyword.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Keyword.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Media.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Media.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Mixin (added)
-
vendor/oyejorge/less.php/lib/Less/Tree/Mixin/Call.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Mixin/Call.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Mixin/Definition.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Mixin/Definition.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/NameValue.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/NameValue.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Negative.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Negative.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Operation.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Operation.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Paren.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Paren.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Quoted.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Quoted.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Rule.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Rule.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Ruleset.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Ruleset.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/RulesetCall.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/RulesetCall.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Selector.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Selector.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/UnicodeDescriptor.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/UnicodeDescriptor.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Unit.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Unit.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/UnitConversions.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/UnitConversions.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Url.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Url.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Value.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Value.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Variable.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Variable.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Version.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Version.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Visitor (added)
-
vendor/oyejorge/less.php/lib/Less/Visitor.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Visitor.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Visitor/extendFinder.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Visitor/extendFinder.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Visitor/import.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Visitor/import.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Visitor/joinSelector.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Visitor/joinSelector.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Visitor/processExtends.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Visitor/processExtends.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Visitor/toCSS.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/Visitor/toCSS.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/VisitorReplacing.php (copied) (copied from wcp-openweather/trunk/vendor/oyejorge/less.php/lib/Less/VisitorReplacing.php) (view diffs)
-
wcp-openweather-init.php (copied) (copied from wcp-openweather/trunk/wcp-openweather-init.php) (view diffs)
-
wcp-openweather.php (copied) (copied from wcp-openweather/trunk/wcp-openweather.php) (view diffs)
Note: See TracChangeset
for help on using the changeset viewer.