aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Populate home page with blog entries.Harald Eilertsen2013-12-243-0/+35
| | | | | | I would like to just render the refinery/blog/index template for this, but I did not find a way to do it, so I copied it instead. May need to revisit this if upgrading to a new refinery or blog engine.
* Display sidebar position in backend category list.Harald Eilertsen2013-12-232-0/+98
|
* Only render sidebar modules if present.Harald Eilertsen2013-12-231-1/+2
|
* Use blog category position to populate sidebars.Harald Eilertsen2013-12-233-8/+12
|
* Add sidebar_position field to blog categories.Harald Eilertsen2013-12-233-0/+37
|
* Add read more link to sidebar items.Harald Eilertsen2013-12-231-0/+1
|
* Move markup from decorator to template.Harald Eilertsen2013-12-232-11/+4
| | | | | Note to self, use model decorators to massage model data, but leave the markup to the views where it belong.
* Title of sidebar entry links to full blog post.Harald Eilertsen2013-12-231-1/+1
|
* Add sidebar_module partial and SidebarPostDecorator class.Harald Eilertsen2013-12-234-12/+38
| | | | | | | | | | | | | 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 Eilertsen2013-11-142-1/+22
| | | | | List blog categories and 10 most resent posts in each category in the left sidebar.
* Add styling for blog posts on blog summary page.Harald Eilertsen2013-11-081-0/+33
|
* Change stylesheet colors.Harald Eilertsen2013-11-081-3/+3
|
* Basic simple styling.Harald Eilertsen2013-10-206-0/+126
|
* Configure for Heavymetal.noHarald Eilertsen2013-06-111-0/+7
| | | | | | | | | | Enable all the standard engines: - blog - inquiries - search - page-images - videos
* Initial commit.Harald Eilertsen2013-01-2510-0/+58