cyberstammtisch-silverstripe/themes/silverstrap/CHANGELOG.md

13 KiB
Executable File

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 <form> 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 <main>
  • 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 <nav>

2.1.2 (2015-07-15)

  • 2015-07-15 6383229 Allow different captions for colorbox and fotorama
  • 2015-07-15 442e118 Improve styling of Fotorama captions

2.1.1 (2015-06-30)

  • 2015-06-29 10b1870 Avoid zooming outside of the screen area
  • 2015-06-29 1514230 Use jsdelivr as CDN for fotorama
  • 2015-06-28 112f479 Update composer.json
  • 2015-06-28 dde129d Make carousel slide responsive and centered
  • 2015-06-28 7516488 Include carousel and gallery in suggested packages
  • 2015-06-28 8076b52 Properly enable Fotorama library
  • 2015-06-28 2a23575 Refactor javascript and enable Fotorama
  • 2015-06-28 3169660 Include template from entidi/silverstripe-gallery
  • 2015-06-28 870fba1 Update CarouselPage to latest changes
  • 2015-06-28 8cf9395 Include template from entidi/silverstripe-carousel
  • 2015-06-03 593ac39 Avoid huge quotations
  • 2015-04-24 9b52fde Correct overriding example in README

2.1.0 (2015-04-07)

  • 2015-04-07 9804e09 Provide a SilverstrapCombined version of Silverstrap.ss
  • 2015-04-07 93dca48 Move CDN to jsdelivr
  • 2015-04-07 2c6deae Update bootstrap to 3.3.4
  • 2015-04-01 215a456 Use jsdelivr.net in Html5Shiv so we can avoid one HTTP request
  • 2015-03-12 1e8e69a Improve README wording and update to current practices
  • 2015-03-12 a3a0f76 doc: TOC is now on the right side

2.0.11 (2015-01-09)

  • 2015-01-09 4856a98 New hovering component
  • 2014-12-11 46c15c8 Disable affix on #ss-toc on small devices
  • 2014-12-11 7de056b Autotoc.ss as page header in small devices

2.0.10 (2014-12-01)

  • 2014-12-01 982d068 Update bootstrap to 3.3.1
  • 2014-10-27 1143067 Require silverstripe 3.1
  • 2014-10-27 d2d3c45 Revert "Improve backward compatibility of the template"

2.0.9 (2014-10-27)

  • 2014-10-27 7fbacf4 Improve backward compatibility of the template

2.0.8 (2014-10-27)

  • 2014-10-27 44d5d37 Modularize results page
  • 2014-10-27 c95db67 Allow a custom subtitle in ContentHeader
  • 2014-10-01 f20f80c Allow overriding of top/bottom offset in affix
  • 2014-09-28 a548016 Update screenshot

2.0.7 (2014-09-27)

  • 2014-09-26 3fbceae Include minified version of JQuery 1.11
  • 2014-09-24 65d0684 Add support for 2 level nesting in nav-stacked
  • 2014-09-23 bb0bf32 Improve indenting of results template
  • 2014-09-23 f9ff061 Use total count in Page_results
  • 2014-09-19 3c58f37 Correct dependency (SilverStripe 3 or above)

2.0.6 (2014-09-19)

  • 2014-09-19 461d55c Remove hand-crafted caption on carousel
  • 2014-09-19 e6e70ea Implement a proper editor.css
  • 2014-09-18 d755eae Content: split in ContentHeader and ContentBody
  • 2014-09-18 4625ab6 Content: put the title above the TOC
  • 2014-09-18 d976f99 Avoid using the theme when not required

2.0.5 (2014-08-15)

  • 2014-08-15 fc4ff43 colorbox: bump to 1.5.9 (URL from MaxCDN)
  • 2014-08-15 1257ddc jquery: bump to 1.11.1 (URL from MaxCDN)
  • 2014-08-15 5976477 html4shiv: bump to 3.7.2 (URL from MaxCDN)
  • 2014-08-15 a15836a bootstrap: bump to 3.2.0
  • 2014-06-19 f9cacc8 Compact subsequent ss-lang items

2.0.4 (2014-03-31)

  • 2014-03-31 f78a79b Remove class from checkbox <input>
  • 2014-03-15 b05c524 Use jsdelivr.net as CDN server

2.0.3 (2014-03-15)

  • 2014-03-15 9cda0d4 Remove local glyphicons copy
  • 2014-03-15 e685ff3 Use CDN instead of a local copy of Bootstrap
  • 2014-02-25 7932661 Avoid using non-standard metatag

2.0.2 (2014-02-23)

  • 2014-02-23 6ce7640 Include entidi.com features in plain silverstrap
  • 2014-02-23 6d65f7f Allow custom image URLs
  • 2014-02-23 45d1e6e Remove .ss-buttons, no more required by silverstripe-project
  • 2014-02-23 5a2d5f6 Improve external reference handling
  • 2014-02-23 e02abb2 Update colorbox to 1.4.37
  • 2014-02-23 2aea8c5 Correct $extraClass behavior

2.0.1 (2014-02-23)

  • 2014-02-23 df16978 Add support for abitrary nested levels in navbar
  • 2014-02-23 d1fc24f Better silverstrap.css documentation
  • 2014-02-23 0cfaf4a Further improvements to form rendering
  • 2014-02-23 6ec6f34 Add a clearfix before every header field
  • 2014-02-23 083fe0f Correct page results rendering
  • 2014-02-22 125a590 Improve form rendering
  • 2014-02-22 3f0515b Improve search form in navbar
  • 2014-02-22 4c6bf89 s/title-buttons/ss-buttons/
  • 2014-02-21 d794406 Include "Copyright" in footer

