- Added inherited .gitignore entries from Divio Cloud
- Add boilerplate-specific Dockerfile with node installation
- Fixed an issue with
404.html
inheriting fromfullwidth.html
- Removed
fullwidth.html
references from documentation
- Removed standard templates
fullwidth.html
,sidebar_left.html
,sidebar_right.html
andtpl_home.html
and usebase.html
instead
- Removed dead references to select2 images
- Removed versioning query string parameters
- Disabled glyphicons per default
- add
{% url "pages-root" %}
to determine root url (home) - remove reference to
select2.png
in_select2.scss
- fix automatic path to glyphicons (requires aldryn-bootstrap3)
- change from
protected
toexcluded
inboilerplate.json
- make clear that
base.css
is auto-generated and put it as protected file
- remove
{% load url %}
- remove outdated
keyframes
mixin (use plain property with autoprefixer) - remove
micro-clearfix
mixin, useclearfix
class or mixin from bootstrap - changed JavaScript linting to ESLint instead of JSHint
- improved
docs
output - fixed broken
bower
task - fixed some gulp task being recursive
- no longer load "url" templatetag library from future
- fix language template selection to use
lang.code
- separate devDependencies and dependencies for aldryn
- restructured gulp tasks
- fixed an issue with google fonts paths being rewritten incorrectly
- added gitignore to Aldryn protected files
- fixed dependency linking for Aldryn
- added docs about ajax promises
- added libsass support
- added
gulp bower
command - updated
templates/404.html
to look better - updated Font Awesome to 4.4.0
- updated Font Awesome to use sass library
- updated content templates
- updated license information
- updated documentation
- removed compass support
- use @error instead of @warn in sass
- removed lh from
mixins/_functions.scss
- added
tools
folder - added
tools/server
for local testing - added additional documentation
- updated documentation
- added ``button-variant-outline``mixin
- added
.spacer-sm
anspacer-md
- changed line length rule for JS & HTML
- changed
.jshintrc
settings slightly - improved
.travis.yml
structure
- major update to testing infrastructure
- added integration tests
- added browserslist
- added coveralls support
- added custom icon-font support
- update dependencies
- update jshint task to fail on travis correctly
- update documentation
- changed all
{% load static %}
instances to{% load staticfiles %}
- move tooling in
package.json
from dependencies to **dev**Dependencies - removed cl.debug.js
- update to bootstrap 3.3.5
- update dependencies
- simplified templates
- changed $speed value to $speed-base
- added new
mixins
folder toprivate/sass/
for mixins - style adaptions to html markup
- removed unused meta tag insertions
- update documentation
- documentation improvements
- fix an issue with
setStorage
andgetStorage
on private browsing mode - freeze
package.json
andbower.json
versions
- documentation improvements
- added more tests
- added missing fontawesome to
bower.json
- added scss-lint
- added jasmine and karma
- added separate
layout/_button.scss
file for buttons - moved javascript
js/tests/
into the root for a shared test setup - moved Sass
addons/_browser.scss
andaddons/_select2.scss
tolibs
- changed gulpfile.js file to fit guidelines
- removed csscomb but kept settings
- removed qunit
- removed
pie.htc
andbox-sizing.htc
- removed js/modules
- update to protected files for aldryn
- added yuidocs syntax and generators
- added Cl.Utils.redirectTo
- added Cl.Utils.getStorage and Cl.Utils.setStorage
- deprecate Cl.Utils.mobile and Cl.utils.tablet
- update npm dependencies
- update CKEditor setting styles and removed double usage
- fixes an issue with navigation.html
- update to bootstrap 3.3.4
- update to qunit 1.17.x
- allow empty span in ckeditor
- fix an issue in boilerplate.json
- update json file for aldryn
- fix an issue with the lang-nav markup
- added additional markup to langnav
- improved seo markup
- fix an issue with mobile menu not opening
- fix an issue with header html outline
- fix an issue with spacer classes when empty
- use default naming space
fa-
for fontawesome - update documentation
- rename to aldryn-boilerplate-bootstrap3
- update browser-sync to v2
- update bootstrap settings file to full implementation
- update to jQuery 2.x
- added ckeditor.wysiwyg.js temporarily to js/modules/
- added contribution info and authors
- updated font awesome icons to 4.3.0
- removed XHTML syntax guideline
- temporary disable .map generation by default
- added 120 line rule for javascript
- update to bootstrap 3.3.2
- update to css guidelines on use of universal selectors
- updated npm dependencies, fixes jscs behaviour
- update to .csscomb.json to match latest changes in guidelines
- documentation fixes
- update to css rule order guidelines
- stubbing full console api instead of just console.log now in unsupporting browsers
- fixed an issue where docs did not get rendered anymore on rtfd.org
- added IIFE for js code in order to maintain 'use strict'
- update version numbers
- rename to aldryn-boilerplate-standard
- fixed issues with minification references
- fixed an issue with namespaces
- update to id declaration guidelines
- update to css formatting guidelines
- update to js html injection guideline
- update to html django block formatting
- update bower.json dependencies
- update packages.json dependencies
- fixed guideline issues in css
- fixed minor html and css mistakes
- separated font awesome utilities from iconography
- removed requirejs as dependency
- added X-UA-Compatible tag again as validation passes now
- update javascript guidelines
- update font awesome icons to 4.2.0
- update bootstrap to 3.3.0
- fixed an issue with icon fonts line-height
- fixed an issue with meta tag rendering (still commented as most are invalid)
- fixed an issue with gulp exclusion patterns
- added BEM naming conventions
- added a guideline to use
js-
prefix for javascript functionality - added z-index function helper
- changed structure of
layout/_mixins.scss
- changed Sass file heading end ending comments to be more descriptive
- removed compress as dependency
- added
Gemfile
in order to bundle install requirements locally - added additional spaces to
ckeditor.wysiwyg.js
- changed code to latest css guideline change use space after colon
- updated docs
- updated to latest cl.debug script
- switch to twitter bootstrap
- added more mixins
- added
js/libs/bootstra.min.js
to libraries - added outdated Browser script
- added bower
- added .jshintrc to root
- added .jscsrc to root and jscsrc functions
- added .editorconfig
- refactored
gulpfile.js
- refactored settings files
- refactored html templates for more ease to follow outline and w3c guidelines
- file setup change (media queries should now be integrated directly)
- renamed
layout/_icons.scss
tolayout/iconography.scss
- updated js libraries to latest version
- removed foundation
- removed divio bootstrap
- removed pie and normalize in favour of bootstraps integration
- removed
layout/_retina.scss
- removed
layout/_mobile.scss
- removed console.min.js
- added snippets to documentation
- changed menu's according to the snippet guidelines
- added new foundation 5 grid
- modified templates for foundation 5 grid
- disable pie as default
- added google-verification metatag from meta_tags forloop
- removed deprecated ifequal
- switched from tabs to spaces
- fixed an issue with z-index on noscript class
- fixed an issue with footer menu naming
- added gulp task management
- added .jshintrc configuration file
- added package.json for node packaging
- optimised js libraries to pass jslint tests
- moved google analytics code to the head
- added fix for ff retina rendering within
_retina.scss
- update jQuery to version 1.11
- update docs with requirements
- update config.rb for local usage
- removed jQuery map file as it is not mandatory anymore
- added docs
- changed README.rst to include new docs
- rename modules/ into layout/
- rename plugins/ into addons/
- fixes an issue with multiple elements on ckeditor.wysiwyg
- rename to aldryn-boilerplate
- update {% if site_settings.site.name %} to {{ request.site.name }}
- update 500.html to only support i18n and static tags
- added aldryn head and tails to base_root
- added navigation title within navigation
- remove retina logo (needs to be set intentionally)
- added all.scss files for all folders
- added sites folder for custom changes
- added tpl_home.html
- moved mixins to modules folder
- removed 960gs
- fixed an issue with favicons on ie8 and 9
- added title value to title=_("Navigation")
- added additional standard fontastic icons
- added qunit test system
- update boilerplate.json
- update requirejs
- update respond.js
- update jquery.mbp.js
- fixed an issue when using htmlmin library
- fixed an issue where icons are uppercase instead of lowercase
- relocated meta_tags block position
- relocated extend_breadcrumb block position
- move settings into separate folder
- remove version from bootstrap into changelog
- fixed an issue with retina ddpx
- fixed an issue with form fields min-width
- use relative paths
- added foundation grid
- added twitter bootstrap helpers
- added fontastic as font provider
- added require.js
- added respond.js for full responsive support
- updated libraries such as jquery, class.js and html5.js
- updated most of the divio boilerplate
- use of libs/modules/plugins structure
- initial release