aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Display sidebar position in backend category list.Harald Eilertsen2013-12-234-0/+103
|
* 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-237-3/+65
|
* Add application specific locale files for en and nb locales.Harald Eilertsen2013-12-232-4/+3
|
* 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.
* Posts in sample data should belong to category.Harald Eilertsen2013-12-231-4/+5
|
* Add rake task to generate sample data.Harald Eilertsen2013-12-231-0/+35
| | | | | | | | | Run `rake dev:load_sample_data` to populate the database with sample data. This creates the following: - The categories [Nyheter, Intervjuer, Anmeldelser, Artikler] - A "sample user" we can use as the author of posts. - 5 blog posts in each category.
* Add lorem gem for generating sample content.Harald Eilertsen2013-12-232-0/+3
|
* Don't include core config in revision control.Harald Eilertsen2013-11-142-52/+1
|
* 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
|
* Hide submenu's for now.Harald Eilertsen2013-10-212-1/+2
|
* Basic simple styling.Harald Eilertsen2013-10-206-0/+126
|
* Add dependencies for postgres setup to Gemfile.Harald Eilertsen2013-06-132-3/+7
|
* Add generic database template.Harald Eilertsen2013-06-133-22/+45
|
* Configure for Heavymetal.noHarald Eilertsen2013-06-1130-8/+553
| | | | | | | | | | Enable all the standard engines: - blog - inquiries - search - page-images - videos
* Update script to set up dev environment.Harald Eilertsen2013-04-191-2/+6
| | | | | Now copies the example refinery core config to the right place. And don't bomb if database.yml already exist.
* Fix deploy scripts.Harald Eilertsen2013-04-192-4/+11
| | | | | | | | Require the scripts in config/deploy directory so they will hook into the deploy process. Fixed deploy:refinery:setup recipe, now produces a valid config and puts it in the right spot.
* Don't install production gems in dev mode.Harald Eilertsen2013-04-191-1/+1
|
* Upgrade gems.Harald Eilertsen2013-04-192-44/+44
| | | | | Rails -> 3.2.13 RefineryCMS -> 2.0.10
* Add new rvm files to gitignore for compatillity with new version.Harald Eilertsen2013-04-191-0/+2
|
* Update to rails 3.2.12Harald Eilertsen2013-03-152-76/+77
|
* Fix example deployment script.Harald Eilertsen2013-03-151-1/+1
|
* Fix readme.Harald Eilertsen2013-03-151-5/+5
|
* Use correct app name in config.ru.Harald Eilertsen2013-02-031-1/+1
|
* Turn into a neutral base for starting off new apps.Harald Eilertsen2013-02-0314-16/+16
|
* Rename readme to signify it is using Markdown not rdoc tags.Harald Eilertsen2013-01-281-0/+0
|
* Begin readmeHarald Eilertsen2013-01-281-260/+24
|
* Create development setup script.Harald Eilertsen2013-01-282-0/+16
| | | | | | Runs bundle install, creates database config and loads the database schema and initial seed. Should probably be made smarter in the end, but for now we'll try to get by with this.
* Fix deploy scripts.Harald Eilertsen2013-01-263-4/+6
|
* Add deploy script for refinery config.Harald Eilertsen2013-01-251-0/+46
|
* Add deploy script to generate unique secret token upon setup.Harald Eilertsen2013-01-251-0/+36
|
* Add deploy script to set up production database.Harald Eilertsen2013-01-253-0/+180
|
* Add sample capistrano deploy scriptHarald Eilertsen2013-01-252-0/+43
|
* Initial commit.Harald Eilertsen2013-01-2561-0/+1804