Age | Message |
---|---|
6 years 3 months | Merge branch 'dev' |
6 years 3 months | Improve backward compatibility of the template Avoid nesting <% %> tags inside <%-- --%> comments. It breaks at least SilverStripe 3.0.5. |
6 years 3 months | Merge branch 'dev' |
6 years 3 months | Modularize results page Split the template in several subtemplates, in a similar way of what done for the standard page. Furthermore, improved consistency with Page.ss, e.g. rendered the title in Page_results.ss using the same markup of Page.ss. |
6 years 3 months | Allow a custom subtitle in ContentHeader Now you can pass a custom string to be rendered as subtitle, e.g.: <% include ContentHeader subtitle=$MetaDescription %> |
6 years 3 months | Allow overriding of top/bottom offset in affix |
6 years 3 months | Update screenshot |
6 years 4 months | Merge branch 'dev' |
6 years 4 months | Include minified version of JQuery 1.11 |
6 years 4 months | Add support for 2 level nesting in nav-stacked |
6 years 4 months | Improve indenting of results template |
6 years 4 months | Use total count in Page_results |
6 years 4 months | Correct dependency (SilverStripe 3 or above) |
6 years 4 months | Merge branch 'dev' |
6 years 4 months | Remove hand-crafted caption on carousel I do not remember why I put that crap in the CSS: it breaks the caption on the standard Bootstrap 3.1 carousel. Removed to be able to use it again. |
6 years 4 months | Implement a proper editor.css Bootstrap does not follow SilverStripe conventions, so there is no .typography class there. Port a substed of the relevant CSS into editor.css to have a (basic) working typography in the CMS. |
6 years 4 months | Content: split in ContentHeader and ContentBody This subdivision makes easier the overriding of the page content. For instance, my silverstripe gallery module can override only Page.ss to include the gallery between header and body. |
6 years 4 months | Content: put the title above the TOC When using autotoc, vertically align the table of contents to the content instead of the title. This will keep the title above it. |
6 years 4 months | Avoid using the theme when not required Do not forcibly include the default theme. This makes overriding easier as you do not need to override Bootstrap.ss to use a custom theme: just include your custom theme (e.g. a Bootswatch theme) after it. |
6 years 5 months | Merge branch 'dev' |
6 years 5 months | colorbox: bump to 1.5.9 (URL from MaxCDN) |
6 years 5 months | jquery: bump to 1.11.1 (URL from MaxCDN) |
6 years 5 months | html4shiv: bump to 3.7.2 (URL from MaxCDN) |
6 years 5 months | bootstrap: bump to 3.2.0 Adopted official URLs provided by MaxCDN. |
6 years 7 months | Compact subsequent ss-lang items |