v0.0.1.pre10 - Nov 9, 2011 -------------------------- Re-push. v0.0.1.pre9 - Nov 9, 2011 ------------------------- ### Added: * Show a Bundler warning in the default app. * __Implement `Aura.admin.css`.__ ### Fixed: * __Various 1.8.7 compatibility fixes.__ ### Changed: * Relax the Rack requirement to 1.3.x. * __Rename `Aura.admin_menu` to `Aura.admin.menu`. * Rename manual files. * Rename the recipes.md file to lowercase. * Secure `/css` and `/js` against globs and dotdots. ### Misc: * Gemfile to use rubygems. ### Other changes: * Allow making 'new page' disappear. * Allow overriding of subtypes in app model. * Allow overriding parentable? in the subtype. * Create the 'app/css/' and 'app/js/' paths by default in a new project. * Doc update for Terra. * Enable 1.8.7 and 1.9.2 testing via Travis. * Implement Page#child_subtypes. * Implement Page#deletable?. * Implement Page#subtypes and Subtype#allowed_subtypes. * Implement Terra::Field#form, Terra::Field#fieldset, Terra::Fieldset#form, Terra::Form#root_name, Terra::Form#name_for. * Make 'rake test' the default rake task. * Make gemspec more liberal as to what gems are allowed; also fix YAML problem in gems. * Many changes to Terra. * Merge pull request #3 from mikong/master * Move GH repos to github.com/buildwithaura. * Prevent scrolling too far ahead. * Supress 1.8.7 warnings about spaces before arguments. * Try to fix some tests, but some stories still fail randomly for some reason. * Update Aura homepage in gemspec. * Update README. * Update the default project's example route. ### Fixed: * failing CSS/JS test. * pistol reloading. ### Removed: * the custom page type from the default theme. v0.0.1.pre8 - Jul 29, 2011 -------------------------- ### Fixed: * Fix 'aura' not being executable ### Changed: * 'aura new' has a new output style * Include dotfiles in 'aura new' output v0.0.1.pre7 - Jul 29, 2011 -------------------------- ### Changed: * default template is now 'show' ### Fixed: * Fix CSS load paths and default theme CSS v0.0.1.pre6 - Jul 29, 2011 -------------------------- ### Added: * CoffeeScript support * `Aura.files.glob` * `Aura.files[]` ### Changed: * Move `app/views/css` to `app/css` * Use site.name for the admin layout ### Fixed: * Sass support * Prevent floatdropping of the 'view site' button * Update site name in tests * Update the default site README file ### Misc: * Faster tests using Para * Update default site gitignore