2.0.0 (2014-02-20)

  • 2014-02-20 c496860 Cite latest silverstrap version is 2.x.x
  • 2014-02-20 a82d011 Update doc
  • 2014-02-20 278bf99 glyphicons are now under fonts/
  • 2014-02-20 79bbb68 Use the default theme instead of the inverse
  • 2014-02-20 6c05df4 Simplified default footer
  • 2014-02-20 948c6bb Initial port to Bootstrap 3 (3.1.1)

1.0.3 (2014-01-18)

  • 2014-01-18 f48e9a0 Improve composer.json compatibility

1.0.2 (2014-01-17)

  • 2014-01-17 fe322d2 Put a link to forms/Form.ss in Includes/Form.ss
  • 2014-01-06 10fcd80 Invalidate NAV cache on different page count
  • 2013-12-23 8c14e2d User proper license in composer.json

1.0.1 (2013-12-23)

  • 2013-12-23 62fe8c7 Cite silverstripe-autotoc as compatible module
  • 2013-12-23 a87b9a9 Do not set "minimum-stability" in composer

1.0.0 (2013-12-23)

  • 2013-12-23 aed13a9 Correct composer.json support URLs
  • 2013-12-23 6ea1421 Add experimental composer.json
  • 2013-11-30 b437dc4 Add CSS support for title buttons (silverstripe-project)
  • 2013-11-30 745e54b Move Autotoc template code on its own
  • 2013-10-21 b6c39b3 Using $MenuTitle instead of $Title in menu
  • 2013-10-20 4d1dda5 Revert "Move cache logic into Page.ss"
  • 2013-10-20 4d7a710 Move cache logic into Page.ss
  • 2013-10-20 5c45904 Modularized the <head> section
  • 2013-10-16 56cc287 Explicitely handle images without zoomed couterpart
  • 2013-10-15 0e00560 Use .page-header to results title
  • 2013-10-15 1a079d6 Do not add autotoc, title and other content to error pages
  • 2013-10-15 57e833b Allow some custom vertical spacing
  • 2013-10-15 7332d43 Cache the sitemap
  • 2013-10-15 135ec4e Get rid of custom style in HTML
  • 2013-10-15 9551670 Use explicit tags for metadata
  • 2013-10-15 9c8f2dc Include metadata from the CMS
  • 2013-10-15 4ddb9d6 Enhance search form accessibility
  • 2013-10-12 8bd8105 Stylish improvement on .boxed
  • 2013-10-12 26ccb7e Handle .pull-left zoom image
  • 2013-10-05 520a13c Use navbar-form instead of navbar-search
  • 2013-08-24 516a178 Picking minified JQuery from google CDN
  • 2013-08-24 9666a7a Look to favicon.ico in the base directory
  • 2013-08-17 73e3995 Using $HolderClasses instead of $extraClasses in holders
  • 2013-08-17 48a9bf4 Improved form rendering
  • 2013-08-16 d26316b Using MenuTitle in navbars
  • 2013-08-14 46736cd Allow 4 sitemap cols by default
  • 2013-07-20 d8cfd70 Search query now retentive
  • 2013-07-20 bf5932d Add search form handling
  • 2013-07-01 83cf6d0 Mention cerulean as overriding example
  • 2013-06-29 e19d0de Enable caching of navlist
  • 2013-06-29 1fc5c59 Improved navlist template modularity
  • 2013-06-29 7d0b472 Updgrade to latest silverstripe-autotoc

0.1.0 (2013-06-17)

  • 2013-06-17 0ab3b5c Allow custom image URLs
  • 2013-06-16 1a25de6 Added link to the development tracker in README
  • 2013-06-16 d171a91 mv LICENSE COPYING
  • 2013-06-16 1f1ee49 Added Favicon.ss
  • 2013-06-16 601fd28 Using proper $ContentLocale as html@lang
  • 2013-06-16 6f863ad Updated docs for publishing
  • 2013-06-16 0a66368 Better doc for accessing parent nodes
  • 2013-06-16 b54133f Added basic support for form rendering
  • 2013-06-14 5894acc Added proper editor.css handling
  • 2013-06-14 404840b Added some CSS for lazy image zooming
  • 2013-06-14 24a7f35 Added colorbox for image zooming
  • 2013-06-14 9409f9a Stripped ".min" suffix from CSS
  • 2013-06-14 b86e184 Templates are now more modular
  • 2013-06-14 d98c894 Force bottom-margin to be as top-margin on #content
  • 2013-06-13 65654f5 Update to latest silvestripe-autotoc
  • 2013-06-13 0086fc4 Added scrollspy support
  • 2013-06-13 71fe1aa Including only the first level of the TOC
  • 2013-06-13 599e7e7 Update to latest silverstripe-autotoc
  • 2013-06-13 22c4868 Updated to latest silverstripe-autotoc
  • 2013-06-11 e317736 Added multilevel page support to navbar
  • 2013-06-10 a8bfe57 Using TOC instead of page tree in nav
  • 2013-06-10 b6ae530 Added footer sitemap
  • 2013-06-10 1aae302 Using HTML5 elements
  • 2013-06-07 a4d144a Initial import