← Back to branch summary
~xibo-maintainers/xibo/tempel
Changes
Files
~xibo-maintainers/xibo/tempel
» Revision 251
Viewing all changes in revision 251.
browse files at revision 251
compare with another revision
download diff
download tarball
view history from revision 251
Committer:
Dan Garner
Date:
2015-01-15 14:26:07 UTC
Revision ID:
git-v1:0bf2226a1e1e343100602a625c79b0b71a23593d
Migrated from BZR and moved files to root folder.
files added:
3rdparty
3rdparty/index.html
3rdparty/jquery-file-upload
3rdparty/jquery-file-upload/UploadHandler.php
3rdparty/jquery-file-upload/XiboUploadHandler.php
3rdparty/oauth-php
3rdparty/oauth-php/LICENSE
3rdparty/oauth-php/library
3rdparty/oauth-php/library/OAuthDiscovery.php
3rdparty/oauth-php/library/OAuthException2.php
3rdparty/oauth-php/library/OAuthRequest.php
3rdparty/oauth-php/library/OAuthRequestLogger.php
3rdparty/oauth-php/library/OAuthRequestSigner.php
3rdparty/oauth-php/library/OAuthRequestVerifier.php
3rdparty/oauth-php/library/OAuthRequester.php
3rdparty/oauth-php/library/OAuthServer.php
3rdparty/oauth-php/library/OAuthSession.php
3rdparty/oauth-php/library/OAuthStore.php
3rdparty/oauth-php/library/body
3rdparty/oauth-php/library/body/OAuthBodyContentDisposition.php
3rdparty/oauth-php/library/body/OAuthBodyMultipartFormdata.php
3rdparty/oauth-php/library/discovery
3rdparty/oauth-php/library/discovery/xrds_parse.php
3rdparty/oauth-php/library/discovery/xrds_parse.txt
3rdparty/oauth-php/library/session
3rdparty/oauth-php/library/session/OAuthSessionAbstract.class.php
3rdparty/oauth-php/library/session/OAuthSessionSESSION.php
3rdparty/oauth-php/library/signature_method
3rdparty/oauth-php/library/signature_method/OAuthSignatureMethod.class.php
3rdparty/oauth-php/library/signature_method/OAuthSignatureMethod_HMAC_SHA1.php
3rdparty/oauth-php/library/signature_method/OAuthSignatureMethod_MD5.php
3rdparty/oauth-php/library/signature_method/OAuthSignatureMethod_PLAINTEXT.php
3rdparty/oauth-php/library/signature_method/OAuthSignatureMethod_RSA_SHA1.php
3rdparty/oauth-php/library/store
3rdparty/oauth-php/library/store/OAuthStore2Leg.php
3rdparty/oauth-php/library/store/OAuthStoreAbstract.class.php
3rdparty/oauth-php/library/store/OAuthStoreAnyMeta.php
3rdparty/oauth-php/library/store/OAuthStoreMySQL.php
3rdparty/oauth-php/library/store/OAuthStoreMySQLi.php
3rdparty/oauth-php/library/store/OAuthStoreOracle.php
3rdparty/oauth-php/library/store/OAuthStorePDO.php
3rdparty/oauth-php/library/store/OAuthStoreSQL.php
3rdparty/oauth-php/library/store/OAuthStoreSession.php
3rdparty/oauth-php/library/store/mysql
3rdparty/oauth-php/library/store/mysql/install.php
3rdparty/oauth-php/library/store/mysql/mysql.sql
3rdparty/oauth-php/library/store/oracle
3rdparty/oauth-php/library/store/oracle/OracleDB
3rdparty/oauth-php/library/store/oracle/OracleDB/1_Tables
3rdparty/oauth-php/library/store/oracle/OracleDB/1_Tables/TABLES.sql
3rdparty/oauth-php/library/store/oracle/OracleDB/2_Sequences
3rdparty/oauth-php/library/store/oracle/OracleDB/2_Sequences/SEQUENCES.sql
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_ADD_CONSUMER_REQUEST_TOKEN.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_ADD_LOG.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_ADD_SERVER_TOKEN.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_AUTH_CONSUMER_REQ_TOKEN.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_CHECK_SERVER_NONCE.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_CONSUMER_STATIC_SAVE.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_COUNT_CONSUMER_ACCESS_TOKEN.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_COUNT_SERVICE_TOKENS.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_DELETE_CONSUMER.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_DELETE_SERVER.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_DELETE_SERVER_TOKEN.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_DEL_CONSUMER_ACCESS_TOKEN.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_DEL_CONSUMER_REQUEST_TOKEN.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_EXCH_CONS_REQ_FOR_ACC_TOKEN.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_CONSUMER.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_CONSUMER_ACCESS_TOKEN.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_CONSUMER_REQUEST_TOKEN.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_CONSUMER_STATIC_SELECT.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_SECRETS_FOR_SIGNATURE.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_SECRETS_FOR_VERIFY.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_SERVER.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_SERVER_FOR_URI.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_SERVER_TOKEN.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_SERVER_TOKEN_SECRETS.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_LIST_CONSUMERS.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_LIST_CONSUMER_TOKENS.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_LIST_LOG.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_LIST_SERVERS.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_LIST_SERVER_TOKENS.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_SET_CONSUMER_ACC_TOKEN_TTL.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_SET_SERVER_TOKEN_TTL.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_UPDATE_CONSUMER.prc
3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_UPDATE_SERVER.prc
3rdparty/oauth-php/library/store/oracle/install.php
3rdparty/parsedown
3rdparty/parsedown/parsedown.php
3rdparty/php-gettext
3rdparty/php-gettext/gettext.php
3rdparty/php-gettext/streams.php
3rdparty/simplepie
3rdparty/simplepie/autoloader.php
3rdparty/simplepie/library
3rdparty/simplepie/library/SimplePie
3rdparty/simplepie/library/SimplePie.php
3rdparty/simplepie/library/SimplePie/Author.php
3rdparty/simplepie/library/SimplePie/Cache
3rdparty/simplepie/library/SimplePie/Cache.php
3rdparty/simplepie/library/SimplePie/Cache/Base.php
3rdparty/simplepie/library/SimplePie/Cache/DB.php
3rdparty/simplepie/library/SimplePie/Cache/File.php
3rdparty/simplepie/library/SimplePie/Cache/Memcache.php
3rdparty/simplepie/library/SimplePie/Cache/MySQL.php
3rdparty/simplepie/library/SimplePie/Caption.php
3rdparty/simplepie/library/SimplePie/Category.php
3rdparty/simplepie/library/SimplePie/Content
3rdparty/simplepie/library/SimplePie/Content/Type
3rdparty/simplepie/library/SimplePie/Content/Type/Sniffer.php
3rdparty/simplepie/library/SimplePie/Copyright.php
3rdparty/simplepie/library/SimplePie/Core.php
3rdparty/simplepie/library/SimplePie/Credit.php
3rdparty/simplepie/library/SimplePie/Decode
3rdparty/simplepie/library/SimplePie/Decode/HTML
3rdparty/simplepie/library/SimplePie/Decode/HTML/Entities.php
3rdparty/simplepie/library/SimplePie/Enclosure.php
3rdparty/simplepie/library/SimplePie/Exception.php
3rdparty/simplepie/library/SimplePie/File.php
3rdparty/simplepie/library/SimplePie/HTTP
3rdparty/simplepie/library/SimplePie/HTTP/Parser.php
3rdparty/simplepie/library/SimplePie/IRI.php
3rdparty/simplepie/library/SimplePie/Item.php
3rdparty/simplepie/library/SimplePie/Locator.php
3rdparty/simplepie/library/SimplePie/Misc.php
3rdparty/simplepie/library/SimplePie/Net
3rdparty/simplepie/library/SimplePie/Net/IPv6.php
3rdparty/simplepie/library/SimplePie/Parse
3rdparty/simplepie/library/SimplePie/Parse/Date.php
3rdparty/simplepie/library/SimplePie/Parser.php
3rdparty/simplepie/library/SimplePie/Rating.php
3rdparty/simplepie/library/SimplePie/Registry.php
3rdparty/simplepie/library/SimplePie/Restriction.php
3rdparty/simplepie/library/SimplePie/Sanitize.php
3rdparty/simplepie/library/SimplePie/Source.php
3rdparty/simplepie/library/SimplePie/XML
3rdparty/simplepie/library/SimplePie/XML/Declaration
3rdparty/simplepie/library/SimplePie/XML/Declaration/Parser.php
3rdparty/simplepie/library/SimplePie/gzdecode.php
LICENSE.txt
README.TXT
config
config/client.config.php
config/config.class.php
config/db_config.php
config/index.html
index.php
install
install.php
install/database
install/database/1.sql
install/database/10.sql
install/database/2.php
install/database/2.sql
install/database/20.php
install/database/20.sql
install/database/21.sql
install/database/22.sql
install/database/23.php
install/database/23.sql
install/database/24.sql
install/database/25.sql
install/database/26.sql
install/database/27.sql
install/database/28.sql
install/database/3.sql
install/database/4.sql
install/database/40.sql
install/database/41.sql
install/database/42.sql
install/database/43.sql
install/database/44.sql
install/database/45.sql
install/database/46.php
install/database/46.sql
install/database/47.sql
install/database/48.php
install/database/48.sql
install/database/49.sql
install/database/50.php
install/database/50.sql
install/database/51.sql
install/database/52.sql
install/database/6.sql
install/database/60.sql
install/database/61.sql
install/database/62.sql
install/database/63.sql
install/database/64.sql
install/database/65.sql
install/database/66.sql
install/database/67.sql
install/database/68.sql
install/database/69.sql
install/database/7.sql
install/database/70.sql
install/database/8.sql
install/database/80.sql
install/database/81.sql
install/database/82.sql
install/database/83.sql
install/database/9.sql
install/database/index.html
install/index.html
install/master
install/master/data.sql
install/master/structure.sql
install/upgradestep.class.php
lib
lib/app
lib/app/app_functions.php
lib/app/cache.class.php
lib/app/datemanager.class.php
lib/app/debug.class.php
lib/app/formmanager.class.php
lib/app/helpmanager.class.php
lib/app/kit.class.php
lib/app/menumanager.class.php
lib/app/modulemanager.class.php
lib/app/pagemanager.class.php
lib/app/pdoconnect.class.php
lib/app/permissionmanager.class.php
lib/app/responsemanager.class.php
lib/app/rssreader.class.php
lib/app/session.class.php
lib/app/thememanager.class.php
lib/app/translationengine.class.php
lib/data
lib/data/bandwidth.data.class.php
lib/data/campaign.data.class.php
lib/data/campaignsecurity.data.class.php
lib/data/data.class.php
lib/data/dataset.data.class.php
lib/data/datasetcolumn.data.class.php
lib/data/datasetdata.data.class.php
lib/data/datasetgroupsecurity.data.class.php
lib/data/display.data.class.php
lib/data/displaygroup.data.class.php
lib/data/displaygroupsecurity.data.class.php
lib/data/displayprofile.data.class.php
lib/data/file.data.class.php
lib/data/help.data.class.php
lib/data/layout.data.class.php
lib/data/layoutmediagroupsecurity.data.class.php
lib/data/layoutregiongroupsecurity.data.class.php
lib/data/lkmediadisplaygroup.data.class.php
lib/data/maintenance.data.class.php
lib/data/media.data.class.php
lib/data/mediagroupsecurity.data.class.php
lib/data/nonce.data.class.php
lib/data/region.data.class.php
lib/data/resolution.data.class.php
lib/data/schedule.data.class.php
lib/data/setting.data.class.php
lib/data/stat.data.class.php
lib/data/tag.data.class.php
lib/data/userdata.data.class.php
lib/data/usergroup.data.class.php
lib/include.php
lib/index.html
lib/modules
lib/modules/module.class.php
lib/modules/module.interface.php
lib/oauth.inc.php
lib/pages
lib/pages/admin.class.php
lib/pages/base.class.php
lib/pages/campaign.class.php
lib/pages/clock.class.php
lib/pages/content.class.php
lib/pages/dashboard.class.php
lib/pages/dataset.class.php
lib/pages/display.class.php
lib/pages/displaygroup.class.php
lib/pages/displayprofile.class.php
lib/pages/error.class.php
lib/pages/fault.class.php
lib/pages/group.class.php
lib/pages/help.class.php
lib/pages/index.class.php
lib/pages/index.html
lib/pages/install.class.php
lib/pages/layout.class.php
lib/pages/license.class.php
lib/pages/log.class.php
lib/pages/mediamanager.class.php
lib/pages/module.class.php
lib/pages/oauth.class.php
lib/pages/preview.class.php
lib/pages/resolution.class.php
lib/pages/schedule.class.php
lib/pages/sessions.class.php
lib/pages/stats.class.php
lib/pages/statusdashboard.class.php
lib/pages/template.class.php
lib/pages/timeline.class.php
lib/pages/transition.class.php
lib/pages/upgrade.class.php
lib/pages/user.class.php
lib/service
lib/service/rest.class.php
lib/service/restjson.class.php
lib/service/restxml.class.php
lib/service/service_v3.wsdl
lib/service/service_v4.wsdl
lib/service/serviceoauth.class.php
lib/service/serviceresponse.class.php
lib/service/services.xrds.xml
lib/service/xmdssoap3.class.php
lib/service/xmdssoap4.class.php
lib/xmds.inc.php
locale
locale/dbtranslate.php
maintenance.php
modules
modules/3rdparty
modules/3rdparty/emoji.php
modules/3rdparty/forecast.php
modules/3rdparty/twitter-oauth
modules/3rdparty/twitter-oauth/OAuth.php
modules/3rdparty/twitter-oauth/twitteroauth.php
modules/clock.module.php
modules/counter.module.php
modules/datasetview.module.php
modules/embedded.module.php
modules/flash.module.php
modules/font.module.php
modules/forecastio.module.php
modules/genericfile.module.php
modules/image.module.php
modules/index.html
modules/localvideo.module.php
modules/module_db_mysql.php
modules/module_template.php
modules/module_user_general.php
modules/module_user_ldap.php
modules/powerpoint.module.php
modules/preview
modules/preview/Html4TransitionalTemplate.html
modules/preview/HtmlTemplate.html
modules/preview/HtmlTemplateSimple.html
modules/preview/fonts.css
modules/preview/html-preview.js
modules/preview/html5Preloader.js
modules/preview/loader.gif
modules/preview/vendor
modules/preview/vendor/fittext.js
modules/preview/vendor/flipclock.css
modules/preview/vendor/flipclock.min.js
modules/preview/vendor/jquery-1.11.1.min.js
modules/preview/vendor/jquery-cycle-2.1.6.min.js
modules/preview/vendor/jquery.marquee.min.js
modules/preview/vendor/moment.js
modules/preview/xibo-dataset-render.js
modules/preview/xibo-layout-scaler.js
modules/preview/xibo-text-render.js
modules/preview/xibo-webpage-render.js
modules/shellcommand.module.php
modules/text.module.php
modules/theme
modules/theme/HtmlTemplateForClock.html
modules/theme/HtmlTemplateForFlipClock.html
modules/theme/clock_bg_modern_dark.png
modules/theme/clock_bg_modern_light.png
modules/theme/forecastio
modules/theme/forecastio/current-day.template.json
modules/theme/forecastio/daily.template.json
modules/theme/forecastio/picture.template.json
modules/theme/forecastio/weather_icons
modules/theme/forecastio/weather_icons/WeatherIcons-Regular.otf
modules/theme/forecastio/weather_icons/standard-icons.png
modules/theme/forecastio/weather_icons/weather-icons.min.css
modules/theme/forecastio/weather_icons/weathericons-regular-webfont.eot
modules/theme/forecastio/weather_icons/weathericons-regular-webfont.svg
modules/theme/forecastio/weather_icons/weathericons-regular-webfont.ttf
modules/theme/forecastio/weather_icons/weathericons-regular-webfont.woff
modules/theme/ticker
modules/theme/ticker/media-rss-with-title.template.json
modules/theme/ticker/prominent-title-with-desc-and-name-separator.template.json
modules/theme/ticker/title-only.template.json
modules/theme/twitter
modules/theme/twitter/emoji.css
modules/theme/twitter/emoji.png
modules/theme/twitter/tweet-only.template.json
modules/theme/twitter/tweet-with-profileimage-left.template.json
modules/theme/twitter/tweet-with-profileimage-right.template.json
modules/ticker.module.php
modules/twitter.module.php
modules/video.module.php
modules/webpage.module.php
services.php
theme
theme/default
theme/default/config.php
theme/default/css
theme/default/css/calendar.css
theme/default/css/client.css
theme/default/css/dashboard.css
theme/default/css/html-preview.css
theme/default/css/install.css
theme/default/css/override.css
theme/default/css/timeline.css
theme/default/css/xibo.css
theme/default/fonts
theme/default/fonts/montserrat-regular-webfont.eot
theme/default/fonts/montserrat-regular-webfont.svg
theme/default/fonts/montserrat-regular-webfont.ttf
theme/default/fonts/montserrat-regular-webfont.woff
theme/default/html
theme/default/html/about_page.php
theme/default/html/about_text.php
theme/default/html/application_form_user_applications.php
theme/default/html/application_verify.php
theme/default/html/applications_form_view_log.php
theme/default/html/applications_page_grid.php
theme/default/html/campaign_form_layout_assign.php
theme/default/html/dataset_form_column_grid.php
theme/default/html/display_form_group_assign.php
theme/default/html/display_form_version_instructions.php
theme/default/html/displaygroup_fileassociations_form_assign.php
theme/default/html/displaygroup_fileassociations_form_assign_list.php
theme/default/html/displaygroup_form_display_assign.php
theme/default/html/fault_page.php
theme/default/html/footer.php
theme/default/html/form_file_upload_single.php
theme/default/html/form_render.php
theme/default/html/grid_pager.php
theme/default/html/grid_render.php
theme/default/html/header.php
theme/default/html/homepage_dashboard.php
theme/default/html/index.html
theme/default/html/install_footer.php
theme/default/html/install_header.php
theme/default/html/layout_designer.php
theme/default/html/layout_designer_form_timeline.php
theme/default/html/library_form_add.php
theme/default/html/library_form_assign.php
theme/default/html/library_form_assign_list.php
theme/default/html/library_form_media_add.php
theme/default/html/login_page.php
theme/default/html/media_form_datasetview_edit.php
theme/default/html/media_form_microblog_add.php
theme/default/html/media_form_microblog_edit.php
theme/default/html/media_form_text_edit.php
theme/default/html/media_form_ticker_dataset_edit.php
theme/default/html/media_form_ticker_edit.php
theme/default/html/message_box.php
theme/default/html/module_page_install_modules.php
theme/default/html/new_user_welcome.php
theme/default/html/schedule_page.php
theme/default/html/settings_page.php
theme/default/html/stats_page_availability.php
theme/default/html/stats_page_bandwidth.php
theme/default/html/stats_page_grid.php
theme/default/html/status_dashboard.php
theme/default/html/table_render.php
theme/default/html/upgrade_page.php
theme/default/html/user_form_my_applications.php
theme/default/html/usergroup_form_menusecurity.php
theme/default/html/usergroup_form_menusecurity_grid.php
theme/default/html/usergroup_form_pagesecurity.php
theme/default/html/usergroup_form_pagesecurity_grid.php
theme/default/html/usergroup_form_user_assign.php
theme/default/img
theme/default/img/avatar.jpg
theme/default/img/dashboard
theme/default/img/dashboard/add_content.png
theme/default/img/dashboard/content.png
theme/default/img/dashboard/contentadd.png
theme/default/img/dashboard/datasets.png
theme/default/img/dashboard/edit_content.png
theme/default/img/dashboard/graph.png
theme/default/img/dashboard/help.png
theme/default/img/dashboard/layouts.png
theme/default/img/dashboard/license.png
theme/default/img/dashboard/playlistadd.png
theme/default/img/dashboard/presentations.png
theme/default/img/dashboard/scan.png
theme/default/img/dashboard/scheduleview.png
theme/default/img/dashboard/settings.png
theme/default/img/dashboard/users.png
theme/default/img/favicon.ico
theme/default/img/forms
theme/default/img/forms/counter.gif
theme/default/img/forms/datasetview.gif
theme/default/img/forms/embedded.gif
theme/default/img/forms/filenotfound.gif
theme/default/img/forms/flash.gif
theme/default/img/forms/image.gif
theme/default/img/forms/library.gif
theme/default/img/forms/localvideo.gif
theme/default/img/forms/microblog.gif
theme/default/img/forms/powerpoint.gif
theme/default/img/forms/shellcommand.gif
theme/default/img/forms/text.gif
theme/default/img/forms/ticker.gif
theme/default/img/forms/video.gif
theme/default/img/forms/weather.png
theme/default/img/forms/webpage.gif
theme/default/img/screenshots
theme/default/img/screenshots/calendar_screenshot.png
theme/default/img/screenshots/display_add_screenshot.png
theme/default/img/screenshots/layout_design_screenshot.png
theme/default/img/xibologo.png
theme/default/index.html
theme/default/js
theme/default/js/install.js
theme/default/js/xibo-calendar.js
theme/default/js/xibo-cms.js
theme/default/js/xibo-datasets.js
theme/default/js/xibo-forms.js
theme/default/js/xibo-layout-designer.js
theme/default/js/xibo-preview-timeline.js
theme/default/layouts
theme/default/layouts/default-layout.zip
theme/default/libraries
theme/default/libraries/bootstrap
theme/default/libraries/bootstrap-colorpicker
theme/default/libraries/bootstrap-colorpicker/css
theme/default/libraries/bootstrap-colorpicker/css/bootstrap-colorpicker.min.css
theme/default/libraries/bootstrap-colorpicker/img
theme/default/libraries/bootstrap-colorpicker/img/bootstrap-colorpicker
theme/default/libraries/bootstrap-colorpicker/img/bootstrap-colorpicker/alpha-horizontal.png
theme/default/libraries/bootstrap-colorpicker/img/bootstrap-colorpicker/alpha.png
theme/default/libraries/bootstrap-colorpicker/img/bootstrap-colorpicker/hue-horizontal.png
theme/default/libraries/bootstrap-colorpicker/img/bootstrap-colorpicker/hue.png
theme/default/libraries/bootstrap-colorpicker/img/bootstrap-colorpicker/saturation.png
theme/default/libraries/bootstrap-colorpicker/js
theme/default/libraries/bootstrap-colorpicker/js/bootstrap-colorpicker.min.js
theme/default/libraries/bootstrap-datetimepicker
theme/default/libraries/bootstrap-datetimepicker/css
theme/default/libraries/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css
theme/default/libraries/bootstrap-datetimepicker/js
theme/default/libraries/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js
theme/default/libraries/bootstrap-datetimepicker/js/locales
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.ar.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.bg.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.ca.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.cs.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.da.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.de.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.ee.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.el.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.es.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.fi.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.fr.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.he.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.hr.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.hu.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.id.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.is.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.it.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.ja.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.ko.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.lt.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.lv.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.ms.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.nb.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.nl.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.no.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.pl.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.pt-BR.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.pt.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.ro.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.rs-latin.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.rs.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.ru.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.sk.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.sl.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.sv.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.sw.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.th.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.tr.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.ua.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.uk.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.zh-CN.js
theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.zh-TW.js
theme/default/libraries/bootstrap-ekko-lightbox
theme/default/libraries/bootstrap-ekko-lightbox/ekko-lightbox.min.css
theme/default/libraries/bootstrap-ekko-lightbox/ekko-lightbox.min.js
theme/default/libraries/bootstrap-select
theme/default/libraries/bootstrap-select/css
theme/default/libraries/bootstrap-select/css/bootstrap-select.css
theme/default/libraries/bootstrap-select/js
theme/default/libraries/bootstrap-select/js/bootstrap-select.js.map
theme/default/libraries/bootstrap-select/js/bootstrap-select.min.js
theme/default/libraries/bootstrap/css
theme/default/libraries/bootstrap/css/bootstrap-theme.min.css
theme/default/libraries/bootstrap/css/bootstrap.min.css
theme/default/libraries/bootstrap/css/index.html
theme/default/libraries/bootstrap/fonts
theme/default/libraries/bootstrap/fonts/glyphicons-halflings-regular.eot
theme/default/libraries/bootstrap/fonts/glyphicons-halflings-regular.svg
theme/default/libraries/bootstrap/fonts/glyphicons-halflings-regular.ttf
theme/default/libraries/bootstrap/fonts/glyphicons-halflings-regular.woff
theme/default/libraries/bootstrap/index.html
theme/default/libraries/bootstrap/js
theme/default/libraries/bootstrap/js/bootbox.min.js
theme/default/libraries/bootstrap/js/bootstrap-ckeditor-fix.js
theme/default/libraries/bootstrap/js/bootstrap.min.js
theme/default/libraries/bootstrap/js/index.html
theme/default/libraries/calendar
theme/default/libraries/calendar/css
theme/default/libraries/calendar/css/calendar.css
theme/default/libraries/calendar/css/calendar.min.css
theme/default/libraries/calendar/img
theme/default/libraries/calendar/img/dark_wood.png
theme/default/libraries/calendar/img/slide-bg.png
theme/default/libraries/calendar/img/tick.png
theme/default/libraries/calendar/js
theme/default/libraries/calendar/js/calendar.js
theme/default/libraries/calendar/js/language
theme/default/libraries/calendar/js/language/ar-SA.js
theme/default/libraries/calendar/js/language/bs-BA.js
theme/default/libraries/calendar/js/language/cs-CZ.js
theme/default/libraries/calendar/js/language/da-DK.js
theme/default/libraries/calendar/js/language/de-AT.js
theme/default/libraries/calendar/js/language/de.js
theme/default/libraries/calendar/js/language/el-GR.js
theme/default/libraries/calendar/js/language/es-ES.js
theme/default/libraries/calendar/js/language/es-MX.js
theme/default/libraries/calendar/js/language/fi-FI.js
theme/default/libraries/calendar/js/language/fr-FR.js
theme/default/libraries/calendar/js/language/hr-HR.js
theme/default/libraries/calendar/js/language/hu-HU.js
theme/default/libraries/calendar/js/language/it-IT.js
theme/default/libraries/calendar/js/language/ja-JP.js
theme/default/libraries/calendar/js/language/ko-KR.js
theme/default/libraries/calendar/js/language/nl-NL.js
theme/default/libraries/calendar/js/language/no-NO.js
theme/default/libraries/calendar/js/language/pl-PL.js
theme/default/libraries/calendar/js/language/pt-BR.js
theme/default/libraries/calendar/js/language/ro-RO.js
theme/default/libraries/calendar/js/language/ru-RU.js
theme/default/libraries/calendar/js/language/sl-SL.js
theme/default/libraries/calendar/js/language/sv-SE.js
theme/default/libraries/calendar/js/language/template.js
theme/default/libraries/calendar/js/language/tr-TR.js
theme/default/libraries/calendar/js/language/zh-CN.js
theme/default/libraries/calendar/js/language/zh-TW.js
theme/default/libraries/calendar/tmpls
theme/default/libraries/calendar/tmpls/day.html
theme/default/libraries/calendar/tmpls/events-list.html
theme/default/libraries/calendar/tmpls/modal.html
theme/default/libraries/calendar/tmpls/month-day.html
theme/default/libraries/calendar/tmpls/month.html
theme/default/libraries/calendar/tmpls/week-days.html
theme/default/libraries/calendar/tmpls/week.html
theme/default/libraries/calendar/tmpls/year-month.html
theme/default/libraries/calendar/tmpls/year.html
theme/default/libraries/ckeditor
theme/default/libraries/ckeditor/CHANGES.md
theme/default/libraries/ckeditor/LICENSE.md
theme/default/libraries/ckeditor/README.md
theme/default/libraries/ckeditor/ckeditor.js
theme/default/libraries/ckeditor/config.js
theme/default/libraries/ckeditor/contents.css
theme/default/libraries/ckeditor/lang
theme/default/libraries/ckeditor/lang/af.js
theme/default/libraries/ckeditor/lang/ar.js
theme/default/libraries/ckeditor/lang/bg.js
theme/default/libraries/ckeditor/lang/bn.js
theme/default/libraries/ckeditor/lang/bs.js
theme/default/libraries/ckeditor/lang/ca.js
theme/default/libraries/ckeditor/lang/cs.js
theme/default/libraries/ckeditor/lang/cy.js
theme/default/libraries/ckeditor/lang/da.js
theme/default/libraries/ckeditor/lang/de.js
theme/default/libraries/ckeditor/lang/el.js
theme/default/libraries/ckeditor/lang/en-au.js
theme/default/libraries/ckeditor/lang/en-ca.js
theme/default/libraries/ckeditor/lang/en-gb.js
theme/default/libraries/ckeditor/lang/en.js
theme/default/libraries/ckeditor/lang/eo.js
theme/default/libraries/ckeditor/lang/es.js
theme/default/libraries/ckeditor/lang/et.js
theme/default/libraries/ckeditor/lang/eu.js
theme/default/libraries/ckeditor/lang/fa.js
theme/default/libraries/ckeditor/lang/fi.js
theme/default/libraries/ckeditor/lang/fo.js
theme/default/libraries/ckeditor/lang/fr-ca.js
theme/default/libraries/ckeditor/lang/fr.js
theme/default/libraries/ckeditor/lang/gl.js
theme/default/libraries/ckeditor/lang/gu.js
theme/default/libraries/ckeditor/lang/he.js
theme/default/libraries/ckeditor/lang/hi.js
theme/default/libraries/ckeditor/lang/hr.js
theme/default/libraries/ckeditor/lang/hu.js
theme/default/libraries/ckeditor/lang/id.js
theme/default/libraries/ckeditor/lang/is.js
theme/default/libraries/ckeditor/lang/it.js
theme/default/libraries/ckeditor/lang/ja.js
theme/default/libraries/ckeditor/lang/ka.js
theme/default/libraries/ckeditor/lang/km.js
theme/default/libraries/ckeditor/lang/ko.js
theme/default/libraries/ckeditor/lang/ku.js
theme/default/libraries/ckeditor/lang/lt.js
theme/default/libraries/ckeditor/lang/lv.js
theme/default/libraries/ckeditor/lang/mk.js
theme/default/libraries/ckeditor/lang/mn.js
theme/default/libraries/ckeditor/lang/ms.js
theme/default/libraries/ckeditor/lang/nb.js
theme/default/libraries/ckeditor/lang/nl.js
theme/default/libraries/ckeditor/lang/no.js
theme/default/libraries/ckeditor/lang/pl.js
theme/default/libraries/ckeditor/lang/pt-br.js
theme/default/libraries/ckeditor/lang/pt.js
theme/default/libraries/ckeditor/lang/ro.js
theme/default/libraries/ckeditor/lang/ru.js
theme/default/libraries/ckeditor/lang/si.js
theme/default/libraries/ckeditor/lang/sk.js
theme/default/libraries/ckeditor/lang/sl.js
theme/default/libraries/ckeditor/lang/sq.js
theme/default/libraries/ckeditor/lang/sr-latn.js
theme/default/libraries/ckeditor/lang/sr.js
theme/default/libraries/ckeditor/lang/sv.js
theme/default/libraries/ckeditor/lang/th.js
theme/default/libraries/ckeditor/lang/tr.js
theme/default/libraries/ckeditor/lang/ug.js
theme/default/libraries/ckeditor/lang/uk.js
theme/default/libraries/ckeditor/lang/vi.js
theme/default/libraries/ckeditor/lang/zh-cn.js
theme/default/libraries/ckeditor/lang/zh.js
theme/default/libraries/ckeditor/plugins
theme/default/libraries/ckeditor/plugins/clipboard
theme/default/libraries/ckeditor/plugins/clipboard/dialogs
theme/default/libraries/ckeditor/plugins/clipboard/dialogs/paste.js
theme/default/libraries/ckeditor/plugins/codemirror
theme/default/libraries/ckeditor/plugins/codemirror/css
theme/default/libraries/ckeditor/plugins/codemirror/css/codemirror.min.css
theme/default/libraries/ckeditor/plugins/codemirror/icons
theme/default/libraries/ckeditor/plugins/codemirror/icons/AutoComplete.png
theme/default/libraries/ckeditor/plugins/codemirror/icons/AutoFormat.png
theme/default/libraries/ckeditor/plugins/codemirror/icons/CommentSelectedRange.png
theme/default/libraries/ckeditor/plugins/codemirror/icons/SearchCode.png
theme/default/libraries/ckeditor/plugins/codemirror/icons/UncommentSelectedRange.png
theme/default/libraries/ckeditor/plugins/codemirror/js
theme/default/libraries/ckeditor/plugins/codemirror/js/beautify.min.js
theme/default/libraries/ckeditor/plugins/codemirror/js/codemirror.addons.min.js
theme/default/libraries/ckeditor/plugins/codemirror/js/codemirror.addons.search.min.js
theme/default/libraries/ckeditor/plugins/codemirror/js/codemirror.min.js
theme/default/libraries/ckeditor/plugins/codemirror/js/codemirror.mode.htmlmixed.min.js
theme/default/libraries/ckeditor/plugins/codemirror/js/codemirror.mode.javascript.min.js
theme/default/libraries/ckeditor/plugins/codemirror/js/codemirror.mode.php.min.js
theme/default/libraries/ckeditor/plugins/codemirror/theme
theme/default/libraries/ckeditor/plugins/codemirror/theme/3024-day.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/3024-night.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/ambiance-mobile.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/ambiance.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/base16-dark.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/base16-light.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/blackboard.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/cobalt.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/eclipse.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/elegant.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/erlang-dark.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/lesser-dark.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/mbo.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/midnight.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/monokai.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/neat.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/night.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/paraiso-dark.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/paraiso-light.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/rubyblue.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/solarized.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/the-matrix.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/tomorrow-night-eighties.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/twilight.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/vibrant-ink.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/xq-dark.css
theme/default/libraries/ckeditor/plugins/codemirror/theme/xq-light.css
theme/default/libraries/ckeditor/plugins/colordialog
theme/default/libraries/ckeditor/plugins/colordialog/dialogs
theme/default/libraries/ckeditor/plugins/colordialog/dialogs/colordialog.js
theme/default/libraries/ckeditor/plugins/dialog
theme/default/libraries/ckeditor/plugins/dialog/dialogDefinition.js
theme/default/libraries/ckeditor/plugins/div
theme/default/libraries/ckeditor/plugins/div/dialogs
theme/default/libraries/ckeditor/plugins/div/dialogs/div.js
theme/default/libraries/ckeditor/plugins/fakeobjects
theme/default/libraries/ckeditor/plugins/fakeobjects/images
theme/default/libraries/ckeditor/plugins/fakeobjects/images/spacer.gif
theme/default/libraries/ckeditor/plugins/gg
theme/default/libraries/ckeditor/plugins/gg/images
theme/default/libraries/ckeditor/plugins/gg/images/gg.png
theme/default/libraries/ckeditor/plugins/icons.png
theme/default/libraries/ckeditor/plugins/icons_hidpi.png
theme/default/libraries/ckeditor/plugins/iframe
theme/default/libraries/ckeditor/plugins/iframe/dialogs
theme/default/libraries/ckeditor/plugins/iframe/dialogs/iframe.js
theme/default/libraries/ckeditor/plugins/iframe/icons
theme/default/libraries/ckeditor/plugins/iframe/icons/iframe.png
theme/default/libraries/ckeditor/plugins/iframe/images
theme/default/libraries/ckeditor/plugins/iframe/images/placeholder.png
theme/default/libraries/ckeditor/plugins/iframe/lang
theme/default/libraries/ckeditor/plugins/iframe/lang/af.js
theme/default/libraries/ckeditor/plugins/iframe/lang/ar.js
theme/default/libraries/ckeditor/plugins/iframe/lang/bg.js
theme/default/libraries/ckeditor/plugins/iframe/lang/bn.js
theme/default/libraries/ckeditor/plugins/iframe/lang/bs.js
theme/default/libraries/ckeditor/plugins/iframe/lang/ca.js
theme/default/libraries/ckeditor/plugins/iframe/lang/cs.js
theme/default/libraries/ckeditor/plugins/iframe/lang/cy.js
theme/default/libraries/ckeditor/plugins/iframe/lang/da.js
theme/default/libraries/ckeditor/plugins/iframe/lang/de.js
theme/default/libraries/ckeditor/plugins/iframe/lang/el.js
theme/default/libraries/ckeditor/plugins/iframe/lang/en-au.js
theme/default/libraries/ckeditor/plugins/iframe/lang/en-ca.js
theme/default/libraries/ckeditor/plugins/iframe/lang/en-gb.js
theme/default/libraries/ckeditor/plugins/iframe/lang/en.js
theme/default/libraries/ckeditor/plugins/iframe/lang/eo.js
theme/default/libraries/ckeditor/plugins/iframe/lang/es.js
theme/default/libraries/ckeditor/plugins/iframe/lang/et.js
theme/default/libraries/ckeditor/plugins/iframe/lang/eu.js
theme/default/libraries/ckeditor/plugins/iframe/lang/fa.js
theme/default/libraries/ckeditor/plugins/iframe/lang/fi.js
theme/default/libraries/ckeditor/plugins/iframe/lang/fo.js
theme/default/libraries/ckeditor/plugins/iframe/lang/fr-ca.js
theme/default/libraries/ckeditor/plugins/iframe/lang/fr.js
theme/default/libraries/ckeditor/plugins/iframe/lang/gl.js
theme/default/libraries/ckeditor/plugins/iframe/lang/gu.js
theme/default/libraries/ckeditor/plugins/iframe/lang/he.js
theme/default/libraries/ckeditor/plugins/iframe/lang/hi.js
theme/default/libraries/ckeditor/plugins/iframe/lang/hr.js
theme/default/libraries/ckeditor/plugins/iframe/lang/hu.js
theme/default/libraries/ckeditor/plugins/iframe/lang/is.js
theme/default/libraries/ckeditor/plugins/iframe/lang/it.js
theme/default/libraries/ckeditor/plugins/iframe/lang/ja.js
theme/default/libraries/ckeditor/plugins/iframe/lang/ka.js
theme/default/libraries/ckeditor/plugins/iframe/lang/km.js
theme/default/libraries/ckeditor/plugins/iframe/lang/ko.js
theme/default/libraries/ckeditor/plugins/iframe/lang/ku.js
theme/default/libraries/ckeditor/plugins/iframe/lang/lt.js
theme/default/libraries/ckeditor/plugins/iframe/lang/lv.js
theme/default/libraries/ckeditor/plugins/iframe/lang/mk.js
theme/default/libraries/ckeditor/plugins/iframe/lang/mn.js
theme/default/libraries/ckeditor/plugins/iframe/lang/ms.js
theme/default/libraries/ckeditor/plugins/iframe/lang/nb.js
theme/default/libraries/ckeditor/plugins/iframe/lang/nl.js
theme/default/libraries/ckeditor/plugins/iframe/lang/no.js
theme/default/libraries/ckeditor/plugins/iframe/lang/pl.js
theme/default/libraries/ckeditor/plugins/iframe/lang/pt-br.js
theme/default/libraries/ckeditor/plugins/iframe/lang/pt.js
theme/default/libraries/ckeditor/plugins/iframe/lang/ro.js
theme/default/libraries/ckeditor/plugins/iframe/lang/ru.js
theme/default/libraries/ckeditor/plugins/iframe/lang/sk.js
theme/default/libraries/ckeditor/plugins/iframe/lang/sl.js
theme/default/libraries/ckeditor/plugins/iframe/lang/sq.js
theme/default/libraries/ckeditor/plugins/iframe/lang/sr-latn.js
theme/default/libraries/ckeditor/plugins/iframe/lang/sr.js
theme/default/libraries/ckeditor/plugins/iframe/lang/sv.js
theme/default/libraries/ckeditor/plugins/iframe/lang/th.js
theme/default/libraries/ckeditor/plugins/iframe/lang/tr.js
theme/default/libraries/ckeditor/plugins/iframe/lang/ug.js
theme/default/libraries/ckeditor/plugins/iframe/lang/uk.js
theme/default/libraries/ckeditor/plugins/iframe/lang/vi.js
theme/default/libraries/ckeditor/plugins/iframe/lang/zh-cn.js
theme/default/libraries/ckeditor/plugins/iframe/lang/zh.js
theme/default/libraries/ckeditor/plugins/iframe/plugin.js
theme/default/libraries/ckeditor/plugins/image
theme/default/libraries/ckeditor/plugins/image/dialogs
theme/default/libraries/ckeditor/plugins/image/dialogs/image.js
theme/default/libraries/ckeditor/plugins/image/images
theme/default/libraries/ckeditor/plugins/image/images/noimage.png
theme/default/libraries/ckeditor/plugins/justify
theme/default/libraries/ckeditor/plugins/justify/icons
theme/default/libraries/ckeditor/plugins/justify/icons/hidpi
theme/default/libraries/ckeditor/plugins/justify/icons/hidpi/justifyblock.png
theme/default/libraries/ckeditor/plugins/justify/icons/hidpi/justifycenter.png
theme/default/libraries/ckeditor/plugins/justify/icons/hidpi/justifyleft.png
theme/default/libraries/ckeditor/plugins/justify/icons/hidpi/justifyright.png
theme/default/libraries/ckeditor/plugins/justify/icons/justifyblock.png
theme/default/libraries/ckeditor/plugins/justify/icons/justifycenter.png
theme/default/libraries/ckeditor/plugins/justify/icons/justifyleft.png
theme/default/libraries/ckeditor/plugins/justify/icons/justifyright.png
theme/default/libraries/ckeditor/plugins/justify/lang
theme/default/libraries/ckeditor/plugins/justify/lang/af.js
theme/default/libraries/ckeditor/plugins/justify/lang/ar.js
theme/default/libraries/ckeditor/plugins/justify/lang/bg.js
theme/default/libraries/ckeditor/plugins/justify/lang/bn.js
theme/default/libraries/ckeditor/plugins/justify/lang/bs.js
theme/default/libraries/ckeditor/plugins/justify/lang/ca.js
theme/default/libraries/ckeditor/plugins/justify/lang/cs.js
theme/default/libraries/ckeditor/plugins/justify/lang/cy.js
theme/default/libraries/ckeditor/plugins/justify/lang/da.js
theme/default/libraries/ckeditor/plugins/justify/lang/de.js
theme/default/libraries/ckeditor/plugins/justify/lang/el.js
theme/default/libraries/ckeditor/plugins/justify/lang/en-au.js
theme/default/libraries/ckeditor/plugins/justify/lang/en-ca.js
theme/default/libraries/ckeditor/plugins/justify/lang/en-gb.js
theme/default/libraries/ckeditor/plugins/justify/lang/en.js
theme/default/libraries/ckeditor/plugins/justify/lang/eo.js
theme/default/libraries/ckeditor/plugins/justify/lang/es.js
theme/default/libraries/ckeditor/plugins/justify/lang/et.js
theme/default/libraries/ckeditor/plugins/justify/lang/eu.js
theme/default/libraries/ckeditor/plugins/justify/lang/fa.js
theme/default/libraries/ckeditor/plugins/justify/lang/fi.js
theme/default/libraries/ckeditor/plugins/justify/lang/fo.js
theme/default/libraries/ckeditor/plugins/justify/lang/fr-ca.js
theme/default/libraries/ckeditor/plugins/justify/lang/fr.js
theme/default/libraries/ckeditor/plugins/justify/lang/gl.js
theme/default/libraries/ckeditor/plugins/justify/lang/gu.js
theme/default/libraries/ckeditor/plugins/justify/lang/he.js
theme/default/libraries/ckeditor/plugins/justify/lang/hi.js
theme/default/libraries/ckeditor/plugins/justify/lang/hr.js
theme/default/libraries/ckeditor/plugins/justify/lang/hu.js
theme/default/libraries/ckeditor/plugins/justify/lang/id.js
theme/default/libraries/ckeditor/plugins/justify/lang/is.js
theme/default/libraries/ckeditor/plugins/justify/lang/it.js
theme/default/libraries/ckeditor/plugins/justify/lang/ja.js
theme/default/libraries/ckeditor/plugins/justify/lang/ka.js
theme/default/libraries/ckeditor/plugins/justify/lang/km.js
theme/default/libraries/ckeditor/plugins/justify/lang/ko.js
theme/default/libraries/ckeditor/plugins/justify/lang/ku.js
theme/default/libraries/ckeditor/plugins/justify/lang/lt.js
theme/default/libraries/ckeditor/plugins/justify/lang/lv.js
theme/default/libraries/ckeditor/plugins/justify/lang/mk.js
theme/default/libraries/ckeditor/plugins/justify/lang/mn.js
theme/default/libraries/ckeditor/plugins/justify/lang/ms.js
theme/default/libraries/ckeditor/plugins/justify/lang/nb.js
theme/default/libraries/ckeditor/plugins/justify/lang/nl.js
theme/default/libraries/ckeditor/plugins/justify/lang/no.js
theme/default/libraries/ckeditor/plugins/justify/lang/pl.js
theme/default/libraries/ckeditor/plugins/justify/lang/pt-br.js
theme/default/libraries/ckeditor/plugins/justify/lang/pt.js
theme/default/libraries/ckeditor/plugins/justify/lang/ro.js
theme/default/libraries/ckeditor/plugins/justify/lang/ru.js
theme/default/libraries/ckeditor/plugins/justify/lang/si.js
theme/default/libraries/ckeditor/plugins/justify/lang/sk.js
theme/default/libraries/ckeditor/plugins/justify/lang/sl.js
theme/default/libraries/ckeditor/plugins/justify/lang/sq.js
theme/default/libraries/ckeditor/plugins/justify/lang/sr-latn.js
theme/default/libraries/ckeditor/plugins/justify/lang/sr.js
theme/default/libraries/ckeditor/plugins/justify/lang/sv.js
theme/default/libraries/ckeditor/plugins/justify/lang/th.js
theme/default/libraries/ckeditor/plugins/justify/lang/tr.js
theme/default/libraries/ckeditor/plugins/justify/lang/ug.js
theme/default/libraries/ckeditor/plugins/justify/lang/uk.js
theme/default/libraries/ckeditor/plugins/justify/lang/vi.js
theme/default/libraries/ckeditor/plugins/justify/lang/zh-cn.js
theme/default/libraries/ckeditor/plugins/justify/lang/zh.js
theme/default/libraries/ckeditor/plugins/justify/plugin.js
theme/default/libraries/ckeditor/plugins/link
theme/default/libraries/ckeditor/plugins/link/dialogs
theme/default/libraries/ckeditor/plugins/link/dialogs/anchor.js
theme/default/libraries/ckeditor/plugins/link/dialogs/link.js
theme/default/libraries/ckeditor/plugins/link/images
theme/default/libraries/ckeditor/plugins/link/images/anchor.png
theme/default/libraries/ckeditor/plugins/link/images/hidpi
theme/default/libraries/ckeditor/plugins/link/images/hidpi/anchor.png
theme/default/libraries/ckeditor/plugins/magicline
theme/default/libraries/ckeditor/plugins/magicline/images
theme/default/libraries/ckeditor/plugins/magicline/images/hidpi
theme/default/libraries/ckeditor/plugins/magicline/images/hidpi/icon.png
theme/default/libraries/ckeditor/plugins/magicline/images/icon.png
theme/default/libraries/ckeditor/plugins/mediaembed
theme/default/libraries/ckeditor/plugins/mediaembed/images
theme/default/libraries/ckeditor/plugins/mediaembed/images/icon.png
theme/default/libraries/ckeditor/plugins/pastefromword
theme/default/libraries/ckeditor/plugins/pastefromword/filter
theme/default/libraries/ckeditor/plugins/pastefromword/filter/default.js
theme/default/libraries/ckeditor/plugins/qrc
theme/default/libraries/ckeditor/plugins/qrc/images
theme/default/libraries/ckeditor/plugins/qrc/images/qrc.png
theme/default/libraries/ckeditor/plugins/qrc/images/qrc400.png
theme/default/libraries/ckeditor/plugins/scayt
theme/default/libraries/ckeditor/plugins/scayt/LICENSE.md
theme/default/libraries/ckeditor/plugins/scayt/README.md
theme/default/libraries/ckeditor/plugins/scayt/dialogs
theme/default/libraries/ckeditor/plugins/scayt/dialogs/options.js
theme/default/libraries/ckeditor/plugins/scayt/dialogs/toolbar.css
theme/default/libraries/ckeditor/plugins/showblocks
theme/default/libraries/ckeditor/plugins/showblocks/images
theme/default/libraries/ckeditor/plugins/showblocks/images/block_address.png
theme/default/libraries/ckeditor/plugins/showblocks/images/block_blockquote.png
theme/default/libraries/ckeditor/plugins/showblocks/images/block_div.png
theme/default/libraries/ckeditor/plugins/showblocks/images/block_h1.png
theme/default/libraries/ckeditor/plugins/showblocks/images/block_h2.png
theme/default/libraries/ckeditor/plugins/showblocks/images/block_h3.png
theme/default/libraries/ckeditor/plugins/showblocks/images/block_h4.png
theme/default/libraries/ckeditor/plugins/showblocks/images/block_h5.png
theme/default/libraries/ckeditor/plugins/showblocks/images/block_h6.png
theme/default/libraries/ckeditor/plugins/showblocks/images/block_p.png
theme/default/libraries/ckeditor/plugins/showblocks/images/block_pre.png
theme/default/libraries/ckeditor/plugins/specialchar
theme/default/libraries/ckeditor/plugins/specialchar/dialogs
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/ar.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/bg.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/ca.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/cs.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/cy.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/de.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/el.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/en.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/eo.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/es.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/et.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/fa.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/fi.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/fr.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/gl.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/he.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/hr.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/hu.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/id.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/it.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/ja.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/km.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/ku.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/lv.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/nb.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/nl.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/no.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/pl.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/pt.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/ru.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/si.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/sk.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/sl.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/sq.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/sv.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/th.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/tr.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/ug.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/uk.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/vi.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js
theme/default/libraries/ckeditor/plugins/specialchar/dialogs/specialchar.js
theme/default/libraries/ckeditor/plugins/table
theme/default/libraries/ckeditor/plugins/table/dialogs
theme/default/libraries/ckeditor/plugins/table/dialogs/table.js
theme/default/libraries/ckeditor/plugins/tabletools
theme/default/libraries/ckeditor/plugins/tabletools/dialogs
theme/default/libraries/ckeditor/plugins/tabletools/dialogs/tableCell.js
theme/default/libraries/ckeditor/plugins/wsc
theme/default/libraries/ckeditor/plugins/wsc/LICENSE.md
theme/default/libraries/ckeditor/plugins/wsc/README.md
theme/default/libraries/ckeditor/plugins/wsc/dialogs
theme/default/libraries/ckeditor/plugins/wsc/dialogs/ciframe.html
theme/default/libraries/ckeditor/plugins/wsc/dialogs/tmp.html
theme/default/libraries/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
theme/default/libraries/ckeditor/plugins/wsc/dialogs/wsc.css
theme/default/libraries/ckeditor/plugins/wsc/dialogs/wsc.js
theme/default/libraries/ckeditor/plugins/wsc/dialogs/wsc_ie.js
theme/default/libraries/ckeditor/skins
theme/default/libraries/ckeditor/skins/moono
theme/default/libraries/ckeditor/skins/moono/dialog.css
theme/default/libraries/ckeditor/skins/moono/dialog_ie.css
theme/default/libraries/ckeditor/skins/moono/dialog_ie7.css
theme/default/libraries/ckeditor/skins/moono/dialog_ie8.css
theme/default/libraries/ckeditor/skins/moono/dialog_iequirks.css
theme/default/libraries/ckeditor/skins/moono/dialog_opera.css
theme/default/libraries/ckeditor/skins/moono/editor.css
theme/default/libraries/ckeditor/skins/moono/editor_gecko.css
theme/default/libraries/ckeditor/skins/moono/editor_ie.css
theme/default/libraries/ckeditor/skins/moono/editor_ie7.css
theme/default/libraries/ckeditor/skins/moono/editor_ie8.css
theme/default/libraries/ckeditor/skins/moono/editor_iequirks.css
theme/default/libraries/ckeditor/skins/moono/icons.png
theme/default/libraries/ckeditor/skins/moono/icons_hidpi.png
theme/default/libraries/ckeditor/skins/moono/images
theme/default/libraries/ckeditor/skins/moono/images/arrow.png
theme/default/libraries/ckeditor/skins/moono/images/close.png
theme/default/libraries/ckeditor/skins/moono/images/hidpi
theme/default/libraries/ckeditor/skins/moono/images/hidpi/close.png
theme/default/libraries/ckeditor/skins/moono/images/hidpi/lock-open.png
theme/default/libraries/ckeditor/skins/moono/images/hidpi/lock.png
theme/default/libraries/ckeditor/skins/moono/images/hidpi/refresh.png
theme/default/libraries/ckeditor/skins/moono/images/lock-open.png
theme/default/libraries/ckeditor/skins/moono/images/lock.png
theme/default/libraries/ckeditor/skins/moono/images/mini.png
theme/default/libraries/ckeditor/skins/moono/images/refresh.png
theme/default/libraries/ckeditor/skins/moono/readme.md
theme/default/libraries/ckeditor/styles.js
theme/default/libraries/colors
theme/default/libraries/colors/colors.min.js
theme/default/libraries/date-time-format.js
theme/default/libraries/font-awesome
theme/default/libraries/font-awesome/css
theme/default/libraries/font-awesome/css/font-awesome.min.css
theme/default/libraries/font-awesome/fonts
theme/default/libraries/font-awesome/fonts/FontAwesome.otf
theme/default/libraries/font-awesome/fonts/fontawesome-webfont.eot
theme/default/libraries/font-awesome/fonts/fontawesome-webfont.svg
theme/default/libraries/font-awesome/fonts/fontawesome-webfont.ttf
theme/default/libraries/font-awesome/fonts/fontawesome-webfont.woff
theme/default/libraries/index.html
theme/default/libraries/jquery
theme/default/libraries/jquery-file-upload
theme/default/libraries/jquery-file-upload/CONTRIBUTING.md
theme/default/libraries/jquery-file-upload/README.md
theme/default/libraries/jquery-file-upload/cors
theme/default/libraries/jquery-file-upload/cors/postmessage.html
theme/default/libraries/jquery-file-upload/cors/result.html
theme/default/libraries/jquery-file-upload/css
theme/default/libraries/jquery-file-upload/css/jquery.fileupload-ui.css
theme/default/libraries/jquery-file-upload/img
theme/default/libraries/jquery-file-upload/img/loading.gif
theme/default/libraries/jquery-file-upload/img/progressbar.gif
theme/default/libraries/jquery-file-upload/js
theme/default/libraries/jquery-file-upload/js/cors
theme/default/libraries/jquery-file-upload/js/cors/jquery.postmessage-transport.js
theme/default/libraries/jquery-file-upload/js/cors/jquery.xdr-transport.js
theme/default/libraries/jquery-file-upload/js/jquery.fileupload-process.js
theme/default/libraries/jquery-file-upload/js/jquery.fileupload-resize.js
theme/default/libraries/jquery-file-upload/js/jquery.fileupload-ui.js
theme/default/libraries/jquery-file-upload/js/jquery.fileupload-validate.js
theme/default/libraries/jquery-file-upload/js/jquery.fileupload.js
theme/default/libraries/jquery-file-upload/js/jquery.iframe-transport.js
theme/default/libraries/jquery-file-upload/js/load-image.min.js
theme/default/libraries/jquery-file-upload/js/tmpl.min.js
theme/default/libraries/jquery-message-queuing
theme/default/libraries/jquery-message-queuing/jquery.ba-jqmq.min.js
theme/default/libraries/jquery-tablesorter
theme/default/libraries/jquery-tablesorter/addons
theme/default/libraries/jquery-tablesorter/addons/pager
theme/default/libraries/jquery-tablesorter/addons/pager/icons
theme/default/libraries/jquery-tablesorter/addons/pager/icons/first.png
theme/default/libraries/jquery-tablesorter/addons/pager/icons/last.png
theme/default/libraries/jquery-tablesorter/addons/pager/icons/loading.gif
theme/default/libraries/jquery-tablesorter/addons/pager/icons/next.png
theme/default/libraries/jquery-tablesorter/addons/pager/icons/prev.png
theme/default/libraries/jquery-tablesorter/addons/pager/jquery.tablesorter.pager.css
theme/default/libraries/jquery-tablesorter/addons/pager/jquery.tablesorter.pager.js
theme/default/libraries/jquery-tablesorter/addons/pager/jquery.tablesorter.pager.min.js
theme/default/libraries/jquery-tablesorter/css
theme/default/libraries/jquery-tablesorter/css/bootstrap.less
theme/default/libraries/jquery-tablesorter/css/filter.formatter.css
theme/default/libraries/jquery-tablesorter/css/images
theme/default/libraries/jquery-tablesorter/css/images/black-asc.gif
theme/default/libraries/jquery-tablesorter/css/images/black-desc.gif
theme/default/libraries/jquery-tablesorter/css/images/black-unsorted.gif
theme/default/libraries/jquery-tablesorter/css/images/bootstrap-black-unsorted.png
theme/default/libraries/jquery-tablesorter/css/images/bootstrap-white-unsorted.png
theme/default/libraries/jquery-tablesorter/css/images/dropbox-asc-hovered.png
theme/default/libraries/jquery-tablesorter/css/images/dropbox-asc.png
theme/default/libraries/jquery-tablesorter/css/images/dropbox-desc-hovered.png
theme/default/libraries/jquery-tablesorter/css/images/dropbox-desc.png
theme/default/libraries/jquery-tablesorter/css/images/green-asc.gif
theme/default/libraries/jquery-tablesorter/css/images/green-desc.gif
theme/default/libraries/jquery-tablesorter/css/images/green-header.gif
theme/default/libraries/jquery-tablesorter/css/images/green-unsorted.gif
theme/default/libraries/jquery-tablesorter/css/images/ice-asc.gif
theme/default/libraries/jquery-tablesorter/css/images/ice-desc.gif
theme/default/libraries/jquery-tablesorter/css/images/ice-unsorted.gif
theme/default/libraries/jquery-tablesorter/css/images/metro-black-asc.png
theme/default/libraries/jquery-tablesorter/css/images/metro-black-desc.png
theme/default/libraries/jquery-tablesorter/css/images/metro-loading.gif
theme/default/libraries/jquery-tablesorter/css/images/metro-unsorted.png
theme/default/libraries/jquery-tablesorter/css/images/metro-white-asc.png
theme/default/libraries/jquery-tablesorter/css/images/metro-white-desc.png
theme/default/libraries/jquery-tablesorter/css/images/white-asc.gif
theme/default/libraries/jquery-tablesorter/css/images/white-desc.gif
theme/default/libraries/jquery-tablesorter/css/images/white-unsorted.gif
theme/default/libraries/jquery-tablesorter/css/metro.less
theme/default/libraries/jquery-tablesorter/css/theme.black-ice.css
theme/default/libraries/jquery-tablesorter/css/theme.blue.css
theme/default/libraries/jquery-tablesorter/css/theme.bootstrap.css
theme/default/libraries/jquery-tablesorter/css/theme.bootstrap_2.css
theme/default/libraries/jquery-tablesorter/css/theme.dark.css
theme/default/libraries/jquery-tablesorter/css/theme.default.css
theme/default/libraries/jquery-tablesorter/css/theme.dropbox.css
theme/default/libraries/jquery-tablesorter/css/theme.green.css
theme/default/libraries/jquery-tablesorter/css/theme.grey.css
theme/default/libraries/jquery-tablesorter/css/theme.ice.css
theme/default/libraries/jquery-tablesorter/css/theme.jui.css
theme/default/libraries/jquery-tablesorter/css/theme.less
theme/default/libraries/jquery-tablesorter/css/theme.metro-dark.css
theme/default/libraries/jquery-tablesorter/js
theme/default/libraries/jquery-tablesorter/js/extras
theme/default/libraries/jquery-tablesorter/js/extras/jquery.quicksearch.js
theme/default/libraries/jquery-tablesorter/js/extras/semver-mod.js
theme/default/libraries/jquery-tablesorter/js/extras/semver.js
theme/default/libraries/jquery-tablesorter/js/jquery.metadata.js
theme/default/libraries/jquery-tablesorter/js/jquery.tablesorter.js
theme/default/libraries/jquery-tablesorter/js/jquery.tablesorter.min.js
theme/default/libraries/jquery-tablesorter/js/jquery.tablesorter.widgets-filter-formatter-select2.js
theme/default/libraries/jquery-tablesorter/js/jquery.tablesorter.widgets-filter-formatter.js
theme/default/libraries/jquery-tablesorter/js/jquery.tablesorter.widgets-filter-formatter.min.js
theme/default/libraries/jquery-tablesorter/js/jquery.tablesorter.widgets.js
theme/default/libraries/jquery-tablesorter/js/jquery.tablesorter.widgets.min.js
theme/default/libraries/jquery-tablesorter/js/parsers
theme/default/libraries/jquery-tablesorter/js/parsers/parser-date-extract.js
theme/default/libraries/jquery-tablesorter/js/parsers/parser-date-iso8601.js
theme/default/libraries/jquery-tablesorter/js/parsers/parser-date-month.js
theme/default/libraries/jquery-tablesorter/js/parsers/parser-date-two-digit-year.js
theme/default/libraries/jquery-tablesorter/js/parsers/parser-date-weekday.js
theme/default/libraries/jquery-tablesorter/js/parsers/parser-date.js
theme/default/libraries/jquery-tablesorter/js/parsers/parser-duration.js
theme/default/libraries/jquery-tablesorter/js/parsers/parser-feet-inch-fraction.js
theme/default/libraries/jquery-tablesorter/js/parsers/parser-file-type.js
theme/default/libraries/jquery-tablesorter/js/parsers/parser-ignore-articles.js
theme/default/libraries/jquery-tablesorter/js/parsers/parser-image.js
theme/default/libraries/jquery-tablesorter/js/parsers/parser-input-select.js
theme/default/libraries/jquery-tablesorter/js/parsers/parser-ipv6.js
theme/default/libraries/jquery-tablesorter/js/parsers/parser-metric.js
theme/default/libraries/jquery-tablesorter/js/parsers/parser-roman.js
theme/default/libraries/jquery-tablesorter/js/widgets
theme/default/libraries/jquery-tablesorter/js/widgets/widget-alignChar.js
theme/default/libraries/jquery-tablesorter/js/widgets/widget-build-table.js
theme/default/libraries/jquery-tablesorter/js/widgets/widget-columnSelector.js
theme/default/libraries/jquery-tablesorter/js/widgets/widget-cssStickyHeaders.js
theme/default/libraries/jquery-tablesorter/js/widgets/widget-editable.js
theme/default/libraries/jquery-tablesorter/js/widgets/widget-grouping.js
theme/default/libraries/jquery-tablesorter/js/widgets/widget-headerTitles.js
theme/default/libraries/jquery-tablesorter/js/widgets/widget-math.js
theme/default/libraries/jquery-tablesorter/js/widgets/widget-output.js
theme/default/libraries/jquery-tablesorter/js/widgets/widget-pager.js
theme/default/libraries/jquery-tablesorter/js/widgets/widget-print.js
theme/default/libraries/jquery-tablesorter/js/widgets/widget-reflow.js
theme/default/libraries/jquery-tablesorter/js/widgets/widget-repeatheaders.js
theme/default/libraries/jquery-tablesorter/js/widgets/widget-scroller.js
theme/default/libraries/jquery-tablesorter/js/widgets/widget-staticRow.js
theme/default/libraries/jquery/MIT-LICENSE.txt
theme/default/libraries/jquery/additional-methods.min.js
theme/default/libraries/jquery/index.html
theme/default/libraries/jquery/jquery-1.11.1.min.js
theme/default/libraries/jquery/jquery-1.9.1.js
theme/default/libraries/jquery/jquery-ui
theme/default/libraries/jquery/jquery-ui/css
theme/default/libraries/jquery/jquery-ui/css/ui-lightness
theme/default/libraries/jquery/jquery-ui/css/ui-lightness/images
theme/default/libraries/jquery/jquery-ui/css/ui-lightness/images/animated-overlay.gif
theme/default/libraries/jquery/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
theme/default/libraries/jquery/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
theme/default/libraries/jquery/jquery-ui/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
theme/default/libraries/jquery/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
theme/default/libraries/jquery/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
theme/default/libraries/jquery/jquery-ui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
theme/default/libraries/jquery/jquery-ui/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
theme/default/libraries/jquery/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
theme/default/libraries/jquery/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
theme/default/libraries/jquery/jquery-ui/css/ui-lightness/images/ui-icons_222222_256x240.png
theme/default/libraries/jquery/jquery-ui/css/ui-lightness/images/ui-icons_228ef1_256x240.png
theme/default/libraries/jquery/jquery-ui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png
theme/default/libraries/jquery/jquery-ui/css/ui-lightness/images/ui-icons_ffd27a_256x240.png
theme/default/libraries/jquery/jquery-ui/css/ui-lightness/images/ui-icons_ffffff_256x240.png
theme/default/libraries/jquery/jquery-ui/css/ui-lightness/jquery-ui-1.10.2.custom.min.css
theme/default/libraries/jquery/jquery-ui/jquery-ui-1.10.2.custom.min.js
theme/default/libraries/jquery/jquery.min.map
theme/default/libraries/jquery/jquery.validate.min.js
theme/default/libraries/jstimezonedetect
theme/default/libraries/jstimezonedetect/LICENCE.txt
theme/default/libraries/jstimezonedetect/jstz.min.js
theme/default/libraries/morrisjs
theme/default/libraries/morrisjs/morris.css
theme/default/libraries/morrisjs/morris.min.js
theme/default/libraries/morrisjs/raphael.min.js
theme/default/libraries/underscore
theme/default/libraries/underscore/underscore-min.js
theme/index.html
xmds.php
files removed:
server
server/3rdparty
server/3rdparty/index.html
server/3rdparty/jquery-file-upload
server/3rdparty/jquery-file-upload/UploadHandler.php
server/3rdparty/jquery-file-upload/XiboUploadHandler.php
server/3rdparty/oauth-php
server/3rdparty/oauth-php/LICENSE
server/3rdparty/oauth-php/library
server/3rdparty/oauth-php/library/OAuthDiscovery.php
server/3rdparty/oauth-php/library/OAuthException2.php
server/3rdparty/oauth-php/library/OAuthRequest.php
server/3rdparty/oauth-php/library/OAuthRequestLogger.php
server/3rdparty/oauth-php/library/OAuthRequestSigner.php
server/3rdparty/oauth-php/library/OAuthRequestVerifier.php
server/3rdparty/oauth-php/library/OAuthRequester.php
server/3rdparty/oauth-php/library/OAuthServer.php
server/3rdparty/oauth-php/library/OAuthSession.php
server/3rdparty/oauth-php/library/OAuthStore.php
server/3rdparty/oauth-php/library/body
server/3rdparty/oauth-php/library/body/OAuthBodyContentDisposition.php
server/3rdparty/oauth-php/library/body/OAuthBodyMultipartFormdata.php
server/3rdparty/oauth-php/library/discovery
server/3rdparty/oauth-php/library/discovery/xrds_parse.php
server/3rdparty/oauth-php/library/discovery/xrds_parse.txt
server/3rdparty/oauth-php/library/session
server/3rdparty/oauth-php/library/session/OAuthSessionAbstract.class.php
server/3rdparty/oauth-php/library/session/OAuthSessionSESSION.php
server/3rdparty/oauth-php/library/signature_method
server/3rdparty/oauth-php/library/signature_method/OAuthSignatureMethod.class.php
server/3rdparty/oauth-php/library/signature_method/OAuthSignatureMethod_HMAC_SHA1.php
server/3rdparty/oauth-php/library/signature_method/OAuthSignatureMethod_MD5.php
server/3rdparty/oauth-php/library/signature_method/OAuthSignatureMethod_PLAINTEXT.php
server/3rdparty/oauth-php/library/signature_method/OAuthSignatureMethod_RSA_SHA1.php
server/3rdparty/oauth-php/library/store
server/3rdparty/oauth-php/library/store/OAuthStore2Leg.php
server/3rdparty/oauth-php/library/store/OAuthStoreAbstract.class.php
server/3rdparty/oauth-php/library/store/OAuthStoreAnyMeta.php
server/3rdparty/oauth-php/library/store/OAuthStoreMySQL.php
server/3rdparty/oauth-php/library/store/OAuthStoreMySQLi.php
server/3rdparty/oauth-php/library/store/OAuthStoreOracle.php
server/3rdparty/oauth-php/library/store/OAuthStorePDO.php
server/3rdparty/oauth-php/library/store/OAuthStoreSQL.php
server/3rdparty/oauth-php/library/store/OAuthStoreSession.php
server/3rdparty/oauth-php/library/store/mysql
server/3rdparty/oauth-php/library/store/mysql/install.php
server/3rdparty/oauth-php/library/store/mysql/mysql.sql
server/3rdparty/oauth-php/library/store/oracle
server/3rdparty/oauth-php/library/store/oracle/OracleDB
server/3rdparty/oauth-php/library/store/oracle/OracleDB/1_Tables
server/3rdparty/oauth-php/library/store/oracle/OracleDB/1_Tables/TABLES.sql
server/3rdparty/oauth-php/library/store/oracle/OracleDB/2_Sequences
server/3rdparty/oauth-php/library/store/oracle/OracleDB/2_Sequences/SEQUENCES.sql
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_ADD_CONSUMER_REQUEST_TOKEN.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_ADD_LOG.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_ADD_SERVER_TOKEN.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_AUTH_CONSUMER_REQ_TOKEN.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_CHECK_SERVER_NONCE.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_CONSUMER_STATIC_SAVE.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_COUNT_CONSUMER_ACCESS_TOKEN.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_COUNT_SERVICE_TOKENS.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_DELETE_CONSUMER.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_DELETE_SERVER.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_DELETE_SERVER_TOKEN.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_DEL_CONSUMER_ACCESS_TOKEN.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_DEL_CONSUMER_REQUEST_TOKEN.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_EXCH_CONS_REQ_FOR_ACC_TOKEN.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_CONSUMER.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_CONSUMER_ACCESS_TOKEN.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_CONSUMER_REQUEST_TOKEN.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_CONSUMER_STATIC_SELECT.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_SECRETS_FOR_SIGNATURE.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_SECRETS_FOR_VERIFY.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_SERVER.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_SERVER_FOR_URI.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_SERVER_TOKEN.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_GET_SERVER_TOKEN_SECRETS.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_LIST_CONSUMERS.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_LIST_CONSUMER_TOKENS.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_LIST_LOG.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_LIST_SERVERS.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_LIST_SERVER_TOKENS.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_SET_CONSUMER_ACC_TOKEN_TTL.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_SET_SERVER_TOKEN_TTL.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_UPDATE_CONSUMER.prc
server/3rdparty/oauth-php/library/store/oracle/OracleDB/3_Procedures/SP_UPDATE_SERVER.prc
server/3rdparty/oauth-php/library/store/oracle/install.php
server/3rdparty/parsedown
server/3rdparty/parsedown/parsedown.php
server/3rdparty/php-gettext
server/3rdparty/php-gettext/gettext.php
server/3rdparty/php-gettext/streams.php
server/3rdparty/simplepie
server/3rdparty/simplepie/autoloader.php
server/3rdparty/simplepie/library
server/3rdparty/simplepie/library/SimplePie
server/3rdparty/simplepie/library/SimplePie.php
server/3rdparty/simplepie/library/SimplePie/Author.php
server/3rdparty/simplepie/library/SimplePie/Cache
server/3rdparty/simplepie/library/SimplePie/Cache.php
server/3rdparty/simplepie/library/SimplePie/Cache/Base.php
server/3rdparty/simplepie/library/SimplePie/Cache/DB.php
server/3rdparty/simplepie/library/SimplePie/Cache/File.php
server/3rdparty/simplepie/library/SimplePie/Cache/Memcache.php
server/3rdparty/simplepie/library/SimplePie/Cache/MySQL.php
server/3rdparty/simplepie/library/SimplePie/Caption.php
server/3rdparty/simplepie/library/SimplePie/Category.php
server/3rdparty/simplepie/library/SimplePie/Content
server/3rdparty/simplepie/library/SimplePie/Content/Type
server/3rdparty/simplepie/library/SimplePie/Content/Type/Sniffer.php
server/3rdparty/simplepie/library/SimplePie/Copyright.php
server/3rdparty/simplepie/library/SimplePie/Core.php
server/3rdparty/simplepie/library/SimplePie/Credit.php
server/3rdparty/simplepie/library/SimplePie/Decode
server/3rdparty/simplepie/library/SimplePie/Decode/HTML
server/3rdparty/simplepie/library/SimplePie/Decode/HTML/Entities.php
server/3rdparty/simplepie/library/SimplePie/Enclosure.php
server/3rdparty/simplepie/library/SimplePie/Exception.php
server/3rdparty/simplepie/library/SimplePie/File.php
server/3rdparty/simplepie/library/SimplePie/HTTP
server/3rdparty/simplepie/library/SimplePie/HTTP/Parser.php
server/3rdparty/simplepie/library/SimplePie/IRI.php
server/3rdparty/simplepie/library/SimplePie/Item.php
server/3rdparty/simplepie/library/SimplePie/Locator.php
server/3rdparty/simplepie/library/SimplePie/Misc.php
server/3rdparty/simplepie/library/SimplePie/Net
server/3rdparty/simplepie/library/SimplePie/Net/IPv6.php
server/3rdparty/simplepie/library/SimplePie/Parse
server/3rdparty/simplepie/library/SimplePie/Parse/Date.php
server/3rdparty/simplepie/library/SimplePie/Parser.php
server/3rdparty/simplepie/library/SimplePie/Rating.php
server/3rdparty/simplepie/library/SimplePie/Registry.php
server/3rdparty/simplepie/library/SimplePie/Restriction.php
server/3rdparty/simplepie/library/SimplePie/Sanitize.php
server/3rdparty/simplepie/library/SimplePie/Source.php
server/3rdparty/simplepie/library/SimplePie/XML
server/3rdparty/simplepie/library/SimplePie/XML/Declaration
server/3rdparty/simplepie/library/SimplePie/XML/Declaration/Parser.php
server/3rdparty/simplepie/library/SimplePie/gzdecode.php
server/LICENSE.txt
server/README.TXT
server/config
server/config/client.config.php
server/config/config.class.php
server/config/db_config.php
server/config/index.html
server/index.php
server/install
server/install.php
server/install/database
server/install/database/1.sql
server/install/database/10.sql
server/install/database/2.php
server/install/database/2.sql
server/install/database/20.php
server/install/database/20.sql
server/install/database/21.sql
server/install/database/22.sql
server/install/database/23.php
server/install/database/23.sql
server/install/database/24.sql
server/install/database/25.sql
server/install/database/26.sql
server/install/database/27.sql
server/install/database/28.sql
server/install/database/3.sql
server/install/database/4.sql
server/install/database/40.sql
server/install/database/41.sql
server/install/database/42.sql
server/install/database/43.sql
server/install/database/44.sql
server/install/database/45.sql
server/install/database/46.php
server/install/database/46.sql
server/install/database/47.sql
server/install/database/48.php
server/install/database/48.sql