diff --git a/themes/bootstrap b/themes/bootstrap deleted file mode 160000 index de0d46f..0000000 --- a/themes/bootstrap +++ /dev/null @@ -1 +0,0 @@ -Subproject commit de0d46f6845858a89a2fdd0adf05407e2c2d9f75 diff --git a/themes/fancytopnav b/themes/fancytopnav deleted file mode 160000 index d079d3e..0000000 --- a/themes/fancytopnav +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d079d3ef0d2d23b3c9d5c9669716c15d0b2dbf8c diff --git a/themes/modern b/themes/modern deleted file mode 160000 index 7e1e1a3..0000000 --- a/themes/modern +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7e1e1a3e21987230d623a7ef19cf6582230e2652 diff --git a/themes/monkee b/themes/monkee deleted file mode 160000 index de0d46f..0000000 --- a/themes/monkee +++ /dev/null @@ -1 +0,0 @@ -Subproject commit de0d46f6845858a89a2fdd0adf05407e2c2d9f75 diff --git a/themes/silverstrap/AUTHORS b/themes/silverstrap/AUTHORS deleted file mode 100755 index b74c965..0000000 --- a/themes/silverstrap/AUTHORS +++ /dev/null @@ -1 +0,0 @@ -Nicola Fontana diff --git a/themes/silverstrap/CHANGELOG.md b/themes/silverstrap/CHANGELOG.md deleted file mode 100755 index b3433ff..0000000 --- a/themes/silverstrap/CHANGELOG.md +++ /dev/null @@ -1,328 +0,0 @@ -ChangeLog ---------- - -I **do not** intend to maintain another file by hand, so every section -of this ChangeLog is autogenerated by the following command: - - git log \ - --no-merges \ - --date=format:'%Y-%m-%d' \ - --pretty=format:'* %cd %h %s' \ - $(git ls-remote -t .|tail -1|cut -f1).. - -### 3.0.2 (2018-11-07) - -* 2018-11-07 dcbb8a0 The form role is unnecessary for element form -* 2018-11-07 354c408 Set `for` attribute for groups to the first field -* 2018-11-07 adaeb1b Fix aria-controls in TabSet -* 2018-11-07 2e070bf Tab panel role is "tabpanel" -* 2018-10-25 c807ed4 Update tracker URLs -* 2018-10-25 55c636c Update bootstrap URL - -### 3.0.1 (2018-10-12) - -* 2018-10-12 2dda1fc Update jquery to 3.3.1 -* 2018-10-12 ce79871 Update colorbox to 1.6.4 -* 2018-10-11 f0fec57 public webroot support -* 2018-03-26 62f9270 Include map file from bootstrap 3.3.7 - -### 3.0.0 (2018-01-05) - -* 2018-01-05 4044e92 Bump release in CHANGELOG -* 2018-01-05 fa853f0 Add standard .gitattributes -* 2018-01-05 09c561e Update CHANGELOG -* 2018-01-05 c930bf7 Fix requirements for SS4 -* 2018-01-05 df2f98b Add CHANGELOG -* 2018-01-05 6f80908 Move usage section into user docs -* 2018-01-05 df0a4a9 Update to bootstrap 3.3.7 -* 2018-01-05 41e0560 Add basic user documentation -* 2018-01-05 254507e Add CONTRIBUTING doc -* 2018-01-05 0b42e2a Convert license into markdown format -* 2018-01-02 de5fcd2 Update year -* 2017-12-31 8069495 Add axllent/silverstripe-enquiry-page support -* 2017-12-31 a772613 Update templates for silverstripe/silverstripe-blog -* 2017-12-28 3493f1c Add support for external links in NavBar -* 2017-12-27 c72ff89 Fix Form.ss escaping and position -* 2017-12-27 28cdcdc Move template into the proper SS4 location - -### 2.3.3 (2017-06-14) - -* 2017-06-14 140871b Allow disabling of SelectionGroup -* 2016-09-30 95d5536 Make $messageType compatible with bootstrap -* 2016-09-22 6a2998b Added standard .editorconfig file -* 2016-09-22 1c455b5 Added standard Scrutinizer config -* 2016-09-21 ca8b285 Add HiddenField template - -### 2.3.2 (2016-08-19) - -* 2016-08-18 05d5d89 Add support for SelectionGroup form fields -* 2016-08-03 1ce0cb0 Use all attributes in CompositeField template - -### 2.3.1 (2016-08-02) - -* 2016-08-02 0293457 Remove silverstripe/framework dependency from composer -* 2016-07-29 3061007 Add reponsive form screenshots -* 2016-07-29 d64904b Place tooltip below on sm and xs devices -* 2016-07-29 8b5552b Remove bogus div.row around action field group -* 2016-07-29 d3ac9c9 Avoid to forcibly insert `
` inside a div.row -* 2016-07-29 5ee4402 Dynamicize form `>` div classes -* 2016-07-29 e5b6344 Use custom classes provided by the entidi/silverstrap-module -* 2016-07-28 a2e0955 Render help description as tooltip on form fields - -### 2.3.0 (2016-07-19) - -* 2016-07-19 2a96a52 Update README.md -* 2016-07-19 3c81a55 Allow to override javascript settings -* 2016-07-07 41d1335 Include generator in Metadata.ss -* 2016-07-06 d583caf Simplify .zoom CSS rules -* 2016-07-04 eee224b Add margin to button insidie legend -* 2016-06-30 99f2e17 Improve rendering of FieldGroup -* 2016-06-29 758cf6e Form templates: minor clean up -* 2016-06-29 cff2e64 Correct readonly and disabled behavior on OptionsetField -* 2016-06-29 17c8f93 Correct readonly and disabled behavior on CheckboxField -* 2016-06-29 bb24857 Allow proper rendering of FieldGroup -* 2016-06-29 48ce04c Bootstrapize DropdownField rendering -* 2016-06-29 cc6f6f9 forms: improve readonly and disabled state rendering -* 2016-06-29 72992d0 Make $ID rendering optional in forms -* 2016-05-11 eaa67c6 Add support for OptionsetField -* 2016-05-11 2370152 Add support for CheckboxSetField -* 2016-05-11 f45e4eb Add support to tabbed form -* 2016-05-10 bc0708f Use new conventions for form templates - -### 2.2.5 (2016-04-17) - -* 2016-04-17 7a861a3 Avoid double class attribute in form -* 2016-04-13 f44158e Correct typo in README -* 2016-02-09 c3a42a2 Update copyright for 2016 -* 2016-01-08 924a859 Add .clearfix to post inline list -* 2016-01-08 9c16593 Convert anything to UNIX file format - -### 2.2.4 (2015-12-18) - -* 2015-12-03 8725411 Expect the favicon in the base URL by default -* 2015-12-03 27ba4f4 Move form after div.row - -### 2.2.3 (2015-12-03) - -* 2015-11-19 603d471 Add template for blog profile pages -* 2015-11-19 d884273 Correct some code problem on Blog.ss -* 2015-11-18 f827b45 Convert anything to UNIX file format -* 2015-11-18 937814c Add .clearfix to post inline list - -### 2.2.2 (2015-11-18) - -* 2015-11-18 59b798d Avoid symlinks inside the repository - -### 2.2.1 (2015-11-17) -### 2.2.0 (2015-11-17) - -* 2015-11-17 a04985a README: include the Installation section -* 2015-11-17 2424f4d README: update features -* 2015-11-17 4062b03 Initial support for blog -* 2015-11-17 9283409 Add spacing after the page content -* 2015-11-17 34991c3 Add .typography to every $Content container -* 2015-11-17 2784202 Move $Form outside of `
` -* 2015-11-17 7f664b1 Update the overriding instruction -* 2015-11-17 d9ba9a2 Update colorbox offline image to 1.6.3 -* 2015-11-13 58f5583 Escape attributes in template -* 2015-11-13 853df40 Correct brand href -* 2015-09-18 2143b86 Include offline images -* 2015-09-18 4da967f Update documentation -* 2015-09-18 6fbc42e Add offline inclusion method -* 2015-09-18 d116d60 Modularize Silverstrap common components inclusion -* 2015-09-18 9467422 Always quote requirement URLs -* 2015-07-15 9f49013 Remove role="navigator" to `