Changeset 1437689
- Timestamp:
- 06/16/2016 10:02:41 AM (10 years ago)
- Location:
- wcp-contact-form/tags/3.0.4
- Files:
-
- 71 added
- 233 copied
-
. (added)
-
.gitignore (copied) (copied from wcp-contact-form/trunk/.gitignore) (view diffs)
-
LICENSE (copied) (copied from wcp-contact-form/trunk/LICENSE) (view diffs)
-
README.md (copied) (copied from wcp-contact-form/trunk/README.md) (view diffs)
-
agp-core (added)
-
agp-core/LICENSE (copied) (copied from wcp-contact-form/trunk/agp-core/LICENSE) (view diffs)
-
agp-core/README.md (copied) (copied from wcp-contact-form/trunk/agp-core/README.md) (view diffs)
-
agp-core/agp-core-functions.php (copied) (copied from wcp-contact-form/trunk/agp-core/agp-core-functions.php) (view diffs)
-
agp-core/agp-core.php (copied) (copied from wcp-contact-form/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-contact-form/trunk/agp-core/assets/repeater/css/admin.css) (view diffs)
-
agp-core/assets/repeater/css/style.css (copied) (copied from wcp-contact-form/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-contact-form/trunk/agp-core/assets/repeater/js/admin.js) (view diffs)
-
agp-core/assets/repeater/js/main.js (copied) (copied from wcp-contact-form/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-contact-form/trunk/agp-core/classes/Agp_Autoloader.class.php) (view diffs)
-
agp-core/classes/Agp_Module.class.php (copied) (copied from wcp-contact-form/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-contact-form/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-contact-form/trunk/agp-core/classes/config/Agp_ConfigAbstract.class.php) (view diffs)
-
agp-core/classes/config/Agp_SettingsAbstract.class.php (copied) (copied from wcp-contact-form/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-contact-form/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-contact-form/trunk/agp-core/classes/database/Agp_DbAbstract.class.php) (view diffs)
-
agp-core/classes/database/Agp_MySqlDb.class.php (copied) (copied from wcp-contact-form/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-contact-form/trunk/agp-core/classes/error/Agp_DbConnectException.class.php) (view diffs)
-
agp-core/classes/error/Agp_ExceptionAbstract.class.php (copied) (copied from wcp-contact-form/trunk/agp-core/classes/error/Agp_ExceptionAbstract.class.php) (view diffs)
-
agp-core/classes/error/Agp_ExceptionInterface.class.php (copied) (copied from wcp-contact-form/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-contact-form/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-contact-form/trunk/agp-core/classes/persistence/Agp_MultiSelectRepository.class.php) (view diffs)
-
agp-core/classes/persistence/Agp_RepositoryAbstract.class.php (copied) (copied from wcp-contact-form/trunk/agp-core/classes/persistence/Agp_RepositoryAbstract.class.php) (view diffs)
-
agp-core/classes/persistence/Agp_SingleSelectRepository.class.php (copied) (copied from wcp-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/trunk/agp-core/classes/persistence/session/Agp_SessionAbstract.class.php) (view diffs)
-
agp-core/readme.txt (copied) (copied from wcp-contact-form/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-contact-form/trunk/agp-core/templates/admin/fields/repeater/header.php) (view diffs)
-
agp-core/templates/admin/fields/repeater/layout.php (copied) (copied from wcp-contact-form/trunk/agp-core/templates/admin/fields/repeater/layout.php) (view diffs)
-
agp-core/templates/admin/fields/repeater/row.php (copied) (copied from wcp-contact-form/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-contact-form/trunk/agp-core/templates/admin/options/fields/checkbox.php) (view diffs)
-
agp-core/templates/admin/options/fields/colorpicker.php (copied) (copied from wcp-contact-form/trunk/agp-core/templates/admin/options/fields/colorpicker.php) (view diffs)
-
agp-core/templates/admin/options/fields/hidden.php (copied) (copied from wcp-contact-form/trunk/agp-core/templates/admin/options/fields/hidden.php) (view diffs)
-
agp-core/templates/admin/options/fields/number.php (copied) (copied from wcp-contact-form/trunk/agp-core/templates/admin/options/fields/number.php) (view diffs)
-
agp-core/templates/admin/options/fields/select.php (copied) (copied from wcp-contact-form/trunk/agp-core/templates/admin/options/fields/select.php) (view diffs)
-
agp-core/templates/admin/options/fields/text.php (copied) (copied from wcp-contact-form/trunk/agp-core/templates/admin/options/fields/text.php) (view diffs)
-
agp-core/templates/admin/options/fields/textarea.php (copied) (copied from wcp-contact-form/trunk/agp-core/templates/admin/options/fields/textarea.php) (view diffs)
-
agp-core/templates/admin/options/layout.php (copied) (copied from wcp-contact-form/trunk/agp-core/templates/admin/options/layout.php) (view diffs)
-
agp-core/templates/admin/options/render-page.php (copied) (copied from wcp-contact-form/trunk/agp-core/templates/admin/options/render-page.php) (view diffs)
-
agp-core/templates/admin/options/render-tabs.php (copied) (copied from wcp-contact-form/trunk/agp-core/templates/admin/options/render-tabs.php) (view diffs)
-
assets (added)
-
assets/css (added)
-
assets/css/admin-toolbar.css (copied) (copied from wcp-contact-form/trunk/assets/css/admin-toolbar.css) (view diffs)
-
assets/css/admin.css (copied) (copied from wcp-contact-form/trunk/assets/css/admin.css) (view diffs)
-
assets/css/rtl (added)
-
assets/css/rtl/admin.css (copied) (copied from wcp-contact-form/trunk/assets/css/rtl/admin.css) (view diffs)
-
assets/css/rtl/style.css (copied) (copied from wcp-contact-form/trunk/assets/css/rtl/style.css) (view diffs)
-
assets/css/style.css (copied) (copied from wcp-contact-form/trunk/assets/css/style.css) (view diffs)
-
assets/fonts (added)
-
assets/fonts/scfp-icon.eot (copied) (copied from wcp-contact-form/trunk/assets/fonts/scfp-icon.eot) (view diffs)
-
assets/fonts/scfp-icon.svg (copied) (copied from wcp-contact-form/trunk/assets/fonts/scfp-icon.svg) (view diffs)
-
assets/fonts/scfp-icon.ttf (copied) (copied from wcp-contact-form/trunk/assets/fonts/scfp-icon.ttf) (view diffs)
-
assets/fonts/scfp-icon.woff (copied) (copied from wcp-contact-form/trunk/assets/fonts/scfp-icon.woff) (view diffs)
-
assets/images (added)
-
assets/images/icons (added)
-
assets/images/icons/icon-128x128.png (copied) (copied from wcp-contact-form/trunk/assets/images/icons/icon-128x128.png) (view diffs)
-
assets/images/icons/refresh-icon.png (copied) (copied from wcp-contact-form/trunk/assets/images/icons/refresh-icon.png) (view diffs)
-
assets/js (added)
-
assets/js/admin.js (copied) (copied from wcp-contact-form/trunk/assets/js/admin.js) (view diffs)
-
assets/js/ico.png (copied) (copied from wcp-contact-form/trunk/assets/js/ico.png) (view diffs)
-
assets/js/main.js (copied) (copied from wcp-contact-form/trunk/assets/js/main.js) (view diffs)
-
assets/js/recaptcha.js (copied) (copied from wcp-contact-form/trunk/assets/js/recaptcha.js) (view diffs)
-
assets/js/wcp-contactform.js (copied) (copied from wcp-contact-form/trunk/assets/js/wcp-contactform.js) (view diffs)
-
assets/less (added)
-
assets/less/style.less (copied) (copied from wcp-contact-form/trunk/assets/less/style.less) (view diffs)
-
assets/repeater (added)
-
assets/repeater/js (added)
-
assets/repeater/js/admin.js (copied) (copied from wcp-contact-form/trunk/assets/repeater/js/admin.js) (view diffs)
-
classes (added)
-
classes/SCFP.class.php (copied) (copied from wcp-contact-form/trunk/classes/SCFP.class.php) (view diffs)
-
classes/SCFP_Ajax.class.php (copied) (copied from wcp-contact-form/trunk/classes/SCFP_Ajax.class.php) (view diffs)
-
classes/SCFP_Form.class.php (copied) (copied from wcp-contact-form/trunk/classes/SCFP_Form.class.php) (view diffs)
-
classes/SCFP_FormEntries.class.php (copied) (copied from wcp-contact-form/trunk/classes/SCFP_FormEntries.class.php) (view diffs)
-
classes/SCFP_FormSettings.class.php (copied) (copied from wcp-contact-form/trunk/classes/SCFP_FormSettings.class.php) (view diffs)
-
classes/SCFP_Settings.class.php (copied) (copied from wcp-contact-form/trunk/classes/SCFP_Settings.class.php) (view diffs)
-
classes/api (added)
-
classes/api/SCFP_Recaptcha.class.php (copied) (copied from wcp-contact-form/trunk/classes/api/SCFP_Recaptcha.class.php) (view diffs)
-
classes/widget (added)
-
classes/widget/SCFP_FormWidget.class.php (copied) (copied from wcp-contact-form/trunk/classes/widget/SCFP_FormWidget.class.php) (view diffs)
-
classmap.json (copied) (copied from wcp-contact-form/trunk/classmap.json) (view diffs)
-
composer.json (copied) (copied from wcp-contact-form/trunk/composer.json) (view diffs)
-
config (added)
-
config/admin-menu.php (copied) (copied from wcp-contact-form/trunk/config/admin-menu.php) (view diffs)
-
config/admin-options-fields-settings.php (copied) (copied from wcp-contact-form/trunk/config/admin-options-fields-settings.php) (view diffs)
-
config/admin-options-fields.php (copied) (copied from wcp-contact-form/trunk/config/admin-options-fields.php) (view diffs)
-
config/admin-options-fieldset.php (copied) (copied from wcp-contact-form/trunk/config/admin-options-fieldset.php) (view diffs)
-
config/admin-options-tabs.php (copied) (copied from wcp-contact-form/trunk/config/admin-options-tabs.php) (view diffs)
-
config/admin-options.php (copied) (copied from wcp-contact-form/trunk/config/admin-options.php) (view diffs)
-
config/config.php (copied) (copied from wcp-contact-form/trunk/config/config.php) (view diffs)
-
config/form.php (copied) (copied from wcp-contact-form/trunk/config/form.php) (view diffs)
-
inc (added)
-
inc/cool-php-captcha (added)
-
inc/cool-php-captcha/LICENSE.txt (copied) (copied from wcp-contact-form/trunk/inc/cool-php-captcha/LICENSE.txt) (view diffs)
-
inc/cool-php-captcha/captcha.php (copied) (copied from wcp-contact-form/trunk/inc/cool-php-captcha/captcha.php) (view diffs)
-
inc/cool-php-captcha/resources (added)
-
inc/cool-php-captcha/resources/fonts (added)
-
inc/cool-php-captcha/resources/fonts/AntykwaBold.ttf (copied) (copied from wcp-contact-form/trunk/inc/cool-php-captcha/resources/fonts/AntykwaBold.ttf) (view diffs)
-
inc/cool-php-captcha/resources/fonts/Candice.ttf (copied) (copied from wcp-contact-form/trunk/inc/cool-php-captcha/resources/fonts/Candice.ttf) (view diffs)
-
inc/cool-php-captcha/resources/fonts/Ding-DongDaddyO.ttf (copied) (copied from wcp-contact-form/trunk/inc/cool-php-captcha/resources/fonts/Ding-DongDaddyO.ttf) (view diffs)
-
inc/cool-php-captcha/resources/fonts/Duality.ttf (copied) (copied from wcp-contact-form/trunk/inc/cool-php-captcha/resources/fonts/Duality.ttf) (view diffs)
-
inc/cool-php-captcha/resources/fonts/Heineken.ttf (copied) (copied from wcp-contact-form/trunk/inc/cool-php-captcha/resources/fonts/Heineken.ttf) (view diffs)
-
inc/cool-php-captcha/resources/fonts/Jura.ttf (copied) (copied from wcp-contact-form/trunk/inc/cool-php-captcha/resources/fonts/Jura.ttf) (view diffs)
-
inc/cool-php-captcha/resources/fonts/StayPuft.ttf (copied) (copied from wcp-contact-form/trunk/inc/cool-php-captcha/resources/fonts/StayPuft.ttf) (view diffs)
-
inc/cool-php-captcha/resources/fonts/TimesNewRomanBold.ttf (copied) (copied from wcp-contact-form/trunk/inc/cool-php-captcha/resources/fonts/TimesNewRomanBold.ttf) (view diffs)
-
inc/cool-php-captcha/resources/fonts/VeraSansBold.ttf (copied) (copied from wcp-contact-form/trunk/inc/cool-php-captcha/resources/fonts/VeraSansBold.ttf) (view diffs)
-
inc/cool-php-captcha/resources/tools (added)
-
inc/cool-php-captcha/resources/tools/dictionary-import (added)
-
inc/cool-php-captcha/resources/tools/dictionary-import/README.txt (copied) (copied from wcp-contact-form/trunk/inc/cool-php-captcha/resources/tools/dictionary-import/README.txt) (view diffs)
-
inc/cool-php-captcha/resources/tools/dictionary-import/importwords.php (copied) (copied from wcp-contact-form/trunk/inc/cool-php-captcha/resources/tools/dictionary-import/importwords.php) (view diffs)
-
inc/cool-php-captcha/resources/tools/dictionary-import/sample-words-en.txt (copied) (copied from wcp-contact-form/trunk/inc/cool-php-captcha/resources/tools/dictionary-import/sample-words-en.txt) (view diffs)
-
inc/cool-php-captcha/resources/tools/dictionary-import/sample-words-es.txt (copied) (copied from wcp-contact-form/trunk/inc/cool-php-captcha/resources/tools/dictionary-import/sample-words-es.txt) (view diffs)
-
inc/cool-php-captcha/resources/words (added)
-
inc/cool-php-captcha/resources/words/en.php (copied) (copied from wcp-contact-form/trunk/inc/cool-php-captcha/resources/words/en.php) (view diffs)
-
inc/cool-php-captcha/resources/words/es.php (copied) (copied from wcp-contact-form/trunk/inc/cool-php-captcha/resources/words/es.php) (view diffs)
-
readme.txt (copied) (copied from wcp-contact-form/trunk/readme.txt) (view diffs)
-
templates (added)
-
templates/admin (added)
-
templates/admin/form (added)
-
templates/admin/form-view.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form-view.php) (view diffs)
-
templates/admin/form/extended-settings (added)
-
templates/admin/form/extended-settings/captcha (added)
-
templates/admin/form/extended-settings/captcha.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/captcha.php) (view diffs)
-
templates/admin/form/extended-settings/captcha/captcha-numeric.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/captcha/captcha-numeric.php) (view diffs)
-
templates/admin/form/extended-settings/captcha/captcha-recaptcha.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/captcha/captcha-recaptcha.php) (view diffs)
-
templates/admin/form/extended-settings/captcha/captcha.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/captcha/captcha.php) (view diffs)
-
templates/admin/form/extended-settings/captcha/layout.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/captcha/layout.php) (view diffs)
-
templates/admin/form/extended-settings/checkbox.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/checkbox.php) (view diffs)
-
templates/admin/form/extended-settings/common (added)
-
templates/admin/form/extended-settings/common/blank.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/common/blank.php) (view diffs)
-
templates/admin/form/extended-settings/common/choices.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/common/choices.php) (view diffs)
-
templates/admin/form/extended-settings/css_class.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/css_class.php) (view diffs)
-
templates/admin/form/extended-settings/default_email.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/default_email.php) (view diffs)
-
templates/admin/form/extended-settings/default_number.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/default_number.php) (view diffs)
-
templates/admin/form/extended-settings/default_text.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/default_text.php) (view diffs)
-
templates/admin/form/extended-settings/default_textarea.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/default_textarea.php) (view diffs)
-
templates/admin/form/extended-settings/description.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/description.php) (view diffs)
-
templates/admin/form/extended-settings/display_label.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/display_label.php) (view diffs)
-
templates/admin/form/extended-settings/field_id.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/field_id.php) (view diffs)
-
templates/admin/form/extended-settings/layout.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/layout.php) (view diffs)
-
templates/admin/form/extended-settings/number_range.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/number_range.php) (view diffs)
-
templates/admin/form/extended-settings/placeholder.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/placeholder.php) (view diffs)
-
templates/admin/form/extended-settings/radio.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/radio.php) (view diffs)
-
templates/admin/form/extended-settings/select.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/extended-settings/select.php) (view diffs)
-
templates/admin/form/header.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/header.php) (view diffs)
-
templates/admin/form/layout.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/layout.php) (view diffs)
-
templates/admin/form/row.php (copied) (copied from wcp-contact-form/trunk/templates/admin/form/row.php) (view diffs)
-
templates/admin/options (added)
-
templates/admin/options/fields (added)
-
templates/admin/options/fields/checkbox.php (copied) (copied from wcp-contact-form/trunk/templates/admin/options/fields/checkbox.php) (view diffs)
-
templates/admin/options/fields/colorpicker.php (copied) (copied from wcp-contact-form/trunk/templates/admin/options/fields/colorpicker.php) (view diffs)
-
templates/admin/options/fields/errors.php (copied) (copied from wcp-contact-form/trunk/templates/admin/options/fields/errors.php) (view diffs)
-
templates/admin/options/fields/hidden.php (copied) (copied from wcp-contact-form/trunk/templates/admin/options/fields/hidden.php) (view diffs)
-
templates/admin/options/fields/metabox.php (copied) (copied from wcp-contact-form/trunk/templates/admin/options/fields/metabox.php) (view diffs)
-
templates/admin/options/fields/number.php (copied) (copied from wcp-contact-form/trunk/templates/admin/options/fields/number.php) (view diffs)
-
templates/admin/options/fields/page_or_link.php (copied) (copied from wcp-contact-form/trunk/templates/admin/options/fields/page_or_link.php) (view diffs)
-
templates/admin/options/fields/password.php (copied) (copied from wcp-contact-form/trunk/templates/admin/options/fields/password.php) (view diffs)
-
templates/admin/options/fields/select.php (copied) (copied from wcp-contact-form/trunk/templates/admin/options/fields/select.php) (view diffs)
-
templates/admin/options/fields/text.php (copied) (copied from wcp-contact-form/trunk/templates/admin/options/fields/text.php) (view diffs)
-
templates/admin/options/fields/textarea.php (copied) (copied from wcp-contact-form/trunk/templates/admin/options/fields/textarea.php) (view diffs)
-
templates/admin/options/fields/tinymce.php (copied) (copied from wcp-contact-form/trunk/templates/admin/options/fields/tinymce.php) (view diffs)
-
templates/admin/options/layout.php (copied) (copied from wcp-contact-form/trunk/templates/admin/options/layout.php) (view diffs)
-
templates/admin/options/render-page.php (copied) (copied from wcp-contact-form/trunk/templates/admin/options/render-page.php) (view diffs)
-
templates/email (added)
-
templates/email/mail-template.php (copied) (copied from wcp-contact-form/trunk/templates/email/mail-template.php) (view diffs)
-
templates/form (added)
-
templates/form/captcha (added)
-
templates/form/captcha.php (copied) (copied from wcp-contact-form/trunk/templates/form/captcha.php) (view diffs)
-
templates/form/captcha/captcha-numeric.php (copied) (copied from wcp-contact-form/trunk/templates/form/captcha/captcha-numeric.php) (view diffs)
-
templates/form/captcha/captcha-recaptcha.php (copied) (copied from wcp-contact-form/trunk/templates/form/captcha/captcha-recaptcha.php) (view diffs)
-
templates/form/captcha/captcha.php (copied) (copied from wcp-contact-form/trunk/templates/form/captcha/captcha.php) (view diffs)
-
templates/form/checkbox.php (copied) (copied from wcp-contact-form/trunk/templates/form/checkbox.php) (view diffs)
-
templates/form/email.php (copied) (copied from wcp-contact-form/trunk/templates/form/email.php) (view diffs)
-
templates/form/number.php (copied) (copied from wcp-contact-form/trunk/templates/form/number.php) (view diffs)
-
templates/form/text.php (copied) (copied from wcp-contact-form/trunk/templates/form/text.php) (view diffs)
-
templates/form/textarea.php (copied) (copied from wcp-contact-form/trunk/templates/form/textarea.php) (view diffs)
-
templates/scfp-widget.php (copied) (copied from wcp-contact-form/trunk/templates/scfp-widget.php) (view diffs)
-
templates/scfp.php (copied) (copied from wcp-contact-form/trunk/templates/scfp.php) (view diffs)
-
templates/variables (added)
-
templates/variables/data.php (copied) (copied from wcp-contact-form/trunk/templates/variables/data.php) (view diffs)
-
types (added)
-
types/form-entries-post-type.php (copied) (copied from wcp-contact-form/trunk/types/form-entries-post-type.php) (view diffs)
-
vendor (added)
-
vendor/autoload.php (copied) (copied from wcp-contact-form/trunk/vendor/autoload.php) (view diffs)
-
vendor/bin (added)
-
vendor/bin/lessc (copied) (copied from wcp-contact-form/trunk/vendor/bin/lessc) (view diffs)
-
vendor/composer (added)
-
vendor/composer/ClassLoader.php (copied) (copied from wcp-contact-form/trunk/vendor/composer/ClassLoader.php) (view diffs)
-
vendor/composer/autoload_classmap.php (copied) (copied from wcp-contact-form/trunk/vendor/composer/autoload_classmap.php) (view diffs)
-
vendor/composer/autoload_namespaces.php (copied) (copied from wcp-contact-form/trunk/vendor/composer/autoload_namespaces.php) (view diffs)
-
vendor/composer/autoload_psr4.php (copied) (copied from wcp-contact-form/trunk/vendor/composer/autoload_psr4.php) (view diffs)
-
vendor/composer/autoload_real.php (copied) (copied from wcp-contact-form/trunk/vendor/composer/autoload_real.php) (view diffs)
-
vendor/composer/installed.json (copied) (copied from wcp-contact-form/trunk/vendor/composer/installed.json) (view diffs)
-
vendor/oyejorge (added)
-
vendor/oyejorge/less.php (added)
-
vendor/oyejorge/less.php/.gitattributes (copied) (copied from wcp-contact-form/trunk/vendor/oyejorge/less.php/.gitattributes) (view diffs)
-
vendor/oyejorge/less.php/.gitignore (copied) (copied from wcp-contact-form/trunk/vendor/oyejorge/less.php/.gitignore) (view diffs)
-
vendor/oyejorge/less.php/LICENSE (copied) (copied from wcp-contact-form/trunk/vendor/oyejorge/less.php/LICENSE) (view diffs)
-
vendor/oyejorge/less.php/README.md (copied) (copied from wcp-contact-form/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-contact-form/trunk/vendor/oyejorge/less.php/bin/lessc) (view diffs)
-
vendor/oyejorge/less.php/composer.json (copied) (copied from wcp-contact-form/trunk/vendor/oyejorge/less.php/composer.json) (view diffs)
-
vendor/oyejorge/less.php/lessc.inc.php (copied) (copied from wcp-contact-form/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-contact-form/trunk/vendor/oyejorge/less.php/lib/Less/.easymin/ignore_prefixes) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Autoloader.php (copied) (copied from wcp-contact-form/trunk/vendor/oyejorge/less.php/lib/Less/Autoloader.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Cache.php (copied) (copied from wcp-contact-form/trunk/vendor/oyejorge/less.php/lib/Less/Cache.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Colors.php (copied) (copied from wcp-contact-form/trunk/vendor/oyejorge/less.php/lib/Less/Colors.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Configurable.php (copied) (copied from wcp-contact-form/trunk/vendor/oyejorge/less.php/lib/Less/Configurable.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Environment.php (copied) (copied from wcp-contact-form/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-contact-form/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-contact-form/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-contact-form/trunk/vendor/oyejorge/less.php/lib/Less/Exception/Parser.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Functions.php (copied) (copied from wcp-contact-form/trunk/vendor/oyejorge/less.php/lib/Less/Functions.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Less.php.combine (copied) (copied from wcp-contact-form/trunk/vendor/oyejorge/less.php/lib/Less/Less.php.combine) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Mime.php (copied) (copied from wcp-contact-form/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-contact-form/trunk/vendor/oyejorge/less.php/lib/Less/Output.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Output/Mapped.php (copied) (copied from wcp-contact-form/trunk/vendor/oyejorge/less.php/lib/Less/Output/Mapped.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Parser.php (copied) (copied from wcp-contact-form/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-contact-form/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-contact-form/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-contact-form/trunk/vendor/oyejorge/less.php/lib/Less/Tree.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Tree/Alpha.php (copied) (copied from wcp-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/trunk/vendor/oyejorge/less.php/lib/Less/Tree/Variable.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Version.php (copied) (copied from wcp-contact-form/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-contact-form/trunk/vendor/oyejorge/less.php/lib/Less/Visitor.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/Visitor/extendFinder.php (copied) (copied from wcp-contact-form/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-contact-form/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-contact-form/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-contact-form/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-contact-form/trunk/vendor/oyejorge/less.php/lib/Less/Visitor/toCSS.php) (view diffs)
-
vendor/oyejorge/less.php/lib/Less/VisitorReplacing.php (copied) (copied from wcp-contact-form/trunk/vendor/oyejorge/less.php/lib/Less/VisitorReplacing.php) (view diffs)
-
wcp-contact-form-init.php (copied) (copied from wcp-contact-form/trunk/wcp-contact-form-init.php) (view diffs)
-
wcp-contact-form.php (copied) (copied from wcp-contact-form/trunk/wcp-contact-form.php) (view diffs)
Note: See TracChangeset
for help on using the changeset viewer.