Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only render sidebar modules if present. | Harald Eilertsen | 2013-12-23 | 1 | -1/+2 |
| | |||||
* | Use blog category position to populate sidebars. | Harald Eilertsen | 2013-12-23 | 2 | -2/+2 |
| | |||||
* | Add sidebar_position field to blog categories. | Harald Eilertsen | 2013-12-23 | 1 | -0/+24 |
| | |||||
* | Add read more link to sidebar items. | Harald Eilertsen | 2013-12-23 | 1 | -0/+1 |
| | |||||
* | Move markup from decorator to template. | Harald Eilertsen | 2013-12-23 | 1 | -3/+3 |
| | | | | | Note to self, use model decorators to massage model data, but leave the markup to the views where it belong. | ||||
* | Add sidebar_module partial and SidebarPostDecorator class. | Harald Eilertsen | 2013-12-23 | 2 | -8/+11 |
| | | | | | | | | | | | | | Also did some code cleanup in PagesControllerDecorator::populate_sidebars. The controller will now populate left and right sidebars (only left for now,) while the SidebarPostDecorator will provide the markup for each post that is to be shown in a sidebar. The plan is to further expand the system with other Sidebar- Decorators, so each item can be rendered using the same in the partial. | ||||
* | Begin automatic filling of sidebars with content. | Harald Eilertsen | 2013-11-14 | 1 | -1/+8 |
| | | | | | List blog categories and 10 most resent posts in each category in the left sidebar. | ||||
* | Basic simple styling. | Harald Eilertsen | 2013-10-20 | 4 | -0/+36 |
| | |||||
* | Initial commit. | Harald Eilertsen | 2013-01-25 | 1 | -0/+25 |