Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add capistrano task and config for deploying piwik. | Harald Eilertsen | 2014-12-07 | 5 | -1/+62 | |
| | ||||||
* | Add dep to piwik web analytics. | Harald Eilertsen | 2014-12-07 | 2 | -0/+6 | |
| | ||||||
* | Update capistrano deploy script. | Harald Eilertsen | 2014-11-08 | 1 | -33/+9 | |
| | | | | | Make sure we link in the proper config and the public/system directory from the shared directory. | |||||
* | Upgrade to Rails 3.2.20. | Harald Eilertsen | 2014-11-02 | 1 | -41/+160 | |
| | ||||||
* | Update deploy templates. | Harald Eilertsen | 2014-11-02 | 3 | -2/+20 | |
| | ||||||
* | Nope, still need edge capistrano, use git-transport, though. | Harald Eilertsen | 2014-11-02 | 2 | -6/+11 | |
| | ||||||
* | Go back to official release for Capistrano v 3.2.1. | Harald Eilertsen | 2014-11-02 | 2 | -13/+6 | |
| | | | | Assuming this has the right fixes to get FreeBSD working. | |||||
* | Upgrade to capistrano-postgresql v3.0.1 containing my fixes. | Harald Eilertsen | 2014-11-02 | 2 | -13/+4 | |
| | ||||||
* | Customize database.yml template. | Harald Eilertsen | 2014-07-06 | 1 | -0/+7 | |
| | | | | | We want to use unix domain sockets, not ip over localhost. For this we simply drop the host specification of the yml-file. | |||||
* | Add config for staging setup. | Harald Eilertsen | 2014-07-06 | 1 | -0/+67 | |
| | ||||||
* | Use updated capistrano-postgres. | Harald Eilertsen | 2014-07-06 | 2 | -11/+11 | |
| | | | | | Need this version to use correct database when checking/adding users and databases. | |||||
* | Update to edge capistrano and capistrano-postgresql. | Harald Eilertsen | 2014-07-04 | 2 | -10/+26 | |
| | | | | | Released gems have problems on freebsd, using directly from git until gems are updated. | |||||
* | Install capistrano-postgresql for easier database setup. | Harald Eilertsen | 2014-06-21 | 3 | -0/+5 | |
| | ||||||
* | Set up basic capistrano config. | Harald Eilertsen | 2014-06-21 | 3 | -90/+14 | |
| | ||||||
* | Capify with capistrano3. | Harald Eilertsen | 2014-06-20 | 5 | -0/+174 | |
| | ||||||
* | Install Capistrano 3 gems. | Harald Eilertsen | 2014-06-20 | 2 | -21/+32 | |
| | ||||||
* | Remove old capistrano config. | Harald Eilertsen | 2014-06-20 | 6 | -337/+0 | |
| | ||||||
* | Translate admin category form. | Harald Eilertsen | 2014-03-02 | 3 | -5/+9 | |
| | ||||||
* | Allow customization of number of sidebar items for each category. | Harald Eilertsen | 2014-03-02 | 5 | -3/+14 | |
| | ||||||
* | Redefine small image size instead. | Harald Eilertsen | 2014-02-17 | 1 | -1/+1 | |
| | ||||||
* | Add specieal image size for teaser images. | Harald Eilertsen | 2014-02-17 | 1 | -1/+1 | |
| | ||||||
* | Sidebar modules interleaved, clearfix them. | Harald Eilertsen | 2014-02-17 | 1 | -1/+1 | |
| | ||||||
* | Open banner targets in a new window/tab. | Harald Eilertsen | 2014-02-16 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'banner-ads' | Harald Eilertsen | 2014-02-16 | 12 | -11/+101 | |
|\ | ||||||
| * | Display published ads instead of active. | Harald Eilertsen | 2014-02-16 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | This means that ads will only be shown between their start-publishin date, and their end-publishing date. They will also only be shown on the pages where they are enabled. This allows different ads on different pages, or ads only on some pages, while others completely without ads. | |||||
| * | Render banners from layout instead of modifying all views. | Harald Eilertsen | 2014-02-16 | 3 | -2/+7 | |
| | | ||||||
| * | Fix styling for banners | Harald Eilertsen | 2014-02-16 | 3 | -9/+11 | |
| | | | | | | | | | | - Put banners in center of container - Set minimum size of page and elements to make room for banners | |||||
| * | Add refinery-banners engine. | Harald Eilertsen | 2014-02-16 | 9 | -1/+87 | |
| | | ||||||
| * | Install imagemagick in vagrant vm. | Harald Eilertsen | 2014-02-16 | 1 | -1/+1 | |
|/ | ||||||
* | Show only posts not listed on the sides in the front page center panel.v1.0.0 | Harald Eilertsen | 2014-02-15 | 1 | -5/+5 | |
| | ||||||
* | Try to make sidebar items from blog look better too. | Harald Eilertsen | 2014-02-07 | 1 | -0/+17 | |
| | ||||||
* | Fix styling of contact form. | Harald Eilertsen | 2014-02-07 | 1 | -2/+3 | |
| | ||||||
* | Fix sidebar overflow issue. | Harald Eilertsen | 2014-02-07 | 1 | -0/+1 | |
| | | | | | | | Ideally I would like to have the sidebars expand to show all their contents, but I have not found a way to make this look nice. They should also expand their container, so that the footer comes below the sidebars. For now this seems like an acceptable solution. | |||||
* | Fix side body part on pages where there is no side body. | Harald Eilertsen | 2014-02-07 | 2 | -1/+6 | |
| | ||||||
* | Make sidebars nicer. | Harald Eilertsen | 2014-02-06 | 4 | -4/+26 | |
| | | | | | - Module headings now go all the way out. - Side body content is included like a module only if not empty. | |||||
* | Make sample data nicer. | Harald Eilertsen | 2014-02-06 | 1 | -2/+7 | |
| | | | | | - Wrap text in simple html. - Assign sidebar position to categories. | |||||
* | Make footer on blog-posts index view a bit nicer. | Harald Eilertsen | 2014-02-06 | 1 | -2/+8 | |
| | ||||||
* | Darken module header background. | Harald Eilertsen | 2014-02-06 | 1 | -0/+0 | |
| | ||||||
* | Make header logo transparent. | Harald Eilertsen | 2014-02-06 | 1 | -0/+0 | |
| | ||||||
* | Make git ignore vagrant working files. | Harald Eilertsen | 2014-01-28 | 1 | -0/+2 | |
| | ||||||
* | Refactor stylesheets and do a major overhaul of the styling. | Harald Eilertsen | 2014-01-28 | 8 | -139/+249 | |
| | ||||||
* | Style link-colors. | Harald Eilertsen | 2014-01-28 | 1 | -0/+17 | |
| | ||||||
* | Begin styling with a better color scheme. | Harald Eilertsen | 2014-01-27 | 1 | -32/+81 | |
| | ||||||
* | Reformat language list. | Harald Eilertsen | 2014-01-27 | 1 | -1/+24 | |
| | ||||||
* | Add vagrant setup to make deploying dev env easier. | Harald Eilertsen | 2014-01-11 | 3 | -0/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run 'vagrant up' to bootstrap the environment. The first time you do this, takes quite some time as it will download the base image, and provision it for the dev environment. Onse up you should be able to log in the the dev website by pointing your web browser to localhost:4567. The first time you will have to register a new user, and off you go. Run 'vagrant halt' to stop the vm. Next time you restart it using 'vagrant up' it should boot a lot faster, since the provisioning is already done. Run 'vagrant destroy' to clean up the VM and reclaim any disk space used by it. This will not remove the base image, only the instance in this dev environment. Notice: Due to a problem, the dev web server fails to start when doing a 'vagrant up' after the initial provisioning. To overcome this issue the following commands and you should be fine again: vagrant ssh sudo systemctl start rails logout Now wait a few seconds and the web server should respond again. I'll try to fix this problem later. requires vagrant and VirtualBox to work. See http://www.vagrantup.com for instructions on how to install vagrant for your system. | |||||
* | Update blog main views to not render body_content right. | Harald Eilertsen | 2013-12-25 | 4 | -0/+57 | |
| | ||||||
* | Move the side_body stuff to the right sidebar. | Harald Eilertsen | 2013-12-25 | 3 | -8/+15 | |
| | ||||||
* | Add tests for sidebar helper. | Harald Eilertsen | 2013-12-25 | 2 | -1/+51 | |
| | | | | Also fixes DOM id of sidebar modules with spaces in their title. | |||||
* | Setup for testing with spork and minitest. | Harald Eilertsen | 2013-12-25 | 3 | -0/+34 | |
| | ||||||
* | Refactor filtering of sidebar modules to helper. | Harald Eilertsen | 2013-12-25 | 3 | -3/+11 | |
| | | | | Also strip out modules with empty bodies. |