From 5d3d3e1b001e74582aa98b3296e5d717a80ea867 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Sat, 16 Mar 2013 11:43:07 +1300 Subject: [PATCH] Don't use submodules until github downloads support --- .gitmodules | 6 ------ README.md | 2 -- UPGRADE.md | 3 ++- _config.php | 4 +--- 4 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index f4f066c..0000000 --- a/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule "thirdparty/jquery-validate"] - path = thirdparty/jquery-validate - url = git://github.com/jzaefferer/jquery-validation.git -[submodule "thirdparty/Placeholders.js"] - path = thirdparty/Placeholders.js - url = git://github.com/jamesallardice/Placeholders.js.git diff --git a/README.md b/README.md index db0d388..d900e6f 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,6 @@ and without getting involved in any PHP code. 5. Run in your browser - `/dev/build` to rebuild the database. 6. You should see a new PageType in the CMS 'User Defined Form'. This has a new 'Form' tab which has your form builder. - * PLEASE NOTE! You need to run git submodule update --init --recursive when you git clone the module to fetch the jquery validation submodule. - ## Thanks I would like to thank everyone who has contributed to the module, bugfixers, diff --git a/UPGRADE.md b/UPGRADE.md index 6b9543e..e651c94 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -2,5 +2,6 @@ ## EditableCountryDropdownField -EditableCountryDropdownField is gone since the CountryDropdownField and GeoIP code has been removed from the SS framework. +EditableCountryDropdownField is gone since the CountryDropdownField and GeoIP +code has been removed from the SS framework. diff --git a/_config.php b/_config.php index 8c53a52..7e4fec4 100644 --- a/_config.php +++ b/_config.php @@ -1,6 +1,4 @@ \ No newline at end of file +LeftAndMain::require_css('userforms/css/FieldEditor.css'); \ No newline at end of file