aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixup page header.Harald Eilertsen2017-12-162-5/+14
| | | | | | | | Changes menu bckground and font size, and adds a bit of space below header.
| * Add logo + link to merch store.Harald Eilertsen2017-12-163-7/+24
| |
* | Merge branch 'reboot-vagrant'Harald Eilertsen2017-12-166-48/+83
|\|
| * Update readme for vagrant based setup.Harald Eilertsen2017-12-111-24/+59
| |
| * vagrant: Forward local port 3000 to the vagrant box.Harald Eilertsen2017-12-101-1/+1
| |
| * vagrant: Install sqlite3, drop nginx.Harald Eilertsen2017-12-101-2/+1
| | | | | | | | | | We have sqlite3 as a development dependency for some reason. Don't really need nginx for the dev setup.
| * Update version of capistrano-postgresql used.Harald Eilertsen2017-12-102-10/+11
| | | | | | | | | | Not all that important for the vagrant stuff, but since the upstream references had changed, it choked on the gt fetch.
| * Exclude vendor/bundle from version control.Harald Eilertsen2017-12-091-0/+1
| |
| * Setup rsynced folder mirroring the source dir into the vagrant box.Harald Eilertsen2017-12-041-0/+2
| |
| * The vagrant box needs git.Harald Eilertsen2017-12-041-1/+1
| |
| * Reboot vagrant integration.Harald Eilertsen2017-12-042-14/+11
|/ | | | | Use FreeBSD 10.3, and a setup more similar to what we have on the production server. Just installing basic dependensies for now.
* Update locked gems.Harald Eilertsen2017-07-071-8/+3
|
* Drop rvm deps and replace passenger with puma.Harald Eilertsen2017-07-072-5/+3
|
* Add simple year review script.Harald Eilertsen2015-12-281-0/+18
|
* Update refinerycms-blog and -acts-as-indexed to stable branch heads.Harald Eilertsen2015-12-242-14/+25
| | | | This fixes problem with searching in the backend.
* Update capistrano-passenger, and add to Capfile.Harald Eilertsen2015-12-222-4/+3
| | | | | The new capistrano-passenger module has better support for restarting the app, and integrates better with RVM.
* Add proper clearfix for frontendHarald Eilertsen2015-12-161-0/+12
|
* Fix some cosmetic issuesHarald Eilertsen2015-12-113-10/+14
|
* ...and the Gemfile.lockHarald Eilertsen2015-12-101-14/+14
|
* Use https to fetch gems in GemfileHarald Eilertsen2015-12-101-1/+1
|
* Move existing posts to proper locale.Harald Eilertsen2015-12-102-1/+10
| | | | This makes sure the existing posts appear after the upgrade.
* Add migrations for banner module.Harald Eilertsen2015-11-143-4/+21
|
* Fetch blog engine from git repo instead.Harald Eilertsen2015-11-142-10/+16
| | | | | Includes updated norwegian locale file for blog engine. We stick to the 2-1-stable branch for now.
* Update initializer config for blog engine.Harald Eilertsen2015-11-141-0/+5
|
* Upgrade to refinery 2.1.0Harald Eilertsen2015-11-1411-136/+265
|
* Use async piwik stats by default.Harald Eilertsen2015-11-131-1/+1
|
* Upgrade capistrano, capostrano-postgresql and capistrano-stats.Harald Eilertsen2015-11-131-130/+13
|
* Don't underline links, and fix some cosmetics.Harald Eilertsen2014-12-132-5/+7
|
* Limit number of tags show on blog post pages too.Harald Eilertsen2014-12-131-7/+7
|
* Display most popular tags if no recent tags.Harald Eilertsen2014-12-121-0/+4
|
* Limit the number of tags we show.Harald Eilertsen2014-12-121-1/+16
| | | | | | | | Display the 50 most popular tags from the past 30 days. This should be a fair compromise between most popular and most recent, I hope. We may have to tune this further, but it's at least better than showing all. This is a fix for issue #56.
* Ensure that banner ads always appear stacked vertically.Harald Eilertsen2014-12-121-0/+3
| | | | Fix for issue #51.
* Be explicit about which stylesheets to include in application.css.Harald Eilertsen2014-12-121-1/+6
| | | | | Using the `import_tree` directive makes backend styling bleed into the frontend styles. We don't want that.
* Drop default foreground color from backend stylesheet.Harald Eilertsen2014-12-121-1/+0
| | | | | Setting the foreground color and not the background results in unreadable text in some setups.
* Override backend styling.Harald Eilertsen2014-12-121-0/+1597
|
* Ignore .capistrano directory.Harald Eilertsen2014-12-121-0/+1
|
* Log to syslog in production.Harald Eilertsen2014-12-123-3/+8
|
* Upgrade capistrano-postgresql to private version.Harald Eilertsen2014-12-112-6/+14
| | | | | Based on official version 4.2 but with added option to avoid sudo when creating databases and database users.
* Generate piwik config directly rather than through erb.Harald Eilertsen2014-12-111-5/+12
|
* Generate config files before checking that linked files is present.Harald Eilertsen2014-12-113-3/+3
| | | | Hope this is the last time I have to move this around...
* Upgrade to Capistrano 3.3.4 and use capistrano-passenger gem.Harald Eilertsen2014-12-103-36/+13
| | | | This also moves us back to stable capistrano deploys.
* Add refinery setup tasks for capistrano.Harald Eilertsen2014-12-073-0/+93
| | | | Copied from Åsatru.no setup.
* Make sure piwik config file is written before linked_files processing begins.Harald Eilertsen2014-12-071-1/+1
|
* Fix typos in piwik deploy task.Harald Eilertsen2014-12-071-3/+3
|
* Enable piwik tracking for analytics.Harald Eilertsen2014-12-071-0/+1
|
* Add capistrano task and config for deploying piwik.Harald Eilertsen2014-12-075-1/+62
|
* Add dep to piwik web analytics.Harald Eilertsen2014-12-072-0/+6
|
* Update capistrano deploy script.Harald Eilertsen2014-11-081-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 Eilertsen2014-11-021-41/+160
|
* Update deploy templates.Harald Eilertsen2014-11-023-2/+20
|