| 122 | provide better layout support for Mustache | Fixed |
| 177 | provide an easy way to define an attribute from SSP | Fixed |
| 183 | upgrade to scala 2.8.1 | Fixed |
| 185 | {div} and {column} tags in confluence wiki notation do not have their bodies evaluated as wiki markup | Fixed |
| 188 | allow the maven sitegen plugin to take arbitrary attribute values from the build system | Fixed |
| 189 | allow the {snippet} macros from confluence to have URL prefixes | Fixed |
| 190 | when sitegen goal fails processing a file, it does not list the file which caused the issue in the exception message | Fixed |
| 191 | sitegen should catch NoValueSetException exceptions for views/layouts and just log a warning | Fixed |
| 192 | cache the evaluation of whether pygmentize is installed to avoid doing it many times per page render | Fixed |
| 193 | have a :pygmentize filter for use in jade/scaml | Fixed |
| 194 | Support textile markup from using the wikitext processors. | Fixed |
| 195 | Static site generation modules should use a simpler layout to make it easier to use. | Fixed |
| 196 | Support 'scalate create sitegen ...' command to create static sitegen project | Fixed |
| 197 | Some(foo) is not correctly unwrapped as being just foo when outputting a value in scalate | Fixed |
| 198 | Mustache should support Option[T] as being like Seq[T] - treating Option values as collections of 0 or 1 objects with mustache sections | Fixed |
| 200 | Optimize Log Access | Fixed |
| 201 | Maven plugins should use the Scalate version defined in the project's dependency list instead of the plugin's dependency list. | Fixed |
| 202 | The Boot class feature should be supported on all TemplateEngine instaces | Fixed |
| 203 | The sitegen and precompiler core logic should be decoupled from maven and available in scalate-core | Fixed |
| 204 | Support a package prefix setting for all generated templates. | Fixed |
| 205 | `scalate create` corrupts generated image files on windows | Fixed |
| 206 | Bad output generated from the {children} confluence macro | Fixed |
| 207 | Page titles not correctly getting set in sitegen project. | Fixed |
| 208 | Add CSS and CDATA filters | Fixed |
| 209 | The {include} macro does trim the included file name | Fixed |
| 210 | Template Cache Bug: If scalate can't figure out the last update time of a resource it always considers it stale | Fixed |
| 211 | Add SBT plugins for the precompiling and sitegen tasks | Fixed |