Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add sidebar_position field to blog categories. | Harald Eilertsen | 2013-12-23 | 7 | -3/+65 |
| | |||||
* | Add application specific locale files for en and nb locales. | Harald Eilertsen | 2013-12-23 | 2 | -4/+3 |
| | |||||
* | 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 | 2 | -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 Eilertsen | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | Add sidebar_module partial and SidebarPostDecorator class. | Harald Eilertsen | 2013-12-23 | 4 | -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 Eilertsen | 2013-12-23 | 1 | -4/+5 |
| | |||||
* | Add rake task to generate sample data. | Harald Eilertsen | 2013-12-23 | 1 | -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 Eilertsen | 2013-12-23 | 2 | -0/+3 |
| | |||||
* | Don't include core config in revision control. | Harald Eilertsen | 2013-11-14 | 2 | -52/+1 |
| | |||||
* | Begin automatic filling of sidebars with content. | Harald Eilertsen | 2013-11-14 | 2 | -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 Eilertsen | 2013-11-08 | 1 | -0/+33 |
| | |||||
* | Change stylesheet colors. | Harald Eilertsen | 2013-11-08 | 1 | -3/+3 |
| | |||||
* | Hide submenu's for now. | Harald Eilertsen | 2013-10-21 | 2 | -1/+2 |
| | |||||
* | Basic simple styling. | Harald Eilertsen | 2013-10-20 | 6 | -0/+126 |
| | |||||
* | Add dependencies for postgres setup to Gemfile. | Harald Eilertsen | 2013-06-13 | 2 | -3/+7 |
| | |||||
* | Add generic database template. | Harald Eilertsen | 2013-06-13 | 3 | -22/+45 |
| | |||||
* | Configure for Heavymetal.no | Harald Eilertsen | 2013-06-11 | 30 | -8/+553 |
| | | | | | | | | | | Enable all the standard engines: - blog - inquiries - search - page-images - videos | ||||
* | Update script to set up dev environment. | Harald Eilertsen | 2013-04-19 | 1 | -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 Eilertsen | 2013-04-19 | 2 | -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 Eilertsen | 2013-04-19 | 1 | -1/+1 |
| | |||||
* | Upgrade gems. | Harald Eilertsen | 2013-04-19 | 2 | -44/+44 |
| | | | | | Rails -> 3.2.13 RefineryCMS -> 2.0.10 | ||||
* | Add new rvm files to gitignore for compatillity with new version. | Harald Eilertsen | 2013-04-19 | 1 | -0/+2 |
| | |||||
* | Update to rails 3.2.12 | Harald Eilertsen | 2013-03-15 | 2 | -76/+77 |
| | |||||
* | Fix example deployment script. | Harald Eilertsen | 2013-03-15 | 1 | -1/+1 |
| | |||||
* | Fix readme. | Harald Eilertsen | 2013-03-15 | 1 | -5/+5 |
| | |||||
* | Use correct app name in config.ru. | Harald Eilertsen | 2013-02-03 | 1 | -1/+1 |
| | |||||
* | Turn into a neutral base for starting off new apps. | Harald Eilertsen | 2013-02-03 | 14 | -16/+16 |
| | |||||
* | Rename readme to signify it is using Markdown not rdoc tags. | Harald Eilertsen | 2013-01-28 | 1 | -0/+0 |
| | |||||
* | Begin readme | Harald Eilertsen | 2013-01-28 | 1 | -260/+24 |
| | |||||
* | Create development setup script. | Harald Eilertsen | 2013-01-28 | 2 | -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 Eilertsen | 2013-01-26 | 3 | -4/+6 |
| | |||||
* | Add deploy script for refinery config. | Harald Eilertsen | 2013-01-25 | 1 | -0/+46 |
| | |||||
* | Add deploy script to generate unique secret token upon setup. | Harald Eilertsen | 2013-01-25 | 1 | -0/+36 |
| | |||||
* | Add deploy script to set up production database. | Harald Eilertsen | 2013-01-25 | 3 | -0/+180 |
| | |||||
* | Add sample capistrano deploy script | Harald Eilertsen | 2013-01-25 | 2 | -0/+43 |
| | |||||
* | Initial commit. | Harald Eilertsen | 2013-01-25 | 61 | -0/+1804 |